@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	/*background-color:#323232;*/
	background-color:#242221;
	}

p { margin-top: 0px;}	

h1 {font-size: 250%; font-family:"Times New Roman", Times, serif; font-style:italic; color:#999999; padding-top: 30px;}
h2 {font-family: Verdana, Arial, Times New Roman; color: #006699; font-size: 120%;}
h3  {font-size: 110%; color: #f90303; font-style:italic;}

.underline {text-decoration: underline; font-weight: bold; padding-bottom: 5px; font-size: 100%;}
	
.blueText {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	color: #006699;
	font-style:italic;
	font-size: 150%;
	}	
a {text-decoration: underline; color: #3f6093;}	
/*a:hover {text-decoration: underline;}*/
a:visited {color:#666666;}
a:hover {color: #FC0000;}

#newsBox {
 	color: #000;
	padding: 8px;
	margin-right: 40px;
	background-color:#999999;
	font-size: 90%;
	border: solid 1px #000;	
	 
	}
	
#container {
	width: 900px;
	margin: 0px auto;
	border: 3px #fff solid;

		}

#topBanner {
	height: 117px;
	width: inherit;
	background-image:url(images/top_bground.gif);
	background-repeat:repeat-x;
	text-align: left;
	}
#navBar {
	height: 25px;
	border-bottom: 1px #000000 solid;
	width: inherit;
	background-image:url(images/nav_bground.jpg);
	background-repeat:repeat-x;
	}

#content {
	background:url(images/content_bground.gif);
	background-repeat:repeat-y;
	line-height: 150%;
	width: inherit;
	text-align:left;
	padding: 8px;
 	 
	}
	
#footer {
 
	height: 60px;
	background-color: #000000;
	color: #fff;
	font-size: 80%;
	width: inherit;
	line-height: 150%;
	 
	}	
#footer p {padding-top: 6px; margin-bottom: 8px;}
#footer a {color: #FF0000;}	


#officeLeft {
	margin-top: 42px;
	padding: 8px;
	width: 160px;
	float: left;
	display:inline;
	font-size: 80%;
	/*background-color:#ece4c3;*/
	}
#officeCenter {
	float:left;
	width: 50%; 
	padding-left: 10px;
	}
	
	
.officegroup {
	background-color:#cdcccc;
	border: 1px solid #fff; 
	padding: 4px;
	width: 150px;
	padding-left: 4px;
	}
.floatRight {float: right; padding: 8px;}
.floatLeft {float: left; padding: 8px;}


#colLeft {
	padding-left: 40px;
	margin-top: 0px;
	width: 600px;
	float: left;
	height:auto;
	}
#colLeft a {text-decoration: underline; color:#3f6093;}	
#colLeft a:hover {text-decoration: underline; color: #fc0000;}	


	
#colRight {
	top: 10px;
	width: 190px;
	float:right;
	height: auto;
	padding-right:14px;
	margin-right: 10px;

	}	
	
.infoBox {
	z-index: 0;
	border: #ebeaea solid 1px;
	width: 200px;
 	margin-top: 50px;
/*	text-align: center;
	padding-left: 10px;*/
	}
.infoBox img {padding-bottom: 8px;}	
.infoBox #header {
	z-index: 0;
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top:0px;
	padding-left: 8px;
	font-size: 80%;
	width: 192;
	height: 20px;
	 background-image:url(images/right_header_bg.jpg);
	 background-repeat:repeat-x;
	font-weight: bold;
	color: #fff;
	}
.infoBox p {
	font-size: 80%;
	margin-top: 0px; 
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	}
.contactBox {
	z-index: 0;
	border: #ebeaea solid 1px;
	width: 200px;
 	margin-top: 50px;
 	padding-top: 10px;
/*	text-align: center;
	padding-left: 10px;*/
	}	
	
.contactBtn  {
	width: 185px;
	height: 39px;
	text-align: center;
	padding-top: 10px;
	margin-left: 6px;
	font-size: 80%;
 	background-image:url(images/contact_btn.png);
	background-repeat:no-repeat;
	}	
 
.contactBtn a { 
	color: #fff;
	width: 190px;
	height: 28px;
	text-decoration: none;
	} 
.contactBtn a:hover {
 	color:#FF0000;
	width: 190px;
	height: 28px;
	text-decoration: underline;
	} 

.listitem {
	background-image:url(images/check_mark.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left: 20px;
	 
	}
ul {margin-left: 0px; padding-left: 0px; list-style-image: none;
	list-style-type: none;}
 		
li {

	padding-left: 0px;
	margin-left: 0px;
	}

.clearall {
	clear: both;
	padding-top: 10px;
	}
	

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 450px;
height: 1.2em;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 185px;
height: 150px;
font-size: 80%;
/*border: 1px solid black;*/
padding: 5px;
/*background-color: #F0F0F0;*/
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}
	
	