@import url('/css/left_nav.css');
@import url('/css/footer.css');
@import url('/css/generic.css');
@import url('/css/breadcrumb.css');

div#nav-container
{
	background-image: url('/img/center-section.png');
	background-repeat: no-repeat;
	background-position: 0px 90px;
	
	margin: 0px;
	padding: 0px;
	
	width: 1024px;
	height: 393px;
}

div#nav-container h2
{
	text-indent: -9999px;
	position: absolute;
}

/* GENERAL NAV CLASS */
ul#nav
{
	list-style-type: none;
	display: block;
	
	margin: -2px 0px 0px 1px;
	padding: 0px;
}


* > ul#nav
{
	margin: 0px;
}

/* TOP SECTION */

ul#nav li.top a
{
	text-decoration: none;
	font-weight: bold;
	
	background-image: url('/img/small_arrow.png');
	background-repeat: no-repeat;
	background-position: 100% 60%;
	
	padding: 0px 15px 0px 0px;
	margin: 0px;
}

ul#nav li.top a:link, ul#nav li.top a:visited
{
	text-decoration: none;
	color: #6d8877;
}

ul#nav li.top a:hover, ul#nav li.top a:active
{
	text-decoration: none;
	color: #77013e;
	
}

ul#nav li.top
{
	float: left;
}

ul#nav li.top-first
{
	margin-left: 251px;
	margin-top: 60px;
	width: 176px;
}

* > ul#nav li.top-first
{
	margin-left: 503px;
}

ul#nav li.top-second
{
	width: 115px;
	margin-top: 60px;
}

ul#nav li.top-last a
{
	background-image: none;
	padding: 0px;
}

ul#nav li.top-last
{
	background-image: url('/img/large_arrow.png');
	background-repeat: no-repeat;
	background-position: 96% 60%;
	
	width: 195px;
	height: 30px;
	
	margin: 45px 0px 5px 0px;
	padding: 3px 28px 3px 3px;
	
	border: 2px solid #6d8877;
	
	text-align: right;
}


ul#nav li.middle, ul#nav li.bottom
{
	width: 229px;
	height: 36px;
	
	float: left;
	
	text-align: center;
	
	margin: 0px 2px 231px 0px;
}

ul#nav li.middle a, ul#nav li.bottom a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	
	display: block;
	
	height: 26px;
	width: 229px;
	
	padding: 10px 0px 0px 0px;
}

ul#nav li.middle-first, ul#nav li.bottom-first
{
	background-color: #a39161;
	margin-left: 166px;
}

* > ul#nav li.middle-first, ul#nav li.bottom-first
{
	margin-left: 333px;
}

ul#nav li.middle-second, ul#nav li.bottom-second
{
	background-color: #77013e;
}

ul#nav li.middle-last, ul#nav li.bottom-last
{
	background-color: #6d8877;
	margin-right: 0px;
}

ul#nav li.bottom
{	
	margin-bottom: 0px;
}

div#content
{
	margin: 2px 0px 0px 0px;
	
	background-color: #ebedec;
	
	font-family: Arial;
	font-size: 11pt;
	
	overflow: auto;
	
	width: 1024px;
}

div#content div#left-content
{
	width: 331px;
	float: left;
	
	color: #6d8877;
	
	padding: 10px 0px 10px 0px;
}

div#content div#left-content div#left-inner-content
{
	margin-left: auto;
	margin-right: auto;
	
	width: 243px;
}

div#content div#right-content
{
	float: left;
	
	width: 673px;
	
	padding: 10px 10px 10px 10px;
	
	background-color: #FFFFFF;
	
	min-height: 400px;
	height: 400px;
}

* > div#content div#right-content
{
	height: auto;
}

a.img-ad
{
	text-indent: -9999px;
	
	background-repeat: no-repeat;
	
	width: 243px;
	height: 83px;
	
	display: block;
}

a.ask-us
{
	background-image: url('/img/ask-us.png');
}

a.getting-started
{
	background-image: url('/img/getting-started.png');
}
