/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #bb9e72 url(images/main_bg2.gif) repeat-x;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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, h6, a, ul, li, ol, dt, dd, td, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

h1 {
	color:#6b942c;
}
/* Redefines the p tag */
p, ul ,li{
	font-size: 12px;
}
address {
	font-size:10px;
	padding: 0 0 0 5px;
	}

	
h1 { font-size: 18px; letter-spacing: -1px;
}
h2 {
}
h5, h6 { 
	text-align: center;
	padding: 0px;
	margin: 0px;
	 }

address {
	font-style: normal;
	text-align: left;
	color:#FFFFFF;
}
	address a { color:#7faf34; }
	address a:hover { text-decoration: none; }
	
address strong{	
	color:#7faf34;
}
	
	
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
ul {
	font-weight:bold;
}
li {
	font-weight: normal;
}

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding: 183px 0 0 197px;
	margin:0px;}

ul#nav {
	padding: 0px;
	margin:0px;}

#nav li {
	float:left;
	list-style:none;}

#nav a {
	display: block;
	padding: 5px 0 0 0;
	text-align:center;
	text-decoration: none;
	width: 100px;
	height: 25px;
	background:url(images/idle2.gif) no-repeat;
	font-weight:bold;
	font-size:13px;
	letter-spacing: -1px;
	color:#FFFFFF;
	}

#nav a:hover, a#current{
	background:url(images/hover2.gif) no-repeat;
	color:#6b942c;
	}


/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {}

#utility a {
	font-family:Tahoma, Arial, sans-serif;
	font-size:10px;
	color: #FFFFFF;
}
	#utility a:hover {text-decoration: none;}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 770px;
	margin: 0 auto;
	background:url(images/content_bg2.gif) repeat-y;
}
div#header {
	width: 770px;
	height: 234px;
	background:url(images/header2.jpg) no-repeat;
}
div#content {
	margin: 0 0 0 50px;
}
div#footer {
	clear: both;
	width: 770px;
	height: 83px;
	background:url(images/footer2.gif) no-repeat;
	clear:both;
}
div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 1px;
	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;
}

div#sidebar {
	width: 200px;
	background:url(images/side_content_bg2.gif) repeat-y;
	float:left;
	clear:left;
	}

div#side_foot {
	width: 200px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background:url(images/side_footer2.gif) no-repeat;
	}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
	padding: 10px;
}
.clear {
	clear: both;
	border-bottom: 1px solid #000000;
	margin: 0 20px 0 0;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.menu_row {
	width: 700px;
}

.column1, .column2, .column3 {
	float:left;
	width: 220px;
	}

.column1 li, .column2 li, .column3 li { font-weight: bold;}

small { 
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 10px;
	}
ul.med {
	font-weight: normal;
	}

/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
	margin: 0 0 0 170px;
	font-size: 10px;
}
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;

	width: 125px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bb9e72;	
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
}

img.border { border: 1px solid #923b27; float: left; padding: 3px; margin: 10px 35px 5px; }
