body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   background: #999999;
   margin: 0 auto;
   padding: 0;
   line-height: 17px;
	}

#sitedescription  {display: none;}

/* All link definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

.clear {
	clear: both;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0;
}

h1 {
	text-transform: uppercase;
	letter-spacing: -0.4px;
	font-size: 18px;
	color: #333333;
	padding: 5px 0;
}

h2 {
	font-size: 16px;
	color: #F7921E;
	padding: 5px 0;
}

h3 {
	font-size : 14px;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	color: #333333;
	padding: 5px 0;
}

h4 {
	font-size: 11px;
	padding: 0;
	color: #333333;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#page {
	width: 959px;
	height: 100%;
	background: url(images/bg_page.gif) repeat-y;
	margin: 0 auto;
	padding-left: 9px;
	padding-right: 9px;
}

#header {
	width: 959px;
	height: 125px;
	background: url(images/bg_header.png) top no-repeat;
}

#anchor {
	height: 19px;
	padding-top: 3px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 35px;
}

#anchor ul { list-style: none; margin: 0; padding:0; }
#anchor li { display: inline; padding: 0px 0px 0px 15px; }
#anchor a:link, #anchor a:visited, #anchor a:active { color: #ffffff; text-decoration: none; font-weight: normal; }
#anchor a:hover {color: #ffffff; text-decoration: underline; font-weight: normal;}


#search {
	float: right;
	width: 250px;
	height: 26px;
	text-align: right;
	font-size: 11px;
	margin-right: 30px;
	margin-top: 4px;
	padding: 0;
}

#home_photo {
	float: left;
	height: 320px;
	width: 538px;
	margin-left: 25px;
	z-index: 1;
	position: relative;
}

#home_box {
	float: right;
	height: 222px;
	width: 361px;
	margin-right: 30px;
	margin-top: 33px;
	background: url(/images/bg_login_quick_news.png) no-repeat;
	z-index: 2;
	position: relative;
}

.box {
	padding-left: 35px;
	padding-top: 30px;
	height: 40px;
	margin-bottom: 2px;
}

#home_about {
	width: 638px;
	height: 50px;
	float: left;
	top: -55px;
	left: 285px;
	z-index: 3;
	position: relative;
}

#home_bottom {
	background: url(images/bg_home_bottom.png) bottom no-repeat;
	height: auto;
	width: 899px;
	padding: 0 30px 10px 30px;
	position: relative;
	top: -30px;
}

.header {
	padding-left: 15px;
	float: left;
}

.feature {
	width: 205px;
	float: right;
	padding-left: 5px;
	padding-bottom: 8px;
}

/* MAIN NAV */
.chromestyle {
	width: 645px;
	height: 39px;
	margin-left: 282px;
	margin-top: 33px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	font-size: 13px;
	padding: 0;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul {
	border: none;
	width: 100%;
	background: url(images/nav_bg.png) repeat-x; /*THEME CHANGE HERE*/
	border: solid 1px #CCCCCC;
	padding: 11px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.chromestyle ul li a {
	color: #3b3934;
	padding: 10px 5px;
	margin: 0;
	text-decoration: none;
}

/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	background: none; /*THEME CHANGE HERE*/
	color: #666666;
}

.chromestyle ul li a.current {
	background: none; /*THEME CHANGE HERE*/
	color: #a80532;
}


/*Style for Drop Down Menu*/
.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
	font:normal 11px;
	z-index: 100;
	line-height: normal;
/*	font-size: 11.5px;*/
/*	z-index: 4;*/
	background-color: #FFFFFF;
	visibility: hidden;
	white-space: nowrap;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #f7921e;
}

.nav_nolink {
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #F7921E;
	line-height: 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.column1{
	float: left;
	width: 220px;
	margin: 12px;
}

.column1 ul {
	padding-left: 10px;
	margin: 0;
}

.column1 ul li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}

.column1 ul li a {
	 display: inline;
}

