* { padding: 0; margin: 0; }

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(../images/bg_top.jpg);
	background-repeat:repeat-x;
}


#wrapper {
	width: 923px;
	margin-left:auto;
	margin-right:auto;
}

#content_holder {
	width: 1000px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}

ul {
list-style: none;

}

h1 {
	font-size: 16px;
	color: #055499;
}

h2 {
	font-size: 15px;
	color: #000;
	font-style:italic;
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h3 {
	font-size: 13px;
	color: #055499;
}


/*Header*/

#header {
	width: 890px;
	padding: 0px 10px 0px 10px;
	height: 240px;
}

#pageicon{
	width: 95px;
	height: 95px;
	margin-left:auto;
	margin-right:auto;
	padding-top:145px;
}

/*Navigation*/

#navigation {
	color: #000;
	padding: 4px;
	margin: 3px 94px 0px 81px;
	height: 17px;
	font-size: 85%;
}

/*Main Image Holder*/

#mainimage_holder {
	padding: 10px 10px 10px 0px;
	margin: 0px 94px 5px 81px;
	height: 150px;
}


/*Main Content*/

#content {
	overflow: auto;
	width: 755px;
	min-height: 350px;
	margin: 55px 85px 0px 85px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 1.7em;
	font-size: 0.75em;
}

a.content:link {
	color: #055499;
	text-decoration: none;
}
a.content:visited {
	color: #055499;
	text-decoration: none;
}
a.content:hover {
	color: #06F;
	text-decoration: underline;
}
a.content:active {
	color: #055499;
}


.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#leftcolumn {
	display: inline;
	color: #333;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 225px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#leftcolumn_title {
	width:175px;
	height: 18px;
	padding:5px 5px 5px 45px;
	background-color: #ebe5d3;
	margin-bottom: 25px;
	}
	
#leftcolumn_navindent {
	margin-left:30px; 
	line-height:3em;
	
}

#leftcolumn_address {
	margin-left:30px;
	line-height:1.5em;	
}


#leftcolumn_quote_holder {
	width: 225px;
	height:auto;
	margin-top:45px;
}

#quote_left {
	background-color:#FFF; 
	padding:10px; 
	border-width: thin;
	border-color: #F0F0F0;
	border-style:solid;
	font-size:.9em;
}
	

#left_equal {
	float: left;
	color: #333;
	padding: 0px;
	width: 350px;
	display: inline;
	position: relative;
}

#right_equal {
	display: inline;
	position: relative;
	color: #333;
	margin: 0px 0px 0px 55px;
	width: 350px;
	float: left;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	margin: 8px 10px 0px 55px;
	padding: 0px;
	width: 450px;
	float: right;
}

#quote_holder_wide {
	width:400px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:55px;
	color:#999;
}

#quote_wide {
	width:400px;
	height: 80px;
	background-color:#FFF;
	padding:10px;
	font-size:0.7em;
	border-width: thin;
	border-color: #F0F0F0;
	border-style:solid;
}

#quote_arrow {
	margin-left:20px;
}


/*Footer*/

#foot_leftcolumn {
	display: inline;
	color: #333;
	margin: 20px 15px 15px 65px;
	padding: 0px;
	width: 150px;
	float: left;
	border-right-width: thin;
	border-right-color: #333;
	border-right-style:solid;
	height:auto;
}
#foot_leftmiddle {
	float: left;
	color: #333;
	margin: 20px;
	padding: 0px;
	width: 155px;
	display: inline;
	position: relative;
	border-right-width: thin;
	border-right-color: #333;
	border-right-style:solid;
	height:auto;
}
#foot_rightmiddle {
	display: inline;
	position: relative;
	color: #333;
	margin: 20px;
	padding: 0px;
	width: 165px;
	float: left;
	border-right-width: thin;
	border-right-color: #333;
	border-right-style:solid;
	height:auto;
}
#foot_rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	margin: 20px;
	padding: 0px;
	width: 165px;
	float: left;
	height:auto;
}



#footer {
	width: 865px;
	color: #000;
	background: #d7cead;
	margin: 20px 0px 0px 8px;
	padding: 20px;
	height: 205px;
	font-size: 0.7em;
}


a.footer:link {
	color: #000;
	text-decoration: none;
}
a.footer:visited {
	color: #000;
	text-decoration: none;
}
a.footer:hover {
	color: #055499;
	text-decoration: none;
}
a.footers:active {
	color: #000;
}

#copyright {
	width: 885px;
	clear: both;
	color: #FFF;
	background: #000;
	margin: 0px 0px 0px 8px;
	padding: 10px;
	height:20px;
	font-size: 0.6em;
	text-align: center;
}


.clear { clear: both; background: none; }

