/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2009. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */
/* ------------------------ Practice Page TEST ELEMENTS ------------------------ */


/* ------------------------ type selectors ------------------------ */
body { 
	background:#000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#fae9c5;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.4em; color:#FFF0CF; }
h2	{ font-size:1.3em; color:#DFCDA7; }
h3	{ font-size:1.1em; color:#D4BF70; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#c9a955; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fae9c5; text-decoration:underline; outline:none; }

h2.padding { padding-top:5px;}
h2.xtra-padding	{ padding-top:10px;}
h3.padding { padding-top:5px;}
h3.xtra-padding	{ padding-top:10px;}



h2.right { text-align:right;}

#testimonials h2 { padding-top:10px; }
#testimonials h2.no_padding { padding-top:0px; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}



div.clear-h2	{ 
	height:10px; 
	overflow:hidden; 
	clear:both;
	}
	
body#index h2 {
display:none;
}

p.xtra-padding	{ padding-top:15px;}



p span.address {font-weight:bold; color:#c9a955;}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
#testimonials p.bottom {padding-bottom:20px;}
#testimonials .left {margin-left:230px;}
#testimonials img.img-left {
	float:left; 
	margin:0px 10px 0px 0px;
	}
	
	
div.line {
	background:url("../images/testimonial-line.jpg") no-repeat;
	width:619px;
	height:25px;
	clear: both;
	margin:0px 0px 15px 15px;
	}
	

	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
	
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:20px;
	background:url("") right no-repeat;
	clear:both;
	}

p span.out-of-town {
	font-weight:bold;
	}


img.img-center { 
	 margin:0px 10px 0px 102px;
	}

img.img-left { 
	float:left; 
	margin:0px 15px 0px 0px;
	}

img.img-left-index { 
	 
	margin:-15px 0px 0px 0px;
	}	


img.img-right { 
	float:right; 
	margin:0px 0px 30px 10px; 
	}

body#whitening img.img-right { 
	float:right; 
	margin:0px 80px 0px 0px;
	}

/* ------------------------ implant page ------------------------ */

body#implant img.img-left {
	float:left; 
	margin:0px 155px 0px 65px;
	}

body#implant img.img-implant {
	margin-left:220px;
	}

#repalcement {
position:relative;
	width:620px;
	height:220px;
	}

#repalcement_l img{
	margin-left:50px;
	}

#repalcement_l {
position:absolute;
	width:275px;
	height:200px;
	margin:20px 0 0 15px;
	
	}
	
#replacement_r img{
	margin-left:50px;
	}
	
#replacement_r {
position:absolute;
	width:300px;
	height:200px;
	margin:20px 0 0 330px;
	float:left;
	}
	
#implant_bridges {
position:relative;
	width:620px;
	height:220px;
	}

#implant_bridges_l img{
	margin-left:50px;
	}

#implant_bridges_l {
position:absolute;
	width:275px;
	height:200px;
	margin:20px 0 0 15px;
	
	}
	
#implant_bridges_r img{
	margin-left:50px;
	}
	
#implant_bridges_r {
position:absolute;
	width:300px;
	height:200px;
	margin:20px 0 0 330px;
	float:left;
	}




/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 
form fieldset { width:450px;}

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select {
	background-color:#141414 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #252525;
	color:#c9a955;
	width:205px; /* 5 pixles smaller than form width !important */
	height:19px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-left:14px;
	}
	
	
#contact-form-index form textarea {
	height:97px;
	width: 210px;
	overflow:auto;
	float: left;
}
#contact-form-index form {width:400px;}
#contact-form-index form label { color: #FFFFFF; font-size: .95em;}
#contact-form-index form #input-contain { width: 220px; height: 100px; float: left;}
#contact-form-index form #input-comment { width: 220px; height: 100px; float: right;}
#contact-form-index form input#submit {width: 52px; margin-top: 40px; clear:both;}


