/*MAKE ALL ELEMENTS UNIFORM ******************************************************************************************/

*{	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;}





/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	text-align:center;
		background: url(images/bg-body.jpg);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#ffffff;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
p {padding:5px 20px;
	font-size:12px;
	color:#555555;
	line-height:1.3em;
}
h1 {font-size:26px;
	padding:5px 0;
	margin:5px 20px;
	border-bottom:1px dotted #CCCCCC;
	color:#0d4a68;
	font-weight:normal;
}
h2 {font-size:18px;
	padding:5px 0;
	margin:5px 20px;
	border-bottom:1px dotted #CCCCCC;
	color:#0d4a68;
	font-weight:normal;
}
address {padding:5px 0 15px 20px;
	font-size:13px;
	color:#FFFFFF;
	line-height:1.3em;
	font-style:normal;
}

a:link { color:#0f878e;
}
a:visited {color:#0f878e;
}
a:hover {color:#035b61;
}
a:active {color:#0f878e;
}

.list {padding:5px 20px;
	font-size:12px;
	color:#666666;
	line-height:1.3em;
	margin-left:15px;
}

.list li{ padding:5px 0;}

.listfloat {padding:5px 20px;
	font-size:12px;
	color:#666666;
	line-height:1.3em;
	margin-left:15px;
	float:left;
	width:200px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {width:990px;
			text-align:left;
			margin:0 auto;
			background:url(images/bg-container.jpg);
			background-repeat:repeat-y;
			position:relative;
}

/* HEADER AND NAV *****************************************************************************/


div#header {width:990px;
			height:115px;
			background:url(images/bg-header.jpg);
			background-repeat:no-repeat;
}

div#cta{	width:990px;
			height:231px;
			background:url(images/bg-cta.jpg);
			background-repeat:no-repeat;
}


/*MAIN NAVIGATION *********************************************************************************************/

ul#mainnav {
	margin: 0;
	padding: 0;
	width:990px;
	height:34px;
	position:absolute;
	top:115px;
	left:0;
}

ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #ffdf9b;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 10px 10px;
	white-space: nowrap;
	border-right:1px dotted #105b82;

}

ul#mainnav li a:hover{

	color: #FFFFFF;
	text-decoration:underline;



}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {

	color: #FFFFFF;
	background: url(images/status-on.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border:none;
}


/* CONTENT AREA *******************************************************************************/


div#content {float:right;
				width:746px;
				padding:0 0 10px 0;
				background:url(images/bg-content.jpg);
				background-position:top;
				background-repeat:no-repeat;
				display:inline;
}

div#sidebar{float:left;
			width:244px;
			padding: 200px 0 10px 0;
			background:url(images/bg-sidebar.jpg);
			background-position:top;
			background-repeat:no-repeat;
			display:inline;
}

div#sidebar a{ color:#ffdf9b;}

div#sidebar a:hover{ color:#d7a332;}

/*FOOTER ********************************************************************************************************/

div#footer {clear:both;
			background:url(images/bg-footer.jpg);
			background-position:top;
			background-repeat:no-repeat;
			background-color: #fff;
			width:990px;
			font-family: Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:11px;
			text-align:center;
}

ul#subnav{	margin:0;
			padding:50px 0 20px 0;
			list-style:none;
			}

#subnav li{	display:inline;
				margin:0;
			padding:0;
			border-right:1px dotted #8ba7b7;
			}

ul#subnav a{
			display:inline;
			color:#0d5778;
			text-decoration:none;margin:0;
			padding:0 10px 0 10px;
			}

ul#subnav a:hover{
			display:inline;
			color:#0a4060;
			text-decoration:underline;margin:0;
			padding:0 10px 0 10px;
			}

/*COPYRIGHT information*************************************************************************************************/

div#copyright {	text-align:center;
				font-family: Arial, Helvetica, sans-serif;
				font-size:10px;
				color: #888;
				padding:20px 0 10px 0;
				background:#fff;
				 }
				 
div#copyright a:link, div#copyright a:visited {
color: #888;
}

div#copyright a:hover, div#copyright a:active {
color: #888;
}

.ypimg { }


div#owner a{ color:#007ab6;
			text-transform:uppercase;
			padding: 0;
			margin:0;}
			

div#owner a:hover{ color:#0a4060;
			text-transform:uppercase;
			padding: 0;
			margin:0;}			


/* ----------------- Audio Button ----------------- */

.audiobtn{ padding:0;
			margin:0 0 0 15px;}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.rightb{ float:right;
			margin: 10px 20px 5px 15px;
			border:1px solid #999999;
			display:inline;}

img.right{	float:right;
			margin: 10px 20px 0 15px;
			display:inline;}

img.leftb{ float:left;
		margin:0 15px 0 0;
		border:1px solid #999999;
		display:inline;}

img.left{	float:left;
		margin:0 15px 0 0;
		display:inline;}
		
img.border{ border:1px solid #999999;}

div.verticalr{	float:right;
			margin: 0 0 0 15px;
			display:inline;}	
						

div.verticall{	float:left;
		margin:0 15px 0 0;
		display:inline;}	

/* ----------------- CUSTOM CLASSES ----------------- */

.clear {
	clear: both;
}

.special{ color:#0d4a68;
			font-weight:bold;
			text-transform:uppercase;
			font-size:15px;
			clear:both;}
			
.specialcenter{ color:#0d4a68;
			font-weight:bold;
			text-transform:uppercase;
			font-size:15px;
			clear:both;
			text-align:center;}			
			
.center{ text-align:center;}	

.payment img{ margin-top:5px;}

.payment{ width:240px;
			float:right;
			margin:0 20px 0 15px;
			font-size:11px;
			color:#000000;
			}	
			
.paymentmid img{ margin-top:5px;}

.paymentmid{ width:240px;
			margin:0 0 0 115px;
			font-size:11px;
			color:#000000;
			text-align:center;
			}					
			
.dentalresource{ margin:-100px 0 0 -60px; *margin:-80px 0 0 -60px;}			
