/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e9e9e9;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
}
#header {
	width: 890px;
	color: #333;
	padding: 25px 20px 10px 10px;
	height: 85px;
	margin: 10px 0px 0px;
	background: #c6ded4 right;
	border: 9px solid #FFFFFF;
}
#navigation {
	width: 900px;
	color: #333;
	padding: 0px 10px 10px;
	background: url(images/nav_bg.gif) repeat-x left center;
	border-top: 0px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
	border-bottom: 9px solid #FFFFFF;
	border-left: 9px solid #FFFFFF;
	height: 25px;
}
#content {
	width: 920px;
	color: #666666;
	background: #FFFFFF repeat-x left top;
	padding: 0px;
	border-top: 0px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
	border-bottom: 9px solid #FFFFFF;
	border-left: 9px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
}
#content a {
	color: #43963a;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #43963a;
	font-weight: normal;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13pt;
	color: #666666;
}

#home_ad {
	margin-bottom: 10px;
}

#footer {
	width: 900px;
	color: #333;
	background: #c6ded4;
	margin: 0px 0px 10px;
	padding: 10px;
	border-top: 0px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
	border-bottom: 9px solid #FFFFFF;
	border-left: 9px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 8pt;
}
#footer a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
.home_boxes {
	height: 129px;
	width: 25%;
	float: left;
}
.home_boxes_area {
	background-repeat: repeat-x;
	background-position: left top;
	height: 140px;
	width: 920px;
	margin-bottom: 10px;
	padding-top: 15px;
	background-image: url(images/home_content_bg.gif);
}
ul {
	line-height: 1.5em;
	margin-left: 35px;

	list-style-position: outside ;
	list-style-type:none
}
li {
	background-image: url(images/bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.home_logos {
	padding-bottom: 10px;
}
.home_right_col {
	float: right;
	width: 220px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dfdfdf;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #dfdfdf;
	padding-left: 10px;
	text-align: center;
}


.logo_area {
	float: right;
}
.phone_area {
	float: left;
	height: 70px;
	width: 400px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 17pt;
	font-weight: bold;
	color: #429644;
}
h2 {

	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	color: #429644;
}
th {
	font-weight: normal;
}

