/* @override http://www.stonerockdentalcare.com/css/sr_main.css */

a {
	outline: none;
/* Gets rid of Firefox's dotted borders */
}

a img {
	border: none;
/* Gets rid of IE's blue borders */
}

body {
	background: #e6e6e0 url(../page_elements/page_bg.gif) repeat-y center;
	margin:0;
	padding:0;
	color:#000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
}

#topStrip {
	width: 100%;
	background-image: url(../page_elements/topstrip_bg.gif);
	margin: 0;
	padding: 0;
}

#topStripInner {
	width: 792px;
	padding: 0;
	text-align: left;
	margin: 0 auto 0 auto;
	height: 20px;
	background: url(../page_elements/topstripinner_bg.gif) 0 0;
}

/* @group Position */

#contentholder {
	width: 770px;
	padding: 0;
	text-align: left;
	margin: 0 auto 0 auto;
}

#main {
	width: 592px;
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 20px;
	padding: 0;
}

/* @end */

/* @group Main Navigation */

html>body {font-size:small;}

#header {
	float:left;
	width:100%;
	background: url(../page_elements/logo_banner_v4.gif) bottom no-repeat;
	font-size:93%;
	line-height:normal;
}

#header ul {
	margin:0;
	padding: 105px 30px 0 30px;
	list-style:none;
	float: right;
}

#header li {
	float: left;
	background:url(../page_elements/left_both.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom: 1px solid #04173f;
}

#header a {
	float:left;
	display:block;
	width:.1em;
	background:url(../page_elements/right_both.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #666;
	white-space: nowrap;
}

#header > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#header a {float:none;}
	/* End IE5-Mac hack */
	#header a:hover {
	color: #5776aa;
}

#home #nav-home, #about #nav-about, #services #nav-services, #gallery #nav-gallery, #faqs #nav-faqs, #news #nav-news, #contact #nav-contact {
	background-position:0 -150px;
	border-width:0;
}

#home #nav-home a, #about #nav-about a, #services #nav-services a, #gallery #nav-gallery a, #faqs #nav-faqs a, #news #nav-news a, #contact #nav-contact a {
	background-position:100% -150px;
	padding-bottom:5px;
	color: #04173f;
}

#header li:hover, #header li:hover a {
	background-position:0% -150px;
	color: #5776aa;
}

#header li:hover a {
	background-position:100% -150px;
}

/* @end */

/* @group Sidebar and Sidenav */

#sidebar {
	width: 178px;
	float: left;
	margin: 0;
	padding: 0;
}

.sbhome {
	background: url(../page_elements/sidebar_bg_home.jpg) no-repeat;
}

.sbabout {
	background: url(../page_elements/sidebar_bg_about.jpg) no-repeat;
}

.sbservices {
	background: url(../page_elements/sidebar_bg_services.jpg) no-repeat;
}

.sbgallery {
	background: url(../page_elements/sidebar_bg_gallery.jpg) no-repeat;
}

.sbfaqs {
	background: url(../page_elements/sidebar_bg_faqs.jpg) no-repeat;
}

.sbnews {
	background: url(../page_elements/sidebar_bg_news.jpg) no-repeat;
}

.sbcontact {
	background: url(../page_elements/sidebar_bg_contact.jpg) no-repeat;
}

#sidebar p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-top: 0;
	margin: 0;
	padding-bottom: 0;
}

#sidenav li {
	line-height: 18px;
	padding: 0;
	list-style: url(../page_elements/bullet.gif);
	margin: 0;
	font-size: 11px;
}

ul#sidenav li a:link {
	color: #000;
	background: transparent;
	text-decoration: none;
}

ul#sidenav li a:visited {
	color: #666;
	background: transparent;
	text-decoration: none;
}

ul#sidenav li a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

ul#sidenav li a:active {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

/* @end */

/* @group Area Specific Colours */

h3.home, h4.home {
	color: #062973;
	border-left: 1px solid #062973;
}

