html, body {
	height:100%;
}

body {
	font-family:Arial;
	color:#1F4875;
	font-size:12px;
	margin:0;
	padding:0;
	background-color:#1F4875;
	background-attachment:fixed;
}

body#home {
	background-image:url('images/homepainting.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

body#sub {
	background-image:url('images/subpainting.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
}

.blue {
	background-color:#1F4875;
}

#footer {
	margin:0 auto;
	padding:50px 0 20px 0;
	color:#ffffff;
	text-align:center;
	background-color:#1F4875;
}
a {
	color:#CD7D21;
}
#footer a {
	color:#ffffff;
}

#footer div {
	color:#ffffff;
}

div.rule {
	border-top:1px solid black;
	font-size:1px;
	height:1px;
	margin-top:12px;
	margin-bottom:-4px;
}

form {
	padding:0;
	margin:0;
}

input#term {
	width:96px;
	height:16px;
	vertical-align:bottom;
	padding:0;
	margin:0;
}

.customBox, .customBox2 {
	float:left;
	width:200px;
	border:1px solid #343434;
	margin:0 20px 10px 0;
	padding:2px 8px;
	background-color:#ffffff;
}
.customBox2 {
	background-color:#343434;
	color:#ffffff;
}

.customBoxR, .customBoxR2 {
	float:right;
	width:200px;
	border:1px solid #343434;
	margin:0 0 10px 20px;
	padding:2px 8px;
	background-color:#ffffff;
}
.customBoxR2 {
	background-color:#343434;
	color:#ffffff;
}

span.title, h1 {
	font-weight:bold;
	font-style:italic;
	font-family:Georgia;
	margin:0;
	padding:0;
}

h1 {
	font-size:18px;
	color:#CD7D21;
	margin-bottom:12px;
}

img {
	border-style:none;
}

.imageHolder {
	position:relative;
}
.rotatingBanner {
	position:absolute;
	z-index:2;
}
.rotatingBanner2 {
	position:absolute;	
	z-index:1;
}

/* pages section */

#container {
	width:815px;
	margin:0 auto;
}

body#sub #container {
	height:auto;
	height:100%;
	min-height:100%;
	background-color:#1F4875;
}

#subTop {
	height:257px;
	padding:0 35px 0 31px;
	background-color:#1F4875;
	background-image:url('images/sub_top.gif');
}

div#subBanner {
	clear:both;
	width:749px;
	height:130px;
	margin:0 auto;
}

#top {
	height:122px;
	padding:0 35px 0 31px;
	background-color:#1F4875;
	background-image:url('images/home_top.gif');
}

#topBanner {
	width:230px;
	height:122px;
	margin:0 auto;
	float:left;
	display:inline;
}

#topNav {
	float:right;
	display:inline;
	margin-top:80px;
}

#homeBannerLeft {
	float:left;
	display:inline;
	width:31px;
	height:227px;
	background-color:#1F4875;
	background-image:url('images/home_lft.gif');
}

#homeBannerCenter {
	float:left;
	display:inline;
	width:749px;
	height:227px;
}

#homeBannerRight {
	float:left;
	display:inline;
	width:35px;
	height:227px;
	background-color:#1F4875;
	background-image:url('images/home_rt.gif');
}

#homeBannerBottom {
	clear:both;
	height:4px;
	font-size:1px;
	background-color:#1F4875;
	background-image:url('images/home_line.gif');
}

#navigation {
	background-color:#1F4875;
	margin:0 auto;
	padding:10px 28px;
	text-align:center;
}

#contentContainer {
	background-color:#1F4875;
}

#contentHome {
	margin:0 auto;
	width:759px;
	background-color:#CD7D21;
}

#contentLeftHome {
	float:left;
	display:inline;
	
	width:228px; /*271*/
	padding:23px 20px 23px 23px;
	
	color:#ffffff;
	background-color:#CD7D21;
	
	border-right:488px solid #ffffff;
	margin-right:-488px;
}

#contentLeftHome a, #contentLeftHome a:visited, #contentLeftHome a:active, #contentRightSub a, #contentRightSub a:visited, #contentRightSub a:active {
	color:#ffffff;
}

#contentRightHome {
	float:left;
	display:inline;
	width:428px; /*488*/
	padding:20px 30px;
	background-color:#ffffff;
}

#contentRightHome a, #contentRightHome a:visited, #contentRightHome a:active, #contentLeftSub a, #contentLeftSub a:visited, #contentLeftSub a:active, #contentLeftSubNoSb a, #contentLeftSubNoSb a:visited, #contentLeftSubNoSb a:active {
	color:#CD7D21;
}

#contentSub {
	margin:0 auto;
	width:759px;
	background-color:#ffffff;
}

#contentLeftSub, #contentLeftSubNoSb, #contentLeftSubNoSbFolio {
	float:left;
	display:inline;
	padding:25px;
	color:#1F4875;
	background-color:#ffffff;
	line-height:18px;
}

#contentLeftSubNoSbFolio {
	background-color:#CD7D21 !important;
}

#contentLeftSub {
	width:438px; /*488*/
	border-right:271px solid #CD7D21;
	margin-right:-271px;
}

#contentRightSub {
	float:left;
	display:inline;
	width:231px; /*271*/
	padding:20px;
	background-color:#CD7D21;
	color:#ffffff;
	line-height:18px;
}

.folioTitle {
	font-weight:bold;
	font-style:italic;
	font-family:Georgia;
	font-size:14px;
	clear:both;
}

.folioItem {
	float:left;
	display:inline;
	width:160px;
	overflow:hidden;
	margin:10px 15px 10px 0;
}

.clearSpace {
	clear:both;
	height:40px;
}