/********************* start generic class elements ********************/
body {
	background: #660000;
	margin: 0 10px; 
	color: #333333;
}

td {
	vertical-align: top; 
}

a, a:link, a:visited {
	color: #660000;
}

a:hover, a:active {
	color: #990000;
}

image {
	display: block;
}

h1 {
	font-size: 16px; 
	font-weight: bold;
	color: #660000;
	margin: 0 0 1em 0;
}

p, ul {
	margin: 0 0 1em 0;
}

#doc {
	background: #660000 url(/style/menu_corner_bg.gif) no-repeat right top;
}

#banner-left {
	background: url(/style/banner_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	width: 400px;
	height: 110px;
	float: left;
}

#banner-right {
	background: url(/style/banner_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	width: 340px;
	height: 110px;
	float: left;
}

.icon {
	float: left;
	margin: 10px 14px 0 0;
}

#menu {
	background: #CC9966 url(/style/menu_bg.gif) repeat-x;
	width: 740px;
	height: 36px; 
	float: left; 
	text-align: center;
}

#menu ul {
	font-size: 13px;
	font-weight: bold; 
	margin: .8em auto;
	color: #ffffff;
}

#menu ul a, #menu ul a:link, #menu ul a:visited {
	text-decoration: none;
	color: #ffffff;
}

#menu ul a:hover, #menu ul a:active {
	text-decoration: underline;
	color: #CC9966;
}

#menu ul li {
	display: inline;
}

#main-body {
	float: left;
	background: #cc9966 url(/style/main_bg.gif) repeat-y right;
	width: 750px;
}

#main-body div {
	margin: 1em;
}

#footer {
	width: 750px; 
	background: #660000 url(/style/footer_bg.gif) no-repeat right bottom;
	float: left;
}

#footer div {
	width: 740px;
	margin: 4px 0 14px 1em;
	font-size: 13px; 
	color: #ffffff;
}

#footer a, #footer a:link, #footer a:visited {
	color: #ffffff;
}

#main-body #page-text {
	margin: 0;
}

#page-text {
	float: left; 
	width: 520px; 
	font-size: 13px; 
}

#page-text div {
	margin: 0;
	padding: 0;
}

#page-text h2 {
	font-size: 13px; 
	font-weight: bold;
	color: #333333;
	margin: 0 0 1em 0;
}

#page-text h3 {
	font-size: 16px; 
	font-weight: bold;
	color: #660000;
	margin: 0 0 1em 0;
}

#page-text .post-footer {
	font-size: 11px; 
	margin: 1em 0;
	padding: 1ex 0;
	border-top: 1px dotted #660000;
	border-bottom: 1px dotted #660000;
}

#page-summary {
	float: right;
	margin: 0 0 0 1em;
	background: #eeeeee;
	font-size: 11px; 
	width: 180px; 
}

#page-summary h1 {
	font-size: 13px; 
}

#page-summary div {
	margin: 1ex; 
}

#page-summary li {
	margin: 0 0 0 1em; 
}

.quote {
	padding: 1em 0 0 0;
	background: url(/style/quote_open.gif) no-repeat left top;
}

.quote div {
	background: url(/style/quote_close.gif) no-repeat right bottom;
}

.quote .author {
	margin: 1em 0 0 0;
	text-align: right;
	font-weight: bold; 
}

.photo {
	float: left;
	background: #ffffff;
	padding: 4px;
	font-size: 11px; 
	color: #000000;
	text-align: center;
}

.photo img {
	margin: 0 0 1ex;
}

#testimonials img {
	margin: 0 1em 1em 0;
}
#testimonials h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 1ex 0;
}

#nav1 {
	float: none;
	clear: both; 
	text-align: center;
}

#nav1 ul {
	margin: 0 0 0 -1ex;
}

#nav1 ul li {
	float: left;
	margin: 1ex;
}

#nav1 ul li a, #nav1 ul li a:link, #nav1 ul li a:visited {
	padding: .5ex 1ex; 
	border: 1px solid #660000;
	text-decoration: none;
}

#nav1 ul li:hover a, #nav1 ul li a:active {
	padding: .5ex 1ex; 
	border: 1px solid #990000;
	text-decoration: bold;
	background: #FFCC99;
}

#nav2 {
	float: none;
	clear: both; 
}

#nav2 h2 {
	margin: 2em 0 0 0;
	font-weight: bold; 
}

/********************* start fixes ********************/
.clearfix:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

/********************* end fixes ********************/