h3.about, h4.about {
	color: #4c9900;
	border-left: 1px solid #4c9900;
}

h3.services, h4.services {
	color: #4c0099;
	border-left: 1px solid #4c0099;
}

h3.gallery, h4.gallery {
	color: #68757f;
	border-left: 1px solid #68757f;
}

h3.faqs, h4.faqs {
	color: #fb950d;
	border-left: 1px solid #fb950d;
}

h3.news, h4.news {
	color: #c00;
	border-left: 1px solid #c00;
}

h3.contact, h4.contact {
	color: #5776aa;
	border-left: 1px solid #5776aa;
}

#sidebar p.home {
	color: #062973;
}

#sidebar p.about {
	color: #4c9900;
}

#sidebar p.services {
	color: #4c0099;
}

#sidebar p.gallery {
	color: #68757f;
}

#sidebar p.faqs {
	color: #fb950d;
}

#sidebar p.news {
	color: #c00;
}

#sidebar p.contact {
	color: #5776aa;
}

#sidenav #currentpagehome a {
	font-weight: bold;
	color: #062973;
}

#sidenav #currentpageabout a {
	font-weight: bold;
	color: #4c9900;
}

#sidenav #currentpageservices a {
	font-weight: bold;
	color: #4c0099;
}

#sidenav #currentpagegallery a {
	font-weight: bold;
	color: #68757f;
}

#sidenav #currentpagefaqs a {
	font-weight: bold;
	color: #fb950d;
}

#sidenav #currentpagenews a {
	font-weight: bold;
	color: #c00;
}

#sidenav #currentpagecontact a {
	font-weight: bold;
	color: #5776aa;
}
	
/* @end */

/* @group Main Text */

p {
	color : #000;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 20px;
	margin: 0;
	padding-top: 20px;
}

p .small {
	text-align: left;
	font-size: 9px;
}

h1 {
	display: none;
}

h2 {
	color: #fff;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 30px 20px 24px 30px;
}

h3 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
	padding-top: 30px;
}

h4 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
	padding-top: 20px;
}

h5 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
	padding-top: 20px;
}

a:link {
	background-color : transparent;
	text-decoration: underline;
	color: #000;
}

a:visited {
	background-color : transparent;
	text-decoration : underline;
	color: #666;
}

a:hover {
	background-color : transparent;
	text-decoration: none;
	color: #000;
}

a:active {
	background-color : transparent;
	text-decoration : none;
	color: #000;
}
	
/* @end */

/* @group Images */

.photo {
	display: block;
	float: right;
	margin: 0px;
	padding: 20px 30px 20px 20px;
}

.photowithstrapline {
	display: block;
	float: right;
	margin: 0px;
	padding: 20px 30px 20px 20px;
}

.photowithstrapline p {
	text-align: right;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 0;
}

.photosmall {
	display: block;
	float: right;
	margin: 0px;
	padding: 20px 30px 10px 10px;
}

.photolarge {
	display: block;
	float: right;
	margin: 0px;
	padding: 10px 30px 10px 20px;
}

#staticbanner {
	margin: 0px;
	padding: 20px 30px 20px 20px;
	float: left;
}

#mapHolder {
	position: relative;
	padding: 4px 4px 4px 4px;
	border: 1px solid #ccc;
	margin: 10px 30px 0 20px;
}

#map {
	margin: 0;
	padding: 0;
	width: 532px;
	height: 304px;
}

div.markerTooltip, div.markerDetail {
	color: #000;
	background-color: #fff;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #000;
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

/* @end */

/* @group Misc */

.alert {
	color: #fff;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 60px 20px 20px;
	background: #444 url(../page_elements/alert.jpg) no-repeat;
}

.alert p, .alert p a {
	color: #fff;
	padding: 20px 0 0;
}

.table {
	color: #4c9900;
	border: 1px solid #4c9900;
	display: table;
	margin-top: 20px;
	margin-left: 20px;
	width: 542px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.tablerightalign {
	text-align: right;
}

form {
	margin: 0;
	padding: 0;
}
	
/* @end */

/* @group Lists */

#main li {
	color : #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 30px;
}

#home #main li {
	list-style: url(../page_elements/bullet_home.gif);
}

