/* Created Blueepach Commuications Dexter Cole */

/* Site Colors:

green: 		#a09e39
orange: 	#fc772c
yellow:	 	#fbd528

*/


#container {
	width: 800px;
	height: 600px;
	margin: auto;
}


/* Main Navigation Bar */

#mainNav {
	float: right;
	width: 468px;
	height: 65px;
}

#mainNav ul {
	list-style: none;
	float:right;
}

#mainNav ul .first a {
	border-left:none;
	}

#mainNav li {
	float: left;
}

#mainNav li a {
	
	padding: 0px 15px 0px 10px;
 	border-left: 8px solid #A09E39;
	text-decoration: none;
}


#mainNav li a:hover {
	padding: 0px 15px 0px 10px;
	border-left: 8px solid #fc772c;
	font-family:Arial, Helvetica, sans-serif;

}

#mainNav img{
	vertical-align: middle;	
}

/* Header */

#header {
	padding: 3.33px 3.33px 3.33px 3.33px;
	width: 800px;
}

#header .banner {
}

#header .logo {
	float: left;
	height: 65px;
	width: 250px;
}

/* Home Page */

#home {
}

.floatImage {
	text-align: center;
	padding: 0px 20px 5px 0px;
	float: left;
}

/* Content */

#content {
	margin: 0 0 0 0;
	width: 800px;
}

#contentBox {
	/*color: #000;*/
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
#contentBoxExtended {
	padding: 20px;
	/*/color: #000;*/
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}

#contentBoxBannerText {
	text-align:center;
	margin: 0 0 0 0;
	clear: both;
	/*/color: #000;/*/
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	/*top: 180px;*/
	}
	
#contentBox img{
	vertical-align:bottom;
	/*/color: #000;/*/
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
	
#content #threeColLayout .firstColumn{
	text-align:center;
	margin: 0 0 0 0;
	width: 260px;
	float: left;
	padding: 3.33px 3.33px 3.33px 3.33px;
}

#content #threeColLayout .secondColumn{
	text-align:center;
	margin: 0 0 0 0;
	width: 260px;
	float: left;
	padding: 3.33px 3.33px 3.33px 3.33px;
}

#content #threeColLayout .thirdColumn{
	text-align:center;
	margin: 0 0 0 0;
	width: 260px;
	float: left;	
	padding: 3.33px 3.33px 3.33px 3.33px;
}

#content #threeColLayout .extended{
	width: 520px;
	float: left;
	padding: 3.33px 3.33px 3.33px 3.33px;
}

#content #threeColLayout .thirdColumn{
	width: 260px;
	float: left;	
	padding: 3.33px 3.33px 3.33px 3.33px;
}

#content #threeColLayout .imageLine {
	height: 15px;
	width: 260px;
	float: left;
}

#content #threeColLayout .firstColumn .imageLine{
	background-color:#a09e39;
}

#content #threeColLayout .secondColumn .imageLine{
	background-color:#fbd528;
}

#content #threeColLayout .thirdColumn .imageLine{
	background-color:#fc772c;
}

#content #threeColLayout .extended .imageLine{
	font-size:13px;
	height: 13px;
	width: 518px;
	float: left;
	border: 1px solid #fc772c;
	filter:alpha(opacity=30);
	opacity: 0.30;
	-moz-opacity:0.30;
}
#content #threeColLayout .imageBox{
	font-size: 9px;
	margin-top: 6.66px;
	padding-top: 0px;
	vertical-align: bottom;
	height: 258px;
	width: 258px;
	float: left;
	/*filter:alpha(opacity=5);
	opacity: 0.05;
	-moz-opacity:0.05; */
}

#content #threeColLayout .imageBoxTrans{
	vertical-align: bottom;
	height: 1%;
	width: 1%;
	float: left;
	filter:alpha(opacity=5);
	opacity: 0.05;
	-moz-opacity:0.05;
}

#content #threeColLayout .firstColumn .imageBox{
	border: 1px solid #a09e39;
	/*background-color:#a09e39;*/
}

#content #threeColLayout .secondColumn .imageBox{
	
	border: 1px solid #fbd528;
	/*background-color:#fbd528;*/
}

#content #threeColLayout .thirdColumn .imageBox{
	border: 1px solid #fc772c;
	/*background-color:#fc772c;*/
}

/* Two Column Layout */

#content #twoColLayout .firstColumn{
	width: 520px;
	float: left;
	padding: 3.33px 6.66px 3.33px 3.33px;
}

#content #twoColLayout .secondColumn{
	width: 260px;
	float: left;
	margin: 3.33px 3.33px 3.33px 6.66px;
}

/* Body */

body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/bkgdgradient.gif) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	color:#666666;
	}

a {
	color:#fc772c;
	}
	

a:hover {
	color:#FF0000;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}