select { width:150px; padding:0; } /* same width as form - !important */
textarea { height:69px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:187px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:0 0 0 243px; } /* defines placement of contact-main submit button */
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
    background: url("../images/bg-wrap.jpg") 0px 0px repeat-y;
	width:930px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:109px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:30px;
		width:470px;
		top:6px;
		height:92px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:642px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left ol {
		margin:0px 10px 10px 16px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul, #column-left ol { padding-left:25px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 3px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			margin-bottom: 3px;
			line-height:18px
			}
		#column-left ol li { margin-bottom: 5px;}
	/* multi column list */
	#column-left ul.multi { padding-left:25px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px;  /* pushes text to the right to display bg img */
			float:left;
			width:125px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-weight:bold;
			float: left;
			width: 120px;
			border: 1px solid #000;
			height: 50px;
			}
		#column-left h3.dt-compare {
			font-weight: bold;
			width: 145px;
			margin: 0px;
			float: left;
			height: 35px;
			text-align:center;
			display:inline;
			}
		#column-left h3.dt-compare-first {
			font-weight: bold;
			width: 120px;
			margin: 0 0 0 200px;
			float: left;
			display:inline;
			}
		#column-left dl dd {
			padding-left:10px;  /* pushes text to the right to display bg img */
			width: 138px;
			float: left;
			border: 1px solid #FAE9BB;
			height: 120px;
			}
		#column-left dl dd p {margin: 8px 4px 0px 1px;}
		
	#column-left dl dd.light {background-color:#B76E00;}
	#column-left dl dd.light2 {background-color:#CF8D00;}
	#column-left dl dd.light3 {background-color:#DF9800;}	
		
		#contact-img-bottom { background:url("../images/contact-img-bottom.jpg");
		height:46px;
		
		}

		#column-wrap { 
		float:left;
		background:url("") right bottom no-repeat;
		}
		

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:288px;
	float:left;
	padding-bottom:160px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:43px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
			#column-right .nostyle {list-style-type:none; background:none;}
			
			#s {width:190px;}
			#searchsubmit{width:137px;}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}


body#whitening #column-right {height:1660px}


/* ------------------------ header framework ------------------------ */
#header-flash { height:262px; background:url("../images/header.jpg");} /* sets height for the flash header - REMOVE IF NOT USED */

ins.text {
	margin-left:170px;
	}
p.header-flash {
	margin:100px 0 0 170px;
	}

#header-graphic { height:262px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-practice.jpg"); }
	body#practice #header-graphic { background:url("../images/header-practice.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header-smile.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic-dentistry.jpg"); }
	body#implant #header-graphic { background:url("../images/header-implant.jpg"); }
	body#sedation #header-graphic { background:url("../images/header-sedation.jpg"); }
	body#whitening #header-graphic { background:url("../images/header-whitening.jpg"); }
	body#veneers #header-graphic { background:url("../images/header-veneers.jpg"); }
	body#contemporary #header-graphic { background:url("../images/header-contemporary.jpg"); }
	body#imaging #header-graphic { background:url("../images/header-imaging.jpg"); }
	body#blog #header-graphic { background:url("../images/header-imaging.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-contemporary.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-practice.jpg"); }
		body#patient-reviews #header-graphic { background:url("../images/header-practice.jpg"); }
	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:43px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#implant #subhead { background:url("../images/subhead-implant.jpg"); }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg"); }
	body#whitening #subhead { background:url("../images/subhead-whitening.jpg"); }
	body#veneers #subhead { background:url("../images/subhead-veneers.jpg"); }
	body#contemporary #subhead { background:url("../images/subhead-contemporary.jpg"); }
	body#imaging #subhead { background:url("../images/subhead-imaging.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
		body#patient-reviews #subhead { background:url("../images/subhead-patient-reviews.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#contact-wrap {
	background: url("../images/contact-wrap.jpg") repeat-y;
	float: left;
	width: 288px;
	}
#title-contact {
	background:url(../images/title-visit2.jpg) no-repeat top;
	position:relative;
	}

#title-contact p {padding: 50px 47px 15px 43px;}	


#title-map {
	background:url(../images/img-map.jpg) no-repeat top;
	height:99px;
	position:relative;
	width:145px;
	margin:0px 0px 10px 15px;
	}

