body
{	
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666;

}

#positionalContainer
{	
	width:800px;
	border:0px solid #003366;
	padding:15px;
	margin:auto;
	margin-top:30px;
	background:#FFF;
}

#mainContainer
{
	width:800px;
	margin:auto;
	border: 1px solid #DAE5EA;
}


/* Masthead & Footer */

.mastHead
{
	width:800px;
	height:56px;
	background: url(/images/header-bg.jpg) no-repeat;
	
}

.mastHead ul, footer ul
{
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.mastHead li, .footer li
{
	margin:0px;
	padding:0px;
	display:inline;
	color:#999;
}

.liststyle1
{
	float:left;
}

.liststyle2
{
	float:right;
}

.footer
{
	width:800px;
	height:20px;
	background: url(/images/footer-bg.jpg) no-repeat;
	margin: auto;
	
}



.credits {
	padding-top:20px;
	text-align:right;
	width:800px;
	
	
	margin: auto;
}

.credits a{
	text-decoration:none;
	color:#999;
}

.logo
{
	width:207px;
	height:33px;
	margin:13px 0 0 20px;
	border:0;
}

.cards
{
	width:72px;
	height:21px;
	margin:18px 28px 0 0;
}

p.telephone
{
	color:#FFF;
	margin: 22px 15px 0 0;
	text-indent:-1000em;
	background:url(../../images/01603431974.gif) no-repeat;
	width:132px;
	height:12px;
}

/* Banner */

.banner
{
	float:left;
	width:728px;
	height:118px;
	background: url(../../images/banner-bg.jpg) no-repeat;
	/*margin-top:40px;*/
}

#bannerContent
{
	position:absolute;
	top:107px;
	z-index:100;
	margin:auto;
}


/* Content */

#contentContainer
{

	background: url(../../images/content-bg.gif);
}

#columnOne
{
	background:inherit;

	width:280px;
	padding-top:20px;
	margin-left:20px;
}

#columnTwo
{
	
	width:175px;
	padding-top:20px;

	
}


#columnThree {
	width:220px;
	padding-top:20px;
}

/* contactForm styles */

#contactForm{
	padding-left:6px;
}


#contactForm form{
	margin:0;
	padding:0;
}

#contactForm fieldset{
	margin:0;
	padding:0;
	border:0;
}

#contactForm legend{
	display:none;
}

#contactForm label{
	width:130px;
	float:left;
	font:normal 90%/100% Arial;
	padding:8px 15px 0 0;
}

#contactForm input, #contactForm textarea{
	float:left;
	width:260px;
	border:1px solid #999;
	background:#eee;
	padding:2px 0 4px 5px;
	font:normal 90%/100% Arial;
	color:#000;
	margin:5px 0 10px 0;
}

#contactForm input.submit{
	width:auto;
	padding:0 10px;
	margin-left:0px;
	cursor:pointer;
}

#contactForm input.submit:hover{
	border:1px solid #202020;
	background:#ccc;
	color:#202020;
}

#contactForm textarea{
	height:100px;
}

#contactForm input:focus, #contactForm textarea:focus{
	border:1px solid #000;
}

#contactForm br{
	clear:left;
}


/* general style */
h1, h2, h3
{
	font-size: 1.4em;
	color:#06F;
	margin:0;
	padding:0;
	line-height:1.6em;
}

h2, h3
{
	margin-left:0;
}

h4
{
	font-size: 1.1em;
	color: #06F;
	margin-left:6px;
	margin-bottom:0;
	padding-bottom:0;
}

h4 a
{
	color: #07549A;
}

p 
{	

}
p, li 
{
	line-height:1.5em;
}

hr
{
	background:#bbc3c7;
}

/* Tools */
.cls
{
	clear: both;
	margin: 0px;
	padding: 1px;
	height: 0px;
}