@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
.clr{clear:both;}
a{outline:none; text-decoration:none;}
h1{
	background:url(images/dots.gif) repeat-x bottom left;
	font-size:18px;
	color:#811900;
	margin:10px 0;
	padding-bottom:8px;
	}
	
h2, h3, h4{
	font-size:16px;
	color:#811900;
	margin:10px 0;
	}

.te{
	background:url(images/testimonials.gif) no-repeat center left;
	color:#FFCC33;
	font-weight:bold;
	font-size:16px;
	padding-left:25px;
	}

body{
	background:url(images/header-bg.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:18px;
	}

#wrapper{
	background:url(images/header-bg.jpg) repeat-x top left;
	margin:0 auto;
	padding:0 10px;
	width:980px;
	}
	
/* -- Header Start -- */	
	
#header{
	height:252px;
	width:980px;
	}

#top{
	float:left;
	height:30px;
	width:597px;
	}

.links{
	padding-top:5px;
	color:#FFFFFF;
	float:left;
	height:25px;
	text-align:right;
	width:383px;
	}
	
.links a:link{
	color:#FFF;
	}

.links a:visited{
	color:#FFF;
	}
	
.links a:hover{
	color:#FFF;
	text-decoration:underline;
	}
	
#logo{
	float:left;
	height:158px;
	width:311px;
	}
	
#search{
	background:url(images/textbox-bg.gif) no-repeat 25px 15px;
	float:left;
	height:50px;
	padding:12px 0px 0px 31px;
	width:565px;
	}
	
#search input{
	color:#900;
	border:0;
	outline:none;
	}

.searchbox{
	background:url(images/textbox-back.gif) repeat-x top left;
	padding:3px;
	width:134px;
	height:20px;
	border:0;
	}

#testi{
	background:url(images/sep.gif) no-repeat top left;
	color:#FFF;
	float:left;
	height:52px;
	padding:5px 5px 5px 10px;
	width:364px;
	overflow:hidden;
	}
	
.test{
	margin-left:100px;
	color:#000;
	font-weight:bold;
	}
	
/* -- Header End -- */	

/* -- Content Section Start-- */	

#content{
	margin:10px 0;
	width:980px;
	}

/* -- Sidebar -- */
	
#nav{
	background:url(images/nav-head.jpg) no-repeat top left;
	color:#FFF;
	float:left;
	font-size:16px;
	width:208px;
	padding:10px;
	border:1px solid #891d02;
	}

#nav ul li{
	background:url(images/dots.gif) repeat-x bottom left;
	line-height:14px;
	padding:5px 0;
	}
	
#nav ul li a{
	background:url(images/bullet-m.gif) no-repeat left center;
	color:#000;
	display:block;
	font-weight:bold;
	font-size:12px;
	padding-left:15px;
	}
	
#nav ul li a:hover{
	background-position:2px;
	color:#861c02;
	padding-left:16px;
	}
	
#nav ul li ul li{
	background:none;
	line-height:10px;
	}
	
#nav ul li ul li a{
	background:url(images/bullet-sub.gif) no-repeat 15px center;
	color:#000;
	display:block;
	font-size:11px;
	padding-left:25px;
	}

#nav ul li ul li a:hover{
	background-position:17px;
	color:#861c02;
	padding-left:26px;
	}

/* -- Sidebar End -- */

#cont{
	float:right;
	margin-left:15px;
	width:730px;
	}
	
.imgblock{
	float:left; 
	margin:0 10px 5px 0;
	height:178px;
	width:210px;
	}
	
/* -- Content Section End-- */	

/* -- Request Link-- */	

.req{
	background-color:#CCC;
	color:#333;
	height:25px;
	font-weight:bold;
	font-size:16px;
	margin:5px 0;
	padding-top:5px;
	text-align:center;
	}
	
.request a{
	color:#811900;
	text-decoration:underline;
	}
	
.request a:hover{
	color:#811900;
	text-decoration:none;
	}
/* -- Request End-- */	

/* -- Footer Start-- */

#footer{
	background:url(images/footer-bg.gif) top left repeat-x;
	text-align:center;
	padding-top:10px;
	color:#FFF;
	font-size:12px;
	margin:0 auto;
	height:50px;
	}
	
#footer a{
	color:#FFF;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
	}

/* -- Footer End-- */