#title-map a {
	position:absolute;
	top:75px;
	left:162px;
	width:303px;
	height: 19px;
	}
	

#logo {
	background:url("../images/aacd.jpg") no-repeat;
	height:160px;
	width:288px;
	margin-top:30px;
	 }
	
#dentistry-wrap {
	background:url("../images/dentistry-wrap.jpg") ;
	float: left;
	}
#cosmetic-index {
	width: 310px;
	float: left;
	display:inline;
	}
h2#title-cosmetic {
	background: url("../images/title-cosmetic-dentistry.jpg") top no-repeat;
	height: 74px;
	margin: 0px;
	}

#contemporary-index {
	width: 310px;
	float: left;
	display:inline;
	}
h2#title-contemporary {
	background: url("../images/title-contemporary-dentistry.jpg") top no-repeat;
	height: 74px;
	margin: 0px;
	}
#implant-index {
	width: 310px;
	float: left;
	display:inline;
	}
h2#title-implant {
	margin: 0px;
	background: url("../images/title-implant-dentistry.jpg") top no-repeat;
	height: 74px;
	}
#implant-index p, #contemporary-index p, #cosmetic-index p {margin: 0 15px 8px 19px;}
#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}
#dr-wrap {
	background: url("../images/dr-wrap.jpg") repeat-y;
	}
h2#title-dr {
	background: url("../images/title-dr.jpg") top no-repeat;
	margin: 0px;
	width: 209px;
	height: 54px;
	padding-left: 397px;
	}
#title-meet-dr {
	padding-top: 21px;
	background: url("../images/title-meet-dr.jpg") top no-repeat;
	}
	#title-meet-dr p.dr-1 {margin: 0 288px 13px 207px; }
	#title-meet-dr p {margin: 0 40px 10px 35px; }
	
#contact-wrap-index {
	float:left;
	width:930px;
	background-color:#000000;
	}
	
#contact-left-index {
	width: 173px;
	height:141px;
	background:url(../images/contactBtn.jpg);
	float: left;
	display:block;
	text-indent:-9999px;
	margin:15px 15px 0 20px;
	}

#contact-form-index {
	margin-left:20px;
	width: 452px;
	float: left;
	display:block;
	}

#contact-right-index {
	margin-top:10px;
	width: 428px;
	float: left;
	display:block;
	}
	

#contact-left-index p, #contact-right-index p, #contact-form-index p {margin: 0px 15px 8px 19px;}

#thumb-34 {
	position:relative;
	background:url("../images/thumb-34.jpg") no-repeat; 
	height:100px;
	width:247px;
	margin: 0px 0px 15px 75px;
	}

#thumb-34 a{
	position:absolute;
	height:100px;
	width:247px;
	margin: 0px 0px 15px 80px;
	left: -80px;
	top: -2px;
	}
	
#thumb-34-text p{
	position:absolute;
	height:80px;
	width:247px;
	margin: 20px 0px 15px 300px;
	left: -20px;
	}
	 
	
#thumb-34-text a{
	position:absolute;
	height:83px;
	width:247px;
	margin: 0px 0px 15px 300px;
	left: -300px;
	}

/* ------------------------------------- INDEX 2-center-column-horizontal LAYOUT ---------------------------------------- */

	
#cosmetic-implant {
	position:relative;
	background:url("../images/index-cosmetic-implant.jpg") no-repeat;
	width:630px;
	height:350px;
	margin-bottom:20px;
	}

#porcelain-testimonial {
	position:relative;
	background:url("../images/index-porcelain-testimonial.jpg") no-repeat;
	width:630px;
	height:350px;
	margin-bottom:20px;
	}

body#index .left-container {
	position:absolute;
	width:275px;
	height:300px;
	margin:40px 0 0 20px;
	left: 1px;
	}
	


body#index .right-container {
	position:absolute;
	width:275px;
	height:300px;
	margin:40px 0 0 345px;
	}	

body#index .left-container p span.bold{font-weight:bold;}
body#index .right-container p span.bold{font-weight:bold;}

