/* CSS Document */

/* Table of Contents
1. Site-wide, Body
2. Header
3. Footer
4. Content
*/

/* 1. Site-Wide, Body */
* {
	margin:0;padding:0;
}

body {
	width: 100%;
	background-image: url('../img/headerBG.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

/* 2. Header */
#headerContainer {
	height: 122px;
	background-image: url('../img/header_05.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
}

#headerContent {
	width: 989px;
	height: 113px;
	margin: 0 auto;
}

#headerLogo {
	float: left;
}

ul#headerLinks {
	list-style: none;
	float: right;
	font-size: .917em;
	margin-top: 20px;
}

ul#headerLinks li {
	float: left;
	color: #6BA10D;
}

ul#headerLinks a:link, ul#headerLinks a:visited {
	color: #6BA10D;
	text-decoration: none;
	padding: 0 5px;
}

ul#headerLinks a:hover {
	text-decoration: underline;
}

ul#headerNav {
	margin-top: 50px;
	list-style: none;
	float: right;
	clear: right;
	font-size: 1em;
	text-transform: uppercase;
	width: 680px;
}

ul#headerNav li {
	float: left;
	color: #164494;
	line-height: 30px;
}

ul#headerNav a:link, ul#headerNav a:visited {
	color: #164494;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
}

ul#headerNav a:hover {
	color: #FFFFFF;
	background-color: #194590;
	border-top: 2px solid #DEE0EC;
}


/* 3. Footer */
#footerTopContainer {
	width: 100%;
	background-color: #D3E5FB;
	border-top: 5px solid #0B3378;
	clear: left;
}

#footerTop {
	margin: 0 auto;
	width: 945px;
	background-image: url('../img/footerTopBG.jpg');
	background-repeat: repeat-y;
	position: relative;
	min-height: 170px;
}

#footerBottomContainer {
	width: 100%;
	background-color: #0B3378;
}

#footerBottom {
	margin: 0 auto;
	width: 945px;
	min-height: 130px;
	padding-top: 20px;
}

p#footerLinks {
	list-style: none;
	text-align: center;
	font-size: 1.1em;
	color: #487DBC;
}

p#footerLinks a:link, p#footerLinks a:visited {
	color: #487DBC;
	text-decoration: none;
	padding: 0 8px;
}

p#footerLinks a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footerText {
	color: #708DB5;
	font-size: .917em;
	line-height: 1em;
	padding: 20px 0;
}

#footerTopLeft {
	width: 224px;
	float: left;
}

#footerTopCenter {
	float: left;
	width: 501px;
	padding: 10px 20px;
}

#footerTopCenter #footerServices {
	float: left;
	width: 240px;
}

#footerTopCenter #footerSolutions {
	float: left;
	width: 230px;
}

#footerTopCenter h3 {
	font-size: 1em;
	font-weight: bold;
	color: #0474F7;
	float: left;
	text-transform: uppercase;
	width: 275px;
}

#footerTopCenter ul {
	float: left;
	list-style: none;
	font-size: .917em;
	line-height: 1.5em;
}

#footerTopCenter a:link, #footerTopCenter a:visited {
	text-decoration: none;
	color: #57789E;
}

#footerTopCenter a:hover {
	text-decoration: underline;
}

#footerTopRight {
	float: left;
	width: 177px;
}

#footerYLHBanner {
	margin: 10px auto;
	width: 196px;
	height: 141px;
}

#footerSocial {
	margin: 10px auto;
	width: 159px;
}

#footerSocial img {
	border: 1px solid #FFF;
}

#footerDisclaimer {
	font-size: .833em;
	margin: 0 auto;
	width: 155px;
	color: #285FAA;
}

#footerDisclaimer a:link, #footerDisclaimer a:visited {
	color: #285FAA;
}

#footerDisclaimer a:hover {
	color: #FFFFFF;
}

#solutionsbyweb {
	margin: 8px auto;
	width: 155px;
}

/* 4. Content */
#contentContainer {
	margin: 20px auto 0 auto;
	width: 945px;
	min-height: 500px;
}

