/* CSS Document */

body{    
	width:900px;
	margin:0px auto;
    color:#4036A7;
    font-family: verdana, geneva, sans-serif;
    font-size:0.75em;
    line-height: 1.166;
    background-color:#4036A7;

}

h1{
	font-family: "Arial Black";
	font-size: 2.8em;
	margin-left: 160px;
	margin-top: 10px;
	display: none;

}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
}

h3{
	font-size:1.3em;
}

h4{
	color: #41B441;
	font-size:100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #EF4836;
}

a:hover {
	text-decoration: underline;
	color: #f33;
}


#wrapper{
	width: 900px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#header{
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
	height: 100px;
}

#breadcrumb{
	font-size: 0.75em;
	clear: both;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#nav
{
	border-bottom: thin solid #4036A7;
}

#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #4036A7;
}

#nav li
{
	float: left;
	margin: 0.10em;
	font-size: 0.92em;
}

#nav li a
{
background: #FFFFFF url(images/background.gif) repeat-x left bottom;
height: 3em;
line-height: 1.5em;
float: left;
width: 11em;
display: block;
border: 0.1em solid #dcdce9;
color: #4036A7;
text-decoration: none;
text-align: center;
}
#nav li a:hover
{
background: url(image/background.gif) #fff bottom left repeat-x;
height: 3em;
line-height: 1.5em;
float: left;
width: 11em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: underline;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */



.clear{
	clear: both;
}
#2col{
	float: right;
	width: 25%;
	margin: 10px;
	padding: 10px;
}


img{
border:solid 1px #bbbbbb;
padding:3px;
}

#2col img{
	display:block;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
}


#content{
	float:left;
	width: 50%;
	margin: 20px;
	margin-left:10px;
	padding: 0px 20px 0px 20px;
}

/* HOME SERVICES IMG MENU */

#services ul{
 width:860px;
}
#services li {
	display: block;
	width: 23%;
	float: left;
	margin-right: 7px;
}

#services li a{
	color: #069;
}

#services li.last {
	margin-right: 0;
}

#services img {
	display: block;
}

.service_img {
	margin-top: 5px;
	display: block;
}

.service_txt {
	text-decoration: none;
	color: #069;
	height: 2em;
}

#footer{
	margin: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCC99;
	border-bottom-color: #CCCC99;
	font-size: 80%;
	text-align: center;
	clear: both;
	height:30px;
}

#footer img{
  border: solid 0px;
}

.small{
	font-size: 80%;
	margin-left: 20px;
	text-align:center;
	color: #FFFFFF;
}


label{
    width: 100px;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block
}

input
{
    width:200px;
}

textarea
{
    width:200px;
    height:200px;
}


.submit
{
    border:solid 1px #4036A7;
    text-align:center;
    float:right;
    color:#4036A7;
    width:50px;
}

#submit
{
    padding-right:8px;
}

#contactfrm{
  margin-top:20px;
  padding:10px;
   border:solid 1px #dddddd;
   width:320px;
}
