/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #c15a16 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: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
}

p, li, ul, a, input, textarea { font-size: 13px; }

h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}

h2 { }

address {
	font-style: normal;
	font-size: 11px;
	text-align: right;
	position: absolute;
	left: 120px;
	top: 190px;
}

address a, address a:visited, address a:link { color: #000000; }

address a:hover, address a:active { text-decoration:none }

a {
	color: #FFFF00;
}

a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

ul { font-weight:bold; }

li { font-weight: normal; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0 auto;
}

div#header { 
	width: 900px; 
	height: 280px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}

div#content {
	background: url(images/content.gif) repeat-y;
}

div#text {
	width: 700px;
	margin: 0 auto;
}

div#sidebar {
	float: left;
}

div#footer { 
	width: 800px;
	margin: 0 auto;
	clear: both;
	border-top: 5px solid #ff9900;
	margin-top: 10px;
}

/* ----------------- 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; }

/* ----------------- MAIN NAVIGATION ----------------- */
div#mainnav {
	padding:  135px 0 0 0px;
	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;
		font-size: 11px;
		text-decoration:none;
		display: block;
		_display: inline-block;
		height: 25px;
		padding: 15px 10px 5px 10px;
		border-right: 1px solid #026bb2;
	}
	
		ul#nav a#home {
			border-left: 1px solid #026bb2;
		}
	
	ul#nav a:hover {
		color: #fff;
		background: #007cce;
	}
	
	#nav a.current {
		background-color: #ff9900;
		color: #fff
	}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	float: left;
}

div#utility ul {
	padding: 12px 0 2px 0;
	margin: 0 auto;
}

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;
	padding-top: 12px;
	color: #fff;
	text-align: right;
	float: right;
}

#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;
}



/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	color: #FFFF00;
	font-weight: bold;
}


div#images {
	position: absolute;
	left: 370px;
	top: 6px;
}

/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 560px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-top: 25px;
	padding-top: 25px;
}
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: 12px;
	color: #FFFFFF;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	color: #fff;
	padding-left: 15px;
	padding-bottom: 15px;
}
