/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFC600 url(../images/tile.gif) 0 0 repeat-x;
	font:11px Tahoma;
	color:#463E40;
	line-height: 15px;
}

a {color:#C20000; text-decoration:underline;}
a:hover {color:#9A0000; text-decoration:underline;}

p, h1, h2, h3, h4, h5, ul, li, dd, dt, div, img {margin:0; padding:0;}

h3 {font-size:18px; padding-bottom:10px;}

#wrap {
	width:780px; height:auto;
	margin:0 auto;
}

#header {
	width:760px;
	border-top:5px solid #463E40;
	margin:0 auto;
}

#navigation {
	height:39px; width:760px;
	margin:0 auto;
	background-color:#000000;
	background:url('../images/navtile.gif') repeat-x;
	

}
#content {
	width:780px; height:auto;
	background:url('../images/contenttile.gif') repeat-y;
	clear:both;
	
}

#content_in  {
	width:760px; height:auto;
	margin:0 auto;
	background:url('../images/back.gif') top left no-repeat;
	border-bottom:5px solid #463E40;
	min-height:573px;
	_height:573px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#left {
	width:287px; height:auto;
	float:left;	
}

#left2 {
	width:327px; height:auto;
	float:left;	
}
	
#right {
	width:428px; height:auto;
	float:right; 
	padding-right:30px;
	margin-top:20px;
 }
 
 #right3 {
	width:390px; height:auto;
	float:left; 
	margin-right:10px;
	margin-top:20px;
 }
 
 
#right2 {width:720px;  margin:0 auto; height:auto;}

#right p,  #right2 p,  #right3 p {
	font:11px Tahoma;
	color:#463E40;
	margin-left:10px;
	margin-top:10px;
	line-height:17px;
	
}

#footer {
	padding-bottom:20px;
	margin-top:30px;
}

#footer p {padding-top:20px;}
#wflogo {
	float: right;
	width: 221px;
	height: 49px;
}

#navslap {width:475px; height:39px; position:relative;}


#nav {
	
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
 }

#nav a {
	float: left;
	padding: 39px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	text-indent:-999px;
	height /**/:39px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -39px;
	}


#mhome a  {
	width: 59px;
	background: url('../images/home.jpg') no-repeat;
	}


#mprofile a  {
	width: 67px;
	background: url('../images/profile.jpg') no-repeat;
	}

#mcom a  {
	width: 146px;
	background: url('../images/commercial.jpg') no-repeat;
	}

#mdom a  {
	width: 131px;
	background: url('../images/domestic.jpg') no-repeat;
	}
	
	
#mcontact a  {
	width: 72px;
	background: url('../images/contact.jpg') no-repeat;
	}
	
	
h1 {color:#CEA000; font-size:14px; margin-left:10px;}
	
	
	#general {
	margin-left:50px;
	margin-top:10px;
	
}

#general li {
	padding:2px;
	font:11px Tahoma;
	color:#666666;
	list-style-type:square;
}
	
	
.top {margin-top:10px; color:#C20000;}
	
.subimg {width:100px; height:100px; margin-top:15px; margin-left:10px; padding:5px; float:left;}
h1.sub {margin-top:15px;}
	
h1.sub_head {background-color:#000000; color:#FFFFFF; width:700px; height:20px; display:block; padding:10px; margin:40px auto 20px auto;}
	
	
	




