/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFF url(images/main_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, li, ul, a { font-size: 12px; }

p.center {text-align:center;}

h1 {
	font-size:18px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
}

h2 {
	font-size: 16px; }

address {
	font-style: normal;
	font-size:10px;
}

address:first-line {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
}

address a { color: #000000; }

address a:hover { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

div#header {
	width: 800px;
	height: 228px;
	background: url(images/header.gif) no-repeat;
	position: relative;
}

div#content {
	background: url(images/content_bg.jpg) no-repeat;
	min-height: 234px;
	height:auto !important;
	height:234px; }

div#content2 {
	background: url(images/content2_bg.jpg) no-repeat;
	min-height: 234px;
	height:auto !important;
	height:234px; }
	
	div#text {
		width: 385px;
		float:left;
		background:#FFFFFF;
		margin-bottom: 10px;
		padding: 20px;
		border: 1px solid #CCCCCC;
	}

div#footer { 
	width: 800px; 
	height:
	clear: both;
}

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #000;
}

#copyright a {
	font-size: 10px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #000;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left { float: left; margin-right:10px; }

img.right { float: right; margin-left:10px; }

img.border { border: 1px solid #000000;}

img.placed { margin: 250px 0 0 0 }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */
ul.columns {
float: left;
margin: 0px;
padding: 0px;
margin-left: 15px;
list-style-position: inside;
list-style-type: disc;
}
/* ----------------- UTILITY NAVIGATION ----------------- */
ul#utility {
	padding: 12px 0 2px 0;
	margin: 0 auto;
	text-align: center;
}

ul#utility li {
	display: inline;
	color: #000;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

ul#utility a {
	font-family:Tahoma, Arial, sans-serif;
	padding: 0 2px;
	font-size:11px;
	color:#000;
	
}
ul#utility a:hover { text-decoration: none;}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	_margin: 190px 0 0 90px;
	position: absolute;
	top: 190px;
	margin: 0px;
	padding: 0px 0px 0px 80px;
	float: left;
	left: 0px;
}

ul#nav {
	margin: 0px;
	padding: 0px;
	background-color:#FF0000;
	}

	ul#nav li {
		list-style: none;
		padding: 0;
		float: left;
	}
	
	ul#nav a {
		text-align: center;
		font-weight: bold;
		color: #000;
		text-decoration:none;
		display: block;
		_display: inline-block;
		height: 25px;
		border-right: 1px solid #CCCCCC;
		padding: 9px 10px 1px 10px;
	}
	
	ul#nav a#begin {
		border-left: 1px solid #CCCCCC;
	}
	
	ul#nav a:hover, #nav a.current, ul#nav a#begin:hover {
		color: #fff;
		background:url(images/hover.gif) repeat-x;
		border-right: 1px solid #438ece;
		border-left: 1px solid #438ece;
		
	}
