/*
 *  Project
 *	Cascading Style Sheet
 *  Last Modified: 
*/

/*	COLORS      
 *
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474747;
	background-color: #8B1802;
	background-image: url(/img/body-bg.png);
	background-position: 50% 0;
}



img {
	display: block;
	border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
}

p, ul {
	margin-top: 0;
	margin-bottom: 8px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #8B1802;
}

p + ul {
	margin-top: -6px;
}


p.tagline {
	margin-top: -6px;
}
html>body h1, html>body h2 {
	font-weight: normal;
}

h1 {
	font-family: Arial,sans-serif;
	font-size:  1.8em;
	margin-top: 16px;
	margin-bottom: 4px;
}	

html>body h1 {
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}	

h3 {
	font-size: 1.2em;
}

a:link,  a:visited {
	color: #8B1802;
	text-decoration: none;
}

a:hover {
	color: #8B1802;
	text-decoration: underline;
}
	
#shell {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: #FFFDE8;
	width: 740px;
	border-left: 30px solid #313131;
	border-right: 30px solid #313131;
	min-height: 900px;
}

#header {
	width: 680px;
	margin-top: 0;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}	

h1#logo {
	margin: 0;
	margin-left: -18px;
}

div#nav {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	text-align: left;
}

div#nav ul {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style-type: none;
}

div#nav ul li {
	display: inline;
	color: #8B1802;
	text-transform: uppercase;
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-size: 11px;
}

div#nav a {
	color: #474747;
}

div#nav a:hover {
	color: #8B1802;
}

span.vBar {
	padding: 0 5px;
}

#content {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#content h1, #content h2, #content p {
	margin-right: 270px;
}

#feature-pic {
	width: 678px;
	height: 298px;
	border: 1px solid #8B1802;
	margin-bottom: 20px;
}

#SlideShow {
	width: 678px;
	height: 298px;
	border: 1px solid #8B1802;
	margin-bottom: 20px;
}

#int-banner {
	width: 678px
	height: 148px;
	border: 1px solid #8B1802;
}	

#therapy {
	float: right;
	width: 240px;
	background-color: #F3E6D1;
}

#therapy h2 {
	margin: 0;
	padding: 5px 12px;
	color: white;
	background-color: #8B1802;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#therapy p {
	margin: 0;
	padding: 10px 12px;
	text-align: left;
	color: #333;

}




img.contentImg {
	border: 1px solid #8B1802;
	float: right;
	margin-left: 12px;
	margin-bottom: 18px;
}


#footer {
	width: 680px;
	margin-left: 30px;
	border-top: 1px solid #8B1802;
	margin-top: 12px;
	padding-top: 12px;
	padding-bottom: 8px;
	text-align: center;
}

#footer p {
	margin-top: 4px;
	text-align: center;
	font-size: 10px;
}

ul#links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#links li {
	display: inline;
	font-size: 10px;
}

div.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

div.specContent {
	margin-top: 16px;
	border-top: 1px solid #8B1802;
	padding-top: 16px;
}

div.specContent h2 {
	margin-top: 0;
}

