* { margin: 0; padding: 0; }
/* Global reset for all elements */

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background: #f7f7ee url(images/bkg_body.gif) repeat-x;
	}
	

h1 {
	color: #322928;
	font: normal normal 2.1em/1em Georgia, "Times New Roman", Times, serif;
	}

h2 {
	color: #818278;
	font: italic normal 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: italic bold 1em/1.4em Georgia, "Times New Roman", Times, serif;
	color:#7e5f3f;
	padding-top: 5px;
	border-bottom:1px dotted #818278;
	padding-top: 16px;
}

h4 {
	color: #322928;
	font:  normal 1.25em/1.4em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	}

p {
	font-size: 1em;
	line-height: 1.6em;
	clear: left;
	margin: 6px 0;
	padding-bottom: 8px;
	padding-top: 8px;
}
	
p a {
	color: #004d99;
	text-decoration: none;
	}


#shell {
	margin: 0 auto;
	width: 1000px;
	background: url(images/bkg_top.jpg) no-repeat;
	overflow: hidden;
	}


#wrapper {
	margin: 0 auto;
	width: 820px;
	overflow: hidden;
	}

#navigation {
	color: #b49a5a;
	padding: 85px 0 0 220px;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color: #92918e;
	list-style-type: none;
	letter-spacing: .2px;
	height: 52px;
}

#navigation li {
	display: block;
	float:left;

}

#navigation a {
	color: #8e9182;
	text-decoration: none;
	display:block; /* Give the a tag a block element so we can use background images on it */
	float:left; /* float it left for IE 6. Otherwise it creates a break even though the li above is floating*/
	padding:0 10px;
	min-height:37px;
	max-height:37px;
	}

/* IE 6 Min Height hack */
* html #navigation a { height:37px}

#navigation a:hover {
	color: #ccd3b0;
	text-decoration: none;
	
	}

#navigation a.selected {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	background: url(images/n_divit.gif) no-repeat center bottom;
	}


#rightcolumn {
	width: 580px;
	_height: 1%;
	display: inline;
	float: right;
	color: #322928;
	font:  normal 1.15em/1.4em Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#rightcolumn img {
	padding: 6px;
	margin: 6px;
	background: #eae5d0;
	border: 1px solid #c1bcac;
}


#rightcolumn img a:hover {
	padding: 6px;
	margin: 6px;
	background: blue;
	border: 1px solid #c1bcac;
}



#rightcolumn ul {
	list-style: none;
	background: url(images/div_decor_600.gif) no-repeat;

}

#rightcolumn li {
	font: .91em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #322928;
	list-style: none;

}


#rightcolumn li a {
	color: #004d99;
	text-decoration: none;
	}

#rightcolumn li a:hover {
	color: #0bacd8;
	text-decoration: none;
	}

#leftcolumn {
	float: left;
	background: url(images/bkg_testimonials.png) no-repeat;
	padding: 10px;
	width: 188px;
	_height:1%;
	display: inline;
	color: #818278;
	margin-top: 45px;
	}

#leftcolumn ul {
	list-style: none;
	margin-bottom: 20px;
	padding-top: 130px;
}

#leftcolumn li {
	font: italic .9em/1.8em Georgia, "Times New Roman", Times, serif;
	color:#818278;
	list-style: none;
    border-bottom:1px dotted #818278;

}

#leftcolumn p {
	font: italic bold .82em/1.8em Georgia, "Times New Roman", Times, serif;
	color:#7e5f3f;
	list-style: none;

}

#leftcolumn li a{
	color:#004d99;
	list-style: none;
	text-decoration: none; display:block;
    }

#leftcolumn li a:hover{
	color:#004d99;;
	list-style: none;
	text-decoration: none; display:block;
	background-color: #dbecf6;
}

#footer {
	clear: both;
	background: url(images/bkg_footer.jpg) no-repeat;
	color: #322928;
	width: 820px;
	font: .81em "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	_height:1%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
#footer h3 {
	width:225px;
	float:right;
	
	}

#footer ul {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 18px;
	}

#footer li {
	display: inline;
	font: 1.25em Georgia, "Times New Roman", Times, serif;
}

#footer a {
	color: #004d99;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ccd3b0;
	}


#footer a:visited  {
	color:#004d99;
	}


#commentform input[type="text"], #commentform textarea {
	border: 1px solid #afa896;
	background: #eae5d0;
	margin-bottom: 5px;
	padding: 8px;
}

#commentform input:focus {
	background: #e2d7b2;
}

#commentform textarea:focus {
	background: #e2d7b2;
}