.column2{
	float: left;
	width: 220px;
	margin: 12px 12px 12px 0;
	padding-left: 12px;
	border-left: 1px #CCCCCC solid;
}

.column2 ul {
	padding-left: 10px;
	margin: 0;
}

.column2 ul li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}

.column2 ul li a {
	 display: inline;
}


/* INTERIOR STYLES*/

#content {
	float: right;
	width: 959px;
	margin: 0 auto;
	overflow: auto;
	background-position: center bottom;
	background-image: url(images/page_bottom.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 0;
}

#top_page {
	background-image: url(images/bg_top_page.png);
	height: 40px;
	width: 1000px;
	clear: both;
	background-repeat: no-repeat;
}

.post {
	float: right;
	width: 655px;
	min-height: 300px;
	margin: 0 30px 0 24px;
	padding-right: 20px;
	padding-bottom: 175px;
	overflow: auto;
	line-height: 17px;
}

.search {
	float: right;
	width: 899px;
	padding: 0 30px 175px 30px;
	min-height: 300px;
	overflow: auto;
	line-height: 17px;
}

.cli {
	float: right;
	width: 870px;
	min-height: 300px;
	margin: 0 30px 0 55px;
	padding-right: 20px;
	padding-bottom: 175px;
	overflow: auto;
	line-height: 17px;
}

#left {
	float: left;
	margin-left: 30px;
	width: 200px;
	height: auto;
}

.secondary_nav {
	text-align: left;
	width: 175px;
	height: auto;
	padding: 15px 10px 15px 15px;
	line-height: 20px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background: url(images/sec_nav_bg.jpg) bottom repeat-x;
}

.secondary_nav ul {
	padding-left: 10px;
	margin: 0;
}

.secondary_nav li {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.secondary_nav a.current {
	background: none; /*THEME CHANGE HERE*/
	color: #a80532;
}


#footer_home {
	background: url(images/bg_footer2.png) no-repeat;
	height: 60px;
	width: 959px;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	position: relative;
	top: -12px;
}

#footer_home ul { list-style: none; margin: 0; padding:0; }
#footer_home li { display: inline; padding: 0px 0px 0px 15px; }
#footer_home a, #footer_home a:link, #footer a:visited { color: #666666; text-decoration: none; font-weight: normal; }
#footer_home a:hover {color: #333333; text-decoration: underline; font-weight: normal;}

#footer {
	background: url(images/bg_footer2.png) no-repeat;
	height: 72px;
	width: 959px;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	position: relative;
	margin-top: 15px;
}

#footer ul { list-style: none; margin: 0; padding:0; }
#footer li { display: inline; padding: 0px 0px 0px 15px; }
#footer a, #footer a:link, #footer a:visited { color: #666666; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #333333; text-decoration: underline; font-weight: normal;}

.copyright {
	margin-top: 35px;
	font-size: 10px;
}

.bottom_shadow {
	background: url(images/bottom_shadow.png) no-repeat;
	width: 977px;
	height: 18px;
	margin: 0 auto;
}

/* form classes */

.formtext {
	font-size: 10px;
	font-weight: bold;
}

.small {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}

.rounded {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	height: 17px;
	width: 179px;
	border: solid 0 #fff;
	background: transparent url(images/field_rounded.png) no-repeat;
	margin: 0;
	padding: 4px 0 0 10px;
}

.rounded_sm {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	height: 16px;
	width: 131px;
	border: solid 0 #fff;
	background: transparent url(images/field_rounded_sm.png) no-repeat;
	margin: 0;
	padding: 4px 0 0 10px;
}

.auth_response {
	position: relative;
	top: -16px;
	left: 60px;
	height: 20px;
}
.auth_area {
	position: relative;
	top: -20px;
}

.button {
	padding: 5px 0;
}

/* [TN] Autocomplete */
.autocomplete-w1 { background:url(/js/autocomplete.shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { z-index: 100; padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

div#interline{
	display: none;
}