#about #main li {
	list-style: url(../page_elements/bullet_about.gif);
}

#services #main li {
	list-style: url(../page_elements/bullet_services.gif);
}

#gallery #main li {
	list-style: url(../page_elements/bullet_gallery.gif);
}

#faqs #main li {
	list-style: url(../page_elements/bullet_faqs.gif);
}

#news #main li {
	list-style: url(../page_elements/bullet_news.gif);
}

#contact #main li {
	list-style: url(../page_elements/bullet_contact.gif);
}
	
/* @end */

/* @group Quote Box */

.quotebox {
	background: url(../page_elements/quotes_start.gif) left top no-repeat;
	width: 200px;
	float: right;
	position: relative;
	margin: 0px;
	text-align: left;
	padding: 10px 30px 0 20px;
}

.quotebox p {
	color: #062973;
	margin: 0px;
	text-align: left;
	font: italic 15px/133% Georgia, Times;
	background: url(../page_elements/quotes_end.gif) no-repeat right bottom;
	padding: 10px 5px 10px 0px;
}

.quoteboxsmall {
	margin: 0px;
	text-align: left;
	font: normal 11px/200% Georgia, Times;
	padding: 0px;
	text-decoration: none;
	color: #062973;
}

.quoteboxsmall a:link {
	color: #062973;
	border-bottom: 1px dotted #5776aa;
	text-decoration: none;
}

.quoteboxsmall a:visited, .quoteboxsmall a:active {
	color: #062973;
	text-decoration: none;
}

.quoteboxsmall a:hover {
	color: #062973;
	border-bottom: 1px solid #062973;
	text-decoration: none;
}
	
/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #ccc;
	position: relative;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}

#footer p {
	font-size: 10px;
	color: #666;
	text-align: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p a:link {
	color : #666;
	background-color : transparent;
	text-decoration: none;
}

#footer p a:visited {
	color : #999;
	background-color : transparent;
	text-decoration : none;
}

#footer p a:hover {
	color : #666;
	background-color : transparent;
	text-decoration: underline;
}

#footer p a:active {
	color : #666;
	background-color : transparent;
	text-decoration : none;
}

/* @end */

/* @group Flash */

#flashbanner {
	margin: 0px;
	padding: 20px 30px 20px 20px;
	float: left;
}

h3.flash {
	display: none;
}

h3.none {
	display: none;
}

/* @end */

/* @group Photo page columns */

#colsHolder {
	padding: 0;
	margin: 10px 0 20px;
	width: 592px;
	float: right;
}

