/* framework */
*{
margin:0px;
}

body{
	margin:0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#container{
	width:900px;
	margin:0 auto 0 auto;
}

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

#nav{
	margin-left:300px;

	padding:25px 0 27px 0;
}

#flash{
float:right;
margin-top:38px;
}

#services{
	width:880px;
	height:185px;
	margin:0 auto 0 auto;
	background-image:url(images/services_bg.gif);
	text-align:right;
	padding-top:15px;
}
#services a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}

#services a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
#services a:hover{
	color:#CCCCCC;
	}
#services_one{
	width:270px;
	padding:10px;
	float:left;
	clear:right;
	border-right:#241f1b 1px solid;
}

#services_two{
	width:270px;
	padding:10px;
	float:left;
	clear:right;
	border-left:#766e68 1px solid;
	border-right:#241f1b 1px solid;
}

#services_three{
	width:270px;
	padding:10px;
	float:left;
	clear:right;
	border-left:#766e68 1px solid;
}

#services img{
	float:right;
}

#content{
	width:800px;
	margin:10px auto 0 auto;
	line-height:25px;
}

#left{
	width:600px;
	float:left;
	clear:right;
}

#right{
	width:150px;
	margin-left:50px;
	float:left;
	clear:right;
	line-height:15px;
}

#footer{

padding-top:20px;
	border-top:#2b251f 1px solid;
	clear:both;
	width:900px;
	text-align:right;
}

/* text styles */
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	

}
li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
}

#footer li{
	list-style:none;
	display:inline;
	padding:25px;
}

#nav li{
	list-style:none;
	display:inline;
	padding:25px;
}

.thin_blue{
	font-weight:normal;
	color:#0f3c65;
}

.white{
	color:#FFFFFF;
}

.current{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	padding:28px 7px 28px 7px;
	border-left:#990000 solid 2px;
	border-right:#990000 solid 2px;
}

/* link styles */
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;	
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0f3c65;	
}

#nav a{
	color:#333333;
	padding:28px 7px 27px 7px;
}

#nav a:hover{
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	padding:28px 5px 28px 5px;
	color:#FFFFFF;
	border-left:#990000 solid 2px;
	border-right:#990000 solid 2px;
}

.contact{
font-size:16px;
color:#0f3c65;
font-weight:bold;
}