body#index .left-container p {margin-left:0}
body#index .right-container p {margin-left:5px;}

body#index .vert-line {
	background:url("../images/img-vert-line.jpg");
	margin-left:320px;
	position:absolute;
	height:330px;
	width:4px;
	}


/* ------------------------------------- Buttons ---------------------------------------- */

#btn-video {
	position: relative;
	background: url("../images/btn-video.jpg") top no-repeat;
	height: 233px;
	width:288px;
	}

body#testimonials #btn-video {
	position: relative;
	background: url("../images/testimonials-btn-video.jpg") top no-repeat;
	height: 270px;
	width:288px;
	}

#img-or {
	position: relative;
	height:26px;
	background:url("../images/img-or.jpg") no-repeat;
	margin-top:10px;
		}

#care-credit {
	position: relative;
	height:91px;
	display:block;
	background:url("../images/care-credit.jpg") no-repeat;
		}
#care-credit a{
	height:91px;
	display:block;
	}

#click-to-call {
	position: relative;
	height:131px;
	display:block;
	background:url("../images/btn-ctc.jpg") no-repeat;
		}
		#click-to-call:hover {
				background:url("../images/btn-ctc.jpg") -288px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }
	#click-to-call a {
	position: absolute;
	top: 20px;
	left: 39px;
	height: 92px;
	width: 211px;
		}


#testimonial-care-credit {
	background:transparent url("../images/testimonial-care-credit.jpg") no-repeat; 
	height:111px;
	}

.gallery { background:transparent url("../images/btn-gallery.jpg") no-repeat; }
.gallery:hover { background:transparent url("../images/btn-gallery.jpg") 0 -122px no-repeat; }

#gallery-btn {
	position: relative;
	background: url("../images/smile-btn.jpg") top no-repeat;
	height: 208px;
	width:288px;
	}
	
#gallery-btn a{
	position: absolute;
	background:url("../images/smile-btn.jpg") 0px 0px no-repeat;
	top: 0px;
	left: 0px;
	width: 288px;
	height: 208px;
	}
#gallery-btn a:hover {
				background:url("../images/smile-btn.jpg") -288px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				height:208px;
				}

#gallery-btn span{display:none;}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:69px;
	clear:both; /* important - do not remove */
	}
	
#top-wrap {
	background:url("../images/top-wrap.jpg") no-repeat;
	width:100%; /* fix for Safar */
	height:50px;
	clear:both; /* important - do not remove */
	
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:930px;
	margin:0 auto;
	text-align:center;
	padding-top: 60px;
	}

#footer p {
	color:#fae9c5;
	margin:0 20px 10px 20px;
	}

#footer a:link, #footer a:visited { color:#c9a955; }
#footer a:hover, #footer a:active {
	color:#fae9c5;
	text-decoration: none;
}

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #716F52;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:930px; 
	height:38px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:38px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 87px; margin-left: 23px;}
#nav-02 { width: 187px;}
#nav-03 { width: 178px;}
#nav-04 { width: 169px;}
#nav-05 { width: 137px;}
#nav-06 { width: 126px;}


/*-------------- (-79px) X position of button / (-38px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -23px -38px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -110px -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -297px -38px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -475px -38px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -644px -38px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -781px -38px no-repeat; }



/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#EEEDDA;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:30px; /* Height of each drop down nav item */
	border:1px solid #824900;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:30px;	/* Height of each drop down nav item, should match above */
	background:url("../images/bkgdNav.png");
	line-height:30px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
 #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-05 ul a:hover { 
	background:url("../images/bkgdNav.png") bottom left;
	color:#FFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:196px; }	
#nav-03 ul, #nav-03 li { width:176px; }	
#nav-05 ul, #nav-05 li { width:126px; }		

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ PROCEDURE NAV ------------------------ */
#procedure-nav { 
	background:url("../images/procedure-nav.jpg") no-repeat; 
	width:930px; 
	height:96px; 
	margin:0;
	padding:0; 
	}

#procedure-nav span { display: none; }

