body{
	background:url(../images/body_bg.jpg) top left repeat-x;
}
li{
	list-style-position: inside;
}
/*Header styles*/
#header{
	background: #D3EFF2;
	min-height: 6em;
}
#header .width_wrapper{
	position: relative;
}
#header .width_wrapper ul{
	text-align: right;
	font-size: .875em;
	line-height: 1.714em
}
#header .width_wrapper ul li{
	display: inline;
	list-style: none !important;
	list-style-position: inside;
	border-left: 1px solid #666666;
	padding: 0 5px;
	text-align: center;
}
#header .width_wrapper ul li:first-child{
	border-left: none;
}
#header #tagline{
	position: absolute;
	top: 2em;
	right: 10px;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#logo{
	position: absolute;
	top: 0;
	left: 0;
}
/*nav styles*/
#nav{
	background: #5B4A42;
}
#nav ul{
	text-align: right;
}
#nav ul li{
	list-style: none;
	display: inline;
	border-left: 1px solid #fff;
	padding: 0 10px;
}
#nav ul li:first-child{
	border-left: none;
}
#nav ul li a:link{
	color: #fff;
	text-decoration: none;
}
#nav ul li a:visited{
	color: #fff;
}
#nav ul li a:active{
	color: #fff;
}
#nav ul li a:hover{
	color: #01B0F1;
}
#nav ul li a.active{
}
#main{
	padding-bottom: 1.5em;
	background: #fff;
	padding-top: .75em;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: .75em solid #5B4A42;
}
.width_wrapper{
	position: relative;
}
/*homepage-styles*/

body.front #main{
	background: url(../images/main_bg.jpg) top center no-repeat;
	position: relative;
}
body.front #main .clearly_beautiful{
	text-align: left;
	font-size: 4.5em;
	line-height: 1.2em;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	padding-top: 2em;
}
.lightblue{
	color: #CFEAF1;
	font-weight: bold;
}
body.front .lead_line{
	color: #fff;
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1em;
	margin-bottom: 3.5em;
}
body.front .bolder{
	font-weight: bold;
	font-size: 1.425em;
	margin-bottom: 1.1em;
}
.bottom_logo{
	position: absolute;
	bottom: -10px;
	right: 60px;
}
/*fotterr styles*/
#footer{
	color: #ccc;
	font-size: .75em;
	line-height: 2em;
	text-align: center;
}
#footer a:link{
	color: #0099FF;
}
#footer a:active{
	color: #0099FF;
}
#footer a:visited{
	color: #0099FF;
}
#footer a:hover{
	color: #0099FF;
}
#footer ul li{
	list-style: none;
	display: inline;
	border-left: 1px solid #ddd;
	padding: 0 5px;
}
#footer ul li:first-child{
	border-left: none;
}
dt{
	font-weight: bold;
	background: #eee;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 0 10px;
}
dd{
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: .625em;
	padding: 0 10px;
	font-style: italic;
	padding-bottom: .75em;
}
dd img{
	border: 12px solid #fff;
	margin-right: 8px;
	float: left;
}
/*contact form styles*/
label{
	display: block;
}
.error{
	border: 1px solid #FF0000;
	background:#FF9999;
}
.red{
	color: #FF0000;
}
.contact_info{
	color: #555555;
	font-size: 0.85em;
	border-bottom: 1px solid #555555;
	text-align: right;
	padding-top: 10px;
}
