/* 
CREATED BY HOTWIRE ADVERTISING AND WEB DESIGN 
http://www.hotwireindustries.com
*/

/* Default style for the BODY */
body {
	margin: 0;
	padding: 0;
	background: url(images/body-bg.jpg) top center no-repeat #d7e5ef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3c3c3d;
	text-align: center;
	text-transform: none;
}

/* Text treatment for call outs */
 .callout {
	background-color: #A0C8ED;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	font-size:12px;
	line-height: 17px;
	border: 2px solid #ccc;
	margin: 6px 10px 3px 0px;
	padding: 12px 20px 20px 20px;
 }
 
 .outlinedImg {
	border: 1px solid #666;
	padding: 8px;
	margin-left: -10px;
	margin-bottom: 20px;
}

.marginbottom {
	margin-bottom:12px;
	}
	
.margintop {
	margin-top:12px;
	}	
	
.googlemap {
	margin:0;
	padding:0;
	width:600px
}

/* DEFAULT style for any LINKS */
a:link, a:visited, a:active { 
	color: #195ea4;
	text-decoration: underline;
}
	
a:hover {
	color: #07305a;
	text-decoration: none;
}


/* Default style for H1 */
h1 {
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	color: #312013;
	margin: 0 0 10px 0;
	padding: 0 0 0px 0;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #2b496a;
	word-spacing: -.125px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #312013;
	word-spacing: -.125px;
	margin: 0 0 6px 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #312013;
	word-spacing: -.125px;
	margin: 0 0 6px 0;
	padding: 0;
}
p {
	margin: 0 0 15px 0;
}

h1 span {
	text-transform: uppercase;
	font-size: 21px;
}


/* DEFAULT style for any IMAGE */
img {
	border: 0;
}

.doctorPhoto {
	float:left;
	margin: 3px 9px 0 0;
}

.medicalLogo {
	float:right;
	margin-right: 10px;
}

.galleryImage {
	padding: 3px;
	background-color: #d7e5ef;
	border: 1px solid #54769d;
	margin: 3px 9px 24px 0;
}

.dashedLine {
	background: url(images/dashed_line.jpg) repeat-x;
	height: 1px;
	margin-bottom: 15px;
	_margin-bottom: 0;
}


/* DEFAULT FORM field styles */
input, textarea {	
	background-color: #eef7fe;
	border: 1px solid #91accc;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 465px;
	padding: 3px 4px;
}

.submit {
	width: 99px;
	height: 35px;
	background: url(images/submit-button.jpg) no-repeat #402510;
	border: none;
	color: #FFF;
}

.submit:hover {
	background: url(images/submit-button-hover.jpg) no-repeat #402510;
	color: #FFF;
	cursor: pointer;
}


/* TO CLEAR ANY FLOATS USE THIS */
.clear	{
	clear: both;
}


/* INSIDE WRAPPER TO KEEP CONTENT FROM SPANNING EDGE TO EDGE */
.insideContainer {
	width: 880px;
	margin: 0 auto;
}


/* STRUCTURE - Wrappers and Container Divs */
#wrapper {
	margin: 0 auto;
	text-align: left;
}

#header {
	/*background: url(images/header-bg.jpg) no-repeat top center #293e5b;*/
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 41px;
	color: #e1edf5;
	padding-top: 30px;
}

#headerLeft {
	float: left;
	width: 430px;
}

#headerRight {
	float: right;
	width: 300px;
	text-align: right;
}

#nav {	
	font-size: 11px;
	background: url(images/nav-bg.jpg) no-repeat top center #1f2f48;
	color: #FFF;
	height: 31px;
	padding-top: 7px;
}

#nav .insideContainer ul  {
	padding: 0;
	margin: 0;
}

#nav .insideContainer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(images/nav-divider.jpg) no-repeat;
	background-position: -2px 2px;
}

#nav .insideContainer li a {
	color: #FFF;		
	padding: 4px 4px;
	margin: 4px 4px;
	text-decoration: none;
}

#nav .insideContainer li a:hover {
	color: #d0e0eb;
}

#content {
	background: url(images/content-bg.jpg) bottom no-repeat;
	padding-bottom: 15px;
}

#contentLeft {
	float: left;
	width: 490px;
	margin-top: 60px;
	padding-bottom: 30px;
}



#contactLeft {
	float: left;
	width: 570px;
	margin-top: 30px;
	padding-bottom: 30px;
}

#contactRight {
	float: left;
	width: 240px;
	margin-top: 120px;
	margin-left: 30px
	padding-bottom: 0px;
	text-align: center;
}


#contentRight {
	float: right;
	width: 360px;
	margin-top: 5px;
	padding-bottom: 30px;
	text-align: center;
}

/* Right Column Copy Alternates _____________________________________________________________ */

#contentRightText {
	float: right;
	width: 280px;
	margin: 60px 0 0 0;
	padding: 0 15px 30px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height: 16px;
	color: #333;
}

.contentHomeAds {
	float: left;
	width: 265px;
	margin-right: 10px;
}

.contentHomeAdsLast {
	float: right;
	width: 265px;
}


/* Right Column Copy Alternates */
#contentRight #copy {
	padding: 10px 54px;
	font-size: 10px;
	line-height: 14px;
	color: #5a5b5e;
	text-align: left;
}

#contentRight #copyContact {
	padding: 0 54px;
	font-size: 11px;
	margin-top: 55px;
	color: #5a5b5e;
	text-align: center;
}


/* Contact Us Today Button Rollover */
a:hover.contactButton {
	background-position: 0 -55px;
}

a.contactButton {
	display: block;
    width: 392px;
    height: 55px;
    background: url(images/contact-button-nav.jpg) 0 0 no-repeat;
    text-decoration: none;
	margin-top: 35px;
}

/* SMALL Contact Us Today Button Rollover */
a:hover.contact {
	background-position: 0 -55px;
}

a.contact {
	display: block;
    background: url(images/contact-button.jpg) 0 0 no-repeat;
    text-decoration: none;
	margin-top: 35px;
}

/* Default style for FOOTER content and links */
#footer {
	background: url(images/footer-bg.jpg) no-repeat top center;
	font-size: 11px;
	line-height: 15px;
	color: #607993;
	text-align: center;
	padding-top: 10px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #607993;
}

#footer a:hover {
	color: #2b496a;
}

