/* CSS Document */

body{
padding:0px;
margin:0px;
font:12px/15px Arial, Helvetica, sans-serif;
color:#8B8787;
background:#B62727 ;
}

td{
font:12px/15px  Arial, Helvetica, sans-serif;
color:#8B8787;
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;}
.fontSize20{ font-size:20px; line-height:26px;}
.blueText{ color:#118CD1;}
.whiteText{ color:#fff;}
.yellowLink{ color:#D9B600; text-decoration:underline; font-weight:bold;}
.yellowLink:hover{ color:#fff; text-decoration:underline; font-weight:bold;}
.whiteLink{ color:#fff; text-decoration:underline ; font-weight:bold;}
.whiteLink:hover{ color:#fff; text-decoration:none; 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;}
.grayLink{ color:#484848; text-decoration:underline; font-weight:bold; font-size:11px;}
.grayLink:hover{ color:#000; text-decoration:none; font-weight:bold;} 


#topBar{
	
	background:#E5E5E5 url(images/top-bar-bg.gif) top left repeat-x;
}
#topBar td{color:#6A6A6A;}
#topBar td a{color:#6A6A6A; padding:0 3px 0 3px;} 
#topBar td a:hover{color:#E95200;}

#header{
	text-align:center;
	background:url(images/header-bg.gif) top left repeat-x;
}
#headerImage{
	background:url(images/header-img.jpg) top right no-repeat;
}

#topManu{
	background:url(images/menu-bg.gif) top left repeat-x;
}
#topManu a{
	display:block;
	padding:16px 22px 16px 22px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:1%;
	text-transform:uppercase;
	background:url(images/menu-bg.gif) top left repeat-x;
}
#topManu a:hover{background:url(images/menu-bg.gif) bottom left repeat-x;}

#centerCol{ background:#252525; text-align:center; padding:0 0 10px 0} 

.heading{
font-size:18px;
font-weight:bold;
color:#CEC9C9;
padding-left:43px;
background:url(images/heading-bg.gif) top left no-repeat;
}

.leftBox{
border-left:#1E1E1E 1px solid; 
border-right:#1E1E1E 1px solid; 
background:#2B2B2B;
padding:5px 0 10px 0;
}
.leftBox ul{
width:200px;
margin-left:20px;
display:block;
}
.leftBox ul li{
padding:4px 0 6px 0;
display:block;
color:#AEA496;
background:url(images/dot.gif) bottom left repeat-x;
}
.leftBox ul li a{
padding:3px 0 3px 28px;
display:block;
color:#AEA496;
background:url(images/arrow.gif) center left no-repeat;
}
.leftBox ul li a:hover{ color:#D23333;}
.leftBox ul li.noBorder{ background:none;}

#banner{
background:url(images/banner.jpg) top left no-repeat; padding-left:306px; height:214px;
}
.tick{ padding:15px 10px 15px 0;}
.tick li{
display:block;
padding:0 0 0 43px;
color:#207BAA;
font-size:18px;
background:url(images/tick.gif) top left no-repeat;
}
.tick li dt{
display:block;
padding:8px 0 10px 0;
color:#207BAA;
font-size:18px;
background:url(images/dot1.gif) bottom left repeat-x;
}


/*--------------------  footer ------------------------------*/

#footer{background:#B62727 url(images/footer-bg.gif) top left repeat-x;  color:#E0B3B3;}
#footer a{ color:#E0B3B3; font-size:11px; font-weight:bold;}
#footer a:hover{ color:#fff; text-decoration:underline;}
 
