﻿* 
{
    margin: 0;
    padding: 0;
}

html 
{  
    height: 101%;
}

body
{
    background: url(../../Images/top.gif) repeat-x left top;
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3C4746; 
	text-align: center; 
	line-height: 1.8em;
}

#container
{
    text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}

#header
{
    width: 950px;
}

#splash
{
    margin-top: -2px; 
}

.content
{ 
    margin-top:30px;
}

.content ul 
{ 
    padding-top: 15px;
    padding-left: 20px;
}

.content li
{ 
    line-height:22px;
}

.content #left
{
    float: left; 
    padding-left: 20px; 
    width: 610px;
}

.content #rightNoColor
{ 
    
    float: right;
    width: 210px; 
    height: 226px;
    padding-left: 12px;  
    padding-top: 4px;
}


.right
{ 
    width: 250px;
    margin-top: 48px;
    background: #00BCF4 url(../../Images/panel_bottom.jpg) no-repeat left bottom;
    float: right;
}

.right .heading
{ 
    background: url(../../Images/panel_top.jpg) no-repeat left top;
    width:210px;  
    padding-left: 20px; 
    padding-right: 20px;
    height:35px;
}

.right .customheading
{ 
    /*background: url(../../Images/panel_top.jpg) no-repeat left top;*/
    width:210px;  
    padding-left: 20px; 
    padding-right: 20px;
    height:35px;
}

.right p
{
    padding-left: 20px; 
    padding-top: 5px; 
    padding-right: 15px;
}


.content a
{
    color: #897FCF;  
    text-decoration:none;
}

.content a:hover
{
    color: #6357B8; 
    text-decoration:none; 
    border-bottom: 1px dashed #3826C0; 
}

.content .rightLoginInfo
{
    width: 250px; 
    text-align:center; 
    float:right; 
    padding-top:15px;
}

.content .rightLoginInfo a
{
    text-decoration: none;
}

.content .rightLoginInfo a:hover 
{
    text-decoration: none; 
    border-bottom: none;
}


p 
{
	margin-bottom: 15px;
	line-height: 1.5em;
}

h1
{
    font-size:20px;
    line-height: 1.3em;
    color: #3C4746; 
}

h2
{
    font-size:14px;
    line-height: 1.3em;
    color: #3C4746; 
}

h3
{
    font-size:12px;
    line-height: 1.3em;
    color: #3C4746; 
}

.clearBoth 
{
	clear: both;
}

#footer
{   
    clear: both;
    width: 950px;
    height: 60px;
    margin-right: auto;
	margin-left: auto; 
    background-color: #adce4b;
    padding: 0px 0px 20px 0px;
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: #000;
    font-size: 10px;
}

#footer #footerText
{
    color: #000;
    float: left; 
    text-align:left; 
    padding-top: 5px; 
    padding-left: 20px;  
    width: 680px;
}

#footer #footerCredit
{
    color: #000;
    float: right;
    padding-top: 5px;
    padding-right: 20px; width:225px;
}

#footer #footerCredit a
{
    text-decoration: none; 
    color: #fff;
}

#footer #footerCredit a:hover
{
    text-decoration: none; 
    color: #3826C0;
}

/************** Fix for Treview on Sitemap ****************/

div#idTreeView img 
{
    display: block; 
    float: left;
}

div#idTreeView div 
{
    display: inline-block;
} 

div#idTreeView .sitelink a 
{ 
    text-decoration:none;
}

/**********************************************************/


/* ------------------- Image Style ----------------------- */
.imageleft {
	float: left;
	padding: 3px;
	margin-right: 10px; 
	margin-top:4px; 
	margin-bottom:4px;
	background-color: #c5da85;
	border: 1px solid #8A8F7C;
}

.imageright {
	float: right;
	padding: 3px;
	margin-left: 2px; 
	margin-bottom:4px;
	margin-top:4px; 
	background-color: #c5da85;
	border: 1px solid #8A8F7C;
}

.imagecenter {
	padding-left: 100px;
	padding: 3px;
	margin-left: 8px;
	margin-top:4px;
	margin-bottom:4px;
	background-color: #c5da85;
	border: 1px solid #8A8F7C;
}
/* ------------------------------------------------------- */

/* ------------------- Form Style ----------------------- */
.form {
    color:#0F454F; 
    background-color:#c5da85;
    border-color:#000; 
    border-style:solid; 
    border-width:1px; 
}

.formHeader {
    height:25px;
    font-family:Arial;
    color:#fff;
    background-color:#000; 
    border-bottom-color:#000;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
.contactText
{
    font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #423419;
    padding: 12px 8px 16px 12px;
}

/* ------------------------------------------------------- */


/* ------------ NAVIGATION -------------- */
/*  BASIC styles  */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	margin-top: -4px; 
	font-size:12px;
}

/* move all list items into one row, by floating them */
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;
}

/* define new starting point for the nested UL, thus making positioning it a piece of cake */
.menu li:hover {
	position: relative;
}

/* align the submenus with the right edge */
.menu li ul {
	right: 0;
}

/* force the submenu items into separate rows, while still keeping float:left (which resolves IE6 white-gap problem) */
.menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus.
	first make sure no horizontal scrollbars are visible on initial page load by sliding them all into top-left corner  */
.menu li li ul {
	top: 0;
}

/* ...and then place the submenu where it should be when shown */
.menu li li:hover ul {
	right: 100%;
}

/* initialy hide all sub menus */
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
.menu li:hover>ul {
	visibility: visible;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* IE7 float clear: */
.menu, .menu ul {
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu */
.menu ul 
{
    /* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	background-image: url(empty.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px -30px 0 0;
}


/*  DESIGN styles  */

.menu, .menu ul li {
	color: #eee;
	background: #000;
}

.menu li li {
	text-align: right;
}

.menu ul {
	width: 11em;
}

.menu li:hover>a {
	color: #fc3;
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
}

.menu a:hover {
	color: #fc3;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
.menu {
	display: inline-block;
}
/* End Fix */