#contentLeft {
	width: 184px;
	float: left;
	background-image: url('../images/blurayBG.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #2E6AB0;
	padding: 20px;
	color: #FFFFFF;
}

#contentLeft #locationMap {
	margin: auto;
	border: 4px solid #C4DD50;
}

#contentLeft #locationMapLink {
	color: #C4DD50;
	text-decoration: none;
	font-size: .75em;
	margin-top: 3px;
}

#contentLeft h3 {
	font-size: 1.667em;
	color: #FFF;
	padding: 10px 0;
}

#contentLeft p {
	padding: 8px 0;
}

#contentLeft .locationName {
	color: #F6D6C3;
	text-transform: uppercase;
	font-size: .917em;
}

#contentMain {
	width: 521px;
	padding: 0 10px;
	float: left;
}

#homeSlideshow {
	border: 2px solid #89B3E3;
	width: 515px;
	height: 300px;
	overflow: hidden;
}

#contentMain h2 {
	color: #666666;
}

#contentMain p, #contentMain ul {
	color: #666666;
	padding: 10px 5px;
	font-size: 1em;
	list-style: none;
}

#contentMain a {
	color: #000000;
	text-decoration: none;
}

#contentMain a:hover {
	text-decoration: underline;
}

#pageTitle {
	color: #3177BD;
	font-size: 1.85em;
}

#contentRight {
	width: 177px;
	float: left;
}

#contentRight #busSolutions {
	border-left: 1px solid #4E9404;
	border-bottom: 1px solid #4E9404;
	border-right: 1px solid #4E9404;
	border-top: 3px solid #A5C3DB;
}

#contentRight #sidePromo {
}

#quickLinksContainer {
	border: 1px solid #A5C1E3;
	background-image: url('../img/quicklinksBG.gif');
	background-position: center center;
	background-repeat: repeat-x;
	background-color: #EAF2FC;
	width: 152px;
	padding: 12px;
	margin: 8px auto;
}

#quickLinksHeader {
	font-weight: bold;
	font-size: 1.125em;
	color: #0245B6;
}

#quickLinks {
	list-style: none;
}

#quickLinks li {
	border-bottom: 1px solid #A5C1E3;
	padding: 6px 0;
}

#quickLinks a:link, #quickLinks a:visited {
	color: #0245B6;
	text-decoration: none;
	font-size: 1em;
	margin-left: 5px;
}

#quickLinks a:hover {
	color: #69C606;
}

#featuredArticle {
	background-color: #FEFAF7;
	min-height: 300px;
}

#featuredArticle #articleTitle {
	color: #3177BD;
	font-size: 1.167em;
	padding: 5px 10px;
}

#featuredArticle #articleDesc {
	padding: 5px 10px;
}

#featuredArticle #articleButtons {
	margin: 5px 10px;
}

#featuredTestimonial {
	background-color: #FEFAF7;
	min-height: 300px;
}

#featuredTestimonial #name {
	color: #3177BD;
	font-size: 1.167em;
	padding: 5px 10px;
}

#featuredTestimonial #testimonial {
	padding: 5px 10px;
}

#featuredTestimonial #testimonialButtons {
	margin: 5px 10px;
}

.serviceDesc {
	list-style: none;
}

.serviceDesc ul {
	margin-top: -10px;
}

.serviceDesc li {
	margin: 5px 0 5px 20px;
}


#contentMain #privacy li {
	margin-left: 20px;
	color: #666666;
	font-size: 1em;
}

#contentMain #privacy li li {
	list-style: upper-alpha;
}

#contentMain #privacy li li li {
	list-style: lower-alpha;
}

#physicianDetailContainer {
	color: #666666;
}

#physicianDetailContainer ul {
	padding: 0px 5px;
	margin: 0;
}

#physicianDetailContainer li {
	list-style: none;
	margin: 0 0 10px 0;
}

#physicianDetailContainer p {
	padding: 0 5px 10px 5px;
}

#physicianEducation p {
	margin-left: 0;
	padding-left: 0;
}

.videoLink:hover {
	background-color: #D3E5FB;
	text-decoration: none;
}
