/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 13px;
	background:url(../images/main_bg.jpg) repeat-x;
	background-position: top;
	background-color: #F0F6F9;
	text-align: center;
	color: #333333;
	line-height: 19px;
}

#container {
	width: 1004px;
	text-align: left;
	margin: 0 auto;
	height: auto;
}

#top {
	width: 1004px;
	height: 167px;
	margin: 0 0 40px 0;
	float: left;
	padding: 0;
}

#logo {
	width: auto;
	margin: 0 0 8px 0;
	height: 102px;
	float: left;
}

.marquee {
	font-size: 11px;
	margin: 0;
	color: #FFFFFF;
	width:100%;
	height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#search {
	float: right;
	margin-top: 52px;
	margin-left: 5px;
	padding: 0;
	height: auto;
}

.search {
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
}

#date { 
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	width: auto;
	float: right;
	padding: 0;
	margin-top: 67px;
	font-weight: bold;
}

#menu {
	height: 37px;
	width: 1004px;
	float: left;
	margin: 0;
}

#main_content {
	width: 698px;
	padding: 0;
	float: left;
	margin: 0;
}

/*
#main_content p { 
	font-size: 13px;
	line-height: 18px;
}
*/

#main_content a {
	color: #006699;
	text-decoration: none;
}

#main_content a:hover { color: #FF0000; }

#main_content .more_button {
	background-color: #E3E2E2;
	text-transform: uppercase;
	width: 76px;
	padding: 1px 7px 0 7px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #006699;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border-bottom: #606060 solid 1px;
	border-right: #606060 solid 1px;
}

#container .button_link { color: #006699; }

#banner {
	width: 698px;
	height: auto;
	padding: 0;
	border: none;
	float: left;
	margin-bottom: 30px;
}

#news_box {
	float: left;
	width: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #C8C8C8;
	height: auto;
	padding-bottom: 15px;
}

.blue_back {
  	font-size: 14px;
	font-weight: bold;
	background: url(../images/blue_bg.jpg);
  	text-transform: uppercase;
	padding: 5px 15px;
	color: #FFFFFF;
	margin-top: 15px;
	position: relative;
	float: inherit;
}

#middle_priority {
	padding: 15px 27px;
	width: auto;
	float: left;
	margin-top: -15px;
	z-index: 200;
	-moz-box-shadow:inset 0px 0px 15px 3px #808080;
	-webkit-box-shadow:inset 0px 0px 15px 3px #808080;
	box-shadow:inset 0px 0px 15px 3px #808080;
	display:inline-block;
	background:-webkit-gradient(linear, left left, left right, color-stop(0.05, #FDFDFD), color-stop(1, #D5D3D4));
	background:-moz-linear-gradient(left, #FDFDFD 5%, #D5D3D4 100%);
	background:-webkit-linear-gradient(left, #FDFDFD 5%, #D5D3D4 100%);
	background:-o-linear-gradient(left, #FDFDFD 5%, #D5D3D4 100%);
	background:-ms-linear-gradient(left, #FDFDFD 5%, #D5D3D4 100%);
	background:linear-gradient(to right, #FDFDFD 5%, #D5D3D4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#D5D3D4',GradientType=0);
}

#line {
	border-top: 3px solid #757575 ;
	float: left;
	width: 100%;
	margin: 26px 0 10px 0;
	height: 3px;
}

#members {
	width: 609px;
	height: 270px;
	float: left;
	margin: 8px 17px;
}

/*#members {
	width: 676px;
	height: 240px;
	padding: 8px;
	border: #84BFE1 1px solid;
	float: left;
	margin: 0;
}*/

/*#members p { margin: 0; }*/

/*
#main_nz {
	width: 214px;
	float: left;
	padding-right: 15px;
}

#main_pr {
	width: 202px;
/*	border-left: #696969 1px dotted;
	border-right: #696969 1px dotted;*/
/*	float: right;
	padding: 0 15px;
}

#main_sp {
	width: 214px;
	float: right;
	padding-left: 15px;
}
*/

#right {
	width: 286px;
	float: right;
	height: auto;
}

#right p { margin: 0 0 9px 0 }

#left_button {
	margin: 0;
	width: auto;
	float: left;
	width: 138px;
}

#left_button a:hover {
	opacity: 0.5;
	filter: alpha(opacity=30);
}

#right_button {
	margin: 0;
	width: auto;
	float: right;
	width: 138px;
}

#right_button a:hover {
	opacity: 0.5;
	filter: alpha(opacity=30);
}

#right_box {
	margin: 10px 0 6px 0;
	border: solid 1px #84BFE1;
	width: 284px;
	height: 100%;
	float: left;
	-moz-box-shadow:inset 0px 0px 15px 3px #808080;
	-webkit-box-shadow:inset 0px 0px 15px 3px #808080;
	box-shadow:inset 0px 0px 15px 3px #808080;
	display:inline-block;
	background:-webkit-gradient(linear, left left, left right, color-stop(0.05, #FDFDFD), color-stop(1, #D5D3D4));
	background:-moz-linear-gradient(left, #FDFDFD 5%, #D5D3D4 100%);
	background:-webkit-linear-gradient(left, #FDFDFD 5%, #D5D3D4 100%);
	background:-o-linear-gradient(left, #FDFDFD 5%, #D5D3D4 100%);
	background:-ms-linear-gradient(left, #FDFDFD 5%, #D5D3D4 100%);
	background:linear-gradient(to right, #FDFDFD 5%, #D5D3D4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#D5D3D4',GradientType=0);
	padding-bottom: 10px
}

#right .tab_text {
	margin-left: 23px;
	padding-bottom: 15px;
}

#right .links {
	margin-left: 23px;
	padding-bottom: 0px;
}

#right a {
	color: #333333;
	text-decoration: none;
}

#right a:hover { color: #FF0000; }

#right .header {
	background: url(../images/head_bg.jpg);
	font-weight: bold;
	color: #F8F8F8;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 0 6px 23px;
}

#right .white { color: #FFFFFF; }

#right .more {
	background-color: #E2E1E6;
	text-transform: uppercase;
	width: 76px;
	padding: 1px 7px 0 7px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #006699;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border-bottom: #464646 solid 1px;
	border-right: #464646 solid 1px;
	margin-right: 17px;
	float: right;
	margin-top: -15px;
}

#bottom {
	width: 100%;
	height: 60px;
	background: #0169A6;
	margin-top: 40px;
	border-bottom: 38px solid #000000;
	padding-top: 47px; 
}

#footer {
	width: 1004px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	color: #CCCCCC;
}

#footer p { margin: 0; }

#footer .space { letter-spacing: 5px; }

#footer .copyright {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-top: 50px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 21px;
	color: #006699;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CACACA;
	padding-bottom: 12px;
	line-height: 23px;
}

.year {
  font-size: 14px;
  font-family: "Source Sans Pro";
  color: #003366;
  font-weight: bold;
}

.news_head {
	margin-top: 0;
	font-size: 10px;
	color: #006;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
}

h4 {
	font-family: "Source Sans Pro", sans-serif, Helvetica;
	font-size: 24px;
	color: #006699;
	font-weight: 500;
	margin-bottom: 18px;
	margin-top: 5px;
	letter-spacing: 0.5px;
 	line-height: 1.2;
}


h5 {
	font-family: "Source Sans Pro", sans-serif, Helvetica;
	font-size: 15px;
	color: #006699;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 15px;
 	line-height: 1.3;
	letter-spacing: 0.5px;
}


.subs {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-size: 12.5px;
	padding: 3px;
}