@charset "utf-8";
/* CSS Document */

/*make all elements uniform*/

*{	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;
	}


/*----------------------------------------------------format the body------------------------------------------------*/

body{	text-align:center;
		background: url(images/body-bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#200104;
		}	


/*----------------------------------------------------text and links------------------------------------------------*/
		
p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

p { font-size:14px;
	padding:5px 0;
	color:#333333;
	}

h1 {	font-size:24px;
		padding:5px 0;
		margin:5px 0;
		color:#000000;
		border-bottom:1px solid #990000;
		}
		
h2 {	font-size:18px;
		padding:5px 0;
		color:#660000;
		}
h2 a {
	font-size: 11px;
}

h3 {
	font-size:18px;
	padding:5px 0;
	color:#660000;
	text-align: center;
}

		
address { 	font-size:14px;
	padding:5px 0;
	color:#333333;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
			
			}
			
#sidebar address{ 	color:#ffffff;
					padding-top:30px;
					padding-bottom:10px;
					border-bottom:1px solid #666666;
					text-align:right;
					font-family:Georgia, "Times New Roman", Times, serif;}			

a:link { 	color:#990000;
			}
			
a:visited {  	color:#990000;
				}
				
a:hover {  	color:#990000;
			}
			
a:active {  color:#990000;
			}

div#content li {  font-size:14px;
	color:#333333;
	margin-left:15px;
}

/*----------------------------------------------flash------------------------------------------------------*/

div#flash{	width:704px;
			height:215px;
			position:absolute;
			top:0;
			right:0;}

/*----------------------------------------------container------------------------------------------------------*/

div#container{	width:940px;
			text-align:left;
			margin:0 auto;
			position:relative;}

/*----------------------------------------------------header------------------------------------------------*/

div#header{	width:940px;
			height:215px;
			background:url(images/header-bg.jpg);
			background-repeat:no-repeat;
			}



/*----------------------------------------------------main horizontal nav------------------------------------------------*/


/*------------This contains the nav-------------*/
div#bar{	height:41px;
			width:940px;
			background:url(images/bar-bg.jpg);
			background-repeat:no-repeat;
			}		

ul#mainnav {
	margin: 0;
	padding: 0 0 0 238px;	
	}

ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 13px 0;
	white-space: nowrap;
	border-right: 1px solid #660000;
	font-weight: bold;
	text-transform: uppercase;
	width:138px;
	text-align:center;
	}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #E4D8C4;
	background: url(images/status-on.jpg) repeat-x;
	}



/*----------------------------------------------------content container: aid in multiple bgs------------------------------------------------*/

div#contentbody{	background:url(images/content-bg.gif);
			background-repeat:repeat-y;
			}


/*----------------------------------------------------sidebar------------------------------------------------*/

div#sidebar{	float:left;
			width:197px;
			padding: 10px 20px;
			background:url(images/left-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			text-align:right;
			}


.payment{	padding:10px 25px 0 0;}

.logos{	padding:15px 40px 0 0;}			
				
/*----------------------------------------------------content area------------------------------------------------*/

div#content{		float:right;
				width:603px;
				padding:30px 50px;
				background:url(images/right-bg.jpg);
				background-position:top;
				background-repeat:no-repeat;
				}


/*---------------------------------------------------footer------------------------------------------------*/

div#footer{	clear:both;
			background:url(images/footer-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			background-color: #200104;
			font-family: Arial, Helvetica, sans-serif;
			width:940px;
			height:52px;
			}


/*----------------------------------------------------footer Nav------------------------------------------------*/

ul#subnav{	margin:0;
			padding:10px 50px 10px 0;
			list-style:none;
			text-align:right;
			}


ul#subnav li{	display:inline;
				margin:0;
				padding:0;
				border-right:1px solid #555555;
				}

ul#subnav a{
			display:inline;
			color:#8a1223;
			text-decoration:none;margin:0;
			padding:0 15px;
			font-size:12px;
			font-weight:bold;
			}


/*----------------------------------------------------COPYRIGHT------------------------------------------------*/

div#copyright {	text-align:center;
				font-family: Arial, Helvetica, sans-serif;
				font-size:10px;
				color: #888;
				padding:20px 0 10px 0;
				background:#200104;
				}

div#copyright a:link, div#copyright a:visited {
color: #fff;
}

div#copyright a:hover, div#copyright a:active {
color: #fff;
}

.ypimg { }


				
/*----------------------------------------------------AUDIO------------------------------------------------*/

#audiobutton { position:absolute;
					width:237px;
					height:41px;
					top:216px;
					left:0;
					}

.audiologo{ padding:0 0 10px 0;}		




/*----------------------------------------------------images------------------------------------------------*/

.left img{ float:left;}

img.right { float:right;
			border:1px solid #666666;
			padding:2px;
			margin:0 0 0 15px;}

.border{	border:1px solid #666666;
			padding:2px;}


/*----------------------------------------------------CUSTOM STYLES------------------------------------------------*/
		
.back{ border-bottom:1px solid #666666;
		margin:15px 0;
		clear:both;}		.textcenter {
	text-align: center;
	margin-bottom: 15px;
}
