/* General Styles */
* {
	margin:0;
	padding:0;
	}
					
body{
	background:url(../images/bodybg.jpg) 0 0 repeat-x #E4E4E4;
	color:#FFFFF2;
	font:normal 13px/15px Arial, Helvetica, sans-serif;
	padding:17px 0 0;
	}

ul{
	list-style-type:none;
	}

a{
	outline:none;
	color:#000;
	background-color:inherit;
	text-decoration:none;
	}

a:hover{
	text-decoration:none;
	color:#fff;
	background-color:inherit;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

p{
	padding-bottom:14px;
	}
	
img {
	display:block;
}

/* Container Panel	*/

#container{
	background:url(../images/main-bg.gif) 0 0 repeat-y;
	position:relative;
	width:833px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	padding:12px 8px 12px 9px;
	}
	
#container span.top{
	background:url(../images/main-top.gif) 0 0 no-repeat;
	width:851px;
	height:12px;
	position:absolute;
	left:0;
	top:0;
	display:block;
	font-size:0;
	line-height:0;
	}
	
#container span.bot{
	background:url(../images/main-bot.gif) 0 100% no-repeat;
	width:851px;
	height:12px;
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	font-size:0;
	line-height:0;
	}
	
/* Header */

#header{
	width:835px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	}

#logoPan{
	float:left;
	width:auto;
	}

.logo{
	display:block;
	margin:9px 0 0 15px;
	}
	
#headerRight{
	width:382px;
	float:right;
	}
	
/* navigation */

#nav{
	background:url(../images/nav-bg.gif) 0 0 no-repeat;
	margin:0 auto;
	width:835px;
	height:50px;
	}
	
#nav ul {
	padding:1px 0 0;
	line-height:50px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background-color:inherit;
	} 
	
#nav ul li{
	background:url(../images/nav-sep.gif) 100% 10px no-repeat;
	float:left;
	padding:0 40px;
	width:auto;
	}
	
#nav ul li.noBg{
	background:none;
	}
	
#nav ul li a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	}	
	
#nav ul li a:hover, #nav ul li a.active{
	color:#333;
	background-color:inherit;
	}
	
#nav ul li a.active{
	cursor:text;
	}

/* Body panel */

#bodypan{
	width:835px;
	position:relative;
	padding:5px 0 0;
	margin:0 auto;
	}
	
#bodypanLogo{
	width:805px;
	margin:0 auto;
	padding:30px 0 0;
	}
	
#bodypanLogo ul{
	padding-bottom:12px;
	}
	
#bodypanLogo ul li{
	padding:0 30px 12px 0;
	float:left;
	width:auto;
	}
	
#bodypanLogo ul li.noPad{
	padding:0;
	}

#bodypanLogo ul li a img{
	border:none;
	}
	
/* Left panel */
	
#leftpan{
	width:345px;
	float:left;
	height:100%;
	overflow:hidden;
	}
	
div.redRepeat{
	background:url(../images/red-bg.gif) 0 0 repeat-y;
	width:345px;
	margin:0 auto;
	}
	
div.redtop{
	background:url(../images/red-top.gif) 0 0 no-repeat;
	width:334px;
	padding:11px;
	}
	
div.redbot{
	background:url(../images/red-bot.gif) 0 100% no-repeat;
	width:345px;
	}

div.cont{
	width:325px;
	height:321px;
/*	
**** Removed scroll ****
overflow:auto; 

*/ 
	}
	
#leftpan h1{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding-bottom:10px;
	}

#leftpan p{
	font-weight:bold;
	}
	
#leftpan ul{
	color:#fff;
	background-color:inherit;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	}	
	
#leftpan ul li{
	background:url(../images/bullet-round.gif) 0 50% no-repeat;
	display:inline;
	padding:0 0 0 8px;
	}
	
#leftpan ul.list{
	color:#fff;
	background-color:inherit;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding-bottom:15px;
	}	
	
#leftpan ul.list li{
	background:url(../images/bullet-round.gif) 0 5px no-repeat;
	padding:0 0 0 15px;
	display:list-item;
	}
	
#leftpan ul.list li ul{
	padding:3px 0 0 10px;
	text-align:left;
	}
	
#leftpan ul.list li ul li{
	background:none;
	list-style-type:circle;
	padding:0 0 0 2px;
	display:list-item;
	}
	
#leftpan p.contactTxt{
	font-size:16px;
	line-height:20px;
	padding-bottom:10px;
	}

#leftpan a.con{
	font-style:italic;
	color:#000;
	background-color:inherit;
	text-decoration:none;
	}
	
#leftpan a:hover.con{
	color:#fff;
	background-color:inherit;
	}

/* Right panel */
	
#rightpan{
	width:483px;
	float:right;
	height:100%;
	overflow:hidden;
	}	

	
/* Footer Panel	*/

#footer{
	margin:0 auto;
	text-align:center;
	padding:10px 0 0;
	width:345px;
	height:100%;
	overflow:hidden;
	position:relative;
	}
	
#footer ul{
	text-align:center;
	padding-bottom:9px;
	}
	
#footer ul li{
	display:inline;
	color:#999;
	background-color:inherit;
	font-size:11px;
	font-weight:normal;
	}	

#footer ul li a{
	padding:0 5px 0 6px;
	color:#999;
	background-color:inherit;
	text-decoration:none;
	}	
	
#footer ul li a:hover{
	color:#000;
	background-color:inherit;
	text-decoration:none;
	}

#footer p{
	color:#8A8A8A;
	background-color:inherit;
	font-size:10px;
	line-height:13px;
	padding-bottom:10px;
	text-align:center;
	}
	
#footer p a{
	color:#8A8A8A;
	background-color:inherit;
	text-decoration:none;
	}
		
#footer p a:hover{
	color:#000;
	background-color:inherit;
	}
	
/* Misc */
	
.noBackground{
	background:none !important;
	}
	
	

