/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #4374b3;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #183759;
	margin-right: 35px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

ul li {
	font-size: 11px;
	line-height: 16px;
	color: #333;
	margin: 0 0 0 25px;
	padding: 0 0 0 0px;
	}
	
ul.left {
	float: left;
	margin-left: 0px;
	list-style-position: inside; 
	list-style-type: disc;
	width: 190px;
	padding: 0px;
	}

ul.right{
	float: right;
	margin-right: 5px;
	list-style-position: inside; 
	list-style-type: disc;
	}

h1 {
	margin: 10px 15px 15px 15px;
	padding: 10px 0px 5px 35px;
	font: bold 16px  Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	border-bottom: 1px dashed #999;
	background-image: url(images/h1img.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
h2 {
	margin: 5px 15px 15px 15px;
	padding: 10px 0px 5px 35px;
	font: bold 16px  Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	border-bottom: 1px dashed #999;
	background-image: url(images/h1img.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}



/* Creates the general link style for the site. This is not the main navigation.  */


a:link {
	color: #6699CC;
	font-weight: bold;
}
a:visited {
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
}



	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	}

/* Creates the div container for the site. */
div#container {
	background: url(images/content_bg.gif) repeat-y;
	width: 770px;
	margin: 0px auto 0px auto;
	}


/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px ;
	padding: 0px;
	width: 570px;
	
}

/* Creates the div for the sidebar */
div#sidebar {
	width: 199px;
	float: right;
	margin: 5px 0 0 0;
	padding: 0px 0 0 0;
	text-align:left;
	border-left: 1px dashed #999;
	}


img.right {
	float: right;
	clear: right;
	margin: 10px 25px 10px 10px;
	border: 1px solid #666;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid #666;
}

/* Creates the div container for the footer. */
div#footer {
	float: left;
	width: 770px;
	clear: both;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 120px;
	font-size: 14px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #fff;
	background-color: #4374b3;
	}

ul#footer{
	padding:0;
	margin: 80px 0 0px 35px;
		color: #fff;
		text-decoration: none;
}

ul#footer li {
	display: inline;
		color: #fff;
		text-decoration: none;
		margin: 0px;
}
ul#footer li a:link, ul#footer li a:visited, ul#footer li a:active {
	padding:0;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	width: 770px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #4374b3;
	
	}
div#copyright a {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/* =Address
------------------------------------*/
address {
	float: left;
	margin: 0px 0 5px 0;
	padding: 0 0 0 10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #183759;
	width: 179px;
	line-height: 16px;
	text-align: left;
	}

address a:link {
	font:normal 12px Arial, Helvetica, sans-serif;	
	color: #336699;
	text-decoration: underline;
	}
	
/* =Audio
------------------------------------*/
div#audio {
	float: none;
	margin: 10px;
	}
	
.login {
	float: right;
	margin: 0px;
	border: none;
	}

.cc {
	float: left;
	margin: 10px 0px 0px 10px;
	border: none;}
	
	
/*  =Main Navigation
---------------------------------------------*/
#mainnav {
width:500px;
height:42px;
margin: 0;
padding: 157px 260px 0 0px;
float:right;
}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
}

ul#nav li {
float:left;
margin:0px;
padding:0 0 0 0;
display:inline;
background-image: url(images/nav_bg.gif);
background-repeat: no-repeat;
width: 98px;
text-align: center;
background-position: center bottom;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
margin:0  0 0 0px;
padding:0px;
display:run-in;
line-height:38px;
font-size:12px;
font-weight: bold;
text-decoration:none;
color:#666;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {

color: #fff;
float:left;
margin:0px;
padding:0 0 0 0;
display:inline;
background-image: url(images/nav_on.gif);
background-repeat: no-repeat;
background-position: center bottom;
width: 98px;
text-align: center;
}


/* ----------------- CUSTOM CLASSES ----------------- */
.flash {
	width: 544px;

	margin: 0 0 0px 0;
	padding: 0px;


}


.bold {
	font-weight:bold;
	}
	
.boldcntr {
	font-weight:bold;
	text-align: center;
	}	
	
#clear {
		clear:both;}
		
.ypimg {
	border: 0px;
	padding-top: 5px;
}
