/* CSS Document */

/*~~~~~ Table of Contents ~~~~~*/

/*
1. Structure
2. Header
3. Footer
4. Content Area
5. Slideshow
6. Homepage
7. Sidebar
8. Content Formatting
9. Location Stuff
9a. Location Nav
*/

/* 1. Structure */
body {
	background: #F8C636;
	margin: 0 auto;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
}

#pageContainer {
	width: 960px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/* 2. Header */
#headerContainer {
	background: url('../images/header_05.png') no-repeat top right;
	padding-right: 26px;
	height: 90px;
	width: 934px;
}

#logo {
	float: left;
	width: 323px;
}

#headerToolbar {
	float: left;
	height: 26px;
	width: 529px;
	padding: 0 0 0 82px;
	background: url('/assets/images/toolbar_03.png') left no-repeat #B41D37;
	color: #FFFFFF;
	font-size: 10px;
}

#toolbarLinks {
	padding: 7px 3px;
	float: left;
	text-transform: uppercase;
}

#toolbarLinks a:link, #toolbarLinks a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#toolbarLinks a:hover {
	color: #F8C636;
}

#toolbarSocial {
	float: left;
	padding: 2px 0;
}

#toolbarSocial a {
	margin: 0 1px;
}

#toolbarLogin {
	float: left;
	padding: 2px 4px;
	margin: 2px 0 0 26px;	
}

#toolbarLogin td {
	padding: 2px;
	height: 15px;
	vertical-align: middle;
}

#toolbarLogin input {
	height: 12px;
	width: 60px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #CCCCCC;
}

#headerNav {
}

#headerNav li {
}

/* 3. Footer */
#footerContainer {
	border-top: 10px solid #B41D37;
	background-color: #000000;
	padding: 10px 20px 10px 13px;
	color: #CCCCCC;
	width: 875px;
	margin: 0 26px;
	font-size: 10px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	float: left;
}

#footerLeft {
	width: 628px;
	padding: 0 20px;
	float: left;
}

#footerMain {
	height: 45px;
	width: 588px;
	float: left;
}

#footerMain img {
	float: left;
	margin-right: 15px;
}

#footerCopyright{
	float: left;
	margin-top: 20px;
}

#footerLinks {
	float: left;
	margin: 20px 10px 0 15px;
}

#footerLinks li {
	float: left;
}

#footerLinks a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}

#footerKeywords {
	clear: left;
	padding: 10px 0;
}

#footerKeywords a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerRight {
	width: 200px;
	float: left;
	text-align: right;
}

#footerSocial {
	padding: 10px 0;
}

#footerSocial a {
	margin: 3px;
}

/* 4. Content Area */
#contentContainer, #homeContentContainer {
	background-color: #FFFFFF;
	padding: 15px 20px 10px 20px;
	width: 868px;
	margin: 0 26px 0 26px;
	float: left;
}

#homeContentContainer {
	padding: 0 0 20px 0;
	width: 908px;
	margin-top: -25px;
}

#homepageContent, #pageContent {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	float: right;
	width: 545px;
}

#pageTitle {
	font-size: 2.5em;
	color: #B41D37;
	padding: 5px 0 15px 0;
}

#homepageContent {
	width: 450px;
}

#homepageContent p, #pageContent p {
	padding: 3px 0;
}

#homepageContent a:link, #homepageContent a:visited, #pageContent a:link, #pageContent a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000055;
}

homepageContent a:hover, #pageContent a:hover {
	color: #B41D37;
}

/* 5. Slideshow */
#slideshowContainer {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 25px;
	background: url(../images/locationbar_23.png) no-repeat bottom right;
	float: left;
}

#slideshow {
	float: left;
	width: 947px;
	padding: 5px 7px 5px 6px;
	background-color: #FFFFFF;
}

.slideshowPhotos {
	width: 947px;
	height: 218px;
	max-height: 218px;
	overflow: hidden;
}

#slideshowDescContainer {
	width: 908px;
	margin: 0 26px;
	padding: 12px 0 0 0;
	height: 35px;
	background-color: #B41D37;
	float: left;
	text-align: right;
	color: #FFFFFF;
}

.slideshowDesc {
	width: 550px;
	float: right;
	height: 35px;
	padding: 0;
	margin: 0;
}

.ssLocationContainer {
	display: none;
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	float: left;
	width: 550px;
}

.ssLocationName {
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	width: 308px;
	padding-right: 10px;
	float: left;
}

.ssLocationContainer .first {
	display: block;
}

.ssLocationAddr {
	font-size: 10px;
	float: left;
	width: 150px;
	height: 35px;
	text-align: left;
}

.ssLocationContainer img {
	float: left;
	width: 62px;
}

/* 6. Home Page */
#homeLeft {
	float: left;
	width: 387px;
}

#homeVideoButton {
	margin-top: -10px;
	margin-left: -26px;
	z-index: 50;
	position: relative;
}

#homepageBanner {
	margin: 0 0 15px 0;
}

#homeLocationsContainer {
	padding: 0 0 20px 15px;
}

#homeLocationNames {
	font-size: 11px;
	padding: 8px 5px 0 5px;
	width: 154px;
	float: left;
}

#homeLocationNames li {
	padding: 2px 0;
}

#homeLocationNames a:link, #homeLocationNames a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#homeLocationNames a:hover {
	color: #B41D37;
}

