/* Main Controls */
body {
	background-color:#666666;
}
.container {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:-10px;
	left:0px;
	text-align:center;
	width: 980px;  
}
td {vertical-align:top;}
.pageContainer {text-align:left; width: 100%;}
table {border-collapse: collapse;margin:none;} 
a        {color:#CC0000; text-decoration: none;}
a:hover  {color:#AA0000; text-decoration: underline;}
.sideNav a {color:white; padding-left:10px;}

h1       {color:#CC0000; font-size: 20px;} 
h2       {color:#547468; font-size: 16px; margin-bottom:0px; padding-bottom:0px;}
h3       {color:#FFFF00; font-size:18px;}
p        {line-height:1.5em; padding-top:0px; margin-top:0px;}
p a {color:#CC0000}

.grayBar     {background-color:#666666; color:white;width:100%; font-size:11px; height:56px;}
.grayBar  h2 {margin-bottom:0px; margin-top:6px;}
.greenBox   {background:#EDF1F0 url(images/green_fade.jpg) repeat-x;}
.greenBox a {color:#CC0000;}
 

.pricing {background-color:#E7EBBC; padding:2px;}
.pricing a {color:#6C7502;}

.greenSmall      {background-color: #CAF797; color: #666666; font-size: 11px; text-align:center; padding: 10px 6px;} 
.yellowSmall {background-color: #F7E797; color: #666666; font-size: 11px; text-align:center; padding: 10px 6px;}
.orangeHeader {background-color:#CC6600; color:white; padding:2px; font-weight:bold;}

.copyright {font-size:82%; text-align:right; padding: 10px; color:white;}
/* All Pages */  
.footer      {background-color: #CCCCCC; color: #666666; font-size: 11px; text-align:center; padding: 10px 6px;}
.footer  a   {color: white; font-weight:normal; } 

.button {padding:4px; margin: 2px;background-color:#795324;border: 1px solid gray; color:white; display:inline;}
.button a{color:white;}

/* NAVIGATION */
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em; 
	}
	#nav a { color:#660000; line-height:1.5em; }
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	/* BUG FIX */
	#nav li:hover
	{height: 1%; background-position: 0 0;}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block; 
		text-decoration : none;
		padding : 0 0.5em;
	}
	
	#nav li ul li  {
		background-color:#666666; 
		border:1px solid gray;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #CC6600;
	}
	
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
