/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:13px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_repeat.jpg);
}

a {
	color:#004b8d;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:29px; text-transform:uppercase; color:#004b8d; }

h3 { font-size:18px; text-transform:uppercase; margin-bottom:22px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.post-title {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f2c53a;
}

.sidebar_flag-y {
	color:#ffc423;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: #001f3b 1px 2px 1px;
}

.sidebar_flag-b {
	color:#004b8d;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: #826310 1px 1px 1px;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:946px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:395px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

.map-link {
	position:absolute;
	top:51px;
	right:24px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:364px;
	left:0;
	width:946px;
	height:31px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:608px;
	height:auto;
	padding: 30px 0 0 25px;
}

#bluebox {
	position:relative;
	width:585px;
	height:auto;
	background-repeat:no-repeat;
	background-image:url(images/bluebox_top.jpg);
	padding: 10px 12px;
}

.latest-news {
	position:relative;
	color:#fff;
	width:608px;
	height:auto;
	background-color:#002b51;
	margin-bottom:25px;
}

.latest-news a {
	color:#f2c53a;
	font-weight:normal;
}

#bluecurve {
	position:relative;
	color:#fff;
	width:226px;
	height:auto;
	background-color:#004b8d;
	padding: 10px 12px 6px 12px;
	margin-bottom:15px;
}

#yellowcurve {
	position:relative;
	color:#564e41;
	width:226px;
	height:auto;
	background-color:#ffc423;
	padding: 10px 12px 6px 12px;
	margin-bottom:15px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:250px;
	height:auto;
	padding: 20px 25px 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:80px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.copy {
	position:relative;
	float:left;
	padding: 10px 0 0 30px;
}

.slug {
	position:relative;
	float:right;
	padding: 0 27px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:31px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:80px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -31px;
}

.active_01 {
	background-position: 0 -31px !important;
}

a#nav_02 {
	width:114px;
	background-position:-80px 0;
}

a:hover#nav_02{
	background-position:-80px -31px;
}

.active_02 {
	background-position:-80px -31px !important;
}

a#nav_03 {
	width:108px;
	background-position:-194px 0;
}

a:hover#nav_03{
	background-position:-194px -31px;
}

.active_03 {
	background-position:-194px -31px !important;
}

a#nav_04 {
	width:121px;
	background-position:-302px 0;
}

a:hover#nav_04{
	background-position:-302px -31px;
}

.active_04 {
	background-position:-302px -31px !important;
}

a#nav_05 {
	width:115px;
	background-position:-423px 0;
}

a:hover#nav_05{
	background-position:-423px -31px;
}

.active_05 {
	background-position:-423px -31px !important;
}

a#nav_06 {
	width:132px;
	background-position:-538px 0;
}

a:hover#nav_06{
	background-position:-538px -31px;
}

.active_06 {
	background-position:-538px -31px !important;
}

a#nav_07 {
	width:85px;
	background-position:-670px 0;
}

a:hover#nav_07{
	background-position:-670px -31px;
}

.active_07 {
	background-position:-670px -31px !important;
}

a#nav_08 {
	width:87px;
	background-position:-755px 0;
}

a:hover#nav_08{
	background-position:-755px -31px;
}

.active_08 {
	background-position:-755px -31px !important;
}

a#nav_09 {
	width:104px;
	background-position:-842px 0;
}

a:hover#nav_09{
	background-position:-842px -31px;
}

.active_09 {
	background-position:-842px -31px !important;
}
