/*-------------------------------------GLOBAL RESETS--*/
html, body, form{margin: 0;	padding: 0;	font: 100%/120% Helvetica, Arial, Sans-Serif;}
h1, h2, h3, h4, h5, h6, blockquote {font-family: Georgia, Times; color: #fff; margin: 0 0 20px; padding: 0;}
p {margin: 0; padding: 0;}
img, a {border: 0;}
ul {list-style-type: none; padding:0; margin:0;}
li {list-style-type: none; padding:0; margin:0;}

/*-------------------------------------HTML TAGS--*/
body {
	text-align: center;
	color: #454545;
	background: url("../images/bg.jpg") left top repeat;
}

h1 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-weight: normal;
	font-size: 1.2em;
	color: #226390;
	border-bottom: #ddd solid 1px;
}

h3 {color: #333; font-size: 0.9em; font-style: italic;}

p {
	margin: 0 0 20px;
	font-size: 0.8em;
	line-height: 1.6em;
	overflow: hidden;
}

a {
	color: maroon;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

/*-------------------------------------CONTAINERS--*/
#header, #container, #footer {
	margin: 0 auto;
	width: 860px;
	padding: 0 60px;
	text-align: left;
	overflow: hidden;
}

#header {
	padding-top: 50px;
	height: 60px;
	font-size: 0.8em;
	background: url("../images/header_bg.png") center bottom no-repeat	
}

#navigation li {
	float: left;
	margin-right: 30px;
	font-size: 1.2em;
	line-height: 50px;
	font-family: Georgia, Times !important;
}

#logo {width: 420px;}

#navigation a {
	color: #454545 !important;
}

#container {
	background: url("../images/content_bg.png") center top repeat-y;
}

#footer {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 0.8em;
	text-align: center !important;
	background: url("../images/footer_bg.png") center top no-repeat
}


/*-------------------------------------SPECIALTY CONTAINERS--*/
#slideshow {
	margin: 0 0 40px;
	height: 320px;
	overflow: hidden;
}

ul.three_columns li {
	float: left;
	margin-right: 60px;
	width: 246px;
}

ul.simple_list {margin: 0 0 40px;}

ul.simple_list li {
	float: none !important;
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	font-size: 0.8em;
}

span.phone {
	font-size: 1.4em;
	font-weight: bold;
}

img.press_photo {
	float: left;
	margin: 0 10px 5px 0;
	border: #226390 solid 5px;
}

/*-------------------------------------UTILITIES--*/
.no_margin {margin: 0 !important;}
.clear {clear: both !important; height: 0 !important;}
.italic {font-style: italic;}