@charset "UTF-8";
/* CSS Document */
* 
{
	margin: 0;
	padding: 0;
	border: none;
	font-size:11px;
}
a
{
color:#77767b;
font-family: verdana, sans-serif, Geneva, Arial;
text-decoration: none;
}
a:hover, a:active
{
color:#a494a8;
}

#wrap
{
margin: 0 auto;
width: 1000px;
}
body
{	
	font-family: verdana, sans-serif, Geneva, Arial;
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x #000000;
	color: White;
}
.container
{
width: 1000px;
overflow:hidden;
margin: 0 auto;
/*background:#FFFFFF;*/
}
#masthead
{
width: 1000px;
height: 120px;
}
.masthead1
{
float:left;
width: 800px;
height: 120px;
}
.masthead2
{
float:left;
width: 200px;
color:#FFFFFF;
font-size:16px;
padding-top:15px;
vertical-align:bottom;
}
.content
{
/*background-color:#FFFFFF;*/
width: 990px;
padding:5px;
}

* html .content{
padding:5px 0;
overflow:hidden;
}
.auto
{
width: 240px;
margin: 10px 10px 20px 0;
float: right;
border:1px solid #ccc;
}

h4
{
background:url(images/header_bg.gif) repeat-x;
font-family: Geneva, Arial, Helvetica, sans-serif;
width: 100%;
height: 30px;
text-align:Left;
color:#FFFFFF;
font-size: 1.5em;
padding-top: 5px;
display:block;
}
.about
{
width:70%;
float:left;
clear:both;
margin:5px 10px 5px 0;
line-height:1.2em;
word-spacing:0.2em;
border:1px solid #ccc;
}
.contact
{width:28%; float:left; margin:5px 5px 5px 0; border:1px solid #ccc;}
.section
{
width: 400px;
float:left;
clear:both;
margin: 10px 10px 10px 0;


}
.section1
{
width: 345px;
float:left;
margin: 10px 10px 10px 0;
border: 0px solid #ccc;

}
.section3{
float:left;
}
* html .section3{
overflow:hidden; width:250px;
}
.services
{
width: 700px;
float:left;
margin: 10px 10px 10px 0;
line-height: 1.6em;
border:1px solid #ccc;
/*background:#FFFFFF;*/
}
p
{
padding:5px;
}

.subnav a:link
{
text-align:left;
line-height:1.5em
}
#footer
{
font: verdana, sans-serif, Geneva, Arial small;
text-align: center;
width: 980px;
color:#ffffff;
height:20px;
letter-spacing: 0.1em;
clear:both;
}
#footer a:hover
{
text-decoration:none;
color:#a494a8;
}
#navcontainer
{
width: 1000px;
height: 40px;
text-align:center;
}

ul#navlist
{
font-family: Verdana, Arial, Helvetica, sans-serif;
height:40px;
width: 100%;
padding-top:10px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a 
{
vertical-align: middle;
padding: 1em 2.5em;
font-size: 14px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover, #navlist a:active
{
	color: #a494a8;
	text-decoration: none;
}

h2, h4, h5, h6 {
color:#333333;
text-shadow: #999 2px 2px;
}

hr
{
border: 1px solid #CCCCCC ;
width:100%;

}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

