/*------STYLES FOR ENTIRE SITE-------*/

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
}
#container {
	margin: 0px auto;
	width: 820px;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/blue_box_bg.gif);
	background-repeat: repeat-x;
	background-position: left 220px;
}

/*------BRANDING SECTION-------*/
#branding {
	background-repeat: no-repeat;
	height: 200px;
	background-position: -9999px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #124796;
	background-color: #FFFFFF;
	width: 167px;
	position: absolute;
	top: 35px;
}
#branding h1 {
	margin: 0px;
	padding: 0px;
	height: 182px;
}

/*------NAVIGATION SECTION-------*/
#navigation {
	position: absolute;
	top: 254px;
	width: 167px;
	left: 0px;
}
#navigation ul {
	display:none;
}

/*------MAIN TEXT SECTION-------*/
#main_text {
	margin: 0px 0px 0px 167px;
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
	border-top-width: 35px;
	border-top-style: solid;
	border-top-color: #124796;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #124796;
}
#main_text h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px 20px;
	padding: 15px 0px 5px;
	color: #124796;
	line-height: 1em;
}
#main_text h3 {
	font-size: 1.4em;
	margin: 0px 20px;
	padding: 5px 0px;
	color: #124796;
	font-weight: normal;
}
#main_text h4 {
	font-size: 1.2em;
	margin: 10px 20px 3px;
	padding: 0px;
}
#main_text p {
	line-height: 1.4em;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
}
#main_text ul {
	margin: 0px 0px 5px 20px;
	padding: 2px 20px 5px;
}
#main_text li {
	margin-top: 2px;
	margin-bottom: 2px;
}
#main_text a:link, #main_text a:visited {
	color: #ff7f32;
	font-weight: bold;
	text-decoration: none;
}
#main_text strong, #main_text em {
	font-size: 1.1em;
}
#main_text hr {
	height: 1px;
	color: #124796;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #124796;
	border: 0;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
}
#main_text img {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
#main_text li img {
	font-style: italic;
	padding-left: 10px;
}
#widget {
	display: none;
}


/*------ADS SECTION-------*/
#ads {
	width: 213px;
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #124796
}
#ads h3 {
	background-image: url(../images/layout/boxheadblue_bg.gif);
	background-repeat: no-repeat;
	height: 44px;
	margin: 0px;
	padding: 0px 7px;
	font-size: 1.4em;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	letter-spacing: 0.1em;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-weight: bold;
	border-top-style: none;
}
#ads p {
	background-color: #c8e6ff;
	margin: 0px;
	padding: 8px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #124796;
	line-height: 120%;
	font-weight: bold;
}
#ads img {
	border: 1px solid #124796;
	float: none;
	text-align: center;
	margin: 2px;
	padding: 0px;
}
#ads a:link, #ads a:visited {
	color: #ff7f32;
	text-decoration: none;
	font-weight: bold;
}


/*------SIDEBAR INFO SECTION-------*/
#sidebar_info {
	font-size: 0.95em;
	color: #000000;
	width: 167px;
}
#sidebar_info p {
	margin-left: 9px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 7px;
}
#sidebar_info img {
	border: 1px solid #000000;
	vertical-align: top;
	margin-top: 7px;
}
#sidebar_info img.logo2 {
	margin-left: 5px;
}
#sidebar_info a:link, #site_info a:visited {
	color: #124796;
	text-decoration: none;
	font-weight: bold;
}

/*------SITE INFO SECTION-------*/
#site_info {
	font-size: 0.95em;
	color: #000000;
	background-color: #2664CC;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#site_info img {
	vertical-align: middle;
}
#site_info a:link, #site_info a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/*-------CLASS STYLES-------*/
#main_text img.noborder {
	border-style: none;
}
