/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body{
	background-image: url(../images/background.jpg);
	background-color: inherit;
	background-repeat: no-repeat;
}

#wrapper{
	margin: auto;
	margin-bottom: 30px;
	width: 920px;
	min-height: 650px;
	height: auto !important;
  	height: 650px;
  	background-color: white;
}

a {
	text-decoration: none;
	color: #89b1d0;
}

a:hover {
	text-decoration: underline;
}

a.anchor:hover {
	text-decoration: none;
}

p, li, h1, h2 {
	font: georgia;
	color: #666;
}

p {
	color: black;
	padding: 2px 0px 10px 0px;
	font-size: 10pt;
	line-height: normal;
}

p.contact {
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: 9pt;
	color: #666;
	text-align: left;
	line-height: 13px;
}

p.legal {
	font-size: 7pt;
	text-align: center;
	padding-top: 50px;
}

p.space {
	padding-top: 10px;
}

h1 {
	font-size: 18pt;
	font-weight: 100;
	color: black;
	padding-bottom: 10px;
}

h2 {
	font-size: 12pt;
	font-weight: 100;
	color: black;
	padding-top: 8px;
}

h3 {
	font-size: 12pt;
	padding-top: 10px;
	font-weight: 100;
	color: black;
	line-height: normal;
	padding-bottom: 1px;
}

h5 {
	padding-bottom: 2px;
	font-size: 9pt;
	color: #666;
	text-align: left;
	line-height: 13px;
}

ul {
	padding-top: 10px;
}

ul.nav {
	padding-bottom: 50px;
}

a.nav{
	color: black;
}

li {
	list-style: none;
	padding-bottom: 12px;
	font-size: 11pt;
	color: black;
}

img.main {
	padding: 15px 8px 5px 8px;
}

img.contact {
	padding: 15px 8px 70px 8px;
}

#leftMain{
	width: 14%;
	float: left;
	clear: left;
	min-height: 750px;
	padding-top: 180px;
	padding-left: 15px;
}

#main{
	width: 77%;
	margin-right: 15px;
	float: left;
	min-height: 650px;
	background: url(../images/background_gradiant.gif) repeat-y center;
	padding-top: 35px;
	padding-left: 15px;
}

#header{
	width: 50%;
	height: 130px;
	padding-left: 45px;
	float: left;
	padding-bottom: 15px;
}

#quote{
	width: 35%;
	float: left;
	text-align: right;
	padding-top: 110px;
}

#mainGraphic{
	width: 90%;
	height: 30px;
	background: url(../images/home_top_graphic.jpg) no-repeat 50% 0%;
	float: left;
	clear: both;
	margin-left: 35px;
}

.mainContent{
	width: 85%;
	height: auto;
	float: left;
	clear: both;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: #eaeae8 solid 5px;
	margin-left: 35px;
}

.mainContentBottom{
	width: 85%;
	height: auto;
	float: left;
	clear: both;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: none;
	margin-left: 35px;
}

#closer {
	width: 77%;
	clear: right;
	height: 30px;
	float: right;
	background: url(../images/background_gradiant_bottom.gif) no-repeat 50% 0%;
	padding-right: 122px;
}

.floater {
	float: left;
	clear: both;
}

#split_left, #split_right{
	width: 280px;
	float: left;
}

.floatimage {
	float: left;
	padding-right: 20px;
}

.site_container {
	height: 130px;
	padding-bottom: 15px;
	padding-top: 10px;
}








