@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
.clr{clear:both;}
a{outline:none;}
p{line-height:18px; margin:5px 0;}
.help{color:#e84925; font-size:14px;}

/* Heading Tags */

h1{
	background:url(images/h-bg.gif) no-repeat bottom left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	margin-bottom:6px;
	padding-bottom:5px;
	}
	
h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#e84925;
	font-size:12px;
	line-height:18px;
	padding-bottom:5px;
	}
	
/* Heading Tags End*/
	
body{
	background:url(images/header-bg.gif) repeat-x;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	}
/* Content Start */

#wrapper{
	margin:0 auto;
	padding:0 10px;
	width:980px;
	}
	
/* Header Section Start */
	
#header{
	background:url(images/header-bg.gif) repeat-x;
	height:200px;
	width:980px;
	margin-bottom:10px;
	}
	
.headlinks{
	color:#FFF;
	float:left;
	height:29px;
	padding-top:12px;
	width:590px;
	text-align:right;
	}
	
.headlinks a{
	color:#FFF;
	text-decoration:none;
	}
	
.headlinks a:hover{
	color:#FFF;
	text-decoration:underline;
	}
	
/* Header Section End*/
	
/* Navigation Section Start */
	
#nav{
	float:left;
	margin-top:10px;
	width:230px;
	}
	
#nav ul{
	margin:5px auto;
	list-style:none;
	width:195px;
	}	
	
#nav ul li{
	font-size:12px;
	height:20px;
	line-height:20px;
	}
	
#nav ul li a{
	background:url(images/bullet.gif) no-repeat center left;
	color:#333;
	display:block;
	padding-left:20px;
	text-decoration:none;
	}
	
#nav ul li a:hover{
	color:#e84925;
	text-decoration:underline;
	}
	
/* Navigation Section End */
		
#content{
	background:url(images/content-bg.gif) no-repeat top left;
	float:left;
	margin-left:5px;
	padding:20px;
	width:705px;
	}	

#con{
	float:left;
	width:363px;
	}
	
#sitemap{
	margin-left:25px;
	}
#sitemap a{
	color:#333;
	text-decoration:none;
	}
	
#sitemap a:hover{
	color:#e84925;
	text-decoration:underline;
	}

	
/* Content End */

/*	Footer Section Start */

#footer{
	background:url(images/footer-bg.gif) repeat-x top left;
	width:100%;
	}
	
#footer a{
	color:#333;
	text-decoration:none;
	}

#footer a:hover{
	text-decoration:underline;
	}
	
#footersec{
	background:url(images/footer-shadow-top.gif) no-repeat center top;
	height:260px;	
	margin:0 auto;
	padding:15px;
	text-align:center;
	width:980px;
	}	
	
/*	Footer Section End */


