/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td { font: normal 11px tahoma;}

/* Defines the body tag */
body {
	background: #EBDF91 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 22px;}

/* GENERAL H2 TAG */
h2,h3 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}

iframe {
text-align:center;
}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  { border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/container_bg.gif) top left repeat-y;
}

/* DIV HEADER */
div#header, div#header2, div#header3 {
	width: 770px;
	height: 155px;}

div#header {
	background: url(images/header_bg.jpg) top left no-repeat;}
div#header2 {
	background: url(images/header_bg2.jpg) top left no-repeat;}
div#header3 {
	background: url(images/header_bg3.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;
	background: url(images/body_bg.jpg) top left no-repeat;}

div#column {
	float: right;
	width: 220px;
	padding-top: 95px;}

div#contact {
	color: #fff;
	text-align: center;}
	#contact h1 {
		padding: 0 10px;}
	#contact h2 {
		padding: 0 10px;}
	#contact p {
		padding: 5px 10px;}

div#content {
	float: right;
	width: 550px;
	background: url(images/content_bg.gif) top left no-repeat;}
	#content h1 {
		padding: 5px 10px 20px;
		font-family: times new roman;}
	#content h2 {
		clear: both;
		padding: 5px 10px;
		font-family: times new roman;}
	#content h3 {
		padding: 5px 10px;
		font-family: times new roman;}
	#content h4 {
		padding: 5px 10px;
		font-size: 12px;
		font-weight: bold;}
	#content p {
		padding: 5px 10px;
		line-height: 16px;
		width: 300px;}

	/* GENERAL DEFINITION LIST */
	#content dl {
		padding: 5px 10px;
		margin: 0px;}
	#content dt {}
	#content dd {
		margin: 0;}

	#content dl.list {
		width: 275px;}
	#content dl.list dt{
		font-weight: bold;
		padding: 5px 0px;}
	#content dl.list dd{
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) left center no-repeat;
		padding: 5px 15px;}

	#content dl.listleft {
		width: 200px;
		float: left;}
	#content dl.listleft dt{
		font-weight: bold;
		padding: 5px 0px;}
	#content dl.listleft dd{
		border-bottom: 1px solid #efefef;
		background: url(images/bullet.gif) left center no-repeat;
		padding: 5px 15px;}

	dl.img {}
	dl.img dt {
		text-align: center;}
		.img dt img {
			border: 1px solid #333;}
	dl.img dd {
		text-align: center;
		font-weight: bold;
		padding: 5px 0 10px;}

	dl.imgfloat {
		width: 200px;
		float: left;}
	dl.imgfloat dt {
		text-align: center;}
		.imgfloat dt img {
			border: 1px solid #333;}
	dl.imgfloat dd {
		text-align: center;
		font-weight: bold;
		padding: 5px 0 10px;}

/* DIV FOOTER */
div#footer {
	clear: both;
	width: 770px;
	font-size: 10px;
	background: #CEBE59;}

	/* DIV UTILITY NAV */
	div#utilnav {
		/*margin-left: 150px;*/
		width: 750px;
		font-size: 10px;
		padding: 3px 10px 3px 10px;
		color: #333;
		font-family: tahoma;}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			color: #333;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #f00;}
	
/* DIV COPYRIGHT */	
div#copyright {
	position:relative;
	width: 750px;
	margin: 0 auto;
	padding: 15px 0px 15px 0px;
	font-size: 9px;
	text-align: left;
	color: #333;
}

div#copyright a, div#copyright a:link, div#copyright a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

div#copyright a:hover, div#copyright a:active {
	color: #f00;
	text-decoration: underline;
}

.ypimg {
	position:absolute;
	top: 15px;
	right:0;
	border: 0px;
}


/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
.right {
	float: right;}
.center {
	text-align: center;}
.clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 125px;
	left: 0;
	width: 770px;
	height: 25px;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: url(images/nav_current.gif) top left repeat-x;
	color: #fff;
	text-transform: uppercase;}

/* UL TAG */
div#nav dl {
	margin:0;
	padding:0;
	list-style:none;
	font-size:9px;
	text-transform:uppercase;
	font-family: tahoma;} 

div#nav dt {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav dt a {
	display:block;
	padding:7px 10px;
	color:#585642;
	text-decoration:none;
	background:url(images/nav_off.gif) top left repeat-x;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav dt a:hover {
	background: #fc0 url(images/nav_on.gif) top left repeat-x;
	color: #900;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/