/* CSS Document */

a {color: #6666cc;}
a:hover {color: #4444a9}

h1{
font-size: 16px;
font-weight: bold;
font-variant: small-caps;
color: #4444a9;
}

h2{
font-size: 14px;
font-weight: normal;
padding-left: 250px;
}

h3{
font-size: 14px;
padding-left:150px;
}
.featured{
	padding-left:200px;
	font-size:16px;
	font-weight:bolder;
	color:#4444a9;
	text-align:left;
	
	}

hr{

}

.logo{
	width:200px;
	height:60px;
	float:left;
	}
.phone{
	width:200px;
	float:right;
	height:60px;
	color:#4444a9;
	font-size:32px;
	font-weight:bolder;
	padding-top:10px;
	}

div#maincontain {
position: relative;
width: 740px;
height: auto;
margin: 0 auto;
padding-top: 0em;
border: 1px #d2d2d2 solid;
	}
	
div#centercontain{
border-top:1px #d2d2d2 solid;
}

div#header {
}

div#headersub{
border-bottom: 1px #cccccc solid;
height: 146px;
}

div#headerimage{
	float:left;
	}

div#headertext{
	float:left;
	color: #4444a9;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bolder;
	margin-left:100px;
	margin-top:50px;
	}

.headersubtext{
float: left;
margin-top: -50px;
padding-left: 200px;
font-size:18px;
color: #368526;
font-weight: bolder;
font-family: Helvetica;
text-decoration: underline;
font-stretch: extra-expanded;
}

div#footer {
text-align: right;
padding-top: 5px;
color: #4444a9;
font-size: 14px;
font-weight: bolder;
}
	
div#leftcol {
position: relative;
float: left;
width: 200px;
height: inherit;
background:#fff;
	}
	
div#leftcollaser {
position: relative;
float: left;
width: 200px;
height: inherit;
background:#fff;
height: 1000px;
	}
	
div#rightcol {
width: 530;
height: 800px;
background:#fff;
	}
	
.clear {
clear:both;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: -1;
color: #666666;
padding-bottom: 10px;
text-indent: 15px;
}

img {
border: 0;
}

.indeximage {
text-align: center;
padding-top: 20px;
}

.center{
text-align: center;
}

.logo1{
	color:#4444a9;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

ul {
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;
	border-right:hidden; size:20px;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	height: 800px;
	border-right: 1px solid #ccc;
    font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	}
.doc{
	float:right;
	margin-right:20px;
margin-left:10px;
	}
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 169px; 
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #FFF; 
	padding: 10px;
	border: 0px solid #ccc;
	border-bottom: 0;
		}


* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

ul li a:hover { color: #000; background: #fff; font-weight:bolder} 
li ul li a { padding: 2px 5px; } 
li:hover ul, li.over ul { display: block; } 
