@charset "utf-8";
body {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#2e52a3;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust: none;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	line-height: 19px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h2 {
	color: #666666;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h3 {
	color: #666666;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


/* ~~ This fixed width container surrounds all other divs ~~ */

.container {
	width: 990px;
	background:#ffffff;
	padding:0 17px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.header {
	background:#ffffff;
	height:175px;
	padding: 0 0 0 0;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.headercontent {
	padding-bottom: 3px;
	alignment-adjust: baseline;
}

.banners {
	width: 740px;
	padding: 0 0 0 0;
	float: left;
}

.normal {
	color: #000000;
}

.bannerholder {
	background-color: #FFFFFF;
}

.content {
	padding: 10px 0;
	width: 740px;
	float: left;
}

.content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#808184;
	line-height:36px;
	text-align:center;
}

.linksbar {
	float: right;
	width: 250px;
	padding:0;
	margin:0;
	padding-bottom: 10px;
	height: 100%;
}
.workday {
	padding:0;
	margin:0 0 10px 20px;
	height:auto;
	}
.clearfix{
	
	clear: both; 
}
.linksection {
	width: 230px;
	padding-left: 20px;
	padding-bottom: 0px;
}

.linksection li{
font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding: 13px 10px;
	  display: block;
  background: #2e52a3;
  color:#fff;
  cursor: pointer;
  margin:0 0 13px 0 ;
  -moz-border-radius: 8px;
border-radius: 8px;
}
.linksection li a{
font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.footer {
	margin:0 auto;
	border-top:solid 3px #2e52a3;
	width:1024px;
	padding:0 0px;
	background:#e6e7e8;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #808184;
	height: 130px;
	line-height:27px;
}
.mail_address{
	width:700px;
	padding:0px 20px 0 20px;
	float:left;
	border-right:solid 1px #8a9cc5;
	
}
.mail_address p{
	font-size:10px;
	margin:0;
	padding:0;
	
}
.mail_address p a{
	font-size:10px;
	margin:0;
	color:#808184;
	padding:0;
	
}
.inner_title_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	font-weight:bold;
	color:#ffffff;
	background:#595a5c;
	line-height:49px;
	padding:0 0 0 18px;
}
.content_inner{
	padding: 10px 0;
	width: 740px;
	float: left;
}
.content_inner p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#808184;
	line-height:22px;

}
.content_inner p span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ed1c24;
	line-height:22px;

}

.content_inner h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2e52a3;
	line-height:22px;
	padding-bottom:10px;
	padding-top:20px;

}

.btn li{
	background:url(../images/btn_bg.jpg) no-repeat center top;
	width:258px;
	height:60px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	padding:21px 0 0 0;	
}
.btn li a{
	text-decoration:none;
	color:#ffffff;
	
}
.form_txt{
font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#808184;
	line-height:22px;	
}
.form_txt span{
font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ed1c24;
	line-height:22px;	
}
input, textarea{
	border:solid 1px #9fa0a2;
	outline:none;
	padding:3px 5px;
	background:#ffffff;
	margin:0;
}
.button a{
	background:#3053a3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	padding:15px 26px;
	 -moz-border-radius:5px;
border-radius: 5px;
text-decoration:none;
}

.button1 a{
	background:#3053a3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	padding:15px 40px;
	 -moz-border-radius:5px;
border-radius: 5px;
text-decoration:none;
}

.supporters_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#224099;
	line-height:22px;	
}

.supporters_txt a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#224099;
	line-height:22px;
	font-weight:normal;
}

.footer_logo{
	width:230px;
	padding:0px 20px 0 0;
	margin:0;
	float:right;
	
}

.submit{
	 background: none repeat scroll 0 0 #3053a3;
    border-radius: 5px;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 26px;
    text-decoration: none;
}

.error{
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.news_main{
	padding:25px 0 25px 0;
	border-bottom:solid 1px #2f53a2;
	
}
.news_img{
	
	float:left; 
	margin:0 25px 20px 0;
}
.news_right p{
	padding:0;
	margin:0;
}
.news_right div{
	font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color:#2f53a2;
font-weight:bold;
	padding:0 0 0 0;
	margin:16px 0 0 0;
}
.news_right span{
	font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height:20px;
	padding:0;
	margin:0;
	color: #808184;
}
.news_right a{
	color: #2f53a2;
}
.news_Archive{
	margin:20px 0 20px 0;
	
	font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #2f53a2;
}
.news_Archive a{
color: #2f53a2;
}
.news_pre{
	float:left;
	width:33%;
	padding:20px 0;
	font-family: Arial, Helvetica, sans-serif;
font-size: 15px;

}
.news_next{
	float:right;
	width:33%;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
	padding:20px 0;
	
}
.news_back_news{
	float:left;
	width:33%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
	padding:20px 0;
}
.news_pre a{
color: #2f53a2;
}
.news_next a{
color: #2f53a2;
}
.news_back_news a{
color: #2f53a2;
}

.image_border {
background-color: #f8f8f8;
border: 1px solid #CCC;
padding: 3px;
}

.border_line{
	padding:0 0 0 0;
	margin:20px 0 0px 0;
	border-top:solid 1px #ccc;
	
}