﻿
body
{
	background-color:white;
	margin:15px 0 0 0;
}

#container
{
	margin:0 auto;
	/*width:990px;*/
	width:775px;
}

#topNav
{
	text-align:right;
	font-family:Arial;
	text-transform:uppercase;
	font-size:10px;
	margin-bottom:0;
	padding-right:15px;
	color:#ff6600;
	font-weight:bold
}

#topNav a
{
	color:#000;
	text-decoration:none;
}

#topNav a:hover {
	color:#000;
	text-decoration:underline;
}


#topBox
{
	/*background-color:#2C438A; padding:0 0 12px;*/border-bottom:0px #D7D6D6 solid; 
}

#blankSpace
{
	height:20px;
}

/* left nav */
#leftBox
{
	width:165px;
	margin: 47px 20px 0px 0px;
	/*height:230px;*/
	/*padding:47px 0px 5px 0;*/
	padding: 0px 0px 5px 0px;
	float:left;
	/*margin-right:20px;*/
}

#leftBox ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-bottom:10px;
	border-bottom:0px #D7D6D6 solid;
}

#leftBox li
{
	line-height: 13px;
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 5px 0px;
	
}

#leftBox li a:link, #leftBox li a:visited, #leftBox li a:active
{
	text-transform:capitalize;
	font-family:Arial, Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	padding: 0px 0px 0px 7px;
	margin: 0px;
}

#leftBox li a:hover
{
	background:url('images/maincat_arrow.gif') no-repeat 0 1px;
	padding-left:7px;
}

#leftBox ul.navTwo a
{
	color:#777777;
}

#leftBox ul.navTwo a:hover
{
	color:#777777;
	background-image:none;
	line-height: 25px;
}

/** Start - Accordion Left Nav **/
#leftBox ul li h3 {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 7px !important;
	line-height: 13px !important;
	font-size: 11px !important;
}
h3.toggler {
	font-weight: normal;
	text-transform:capitalize;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	color:black;
	text-decoration:none;
	margin: 0px;
	cursor: pointer;
}
h3.toggler.active, h3.toggler:hover  {
	background:url('images/maincat_arrow.gif') no-repeat 0 1px;
	padding: 0px 0px 0px 7px;
	margin: 0px;
	cursor: pointer;
}
.element {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
.element ul {
	margin: 5px 0px 0px 0px !important;
	padding: 0px;
	list-style-type: none;
}
#leftBox ul li .element ul li {
	margin: 0px !important;
	padding: 3px 0px 3px 0px !important;
}
.element ul li a {
	font-size: 11px;
	color: #ff6600 !important;
	text-decoration: none;
	line-height: 13px;
	margin: 0px !important;
}
.element ul li a:hover {
	text-decoration: underline;	
	background:url('images/maincat_arrow.gif') no-repeat 0px 1px;
	padding-left:7px;
}

/** End - Accordion Left Nav **/

#content
{
	float:left;
	/*width:784px;*/
	width:567px;
	min-height:450px;
	padding:10px;
	border-left:0px #D7D6D6 solid;
}

* html #content
{
	padding:5px;
}

#content h1
{
	font-family:Verdana, Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin:0 0 10px 0;
}

/*#content h2 {
	font-family:Verdana;
	font-size:12px;
	text-transform:uppercase;
	color:white;
	font-weight:normal;
	background-color:#2C438A;
	padding:2px 4px 2px 4px;
	margin:0 0 10px 0;
}*/

#content h2 {
	font-family:Verdana;
	font-size:12px;
	text-transform:capitalize;
	color:#ff6600;
	font-weight:normal;
	padding:2px 4px 2px 0;
	margin:0 0 10px 0;
}


#content p
{
	margin-top: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #666666;
}

#content a
{
	color:#2C438A;
}

/* footer */
#footer
{
	border-top:1px #D7D6D6 solid;
	padding-top: 4px;
	text-align: right;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #777777;
	line-height:20px;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color: #777777;
	text-decoration:none;
}

/* clear floating items */
#clearAll
{
	clear:both;
}



.Logo {
	border:0; margin:0;
}














