/* Tag Overrides */
html,body{
}
body{
	color:#000000;
	background-color:#070e2d;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
}

hr{
	border:none;
	height:1px;
	background-color:#999999;
}

img,table,td,form,object,a{
	border:0px;
	padding:0px;
	margin:0px;
	outline:none;
}

a {
	color: #f7941d;
}

.radio {
	width: 18px;
	height: 18px;
	padding: 0 0px 0 0;
	background: url(/img/RadioButtons.png) no-repeat;
	padding-right:10px;
	display: block;
	clear: left;
	float: left;
}

/* Classes */
.red{
	color:#FF0000;
}

/* IDs */
#exampleID{
	color:#CCCCCC;
}

/* Browser Hacks */
.clear, .clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
    font-size: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

/*This is for the display message when the site status is inactive*/
.message{
	background:#edf3f5;
	border-bottom:dashed 1px;
	text-align:center;
	font-size:12px;
	padding:10px;
	margin-bottom:15px;
}
.message_error{
	background:#fbeeee;
	color:#EE0000;
}

/*
 * BEGIN THE REAL CSS
 */

/* Nav and top bar stuff */

#siteHeaderContainer {
	width: 100%;
	min-width:941px;
	background-image:url('/img/nav/header_bg_gradient.jpg');
	background-position:top;
	background-repeat:repeat-x;
}
#siteHeader {
	position:relative;
	width: 941px;
	height:106px;
	margin:0 auto;
}
#siteHeaderLogo {
	float:left;
	margin-left:20px;
	margin-top:20px;
}
#siteNavAddress {
	float:right;
	text-align:right;
	margin-right:40px;
	margin-top: 40px;
	color:#c0bfbf;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#siteHeaderNavContainer {
	width:100%;
	background-image:url('/img/nav/nav_bar_bg.png');
	background-position:top;
	background-repeat:repeat-x;
}
#siteHeaderNav {
	width:941px;
	height:24px;
	margin:0 auto;
}
#siteHeaderNavItemContainer {
	display:inline;
}
.siteHeaderNavItem {
	float:left;
	width:117px;
}
#siteHeaderBottomBar {
	background-color:#f7941d;
	width:100%;
	height:3px;
}

#searchContainer {
	position:absolute;
	top:27px;
	right:0px;
	width:347px;
	height:50px;
	background-image:url(/img/search/search_bg.png);
	background-repeat:no-repeat;
}
#searchContainer span {
	position:absolute;
	top:10px;
	right:7px;
}
#searchContainer input {
	position:absolute;
	margin:0;
	top:15px;
	left:13px;
	width:230px;
	color:#464646;
}

/*  START SUB NAV  */

#subNav {
	float:left;
	width:224px;
	border:1px solid #e0e0e0;
	margin-top: 50px;
	background-image:url('/img/subnav_bg.png');
	background-position:50%;
	background-repeat:repeat-x;
}
#subNavItem {
}
.subNavSpacer {
	margin-left:5px;
	margin-right:5px;
	border-bottom:1px #464646 dotted;
}
.isSubNavContainer {
	display:none;
}
.subSubNavItem {
	width:209px;
	border:1px solid #e0e0e0;
	margin:2px auto 2px auto;
}

/*  END SUB NAV  */

/* Content of the page stuff */

#siteContainer {
	width:100%;
	min-width:941px;
	height:100%;
	min-height:650px;
	clear:both;
	background-color:#f4f5f5;
	background-image:url('/img/bg_gradient.png');
	background-position: top;
	background-repeat:repeat-x;
}
#contentContainer {
	width:941px;
	margin:0 auto;
	padding-bottom:30px;
	position:relative;
	font-size:11px;
	color:#464646;
	line-height:175%;
}
#mainContainer{
	float:right;
	font-size:11px;
	margin-top:50px;
	width:692px;
	color:#464646;
	line-height:175%;
}
#mainContentContainer {
	margin-top:20px;
	font-size:11px;
	line-height:175%;
	padding:2px;
}
.leftColumn {
	float:left;
	width:320px;
}
.leftColumn p:first-child {
	margin-top:0;
}
.rightColumn {
	float:right;
	width:320px;
}
.rightColumn p:first-child {
	margin-top:0;
}

/* Side Container stuff */

#sideMainContainer {
	float:left;
	width:212px;
	margin-top:30px;
	margin-right:20px;
}
.sideContainer {
	border:thin solid #e3e2e2;
	background-image:url('/img/salt/salt_sideBar_bg.png');
	background-color:#FFF;
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top: 20px;
	overflow:hidden;
}
.sideContentContainer {
	margin:0 auto;
	padding:5px 10px 10px 10px;
	color:#666363;
	font-size:10px;
}
.sideContent {
	padding: 10px;
	font-size:11px;
}

/* End */

/* Footer stuff */

#siteFooterContainer {
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	height: 21px;
	position:relative;
	clear:both;
	bottom:0px;
	background-color:#070e2d;
}
#siteFooter {
	width: 941px;
	margin:0 auto;
	padding-top:4px;
	color:#c0bfbf;
	font-size:9px;
}
#footerRight {
	position:relative;
	float:right;
}
#siteFooter a {
	text-decoration:none;
	color:#c0bfbf;
}

/* End */

.dottedBreak {
	margin: 0 auto;
	border-bottom:#666363 1px dotted;
}

.moreText {
	text-decoration:none;
}
.endWord {
	display:inline-block;
}
.moreIcon {
	position:relative;
	left: 5px;
	top:3px;
}
.highlight {
	color:#1c93ac;
}

#preview{
	position:absolute;
	border:1px solid #cdd2d5;
	background:#ffffff;
	padding:4px;
	display:none;
	color:#666666;
}

#mainContainer img {
	border:#e3e2e2 1px solid;
}
#mainContainer img.noBorder {
	border:none;
}