/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.1;
	color: #000;
	background: #93AEC9 url(images/body-bg.jpg) repeat-x;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:122%;color:#003366;margin-top:20px;}/* 26px */
h2{font-size:110%;color:#003366;margin-top:20px;}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	font-size: 13px; 
}


#container {
	width:941px;
	margin:0 auto;
	background: #fff url(images/maincontent-bg.jpg) repeat-y center;
}

#header {
	background: url(images/header-bg.jpg) center no-repeat;
	width:941px;
	height:461px;
}
#header #contact-info {
	width:400px;
	float:right;
	color:#385e85;
	padding-top:10px;
	text-transform:uppercase;
	font-size:16px;
	padding-top:20px;
}
#header #contact-info p.downtown {
	float:left;
	font-size:12px;
	padding-top:10px;
	margin-right:30px;
}
#header #contact-info p.eastside {
	float:left;
	font-size:12px;
	padding-top:10px;
}
#header #contact-info p.downtown span,#header #contact-info p.eastside span {
	font-weight:bold;
	font-size:18px;
}
ul#navigation {
	display: block;
	float:left;
	position:relative;
	top:330px;
	left:22px;

}
ul#navigation li {
	float:left;	
	padding:10px 2px 10px 2px;
	margin-right:12px;
	
	
}
ul#navigation li a {
	text-transform: uppercase;
	color:#333;
	padding-top:5px;
}
ul#navigation li a.active {

}
ul#navigation li a:hover {
	color:#000;
}
ul#navigation li#end {
	border:none;	
}

#main_content{
	padding-top:10px;

}
#main_content #left_col {
	width:485px;
	margin-left:40px;
	float:left;
}

#main_content #left_col .dentists {
	width:150px;
	border:1px solid #000;
	margin:0 8px 10px 0;
	float:left;
}
 

#groupphoto {
	text-align:center;
	border:1px solid #000
	margin-top:20px;
}

#main_content #left_col a {
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}

#main_content #right_col {
	width:350px;
	float:right;
	margin-right:40px;
	
}
#main_content #right_col #dentist {
	clear:both;
}
#main_content #right_col #dentist h2 {
	color:#333;
}
#main_content #right_col #dentist img {
	float:left;
	margin-right:10px;
}
#main_content #right_col #dentist .button {
	background: url(images/morebtn-bg.jpg) no-repeat;
	float:right;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:30px;
	width:72px;
	height:25px;
	text-align: center;
	padding-top:5px;
	font-size:11px;
	text-transform: uppercase;
	color:#333;
}
#main_content #main_col {
	margin-left: 25px;
	margin-right: 25px;
		
}
#main_content #main_col a {
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}
#main_content #main_col #contest {
	border: 1px solid black;
	background-color: #efefef;
	margin: 0 auto;
	width: 500px;
	padding: 20px;	
}
#main_content #main_col .location_map {
	border: 1px solid black;
	background-color: #efefef;
	float: left;
	width: 300px;
	padding: 10px;	
}
#main_content #main_col .location_map img {
	border: 1px solid black;
	text-align: center;
	margin: 10px auto;	
}
#main_content #bottom_row {
	background: #8b8362 url(images/bottomrow-bg.jpg) repeat-x;
	width:941px;
	height:230px;
	margin-top:30px;
}
#main_content #bottom_row h2 {
	color:#fff;
	font-size:16px;
	margin-bottom:20px;
	margin-top:15px;
	padding-bottom:15px;

}
#main_content #bottom_row #col-one {
	float:left;
	width:180px;
	margin-left:40px;
}
#main_content #bottom_row #col-two {
	float:left;
	width:230px;
	margin-left:0px;
}
#main_content #bottom_row #col-three {
	float:left;
	width:200px;
}
#main_content #bottom_row #col-three a {
	color:#fff;
	line-height:1.4em;
	text-decoration:underline;
}
#main_content #bottom_row #col-four {
	float:left;
	width:287px;
	color:#fff;
}
#main_content #bottom_row #col-four img {
	float:left;
	margin:0 20px 20px 0;
}
#main_content #bottom_row #col-four #location {
	clear:both;
}
#main_content img.right { float:right; }
#main_content img.left {float:left;}
#footer {
	text-align: center;
	color:#999;
	padding:10px;
	font-size:10px;
	background-color:#003366;
}
#footer a {
	color:#999;
	text-decoration: underline;
}


