@import url("/style/custom.css");

/*
-----------HTML Elements---------
*/
body {
	background: #b7b9b8 url('/themes/mitchmore/images/body-bkgd.gif') top center repeat-x;
}
body, td, th, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #016a72;
	font-size: 17px;
}
a {
	color: #018dc7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
}
a:hover {
	color: #01a9f1;
	text-decoration: underline;
}
p, ul, ol {
	margin-bottom: 1em; 
}
ul {
	margin-left: 52px;
	*margin-left: 35px;
	list-style: url('/themes/mitchmore/images/bullet.gif');
}
ul li {
	*padding-left: 16px;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	color: #babb8f;
	font-size: 35px;
	font-weight: normal;
	line-height: normal;
}
.hasH2 {
	margin-bottom:0;
}
.hasH3 {
	margin-bottom:0.5em;
}
h2 {
	color: #078a93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}
h3 {
	font-size: 25px;
	font-style: italic;
}
h4 {
	color: #666;
	font-size: 14px;
}
h5 {
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

/*
-----------Site-wide Tags-----------
*/

/*
-----------Page Layout-----------
*/
/* There is also javascript making #bodyWrapOne and #bodyWrapTwo work check /inc-editable/headContent.asp */
#bodyWrapOne {
	background: url('/themes/mitchmore/images/body-wrap-one-bkgd.gif') repeat-y;
}
#bodyWrapOne.noBkgd {
	background: none;
}
#bodyWrapTwo {
	background: url('/themes/mitchmore/images/body-wrap-two-bkgd.jpg') 15% 0% no-repeat;
}
#pageWrap {
	margin-bottom: 40px;
}
#pageContent {
	border: solid #016a72;
	border-width: 0 9px;
	padding: 0;
	background: #fff;
}
#mainContent {
	width: auto;
	margin: 4px 0;
	padding: 20px 25px;
	float: none;
}

/*
-----------Header-----------
*/
#header {
	height: 185px;
}
#header .logo {
	left: 4px;
}
#header .addressInfo {
	position: absolute;
	top: 60px;
	left: 415px;
	color: #bbbb8f;
	font-size: 20px;
	text-align: center;
	line-height: normal;
}
#header .addressInfo .phone {
	color: #006a72;
	font-size: 40px;
	line-height: 60px;
}
#header .getDirections {
	position: absolute;
	right: 15px;
	bottom: 3px;
}
#header .smartCar {
	position: absolute;
	bottom: 10px;
	right: 133px;
}

/*
----------Nav Design-----------
*/
#navWrap {
	margin: 0;
	border: solid #016a72;
	border-width: 9px 9px 0 9px;
	background: #fff url('/themes/mitchmore/images/nav-bkgd.gif') top center repeat-x;
	text-align: center;
	overflow: hidden;
	height: 94px;
}
#navWrap ul {
	display: inline-block;
	*display: inline;
	margin: 0;
	zoom: 1;
}
#navWrap li {
	margin: 0;
	padding: 0;
	/* start min-height */
	min-height: 94px;
	height: auto !important;
	height: 94px;
	/* end min-height */
	background: url('/themes/mitchmore/images/nav-arrow.gif') 100% 50% no-repeat;
}
#navWrap li.altItem {
	background: url('/themes/mitchmore/images/nav-arrow-alt.gif') 100% 50% no-repeat;
}
#navWrap li a {
	min-height: 36px;
	padding: 29px 25px 28px 6px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
}

#navWrap li a:hover{
	color:#CCCCCC;
}
#navWrap li ul li a:hover, #navWrap li.listItem ul li a:hover {
	color: #45989F;
}
#navWrap li.listItem {
	background: none;
}
#navWrap li.listItem a {
	padding: 28px 6px;
}
#navWrap li ul {
	margin-top: -20px;
	width: 180px;
	border: solid #d5d6d5;
	border-width: 1px 1px 0 1px;
}
#navWrap li ul li {
	padding: 0;
	/* start clear min-height */
	min-height: inherit;
	*min-height: auto;
	height: auto;
	/* end clear min-height */
	background: none;
}
#navWrap li ul li a, #navWrap li.listItem ul li a {
	/* start clear min-height */
	min-height: inherit;
	*min-height: auto;
	/* end clear min-height */
	width: 170px;
	border-bottom: 0px solid #d5d6d5;
	padding: 4px 5px;
	color: #016a72;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*