.colLeft {
	background-color: #f6f6f6;
	width: 244px;
	float: left;
	margin-left: 20px;
	clear: both;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

* html .colLeft { 
	display: inline;
	/* IE6 double-margin hack */
}

.colRight {
	background-color: #f6f6f6;
	width: 244px;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}


* html .colRight { 
	display: inline;
	/* IE6 double-margin hack */
}

.colLeft p, .colRight p {
	color: #555;
	padding: 0;
	font-size: 11px;
}

.colLeft h5, .colRight h5 {
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 5px;
	margin-bottom: 5px;
}

.colPics {
	margin-right: 10px;
	margin-bottom: 6px;
	float: left;
}



/* @end */

/* @group Section Menu */

.sectionMenu {
	width: 542px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.sectionMenu ul {
	float: left;
	width: 261px;
	padding-left: 0;
}

.sectionMenu ul li {
	font-size: 12px !important;
	list-style: none !important;
	padding-right: 0 !important;
}

.sectionMenu ul li a {
	display: block;
	padding: 6px 2px 6px 14px;
	text-decoration: none;
	background: transparent url(../page_elements/section_menu_bg.gif) no-repeat bottom left;
}

.sectionMenu ul li a:link {
	color: #000;
	text-decoration: none;
}

.sectionMenu ul li a:visited {
	color: #666;
	text-decoration: none;
	background: transparent url(../page_elements/section_menu_bg_v.gif) no-repeat bottom left;
}

.sectionMenu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #fb950d url(../page_elements/section_menu_bg.gif) no-repeat bottom left;
}

.sectionMenu ul.first {
	margin-right: 20px;
}

/* @end */

/* @group Advantages/Disadvantages */

.advDisHolder {
	color: #fff;
	width: 542px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.listHeading {
	font-weight: bold;
}

.advDisHolder .listHeading {
	color: #fff !important;
	padding-top: 15px;
	padding-bottom: 10px;
}

.advantage li,
.disadvantage li {
	color: #fff !important;
	padding-bottom: 5px;
}

.advantage {
	width: 261px;
	margin-right: 20px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #6c0 url(../page_elements/advantage_box_bg.gif) repeat-x;
}

.advantage li {
	list-style: url(../page_elements/tick_bullet.gif) !important;
	padding-right: 10px !important;
	margin-left: -5px;
}

.disadvantage {
	width: 261px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #c03 url(../page_elements/disadvantage_box_bg.gif) repeat-x;
}

.disadvantage li {
	list-style: url(../page_elements/cross_bullet.gif) !important;
	padding-right: 10px !important;
	margin-left: -5px;
}



/* @end */

/* @group Section Menu Footer */

.sectionMenuFooter {
	width: 542px;
	padding-left: 20px;
	padding-right: 30px;
	overflow: auto;
}

.sectionMenuFooter p {
	color: #fff;
	font-weight: bold;
	margin-bottom: -15px;
	background-color: #fb950d;
	margin-top: 20px;
	float: left;
	padding: 3px 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.sectionMenuFooterWrapper {
	margin-top: 15px;
	border-top: 2px solid #fb950d;
	float: left;
	clear: both;
}

.sectionMenuFooter ul {
	float: left;
	width: 261px;
	padding-left: 0;
}

.sectionMenuFooter ul li {
	font-size: 12px !important;
	list-style: none !important;
	padding-right: 0 !important;
}

.sectionMenuFooter ul li a {
	display: block;
	padding: 6px 2px 6px 14px;
	text-decoration: none;
	background: transparent url(../page_elements/section_menu_bg.gif) no-repeat bottom left;
}

.sectionMenuFooter ul li a:link {
	color: #000;
	text-decoration: none;
}

.sectionMenuFooter ul li a:visited {
	color: #666;
	text-decoration: none;
	background: transparent url(../page_elements/section_menu_bg_v.gif) no-repeat bottom left;
}

.sectionMenuFooter ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #fb950d url(../page_elements/section_menu_bg.gif) no-repeat bottom left;
}

.sectionMenuFooter ul.first {
	margin-right: 20px;
}

.sectionMenuFooter ul.backTo {
	margin: 0;
	clear: left;
}

.sectionMenuFooter ul.backTo li a:link,
.sectionMenuFooter ul.backTo li a:visited {
	background: transparent url(../page_elements/section_menu_footer_back_bg.gif) no-repeat bottom left;
}

.sectionMenuFooter ul.backTo li a:hover {
	background: #fb950d url(../page_elements/section_menu_footer_back_bg.gif) no-repeat bottom left;
}

/* @end */

.emRule {
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-left: 20px;
	margin-right: 30px;
	padding-left: 0;
	padding-bottom: 10px;
	font-weight: bold;
}

.photoCaptionFull {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: url(../page_elements/up_bullet_faq.gif) no-repeat 20px top;
	padding-left: 30px;
	padding-right: 30px;
	color: #666;
	float: left;
}

/* @group Additonal code for Forms */

/* Custom elements only */

.asterisk { 
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
	padding:0;
}

/* the above is same as form span.req */

/* @end */

