@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bg.jpg) repeat-x 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	
}

#wrapper{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	
	
}

#header{
	width:910px;
	background:url(../images/header-bg.jpg) 0 0 no-repeat;
	height:114px;
	
}

#menu{
	width:910px;
	height:40px;
	background:url(../images/menu-bg.jpg) no-repeat 0 0;
	padding-top:10px;
	text-align:left;

	
	
	
	}
	
	#menu a{
	font-size:15px;
	height:40px;
	color:#000000;

	padding-top:10px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:10px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*border-right:1px solid;
	
	add padding
	*/
	
	
	
	}
	
#menu a:hover{
	background:url(../images/menu-hover.jpg) 0 0 repeat;
	font-size:15px;
	height:40px;
	color:#0033FF;	
	padding-top:10px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:10px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	

	}
	
	#section-home #menu-home, #section-commercial  #menu-commercial, #section-employee  #menu-employee,
#section-personal  #menu-personal, #section-contact  #menu-contact, #section-quote  #menu-quote, #section-blog #menu-blog,
.menu a:active{
background:url(../images/menu-hover.jpg) 0 0 repeat;
	font-size:15px;
	height:40px;
	color:#0033FF;	
	padding-top:10px;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:10px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

	
#content{
	width:910px;
	background:url(../images/content-bg.jpg) 0 0 repeat-y;
	margin-top:-10px;
	
	
	}

#leftcol{
width:245px;
float:left;
margin-left:5px;

	
}

#main{
width:655px;
float:right;

	
}
	
#footer{
	width:910px;
	height:65px;
	background:url(../images/footer-bg.jpg) no-repeat 0 0;
	text-align:center;
	margin-top:-12px;
	}
#footer p{
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	padding-top:10px;
	}


p{
	margin-left:8px;
	margin-right:8px;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#bottom-menu a{
	font-size:90%;
	color:#CCCCCC;
}


a{
text-decoration:none;
color:#0066FF;
}

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

h3{
color:#0066FF;
font-family:Georgia, "Times New Roman", Times, serif;
}

table.quote-tbl{
background:url(../images/quote-bg.jpg) no-repeat;
color:#0066FF;
width:540px;
width:540px;
}

#test{
background:url(../images/test-bg.jpg) no-repeat 100% 100% #FFFFFF;
width:240px;
margin-left:5px;
} 