-----------General Column Formatting-----------
*/
.col {
	padding: 0;
}
.twoCol .col {
	width: 46%;
}
.twoCol .first {
	padding-right: 7%;
	_padding-right: 6%;
}
.threeCol .col {
	width: 27%;
	padding-right:5%;
}

.listing {
	margin: 0 15px 15px 0;
}

/*
----------Footer----------
*/
#footer {
	border: solid #016a72;
	border-width: 0 9px 9px 9px;
	padding: 7px 0 7px 50px;
	*padding-top: 3px;
	background: #028993;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding-right: 50px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .copyright {
	font-size: 11px;
}

/*
--------Homepage--------
*/
.homePage #mainContent {
	background: url('/themes/mitchmore/images/home-bkgd.jpg') top right no-repeat;
}
.homePage h1 {
	font-size: 55px;
}

/*
--------Gallery--------
*/
.galleryDetail_page #mainContent .copyblock .imgLt, .galleryDetail_page #mainContent .copyblock .imgRt {
	margin-top: 8px;
}
.galleryDetail_page #mainContent .copyblock .imgLt p, .galleryDetail_page #mainContent .copyblock .imgRt p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
--------Sidebar Right Styles--------
*/
.incSidebarRight #pageContent {
	background-image: url('/themes/mitchmore/images/sidebar-bkgd.jpg');
	background-position: top left;
	*background-position: 9px 0px;
	background-repeat: repeat-y;
}
.incSidebarRight #mainContent {
	width: 627px;
	float: left;
}
#sidebarRight {
	width: 236px;
	padding: 12px 17px 12px 12px;
	float: left;
	border-top: 4px solid white;
}
#sidebarRight .twoCol .col {
	width: 50%;
	*width: 49.9%;
}
#sidebarRight .twoCol .first {
	padding: 0;
	margin: 0;
}
#sidebarRight .twoCol .col a {
	display: inline-block;
	*display: inline;
	margin-bottom: 12px;
	zoom: 1;
}
#sidebarRight .twoCol .second {
	padding-top: 40px;
	text-align: right;
}
#sidebarRight #requestAppointment {
	background: #fff url('/themes/mitchmore/images/request-appointment-bkgd.gif') top center repeat-y;
	margin-bottom: 1em;
}
#sidebarRight #requestAppointment .header {
	margin-top: -5px;
}
#sidebarRight #requestAppointment .footer {
	margin-bottom: -5px;
}
#sidebarRight #requestAppointment .content {
	padding: 5px 15px 5px 15px;
}
#sidebarRight #requestAppointment table {
	width: 100%;
}
#sidebarRight #requestAppointment th, #sidebarRight #requestAppointment td {
	font-size: 13px;
	text-align: left;
	padding: 2px 0;
}
#sidebarRight #requestAppointment th label {
	padding-right: 5px;
}
#sidebarRight #requestAppointment input, #sidebarRight #requestAppointment textarea {
	border: 1px solid #c0c0c0;
}
#sidebarRight #requestAppointment textarea {
	height: 50px;
}
#sidebarRight #requestAppointment #rblTimeAvailableAM, #sidebarRight #requestAppointment #rblTimeAvailablePM, 
#sidebarRight #requestAppointment #rblBestWayPhone, #sidebarRight #requestAppointment #rblBestWayEmail {
	width: auto;
	border: none 0;
}
#sidebarRight #requestAppointment #btnSubmit {
	text-align: center;
}

/*------NEWS & Gallery PAGE-----*/
.news_page h5, .galleryDetail_page h5, .newsDetail_page h5 {
	font-size: 17px;
	color: #016A72;
}

.news_page h3 a {
	font-size:12px; 
}

.news_page h2 { font-size:18px; }

.gallery_page h2 {
	padding-top: 15px;
	padding-bottom: 0px;
}

.gallery_page .threeCol {
	padding-top: 10px;
}