/* CSS Document */

body{
padding:0px;
margin:0px;
font:12px/15px Arial, Helvetica, sans-serif;
color:#EDDDDC;
background:#000000 url(images/body_bg.gif) top left repeat-x;
}

td{
font:12px/15px  Arial, Helvetica, sans-serif;
color:#EDDDDC;
font-weight:normal;
}

div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea{
	padding : 0;
	margin : 0;
	}
p{
	padding : 0 0 8px 0;
	margin : 0;
	}
p strong {
	color:#4aed05;
}
ul {
	list-style : none;
	}
img {
	outline : none;
	border : none;
	}
a {
	color:#AAAAAA;
	outline : none;
	text-decoration : none;
	}
a:hover {
	color:#E65F28;a
	outline : none;
	text-decoration : none;
	}

ul#number {
	list-style-type:decimal;
	margin:18px;
}

ul#disc {
	list-style-type:disc;
	margin:18px;
}
ul#circle {
	list-style-type:circle;
	margin:18px;
}


/*-------------------       Layout      --------------*/
.fontSize18{ font-size:18px; line-height:24px; color: #4aed05;}
.fontSize30{ font-size:30px; line-height:36px;}
.blueText{ color:#118CD1;}
.whiteText{ color:#fff;}
.orangeLink{ color:#F56801; font-size:14px; line-height:18px; text-decoration:underline; font-weight:bold;}
.orangeLink:hover{ color:#fff; text-decoration:underline; font-weight:bold;}
.blueLink{ color:#26A7C7; text-decoration:underline; font-weight:bold;}
.blueLink:hover{ color:#000; text-decoration:none; font-weight:bold;} 
.grayText{ color:#383838;}
.whiteLink{ color:#fff; text-decoration:underline; font-weight:bold; font-size:11px;}
.whiteLink:hover{ color:#fff; text-decoration:none; font-weight:bold;} 

#rightimg{background:url(images/rightimg.png) center top repeat-y;}
#header{
width:950px;
height:254px;
background:url(images/header_img.jpg) top right no-repeat;
}
#topMenu{
background:url(images/menu_bg.jpg) top left no-repeat;
}
#topMenu a{ color:#FFFFFF; font-weight:bold;}
#topMenu a:hover{ color:#000; font-weight:bold;}
#centerCol{
padding:8px 12px 10px 12px;
border:#670500 1px solid; 
background:#510501 url(images/center_bg.gif) top left repeat-x;
}

#welcome{
padding:15px 20px 15px 20px;
border:#780C07 1px solid;
color:#EDDDDC;
background:#510501 url(images/welcome_bg.gif) top left repeat-x;
}
#welcome h2{
font-size:22px; 
line-height:28px; 
padding:0 0 8px 0;
display:block;
}

.box_heading{
border:#A21507 1px solid;
color:#fff;
background:#510501 url(images/heading_bg.gif) top left repeat-x;
}
.reviewsBox{padding:16px 0 20px 0; background:url(images/border_bg.gif) bottom center no-repeat ;}
.lightYellow_link{
color:#F3D478;
font-weight:bold;
text-decoration:none;
}
.lightYellow_link:hover{
color:#fff;
font-weight:bold;
text-decoration:underline;
}
.leftHeading{
font-size:20px;
line-height:24px;
color:#FFFFFF;
padding-left:60px;
background:url(images/left_heading.gif) top left no-repeat ;
}


.leftPanelBoxOuter{
padding:10px 18px 10px 18px;
background:#271C1B url(images/left_bg.gif) top left repeat-x;
}

.leftPanelBoxOuter li{
display:block;
padding:8px 0 8px 0;
background:url(images/dot.gif) bottom left repeat-x;
}
.leftPanelBoxOuter li a{
display:block;
padding:0 0 0 25px;
color:#fff;
background:url(images/bullet.gif) top left no-repeat;
}
.leftPanelBoxOuter li a:hover{ color:#E65F28;}

.chartHeading td{ padding:8px 3px 8px 3px;}

/*--------------------  footer ------------------------------*/

#footer{
	padding:15px 0px;
	background:url(images/footer_bg.png) left bottom repeat-x;
}
#footer td { color:#E4E3E3;}
#footer a{ color:#FFF8F8;}
#footer a:hover{ color:#FFF8F8; text-decoration:underline;}


#menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
}

#menu li:hover > a
{
	color: #000000;
}

*html #menu li a:hover /* IE6 */
{
	color: #000000;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
    height: 10px;
    width: 300px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a /* IE6 */
{    
    height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
    height: 10px;
}

#menu ul a:hover
{
    background: #4AED05;
    background: -moz-linear-gradient(#4AED05,  #44dc03);
    /*background: -moz-linear-gradient(#04acec,  #0186ba);*/
    background: -webkit-gradient(linear, left top, left bottom, from(#4AED05), to(#44dc03));
    background: -webkit-linear-gradient(#4AED05,  #44dc03);
    background: -o-linear-gradient(#4AED05,  #44dc03);
    background: -ms-linear-gradient(#4AED05,  #44dc03);
    background: linear-gradient(#4AED05,  #44dc03);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #4AED05; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #4AED05; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
