/*reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
	
fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
	
ol,ul,li { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
} 
	
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 

q:before,q:after { 
	content:''; 
} 

abbr,acronym { 
	border:0; 
}

/*end reset*/


body {
	padding-top:10px;
	margin:0;
	background:url("../images/home-repeat.png") repeat-x;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#logo {
	background:url("../images/logo.png") no-repeat;
	width:304px;
	height:76px;
	float:left;
}

#header {
	width:900px;
	margin:0 auto;
}

#phone {
	float:right;
	font-family:Arial;
	font-size:18px;
	color:#b83126;
	font-weight:bold;
}

#nav {
	width:900px;
}

#nav li {
	float:right;
}

#nav a {
	display:block;
	padding:10px;
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	color:#03041d;
}

#nav a:hover {
	text-decoration:underline;
	color:#bc0413;
}

#mid {
	width:100%;
	height:227px;
	padding:14px;
	background:url("../images/home-mid.png") center no-repeat;
}

#mid-inner {
	width:380px;
	float:right;
	padding:30px 30px;
}

#mid-inner h2 {
	font-family:arial;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}

#mid-inner li {
	font-family:arial;
	font-size:12px;
	color:#bad4f1;
	padding:2px;
}

#bottom {	
	background:#fff;
}

#bottom-left {
	float:left;
	width:370px;
	padding:10px;
}

#bottom-left li {
	font-family:arial;
	font-size:14px;
	color:#000;
	padding:5px 0px;
}

#bottom-right {
	float:right;
	width:430px;
	padding:10px;
}

#bottom-right p {
	font-family:arial;
	font-size:14px;
	color:#000;
	padding:10px 0px;
}

#bottom-right li {
	font-family:arial;
	font-size:14px;
	color:#000;
	padding:3px 10px;
	list-style-type: disc;
	list-style-position: inside;

}


#bottom-right strong {
	font-weight:bold;
}

#bottom-left p {
	font-family:arial;
	font-size:14px;
	color:#000;
	padding:10px 0px;
}

.services {
	border:1px solid #333;
	padding:10px;
	background:#ebecff;
}

.services strong{
	font-family:arial;
	font-size:16px;
	color:#000;
	font-weight:bold;
}

.services a{
	font-family:arial;
	font-size:14px;
	text-decoration:none;
	color:#000;
}

.services a:hover{
	font-family:arial;
	font-size:14px;
	text-decoration:underline;
	color:#333;
}

#bottom-left .services li{
	font-family:arial;
	font-size:14px;
	color:#000;
	padding:5px 0px;
}


#footer {
	background:#060728;
	height:300px;
}

#footer p {
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	padding-top:20px;
}

h3 {
	font-family:arial;
	font-size:22px;
	color:#060728;
}

h4 {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#c30316;
	padding:10px 0px;
}

.clear {
	clear:both;
}