body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.5em; 
	background-color: #F9F8F3;
	overflow-y: scroll;
    overflow-x: hidden;
}

a, a:link, a:visited {
	color: #990000;
}

a:hover {
	color: #CC6600;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5 { font-weight: normal; }

h1 { font-size: 40px; color: #333; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 24px; color: #000; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; color: #fff; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; ; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #fff; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #000; }

.button a {
	clear: both;
	display: block;
	width: 92px;
	height: 24px;
	padding: 5px 0 0 0;
	background:	url(../images/templatemo_button.png) no-repeat;
	color: #AAAAAA;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #FFFFFF;
	background: url(../images/templatemo_button_hover.png) no-repeat;
}

/* slider */
#templatemo_slider_wrapper {
	width: 990;
	height: 305px;
    background: rgb(248,133,9) repeat-x;
}

#templatemo_slider {
	width: 990px;
	
	margin: 0 auto;
	padding: 6px px;
	background: #ebe9e6 repeat-x;
}

#slide_news {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	//padding: 5px 10px;
	background-color:#3399cc;
	//border-top:#cccccc 1px solid;
	//border-bottom-right-radius:5px;
	//border-bottom-left-radius:5px;
}


/* header */

#templatemo_header_wrapper {
	width: 100%;
	height: 160px; 
   /* background: url(../images/templatemo_header.jpg) repeat-x; */
}

#templatemo_search_wrapper {
    width:100%;
	height: 35px;
    background: #003366 repeat-x;
  }

#templatemo_search_header {
	width:990px;
	padding-top:5px;
	margin: 0 auto;
}

/* footer banner */
#templatemo_footer_wrapper {
    width:100%;
	height: 35px;
    background: #003366 repeat-x;
	height:auto;
}

#templatemo_footer_header {
	float: center;
	padding-top:0px;
}


#templatemo_header {
	width: 990px;
	margin: 0 auto;
	padding-top: 5px;
}


#templatemo_header #logo{
    float: left;
	padding: 5px 0px ;
}

#templatemo_header #emblem{
    float: right;
	padding: 5px 0px ;
}

#templatemo_header  #site_title {
	float: left;
	padding: 5px 0px 0;
}

#templatemo_header  #site_title h1 {
	margin: 0;
	padding: 0px 50px;
}

#templatemo_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 27px;
	color: #5D5948;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_header  #site_title h1 a span {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #5f6675;
	font-weight: bold; 
	letter-spacing: 1px;
	padding:0px 100px;
}

/* menu */


#templatemo_menu_wrapper {
    width:100%;
	height: 35px;
    background: rgb(252,253,255) repeat-x;
border-top: 4px solid #ff9900;

}
#templatemo_menu {
    width:990px;
	float: center;
	margin:0px auto;
	height:35px;
}

/* end of header */

/* main */

#templatemo_content_wrapper {
	clear: both;
	width: 100%;
	/* background: #F9F8F3;  */
	background: -moz-linear-gradient(top,  rgba(30,87,153,0.45) 0%, rgba(35,92,157,0.13) 5%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0.45)), color-stop(5%,rgba(35,92,157,0.13)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0.45) 0%,rgba(35,92,157,0.13) 5%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,0.45) 0%,rgba(35,92,157,0.13) 5%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,0.45) 0%,rgba(35,92,157,0.13) 5%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,0.45) 0%,rgba(35,92,157,0.13) 5%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}

#templatemo_content {
	width: 1000px;
	padding: 30px 25px;
	margin: 0 auto;

}

.two_column {
	width: 270px;
}

.content_column{
  width: 700px;
}

.services_section {
	clear: both;
	padding-bottom: 10px;
	padding-top: 6px;
	margin-bottom: 5px;
	/* border-bottom: 1px solid #CCC; */
	background: url(images/templatemo_divider.jpg) bottom repeat-x;	
}

.services_section h4 {
	margin-bottom: 20px;
}

.services_section .left {
	float: left; 
	width: 150px;
	margin-right: 30px;
}

.services_section .middle {
	float: left; 
	width: 350px;
}

.services_section .right {
	float: right; 
	width: 350px;
}

.services_section .left img {
	border:1px solid #CCC;
	padding: 5px;
}



/* end of main */


/* right content */

#rtcontent{	
	margin:0px 2%;
	min-height:30px;
	width:250px;
	background:#e4e4e1;
	border-radius:5px;	
	border: 1px solid white;
	/*z-index:1;*/
		}

#rcontentheader{
		color:WHITE;
		width:191px;		
		background:#f88509;	
		padding:5px 30px;
		border-top-right-radius:5px;
	    border-top-left-radius:5px;
		font-size:18;	
		}	

#rcontent{	
		min-height:20px;
		//padding:2px 2px;
		margin:0px 2%;
	}

#indicator{
		line-height:200%;
		font-size:13px;
		font-family:serif;
		text-decoration:none;
		color:#333300;
		padding:2px 0px;
}
#indicator td{
     border-bottom:1px solid #fff;
 }

#rcontent a{
		line-height:200%;
		font-size:13px;
		font-family:Helvetica, sans-serif;
		text-decoration:none;
		color:#333300;
		padding:3px 0px;
		text-align:justify;
	
}

#rcontent a:hover{
	/*	text-shadow: 2px 2px #c0c0c0; */
		color:#C11B17;		
      /*  font-weight:bold; */
}


