/* Basic Tag Elements
----------------------------------------------------------------------------------------------------*/


body {
	background: #3c0202;
	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, sans-serif;
	text-align: left;
}

p,
li,
ul,
a { font-size: 13px; }

p { line-height: 17px; }

h1 {
	font-size: 25px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	color:#720202;
}

h2 { font-size:23px }

h3 { font-size:21px }

h4 { font-size:19px }

h5 { font-size:17px }

h6 { font-size:15px }

hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
}

ol { list-style:decimal }

ul { list-style:square }

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

address {
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

address a,
address a:visited,
address a:link { color: #000000; }

address a:hover,
address a:active { text-decoration:none }

a { color: #000000; }

a:hover { text-decoration:none; }

ul { list-style:square }

li { font-weight: normal; }

/* Page Elements
----------------------------------------------------------------------------------------------------*/


div#container {
	width: 850px;
	margin: 0 auto;
	background: url(images/bg-container.png) repeat-y
}

div#header {
	position: relative;
	width: 850px;
 	height: 100px;
	background: url(images/bg-header.png) no-repeat;
}

div#banner {
	background: url(images/bg-banner.png) no-repeat;
	height: 165px;
	position: relative;
}

div#content {
	min-height: 210px;
	height:auto !important;
	height: 210px;
	background: url(images/bg-content.png) no-repeat;
}

div#text { 
	float: left;
	margin-left: 20px;
	width: 560px;
}

div#sidebar { 
	float: left;
	margin-left: 25px;
	width: 230px;
}

div#footer {
	width: 850px;
 	height: 55px;
	background: url(images/bg-footer.png) no-repeat;
 	clear: both;
	margin: 0 auto
}

/* `Horizontal Main Nav
----------------------------------------------------------------------------------------------------*/
div#mainnav {
	padding: 0px 0 0 0px;
	margin: 0px;
	height: 60px;
	background: url(images/bg-nav.png) no-repeat;
}

div#mainnav ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

div#mainnav ul li {
	list-style: none;
	padding: 0;
	float: left;
	margin-left:0
}

div#mainnav ul li a,
div#mainnav ul li a:visited,
div#mainnav ul li a:link {
	text-align: center;
	font-weight: bold;
	font-size:11px;
	display: block;
	padding: 13px 3px;
	border-right: 1px solid #cba920;
	border-left: 1px solid #f4d968;
	color:#720202;
	text-decoration:none;
}

div#mainnav ul li a:hover,
div#mainnav ul li a.current:hover,
div#mainnav ul li a:active {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:11px;
	text-decoration:underline;
	background:#720202 url(images/bar.gif) no-repeat center top;
}
div#mainnav ul li a#current { 	
	background:#720202 url(images/bar.gif) no-repeat center top;
	color: #fff;
 }

/* Utility Nav
----------------------------------------------------------------------------------------------------*/

div#utility { padding: 12px 0 2px 0; }

div#utility ul {
	margin: 0 auto;
	text-align: center;
}

div#utility ul li {
	display: inline;
	color: #fff;
	list-style: none;
	padding:0px;
	margin: 0px;
}

div#utility ul a,
div#utility ul a:link,
div#utility ul a:visited {
	padding: 0 2px;
	font-size:11px;
	color: #fff;
}

div#utility ul a:hover,
div#utility ul a:active { text-decoration: none; }

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #fff;
}

#copyright a,
#copyright a:link,
#copyright a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover,
#copyright a:active {
	text-decoration:underline;
	color: #fff;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 0px;
}

/* Image Elements
----------------------------------------------------------------------------------------------------*/


img.left {
	float: left;
	margin-right:10px;
	border: 1px solid #000000;
}

img.right {
	float: right;
	margin-left:10px;
	border: 1px solid #000000;
}

img.border { border: 1px solid #000000; }

.clear { clear: both; }


/* Admin Login Div
----------------------------------------------------------------------------------------------------*/

a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	margin: 0 auto;
	display: block;
}

a#admin:hover { background-position: 0% -18px; }


/* -Custom Classes
----------------------------------------------------------------------------------------------------*/


/* CTA Link
----------------------------------------------------------------------------------------------------*/

a#cta-link {
	position: absolute;
	display: block;
	z-index: 2;
	left: 146px;
	top: 111px;
}

