@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#494949;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
	background-image:url(../images/top-bg.jpg);
	background-repeat:no-repeat; 	
	background-position:center;
	background-position:top;
	
}
img {
	border:0px;
}
h1 {
	font-size:20px;
	color:#c5960b;
	margin-bottom:0px;
}

h2 {
	font-size:16px;
	color:#000000;
	margin-bottom:2px;
	font-style:bold;
}

h3 {
	font-size:13px;
	color:#c5960b;
	margin:11px;
}
h4 {
	font-size:15px;
	color:#000000;
	text-align:center;
	margin:0px;
	padding-bottom:4px;
}
a {
	color:#c5960b;
	text-decoration:none;
	font-weight:bold;
}

#ctanumber {
	font-size:15px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	padding-top:4px;
}

.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:19px;
	background-color:#ffffff;
}
.oneColFixCtr #mainContent {
	width:1024px;
	background-color:#ffffff;
	padding-top:0px;
	clear:both;
	
}
.bodycopy {
	background-image:url(../images/body-repeat.gif);
	background-repeat:repeat-y;
	width:974px;
	padding-right:50px;
	padding-bottom:55px;
}
#content {
	width:996px;
	padding:14px;
	min-height:450px;
	height:auto;
}	
#bodyimagecontainer {
	width:542px;
	background-color: #ffffff;
	border:#D5D5D5 solid 1px;
	padding-bottom:10px;
	float:left;
	min-height:410px;
}
#bodyimagecontainerMain {
	width:770px;
	background-color: #ffffff;
	border:#D5D5D5 solid 1px;
	padding-bottom:10px;
	float:left;
	min-height:410px;
}
#bodyimagecontainerInterior {
	width:752px;
	background-color: #ffffff;
	border:#D5D5D5 solid 1px;
	padding-bottom:10px;
	float:left;
}
#copyimagecontainer {
	width:492px;
	background-color: #dfdfdf;
	margin-top:10px;
	margin-left:10px;
	padding:15px;
	min-height:400px;
}
#copyimagecontainerMain {
	width:720px;
	background-color: #dfdfdf;
	margin-top:10px;
	margin-left:10px;
	padding:15px;
	min-height:400px;
}
#copyImageContainerInterior {
	width:702px;
	background-color: #dfdfdf;
	margin:10px;
	padding:15px;
	float:left;
}

#leftcontainer {
	width:176px;
	margin-right:22px;
	background-image:url(../images/left-nav-bg.gif);
	background-repeat:no-repeat;
	background-color: #f4eacf;
	float:left;
	min-height:422px;
	height:422px;
	padding:15px;
	overflow:hidden;
}
#leftcontainer a {
	color:#000000;
}
#leftcontainer a.leftNavTop {
	font-size:15px;
	font-weight:bold;
	color:#000000;
	margin-bottom:5px;
}
#leftcontainer a.leftNavSub {
	font-size:12px;
	line-height:15px;
	color:#3d2f04;
	text-decoration:none;
	
}
#leftcontainer a.leftNavSub:hover {
	font-size:12px;
	line-height:15px;
/*	color:#f1f1f1;*/
	text-decoration:underline;
}

#rightimagecontainer {
	width:180px;
	background-color: #ffffff;
	border:#D5D5D5 solid 1px;
	float:right;
	padding:9px;
	height:432px;
}

#headerLogo {
	width:274px;
	height:78px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	float:left;
}

#header {
/*	width:1024px;
	height:100px;*/
/*background-image:url(../images/top-nav.gif);*/
	background-position:right bottom;
/*	background-repeat:no-repeat;
	background-color:#FFFFFF;*/
}

#headerAdmin {
	width:1024px;
	height:78px;
	background-color:#FFFFFF;
}

#searchFormContainer {
	float:right;
	margin-top:20px;
	text-align:left;
}

#searchForm {
	margin-top:3px;
	margin-right:3px;
}

#keywords {
	border:1px solid #666666;
}

.topnav {
	padding:0 10px 0 10px;
	text-decoration:none;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}
.topnav:hover {
	color:#ffffff;
	text-decoration:none;
}

#secondaryNav {
	background-image:url(../images/2nd-nav-slice.jpg);
	background-repeat:repeat-x;
	width:1004px;
	height:36px;
	padding-right:20px;
}

#menubar2 {
	float:right;
}

.cta {
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
}
#loginbordercontainer {
	width:762px;
	background-color: #ffffff;
	border:#D5D5D5 solid 1px;
	padding-bottom:10px;
	
}
#logincontainer {
	width:712px;
	background-color: #dfdfdf;
	margin-top:10px;
	margin-left:10px;
	padding:15px;
}
/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/

#footer {
	width:1024px;
	height:34px;
	clear:both;
	background-color:#000000;
	padding-top:1px;
	padding-bottom:1px;	
}

.footerlinks {
	text-decoration:none;
	font-size:11px;
	text-align:center;
	color:#c5960b;
	margin-top:3px;
}
.footeraddress {
	text-decoration:none;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	}
#address {
	width:1024px;
	margin-bottom:13px;
	clear:both;
	padding-top:20px;
}
.address {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#4c4c4c;
}
