@charset "utf-8";
/* CSS Document */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	GENERAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) #333 repeat-x;
	color: #fff;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

a {
	font-weight: bold;
	color: #F7DF54;
}

a:hover {
	color: #F7DF54;
	text-decoration: none;
}

h1 {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px #F7DF54 dashed;
	padding: 0 0 5px 5px;
}

h2 {
	color: #F7DF54;
	font-size: 20px;
}

h3 {
	color: #fff;
	font-size: 18px;
}

p {
	margin: 10px 0;
}

ul {
	margin: 10px 10px 10px 40px;
	
	line-height: 100%;
}

.bullet {
	list-style-image: url(../images/bullet.jpg);
}

li {
	margin: 16px 0;
	padding: 0 0 0 5px;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.pngfix {
	behavior: url(css/iepngfix.htc); 
}

.bump {
	margin: 0 0 10px 0;
}

hr {
	border: none 0;
	border-top: 2px dashed #fff;
	height: 1px;
	margin: 20px auto;
}

.pic {
	border: 1px solid #000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrapper {
	margin: 0 auto;
	width: 800px;
}

.header {
	height: 175px;
	margin: 12px 0 0 0;
	background: url(../images/bg_header.jpg) no-repeat right top;
}

.logo {
	float: left;
}

.container {

}

.body {
	float: right;
	width: 560px;
	padding: 10px;
}

.sidebar {
	float: left;
	width: 220px;
}

.sidebar h1 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
	border-bottom: none;
	line-height: 26px;
}

.sidebar h3 {
	font-size: 14px;
	color: #F7DF54;
	text-align: center;
	margin: 0 0 10px 0;
	border-bottom: none;
	font-weight: bold;
}

.annette_pic {
	margin: 10px 0 0 0;
}

.foot {
	clear: both;
	height: 27px;
	background: url(../images/bg_foot.jpg) no-repeat;
	text-align: center;
	color: #333;
	padding: 3px 0 0 0;
}

.foot p {
	margin: 0;
}

.elyk {
	float: right;
	margin: 10px 0;
}

.elyk img {
	margin: 0 0 0 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	NAVIGATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.navigation {
	width: 525px;
	float: right;.
	font-size: 13px;
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
}

.navigation ul {
	list-style: none;
	margin: 136px 0 0 0;
	padding: 0;
}

.navigation li {
	display: inline;
	padding: 0 0 8px 0; 
	margin: 0 0 0 8px;
}

.navigation a {
	color: #000;
	padding: 0 0 0 0;
	height: 24px;
	display: inline-block;
	text-decoration: none;	
}

.navigation a:hover {
	color: #FF0000;	
	background: url(../images/bg_nav_hover.gif) no-repeat center bottom;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	COMPANY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bio_pic {
	float: right;
	padding: 4px;
	margin: 10px 0 10px 10px;
	background: #fff;
	border: #000 1px solid;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	MINI NAV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.mini_nav {
	padding: 13px;
	border: #999 solid 1px;
	background: #666;
	float: left;
}

.mini_nav ul {
	width: 240px;
	float: left;
	margin: 0;
	list-style: none;
}

.services_nav {
	padding: 0 20px 0 20px;
}

.services_nav {
	list-style: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	QUOTE PICS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.quote_pics {
	list-style: none;
	width: 230px;
	float: left;
}

.quote_pics ul {
	margin: 0;
	list-style: none;
}

.quote_pics li {
	display: inline;
}

.quote_pics img {
	margin: 0 0 100px 0;
	border: 1px solid #000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	CONTACT INFO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.contact_box {
	width: 560px;
}

.contact_box p {
	float: left;
	margin: 10px 30px 10px 0;
}

.contact_box span {
	font-weight: bold;
	font-size: 16px;
}