@charset "utf-8";
/*
	This CSS Document Controls Styles that are present on
	EVERY PAGE - such as body, html, mainContainer, right, left, footer, etc
*/

/* ###### COMMON ELEMENTS ###### 
	COLORS:
		BLUE TEXT: #2f4d6a;
		GOLD TEXT: #bf9900;
		GOLD BACKGROUND: #ece0b2;
		DARK GREY TEXT: #4d4d4d;
		MEDIUM-BLUE TEXT: #8294a6;
		NEARLY WHITE TOP-NAV: #FFFFFF;
		WHITE TEXT: #FFFFFF;
		DARK-BLUE NAV: #2f4d6a;
		MEDIUM-BLUE HIGHLIGHT: #6d8297;
		LIGHT-BLUE HIGHLIGHT: #d5dbe1;
		LIGHT-BLUE LINK: #4c6749;
*/		

body {
	min-width: 891px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	color: #4D4D4D;
}

html {
	margin:0;
	padding:0;
	background-color: #f6ebb9;
	background-repeat: repeat-y;
	background-position:center;
}

img {
	border: none;
}

a {
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
	}

#mainContainer {
	width: 891px;
	margin:0 auto;
	background-color: white;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#dropShadow1 {
	position: absolute;
	top: 0px;
	left: 193px;
	width: 14px;
	background-image:url(../images/shadows/shadow.png);
	background-repeat: repeat-y;
	z-index: 900;
}


#dropShadowCorner {
	position: absolute;
	left: 193px;
	width: 14px;
	height: 13px;
	background-image: url(../images/shadows/rightCorner.png);
	z-index: 902;
}

#no_show {
	visibility: hidden;
	height: 0px;
	}

#left {
	width: 193px;
	vertical-align: top;
	background-color: #2F4D6A;
	float: left;
	}

#right {
	background-color: #ffffff;
	width: 698px;
	float: right;
	vertical-align: top;
	overflow: hidden;
	}

#topLeft {
	width: 193px;
	background-color: white;
	min-height: 144px;
}

#mainLogo {
	margin: 27px 0px 13px 12px;
}

#footer {
	clear: both;
	width: 891px; 	 	
	background-color: white;
	height: 79px;
	font-size: 9px;
	}

#footer #botLeft {
	background-color: #2F4D6A;
	float: left;
	text-align: center;
	color: white;
	width: 193px;
	height: 79px;
}

#footer span.dotPad {
	padding: 0 6px;
}

#footer #botLeft a {
	color: white;
	}
	
#footer #botRight {
	margin-top: 49px;
	border-top: solid 1px #7698B7;
	float: right;
	width: 663px;
	background-color: white;
	color: #6781ac;
	font-size: 9px;
	text-align: left;
	padding-top: 6px;
	padding-left: 35px;
}

/*  SEARCH STUFF */
#search {
	margin: 19px 0px 8px 15px;
	position: relative;
}

#search input {
	height: 16px;
	width: 145px;
	}

#searchGo {
	position: absolute;
	top: 1px;
	left: 154px;
	cursor: pointer;
}

#suggestContainer {
	position: absolute;
	top: 26px;
	left: 3px;
	z-index: 1000;
	background-image: url(../images/shadows/searchShadow.png);
	background-repeat: repeat;
	padding: 0px 3px 3px 0px;
	display: none;
}

#suggestDisplay {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: white;
	border: solid 2px #628CB7;
	margin: -3px 0px 0px -3px;
}

#suggestDisplay #suggestLog {
	color: #2F4D6A;
	font-size: 10px;
	height: 15px;
	padding: 1px 0px 1px 3px;
	font-weight: bold;
	border: none;
	cursor: auto;
}
	
#suggestDisplay #suggestions div {
	border-bottom: solid 1px #dbdbdb;
	padding: 5px 5px 2px 8px;
	visibility: visible;
	width: 157px;
	cursor: pointer;
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}

#suggestDisplay #suggestions div div {
	color: #628CB7;
	margin: 2px 0px 0px 4px;
	background-color: transparent;
	font-weight: normal;
	font-size: 9px;
	line-height: 14px;
	padding: 0px;
	border: none;
}

#suggestDisplay .sH {
	text-decoration: underline;
}

/* Collapse Stuff */

.collapse {
	margin-left: -12px;
	padding-left: 12px;
}

#subNavList li.collapse {
	margin-left: -12px;
	padding-left: 12px;
}

.arrow-left {
	background: url(../images/nav/arrow-left.gif) no-repeat scroll 0 3px;
}
.arrow-down {
	background: url(../images/nav/arrow-down.gif) no-repeat scroll 0 3px;
}
.question {
	margin-left: -12px; /* to capture mouseclicks on the arrow */
	padding-left: 12px;
	display:block;
}

.question:hover {
	text-decoration: underline;
}

.answer {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 15px;
	padding-bottom:0px;
}