/* content */
#contentheader1{
    //background:#c5c5c5;			
	width:660px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	padding:5px 30px; 
	color:white;
	}

#maincontent1{
	height:auto;
	width:715px;
	margin:0px 1%;	
	background:#ffffff;
   // border-left: 1px solid #dedede;
    //border-right: 1px solid #dedede;
	//border: 1px solid #F88509;
	border-radius:5px; 
	top:100px;
 }

 #mainMessage{
	height:130px;
	width:713px;
	margin:0px 1%;	
/*	background:#617394; */
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
	border-radius:5px;
	top:100px;	
	overflow-y: scroll;
    overflow-x: hidden;
	
 }

 /* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,0,0.2); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ABBAD4; 
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,0,0.1); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #008AB8; 
}


  #maincontent2{
	min-height:310px;
	width:720px;
	margin:0px 1%;	
	background:##F9F8F3;
	border-radius:3px;
 		}	
	
	
#maincontent2 span{
	color:#505050;
	width:260px;	
	margin: 0px 1%;
	padding-top:5px;
	text-align:justify;
	position:absolute;
	
 }
				
#newsHeader{
    //background:#003366;			
	width:318px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	padding:5px 10px; 
	color:white;
 }	

 #noticeHeader{
    //background:#003366;			
	width:270px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	padding:5px 5px; 
	color:white;
 }	


 #contentheader5{
	float:right;
    background:#003366;			
	width:257px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	padding:5px 30px; 
	color:white;
 }	
 

  #maincontent3{
	min-height:250px;
	width:720px;
	margin:0px 1%;	
	background:#FAFAFC;
	border-radius:5px;
    //border: 1px solid #dedede;
	//border: 1px solid #F88509;
 }	

#maincontent3 span{		
	color:#505050;
	width:590px;	
	margin: 0px 1%;
	padding-top:10px;
	text-align:justify;
	position:absolute;
 }	

 #contentheader3{
	//background:#003366;			
	width:660px;
    border-top-right-radius:5px;
	border-top-left-radius:5px;
	padding:5px 30px; 
	color:white;

}

/* content pages */

#mainContent{
   	width:680px;
	 margin:1px 1%;
	background:#fff;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
 }	

#line{
height:10px;
background:black;
width:600px;
 }

#mainContentWords{
 min-height:800px;
 width:660px;
 border:1px solid #c0c0c0;
 text-align:justify;
 padding:10px 10px;
}

#mainContentWords a{
  text-decoration:none;
}

#mainContentHeader{
   
	background:#F5F2F2;			
	width:660px;					
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	padding:10px 10px;
	color:#000;
	}


/* copyright */

#templatemo_copyright_wrapper {
	width: 100%;
	background: #131110;
	border-top: 1px solid #000;
}

#templatemo_copyright {
	width: 960px;
	margin: 0 auto;
	padding: 5px 20px;
	text-align: center;
	color: #ffffff;
}


#templatemo_copyright a {
	color: #ffffff;
}

#infoBox{
  color:white;
  background:#27478B;
  text-align:center;
}

.data th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #312F2F;
	border-right: 1px solid #2575A0;
	border-bottom: 1px solid #2575A0;
	border-top: 1px solid #2575A0;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #51A3CF no-repeat;
 }

.rowEven td{
   font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border: 1px solid #2575A0;
/*	border-right: 1px solid #2575A0;
	border-bottom: 1px solid #2575A0;
	border-top: 1px solid #2575A0; */
	letter-spacing: 1px;
	text-align: left;
	background: #EDE0BC url(images/bg_header.jpg) no-repeat;
}

.data td{
   font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #312F2F;
	border: 1px solid #2575A0;
/*	border-right: 1px solid #2575A0;
	border-bottom: 1px solid #2575A0;
	border-top: 1px solid #2575A0; */
	letter-spacing: 1px; 
	text-align: left;
	
}


.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}


#search{
	position:absolute;
	padding-top:2px;
	right:20px;
}

#box1{
	background:#F7F4E1;
	width:375px;	
	min-height:150px;
	float:left;
	border: 1px solid #dedede;	
}

#box2{
	
	background:#F7F4E1; /*FFF8C6*/
	/*background:url(images/right.jpg);*/
	width:329px;
	
	/*border-left:1px solid #c0c0c0;*/
	min-height:150px;
	float:right;
	border: 1px solid #dedede;
}

	#subtopic{
	padding:0px 10px 10px 30px;
	color:#EAA400;
	font-family:georgia;
	font-size:15px;
	/*font-weight:bold;*/
	text-align:left;
	/*text-shadow: 1px 1px 1px #003333;*/
	
	}

input[type=text], [type=password],textarea,select{
    border: 1px solid #dfdfdf; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 3px  rgba(0,0,0,0.1),
            0 0 26px rgba(0,0,0,0.1); 
      padding: 2px 0px 3px 5px;
      margin: 5px 1px 3px 0px;
      background: rgba(255,255,255,0.3);
}
 
input[type=text]:focus, textarea:focus {
  @include box-shadow(0 0 5px rgba(81, 203, 238, 1));
  padding: 2px 0px 3px 5px;
      margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.searchbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dedede), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#dedede;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.searchbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.searchbutton:active {
	position:relative;
	top:1px;
}






