@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:#ccc;
	font-size: 90%;
	border: solid 1px #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	
	 
	}
	
#container {
	width: 900px;
	margin: 0px auto;
	border: 3px #fff solid;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
		}

#topBanner {
	height: 117px;
	width: inherit;
	background: #afc5d8; /* Old browsers */
	background: -moz-linear-gradient(top, #afc5d8 0%, #3d90d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afc5d8), color-stop(100%,#3d90d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #afc5d8 0%,#3d90d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #afc5d8 0%,#3d90d9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #afc5d8 0%,#3d90d9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc5d8', endColorstr='#3d90d9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #afc5d8 0%,#3d90d9 100%); /* W3C */
	text-align: left;
		-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	}
#navBar {
	height: 25px;
	border-bottom: 1px #000000 solid;
	border-top: 1px #035ead solid;
	width: inherit;
	background-image:url(images/nav_bground.jpg);
	background-repeat:repeat-x;
	z-index:100000;
	}

#content {
	background:url(images/content_bground.gif);
	background-repeat:repeat-y;
	line-height: 150%;
	width: inherit;
	text-align:left;
	 /*padding: 8px;*/
	 padding-left: 3px;
 	
	}
	
#footer {
 	text-align:center;
	width: 896px;
 	display:block;
 	background-color: #000000;
	color: #fff;
	font-size: 80%;
	line-height: 150%;
 	padding-top:8px;
	padding-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: 5px;
	width: 190px;
	float:right;
	height: auto;
	padding-right:14px;
	margin-right: 10px;
	display:block;
	}	
	
.infoBox {
	z-index: 0;
	border: #ebeaea solid 1px;
	width: 200px;
 	margin-top: 10px;
/*	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: 20px;
 	padding-top: 10px;
	display:block;
/*	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;
 	}
	

/*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;
}
	
.phone{
	color: #fff;
	padding-left: 20px;
	}	
	
/* gallery style */

#gallery {
    position:relative;
    height:430px;
	  z-index: 0;
 	display:block;
	width: 650px;
 
 }
    #gallery a {
	/*float:left;*/
	position:absolute;
	left: -2px;
	top: 2px;
 z-index: 0;
    }
     
    #gallery a img {
        border:none;
        z-index: 0;
    }
     
    #gallery a.show {
        z-index:1;
    }
 
    #gallery .caption {
        z-index:600;
        background-color:#000;
        color:#ffffff;
        height:70px;
        width:100%;
        position:absolute;
        bottom:0;
    }
 
    #gallery .caption .content {
        margin:5px;
    }
     
    #gallery .caption .content h3 {
        margin:0;
        padding:0;
        color:red;
	font-size:120%;
    }
    	
 
