/*####################################
#	RESET
####################################*/
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}
	
table {
	border-collapse: separate;
	border-spacing: 1px;
	}
	
ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*####################################
#	BODY,HTML
####################################*/

body,html {
	background-color: #444444;
	font: 86% Verdana,"Trebuchet MS",Verdana,sans-serif;
	color: #000;
	}

.clear {
	clear: both;
	}
	
.clearLeft {
	clear: left;
	}
	
.clearRight {
	clear: right;
	}
	
a {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	}

h1 {
	font-size: 200%;
	}

h2 {
	font-size: 170%;
	}
h4 {
	font-size: 120%;
	}
strong {
	font-weight: 900;
	}

em {
	font-style: italic;
	}

/*####################################
#	HEADER
####################################*/

#header {
	margin: 0 auto;
	background: url(../images/header.jpg) top center no-repeat;
	width: 1000px;
	height: 191px;
	}

/*####################################
#	NAVIGATION
####################################*/

#navigation {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	height: 30px;
	background-color: #221e1f;
	}

#navigation ul {
	list-style: none;
	}

#navigation ul li {
	float: left;
	padding: 8px 0 0 6px;
	}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-right: 8px;
	}

#navigation ul li a.first {
	padding-left: 2px;
	}

#navigation ul li a.last {
	border-right: none;
	padding-right: 0px;
	}

/*####################################
#	SUB-NAVIGATION
####################################*/

#sub-navigation {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	height: 18px;
	background-color: #ffffff;
	}

#sub-navigation ul.left {
	background: #fff url(../images/sub-navigation-left-bg.jpg) right top no-repeat;
	float: left;
	width: 323px;
	list-style: none;
	}

#sub-navigation ul.right {
	background-color: #24464d;
	float: left;
	width: 677px;
	list-style: none;
	}

#sub-navigation ul li {
	float: left;
	padding: 5px 0 6px 6px;
	}

#sub-navigation ul.right li {
	float: right;
	}

#sub-navigation ul li a {
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-right: 8px;
	}

#sub-navigation ul li a.last {
	border-right: none;
	padding-right: 0px;
	}

#sub-navigation ul.left li a {
	color: #24464d;	
	border-right: none;
	text-decoration: underline;
	}

#sub-navigation ul.right li a.last {
	padding-right: 10px;
	}

#sub-navigation ul.left li a.last {
	padding-left: 90px;
	}

/*####################################
#	CONTAIENR
####################################*/

#container {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	width: 1000px;
	}

/*####################################
#	SIDEBAR
####################################*/

#sidebar {
	background: #fff url(../images/sidebar-bg2.jpg) center top no-repeat;
	float: left;
	width: 328px;
	border-right: 1px solid #000;
	}

#sidebar h2 {
	margin: 0 0 15px 20px;
	}

#sidebar h3 {
	margin: 0 0 15px 20px;
	color: #24464d;
	}

#sidebar p {
	line-height: 1.2em;
	margin: 20px;
	}

#sidebar ul {
	margin: 0 0 0 40px;
	list-style: disc;
	}

#sidebar ul li {
	line-height: 1.4em;
	}

#sidebar p.quote {
	margin-top: 70px;
	}

/*####################################
#	CONTENT
####################################*/

#content {
	margin-left: 330px;
	}

#content.bg {
	background: #fff url(../images/content-bg.jpg) left top no-repeat;
	}

#content h2 {
	margin: 10px 10px 0 10px;
	padding: 5px 0 5px 0;
	font-weight: normal;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

#content h2 span {
	color: #97acb3;
	}

#content h3 {
	margin: 10px 0 15px 10px;
	color: #24464d;
	}

#content h3 span {
	color: #000;
	}

#content h4 {
	margin: 20px 0 5px 10px;
	}

#content div.title {
	margin: 0 0 0 370px;
	color: #fff;
	text-align: right;
	width: 300px;
	height: 31px;
	border: none;
	}

#content div.title img {
	float: left;
	}

#content div.title h2 {
	padding: 4px 0;
	margin: 0;
	width: 265px;
	height: 21px;
	float: left;
	background-color: #221e1f;
	}

#content div.title h2 span {
	color: #ebc27d;
	}

#content p {
	padding: 10px 10px 0px 10px;
	line-height: 1.2em;
	font-size:13px;
	}

#content ul {
	margin: 10px 0 0px 30px;
	list-style: disc;
	}

#content ul li {
	line-height: 1.4em;
	}

/*####################################
#	FOOTER
####################################*/

#footer {
	background-color: #221e1f;
	clear: both;
	margin: 0 auto;
	width: 1000px;
	}

#footer p {
	padding: 10px;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
	font-size:10px;
	}
	
/*####################################
#	MISC
####################################*/

#homephoto {
	float: right; width: 171px; height: 250px; padding: 10px;
	text-align:center;
}

#homephoto p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:12px;
	text-align:center;
}

.larger {
	font-size:18px;
	font-weight:bold;
}

h3.homephone {
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	font-size:21px;
	font-weight:bold;
	padding-top:20px;
}

h3.sidephone {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:13px;
	font-weight:bold;
}

form {
	margin: 0;
	padding: 0;
	}

form div {
	/*clear: left;*/
	padding-left: 20px;
	}

form div label {
	float: left;
	line-height: 1.7em;
	width: 110px;
	}

form div.text input {
	margin: 2px 0 2px 2px;
	width: 200px;
	}

form div.text textarea {
	width: 300px;
	height: 110px;
	}
