/* 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;
	}
ul {
	list-style : none;
	}
img {
	outline : none;
	border : none;
	}
a {
	outline : none;
	text-decoration : none;
	}



/*-------------------       Layout      --------------*/
.fontSize18{ font-size:18px; line-height:24px;}
.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;} 

#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 14px 10px 14px;
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;
}
#welcome strong{ color:#FFFFFF;}

.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:40px 0 40px 0;
	background:#000000 url("images/footer_bg.gif") left bottom repeat-x;
}
#footer td { color:#E4E3E3;}
#footer a{ color:#FFF8F8;}
#footer a:hover{ color:#FFF8F8; text-decoration:underline;}
