/* CSS Document */

body{
	margin: 0px auto;
	padding: 0px;
	background-color: #eae5c4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #333333;
	background-image: url(../images/structure/images/bg_gradient_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1,h2,h3,h4,h5{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.7em;
	padding-left: .1em;
	color: #084141;
}
h1{
	font-size: 140%;
	font-weight: normal;
}
h2{
	font-size: 130%;
	font-weight: normal;
}
h3{
	font-size: 120%;
}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}

p{
	margin: 0px;
	padding: 0px 0px 1em;
}

ul.normal{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#wrapper{
	padding: 0px;
	width: 760px;
	background-image: url(../common_images/structure/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #066;
	border-right-color: #004646;
	border-bottom-color: #004646;
	border-left-color: #066;
}
#preHeader{
	background-image: url(../images/structure/striped_horiz_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 9px;
}
#header{
	background-image: url(../images/structure/banner2_01.jpg);
	margin: 0px;
	padding: 0px;
	height: 124px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -9999px;
}
#nav{
	background-image: url(../images/structure/gradient_horiz_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 760px;
	float: left;
	color: #B1BDD5;
	background-color: #F3F3D3;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/*#nav ul{
	padding : 0px;
	margin : 0px auto;
	white-space : nowrap;
	width : 910px;
}
#nav ul li{
   display : inline;
}
#nav ul li a{
	padding-left : 1em;
	padding-right : 1em;
	color : #00144a;
	font-weight : bold;
	text-decoration : none;
	float : left;
	font-variant: normal;
	font-family: "Californian FB";
	font-size: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#nav ul li a.dropmenu {	background-image: url(../common_images/top_nav_down.gif);
	background-repeat: no-repeat;
	background-position: right center;}
#nav ul li a:hover{
   color : #B38C06;
}
#nav ul li a.dropmenu:hover {	background-image: url(../common_images/top_nav_down_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;}

#nav ul li a#active {color:#B38C06;}*/
	
#navBase{
	background-image: url(../images/structure/gradient_horiz_bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

	margin: 0px
	padding: 0px;
	height: 8px;
	clear: both;
	width: 760px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#content{
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 15px 15px 0px;
	width: 730px;
	float: left;
	font-size: 1.4em;
	line-height: 1.6em;
	background-color: #F8FBFC;
}

#content .leftCol{
	float: left;
	width: 480px;
	border-right-width: 3px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content .leftColWide{
	float: left;
	width: 680;
	border-right-width: 3px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content .rightCol{
	margin: 0px auto;
	padding: 0px;
	width: 230px;
	float: right;
	text-align: center;
}

#content .rightCol div {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	height: 255px;
	width: 255px;
}
#contentBase{
	background-image: url(../common_images/structure/content_base.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 16px;
	clear: both;
	width: 954px;
	font-size: 0px;
}
#footer{
	background-image: url(../images/structure/striped_horiz_bar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	margin: 0px;
	width: 760px;
	color: #000;
	font-size: 1.4em;
	font-style: normal;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	clear: both;
	background-color: #F8FBFC;
}
#footer p{}
#footer a, #footer a:visited{
	color: #006;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.leftImageBdr{
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 2px outset #DBD299;
}

.rightImageBdr{
	padding: 0px;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 7px;
		border: 2px outset #DBD299;
}

.floatClear{
	clear: both;
}