#procedure-nav li, #procedure-nav a { height:96px; display:block; } /* change height here also */

#procedure-nav li { float:left; list-style:none; _display:inline; position:relative; }

#procedure-nav-01 { width: 150px; margin-left: 16px;}
#procedure-nav-02 { width: 150px;}
#procedure-nav-03 { width: 150px;}
#procedure-nav-04 { width: 150px;}
#procedure-nav-05 { width: 150px;}
#procedure-nav-06 { width: 150px;}


/*-------------- (-79px) X position of button / (-96px) height of image from above ------------- */
#procedure-nav-01 a:hover { background:url("../images/procedure-nav.jpg")  -16px -96px no-repeat; }
#procedure-nav-02 a:hover { background:url("../images/procedure-nav.jpg") -166px -96px no-repeat; }
#procedure-nav-03 a:hover { background:url("../images/procedure-nav.jpg") -316px -96px no-repeat; }
#procedure-nav-04 a:hover { background:url("../images/procedure-nav.jpg") -466px -96px no-repeat; }
#procedure-nav-05 a:hover { background:url("../images/procedure-nav.jpg") -616px -96px no-repeat; }
#procedure-nav-06 a:hover { background:url("../images/procedure-nav.jpg") -766px -96px no-repeat; }



/* ------------------------ vertical sprite nav ------------------------ */
#column-right #procedure-nav-vert {
	background:url("../images/procedure-nav-vert.jpg") top left no-repeat;					
	width:288px;	/* Width of buttons, not entite image (or half of entire image) */
	height:890px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#column-right #procedure-nav-vert li span { display: none; }

#column-right #procedure-nav-vert li { float:left; list-style:none; position:relative; padding: 0; background: transparent;}

#column-right #procedure-nav-vert li, #column-right #procedure-nav-vert a { 
	height:75px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the procedure-nav should begin */
#column-right #procedure-nav-vert-01 { margin-top:0px; width:288px; }

/* margin-top if there is a spacing between each procedure-nav button */
#column-right #procedure-nav-vert-02, #column-right #procedure-nav-vert-03, #column-right #procedure-nav-vert-04, #column-right #procedure-nav-vert-05, #column-right #procedure-nav-vert-06, #column-right #procedure-nav-vert-07, #column-right #procedure-nav-vert-08, #column-right #procedure-nav-vert-09, #column-right #procedure-nav-vert-10, #column-right #procedure-nav-vert-11, #column-right #procedure-nav-vert-12 { margin-top:0; width:288px; }

#column-right #procedure-nav-vert-01 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px   -0px no-repeat; }
#column-right #procedure-nav-vert-02 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px  -75px no-repeat; }
#column-right #procedure-nav-vert-03 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -150px no-repeat; }
#column-right #procedure-nav-vert-04 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -225px no-repeat; }
#column-right #procedure-nav-vert-05 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -300px no-repeat; }
#column-right #procedure-nav-vert-06 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -375px no-repeat; }
#column-right #procedure-nav-vert-07 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -450px no-repeat; }
#column-right #procedure-nav-vert-08 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -525px no-repeat; }
#column-right #procedure-nav-vert-09 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -600px no-repeat; }
#column-right #procedure-nav-vert-10 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -675px no-repeat; }
#column-right #procedure-nav-vert-11 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -750px no-repeat; }
#column-right #procedure-nav-vert-12 a:hover { background:url("../images/procedure-nav-vert.jpg") -288px -825px no-repeat; }

#column-right a#blogBtn {display:block; text-indent:-9999px; width:221px; height:51px; background:url(../images/blogBtn.jpg); margin-top:0px; border:none;}

#online-network {
	width: 213px;
	margin: 10px 0 0 30px;
	background:url("../images/online-network.jpg") no-repeat;
	padding-top:50px;
}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:15px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#facebook {	background:url("../images/facebook.jpg") no-repeat; margin-left: 70px;}
#rss { background:url("../images/rss.jpg") no-repeat; }


.img-left-pat {
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.patfloattxt  {
	padding-top:15px;
}