#homeLocationNames span {
	font-size: 10px;
}

#homeRight {
	width: 450px;
	padding: 10px 30px 10px 32px;
	float: left;
}

#homeContactForm {
	background-color: #DFDFDF;
	padding: 5px;
	margin-top: 3px;
	width: 442px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.homeContactDesc {
	background-color: #FFFFFF;
	padding: 5px;
	color: #666666;
	float: left;
	height: 12px;
	width: 55px;
	margin-bottom: 5px;
}

.homeContactEntry {
	background-color: #FFFFFF;
	padding: 5px 0;
	color: #666666;
	float: left;
	height: 12px;
	width: 105px;
	margin-bottom: 5px;
}

.home_input {
	width: 100px;
	font-size: 10px;
	border: 0;
	height: 12px;
}

.home_textarea {
	width: 180px;
	font-size: 10px;
	border: 0;
	height: 34px;
	overflow: auto;
}

.home_input:focus, .home_textarea:focus {
	border: 1px solid #B41D37;
}

#homeCalendar {
	width: 222px;
	float: left;
	margin: 15px 0 0 0;
}

#homeNews {
	width: 207px;
	margin: 15px 0 0 21px;
	float: left;
}

.home_readmore {
	font-size: 12px;
	margin-top: 5px;
	float: left;
}

.home_readmore a:link, .home_readmore a:visited {
	color: #B41D37;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.home_readmore a:hover {
	text-decoration: underline;
}

#homeCalendar li, #homeNews li {
	clear: left;
	float: left;
}

#homeCalendar li {
	width: 222px;
}

#homeNews li {
	width: 207px;
}

.homeDate {
	background: #535353;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	height: 27px;
	margin: 10px 10px 0 0;
	width: 27px;
	padding: 3px 4px 5px 4px;
}

.homeDateDay {
	color:#FFFFFF;
	display:block;
	font-size:18px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
}

.homeDateMonth {
	color:#FFFFFF;
	display:block;
	font-size:10px;
	line-height:10px;
	padding-top:1px;
	text-align:center;
	text-transform:uppercase;
}

#homeCalendar p, #homeNews p {
	font-size: 10px;
	margin-top: 10px;
}

a.homeNewsLink {
	color: #000000;
	text-decoration: none;	
}

a.homeNewsLink:hover {
	text-decoration: underline;
}

#twitterFeed {
	background: url('../images/tweetbg.png') no-repeat top right #D1D1D1;
	height: 56px;
	width: 457px;
	float: left;
	margin-top: 15px;
	font-size: 12px;
	line-height: 14px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#twitter_div, #twitter_update_list {
	float: left;
	width: 340px;
}

#twitter_div {
	color: #000000;
	padding: 5px 0;
}

#twitter_div a:link, #twitter_div a:visited {
	color: #5FA2DD;
	text-decoration: none;
}

#twitter_div a:hover {
	text-decoration: underline;
}

/* 7. Sidebar */
#sidebar {
	float: left;
	width: 300px;
}

.sidebarAds {
	height: 68px;
	overflow: hidden;
}

.sidebarAds p {
	display: none;
}

.sidebarAds p.first {
	display: block;
}

#sidebarButtons {
	margin-top: 13px;
	float: left;
}

#sidebarButtons li {
	margin-top: 2px;
}

#sidebarLocations ul {
	float: left;
	width: 300px;
}

#sidebarLocations li {
	font-size: 11px;
	padding: 8px 5px 0 5px;
	width: 140px;
	float: left;	
}

#sidebarLocations a:link, #sidebarLocations a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#sidebarLocations a:hover {
	color: #B41D37;
}

#sidebarLocations span {
	font-size: 9px;
}

/* 8. Content Formatting */
.paragraphheadertext {
	color: #9E1A34;
	font-size: 15px;
	font-weight: bold;
}

#pageContent ul {
	list-style: disc;
	margin-left: 25px;
}

.locationsLocation {
	width: 545px;
	float: left;
	clear: left;
	margin-top: 10px;
}

.locationsThumb {
	border: 1px solid #B41D37;
	width: 77px;
	height: 55px;
	float: left;
	margin: 5px 10px 0 0;
}

.locationsInfo {
	margin-right: 10px;
	padding-right: 10px;
	width: 256px;
	height: 75px;
	border-right: 1px solid #B41D37;
	float: left;
}

.locationsAddress {
	float: left;
	width: 175px; 
}

/* 9. Location Stuff */

/* 9a. Location Nav */
ul#locationNav {
	float: left;
	width: 530px;
	background: #B41D37 url('../images/locnav_03.png') repeat-x top left;
	height: 34px;
	list-style: none;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#locationNav li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#locationNav li.first {
	padding-left: 33px;
}

#locationNav li.last {
	padding-right: 34px;
}

#locationPageAddress {
	float: left;
	width: 510px;
	padding: 5px 10px;
}

/* News Page Stuff */

.newsDate {
	background-color: #CCCCCC;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	height: 27px;
	margin: 0 10px 0 0;
	width: 27px;
	padding: 3px 4px 5px 4px;
}

.newsDateDay {
	color:#666666;
	display:block;
	font-size:18px;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
}

.newsDateMonth {
	color:#666666;
	display:block;
	font-size:10px;
	line-height:10px;
	padding-top:1px;
	text-align:center;
	text-transform:uppercase;
}
