/* -------------------------------------------------------------- 
Reset   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li, legend, caption{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-shadow: #000000 0 0 0px;
}
strong{font-weight:bold;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a{outline:none;}

body{
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4d4d4a;
	background:#fff;
	line-height: 1.5;
}

/*-------------------
Main Text Formating
---------------------*/

h1{
	font-size:22px;
	font-weight:lighter;
	font-style:oblique;
	color:#385d90;
	margin-top:10px;
}

h2{
	font-size:14px;
	font-weight:lighter;
	font-style:oblique;
	color:#385d90;
	margin-bottom:5px;
}

p{
	font-size:12px;
	line-height:15px;
	color:#4d4d4d;
	margin:8px 0 8px 0;
}

p a{
	color:#385d90;
	text-decoration:underline;
}
	p a:hover{
		color:#f1f0e7;
		text-decoration:none;
		background:#385d90;
	}
	
ul{
	list-style:none;
}

li{
	font-size:11px;
	line-height:15px;
	color:#4d4d4d;
	margin:0;
	background:url(../images/li.gif) no-repeat;
	position:relative;
	padding:0 0 0 8px;
	background-position:0 6px;
	margin-bottom:2px;
}

/*-------------------
Quick Classes
---------------------*/

.fleft{float:left;}
.fright{float:right;}
.clear{clear:both;}
.imgBg{
	background:url(../images/imgbg.gif) bottom right;
	padding:6px 8px 8px 6px;
}
/*-------------------
Header
---------------------*/

#wrap{
	width:960px;
	text-align:left;
	margin: 0 auto;
}

#header{
	width:960px;
	height:190px;
	background:url(../images/header.jpg) repeat-x;
	text-align:center;
}

	#logo{
		margin-top:55px;
	}
	#address{
		margin-top:38px;
	}

#content{
	background:#f1f0e7;
	padding:20px;
}

#contentLine{
	background:url(../images/bgLine.gif) center repeat-y;
}

	#leftCol{
		width:590px;
		float:left;
	}
	
		#leed{
			width:230px;
			background:url(../images/leedbg.jpg) no-repeat top left #e5e4db;
			border-bottom:2px solid #c9c8c0;
			padding:130px 10px 8px 10px;
			float:right;
			margin-top:-150px;
		}
		
		#leed p{
			padding:0; margin:0;
			font-size:11px;
			line-height:13px;
		}
	
	#rightCol{
		width:290px;
		float:right;
	}
	
		.rightPost{
			background:url(../images/sidebr.jpg) no-repeat bottom left;
			padding:0 0 40px 0;
		}
	
#footer{
	background:url(../images/footerbg.jpg) repeat-x #f1f0e7;
	padding:40px 20px 10px 20px;
}

.chiateText{
	font-size:10px; margin:0;
	padding:0;
}

#footerRight{
	width:290px;
	float:right;
}

	#panattoni{
		padding-top:50px;
	}

.disclaimer{
	text-align:center;
	color:#b8b7b0;
	font-size:11px;
	line-height:13px;
	padding:0 20px;
}

#footer2{
	background:url(../images/footer2bg.jpg) repeat-x #385d90;
	padding:10px 20px 8px 20px;
}

#footer2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	margin:0;
	padding:0;
}

#footer2 p a{
	color:#fff;
	text-decoration:underline;
}

#footer2 p a:hover{
	color:#7d706c;
	text-decoration:none;
	background:#fff;
}

.quickspace{
	float:right;
}