/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td, address, a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color:#FFFFFF;
}

p, li, ul, a { font-size: 12px; }

h1 {
	font-size:20px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	color:#000000;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 5px; 
}

h2 { }

address {
	font-style: normal;
	font-size:11px;
	padding-left: 10px;
}

address a { color: #fff; }

address a:hover { text-decoration:none }

a:hover { text-decoration:none; }

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#mainwrap {
	background: #9a0105 url(images/main_bg.gif) repeat-x;
}

div#container {
	width: 900px;
	margin: 0 auto;
	background:url(images/container_bg.gif) repeat-y;
}

div#header { 
	width: 900px; 
	height: 110px;
	background:url(images/header.jpg) no-repeat;
}

div#content { 
	background:url(images/content_bg.jpg) no-repeat;
	height: 100%;}

div#sidebar {
	float: left;
	width: 200px;
	margin: 100px 0 0 25px;
}

div#text {
	float:left;
	width: 630px;
	margin: 0 0 0 25px;
	_margin: 0 0 0 15px;
}

div#footerwrap {
	background: url(images/footer_repeat.gif) repeat-x;
}

div#footer { 
	margin: 0 auto;
	width: 900px; 
	height: 190px;
	clear: both;
	background:url(images/footer.gif) no-repeat;
}

div#copyright {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 8px;
	color: #FFFFFF;
}

#copyright a {
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	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; }

.clear { clear: both; }

/* ----------------- CUSTOM CLASSES ----------------- */

ul.columns {
	float: left;
	padding: 0px;
	margin: 0 10px 0 0;
	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: #fff;
	list-style: none;
	padding:0px;
	margin: 0px;
	}

ul#utility a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 2px;
	font-size:11px;
	color:#fff;
	
}
ul#utility a:hover { text-decoration: none;}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 51px 0 0 239px;
	margin: 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: #FFFFFF;
		text-decoration:none;
		display: block;
		_display: inline-block;
		height: 18px;
		padding: 17px 30px 13px 30px;
		border-right: 1px solid #a03e3e;
	}
	
	ul#nav a#welcome {
		border-left: 1px solid #a03e3e;
	}
	
	ul#nav a:hover, #nav a.current {
		color: #000;
		background: #d6c729;
	}

/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 450px;
	margin: 0 auto;
	text-align: left;
}
input, select {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
}

input#comm_method { width: 98%}

textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 5px;
}
.rightform {
	float: right;
	margin-left: 5px;
}
.clear {
	clear: both;
}
  