/*--------CSS 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
	padding: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/*------Begin Layout for all Pages ---*/
body {
background:#222 url('../images/background.png') no-repeat center top;
background-repeat: no-repeat;
background-attachment: fixed;
color: #000;
font-family: arial, sans-serif;
font-size: 87.5%;
}

html > body {
font-size: 12px;
font-family: arial, sans-serif;
}

#container {
background: #fff;
position: relative;
width: 960px;
margin: 0 auto;
}

p {
line-height: 1.5em;
font-size: 1em;
margin-top: 1em;
margin-bottom: 1.25em;
}

h1 {
font: bold 20px/21px Arial, Helvetica, sans-serif;     
}

h2 {
font: bold 16px/21px Arial, Helvetica, sans-serif;     
}

h3 {
font: bold 14px/21px Arial, Helvetica, sans-serif; 
margin-left:40px;
color: #666;
width: 80%;    
}

a:link {
	text-decoration: none;
	color: #308271;
	vertical-align: top;
}

a:visited {
	text-decoration: none;
	color: #308271;
}

a:active {
	text-decoration: none;
	color: #308271;
}

a:hover {
	text-decoration: none;
	color: #333;
}
strong {
	vertical-align: top;
}

/*-----HEADER---------*/

#header {
	background: url('../images/header-title.png') no-repeat left top;
width: 960px;
height: 120px;
position: relative;
overflow: hidden;
}

#header span {
	
	height: 100%;
	width: 100%;
	position: absolute;
	left: -19px;
	top: 19px;
}

/*-----Dropdown Navigation-------------*/
#mainNav {
z-index: 10;
position: absolute;
top: 350px;
left: 0px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
z-index: 15;
width: 960px;
background: #378878 url('../images/mainMenu.png') repeat-x left top;
height: 50px;
}

#nav li {
height: 50px;
font: bold 14px arial, sans-serif;  
float: left;
background: url('../images/link-divider.jpg') no-repeat left top; 
/*background: #378878 url('../images/mainMenu.png') repeat-x left top;*/
}

#nav ul {
	background: #378878 url('../images/mainMenu.png') repeat-x left top;
}

#nav li li {
	width: 141px;
	height: 43px;
	background: #378878 url('../images/mainMenu.png') repeat-x left top;
}

#nav a {
display: block;
line-height: 50px;
padding: 0 12px;
text-decoration: none;
color: #fff;
}

#nav a:hover {
background: url('../images/rollover.jpg') no-repeat 2px 0px;  
color: #fff;
}

#nav li: hover ul, #nav li.sfhover ul {
	left: auto;	
}

#nav li ul {
position: absolute;
left: -999em; 
top: 50px;
width: 140px;
}

#nav li:hover ul {
	left: auto;
}

#homeLink {
width: 41px;
}

#doctorsLink {
width: 107px;
}

#visitLink {
width: 69px;
}

#patientLink {
width: 132px;
}

#libraryLink {
width: 117px;
}

#locationLink  {
width: 65px;
}

#servicesLink {
width: 63px;
}

#testimonialsLink {
width:94px;
}

#contactLink {
width: 56px;
}

/* =========== 3rd Tier ==========*/

#nav li ul ul {
	margin: -7.2em 0 0 10em;
	position: relative;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	
}

#nav li ul ul a:hover {
	height: 45px;
}

/*---Content---*/
#content {
position: absolute;
left: 0px;
background-color: #fff;
z-index: 2;
}

/*Services content*/
#servicesTextContent{
float:left;
width:400px;	
}

#testimonialSidebar{
float:left;
width:200px;	
}

#email {  
position:absolute;
top:-999em;
left:-999em;
}  

/*--------FOOTER---*/
#footer {
width: 960px;
height: 80px;
background: blue url('../images/chiro-footer.png');  
clear: both;
text-align: center;
}

#rss {
clear: both;
width: 930px;
padding-right: 15px;
padding-left: 15px;
}

#footer .left {
float: left;
padding: 10px 10px 20px 50px;
width: 200px;
text-align: left;
}

#footer .right {
float: right;
width: 300px;
padding: 10px 50px 20px 10px;
text-align: right;
}

#border {
	border-color: #0C9;
	border-width: 5px solid;
}

