@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#364250;
	background-image:url(../images/pg_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#doc{
   width:779px;
   margin:auto;
   padding:0px;
   background-color:#FFFFFF;
}
/*General Styles*/
form, input{
 padding:0px;
 margin:0px;
}
.clear{
    clear:both;
}
body, p, tr, td, div, input{
   font-family: "Trebuchet MS", Arial, sans-serif;
   font-size: 13px;
   color:#000000;
}
#imageField{

 vertical-align: bottom;  
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active {
	text-decoration: none;
	color:#000000;
}
hr{
height:1px;
color:#c7d2d2
}
.fleft{
 float:left;
 width:49%;
 padding-right:15px;
}
.fright{
 float:right;
 width:45%;
}
/*Page Specific Styles*/
#logo{
   float:left;
   width:340px;
   height:75px;
   padding-left:10px;
   padding-top:20px;

}
#tSearch{
	float:right;
	width:250px;
	height:75px;
	padding-left:10px;
	padding-top:20px;
	text-align: right;
	padding-right: 10px;
}
#tSearch .input{
height:20px;

}

/*Start menu styles*/

#menuHolder{
 background-image:url(../images/menu_bg.jpg);
 background-repeat:no-repeat;
 text-align:center;
 height:28px;
 padding-top:8px;
}
#menu ul{
 padding:0px;
 margin:0px;
}
#menu ul li{
 list-style:none;
 display:inline;
 padding-left:12px;
 padding-top:15px;
 padding-bottom:15px;
}
#menu ul li a{
 color:#efeeee;
 text-decoration:none;
}
#menu ul li a:hover{
 color:#d3cfc0;
 text-decoration:none;
}

#menu ul li a span{
 background-image:url(../images/menu_sep.jpg);
 background-repeat:no-repeat;
 background-position:right;
 padding-right:18px;
}

#menu ul li a .lst{
 background-image:none;
}


/*Latest Messages Section*/

#latestHolder{
 background-image:url(../images/latest_b_bg.jpg);
 background-repeat:no-repeat;
 background-position:bottom;
 height:10px;
}
/* changed last line from *height:104px; TO height:104px; */
#latestMain{
  background-color:#eeeadd;
  margin:2px;
  height:106px;
  height:104px;
}
#latest{
	padding-left:10px;
	padding-top:10px;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	float:left;
	color:#010101;
	width:550px;
	background-image:url(../images/latest_sep.jpg);
	background-repeat:no-repeat;
	height:100px;
	background-position:right 10px;
   
 }
#latest .title {
 color: #4B4B4B;
 text-decoration:none;
 font-size:12px;
  font-weight: bold; 
  text-transform:none;
  padding-top:5px;
  width:300px;
  float:left;
}
#latest .title a{
 text-decoration:none;
 font-size:12px;
  font-weight: bold; 
 text-transform:none;
 color: #4B4B4B;
}
#latest .title a:hover {
	text-decoration: underline;
}
#latest .date{
  font-size:11px;
  font-weight: normal; 
  text-transform:none; 
  color: #4B4B4B;
  width:300px;
  float:left;
 }
#latest .mlinks{
 float:right;
 font-family:"Trebuchet MS", "Lucida Sans", Arial, sans-serif;
 font-size:11px;
  text-decoration:none;
 font-size:11px;
  font-weight: bold; 
  text-transform:none;
  padding-top:35px;
  color:#4B4B4B;
  padding-right:15px;

 }
 
 #latest .mlinks a{
   color:#4B4B4B;
}
 #latest .mlinks a:hover{
  text-decoration:underline;
  }
 #browseby{
  font-size:11px;
  padding-top:15px;
  margin-left:15px;
  float:left
}
.left{
  float:left;
  width:540px;
  padding-right:10px;
  padding-left:10px;
  padding-top:10px;
  
 }
#content h1{
 margin-top:0px;
 padding-top:0px;
}

.heading{
 font-family:Arial, Helvetica, sans-serif;
 font-size:16px;
 font-weight:bold;
 color:#9f8005;
 }
/* changed last line from  *min-height:530px; TO min-height:530px; */
#homeright{
 float:left;
 background-color:#d3cfc0;
 width:217px;
 min-height:500px;
/* *min-height:530px;*/
}
#homeright .right{
 padding:10px;
 padding-top:0px;
}
#homeright .right .title{
 font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	color:#010101;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;

}
#homeright .right p{
 margin:0px;
 margin-bottom:10px;
 padding-left:10px;
 color:#735816;
 background-image:url(../images/rList_icon.jpg);
 background-repeat:no-repeat;
 background-position:left 7px;
}

#homeright .right p a{
 color:#735816;
}
#hCtLeft{
 border-right: 1px #c7d2d2 solid;
}
#ft{
 clear:both;
 
 }
#ft .tline{
 height:1px;
 background-color:#2a4e77;
}
#ftlinks{
 text-align:center;
 color:#676767;
 font-size:11px;
 padding-top:5px;
 padding-bottom:5px;
 
 
}
#ftlinks a{ 
 color: #676767; 
 font-size:12px;
 font-weight:bold;
  padding:20px;
}
.btn{
color:#FFFFFF;
background:#383233;
}