/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #CCCC33;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 90%;
}

a {
	color: #CCCC33;
}

a:visited {
	color: #FFFF99;
}

a:hover {
	color: #FFFFFF;
}

#page {
	background-color: #CCCC33;
	height: 100%;
	
	margin: 0 auto;
	min-width: 760px;
	max-width: 1100px;
	_width: 760px;
	padding: 0 25px;
}

p {
	padding-bottom: 1em;
}

#nonFooter {
	position: relative;
	min-height: 100%;

	background-color: #330000;
}

#header {
	position: relative;
	height: 180px;
	background-color: #CCCC33;
	color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#flashnav {
	height: 180px;
}

#headerLinks {
	position: absolute;
	text-align: right;
	bottom: 30px;
	right: 20px;
}

#topCorners {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	background-color: #330000;
}

#topCornersLeft {
	width: 20px;
	height: 20px;
	background-image: url(/images/pagecorner-tl.jpg);
	background-repeat: no-repeat;
	float: left;
}

#topCornersRight {
	width: 20px;
	height: 20px;
	background-image: url(/images/pagecorner-tr.jpg);
	background-repeat: no-repeat;
	float: right;
}

#content {
	padding: 20px 40px 20px 40px;
}

* html #nonFooter {
	height: 100%;
}

* html #nonFooter #page {
	height: 100%;
}

#footer {
	position: relative;
	height: 120px;
	margin-top: -120px;
	background-color: #CCCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
}

#bottomCorners {
	clear: both;
	height: 20px;
	background-color: #330000;
}

#bottomCornersLeft {
	width: 20px;
	height: 20px;
	background-image: url(/images/pagecorner-bl.jpg);
	background-repeat: no-repeat;
	float: left;
}

#bottomCornersRight {
	width: 20px;
	height: 20px;
	background-image: url(/images/pagecorner-br.jpg);
	background-repeat: no-repeat;
	float: right;
}

#footerLinks {
	position: absolute;
	top: 40px;
	left: 20px;
	list-style: none;
}

#footerLinks li {
	display: inline;
	border-left: 1px solid #330000;
	padding-right: .5em;
	padding-left: .7em;
}

#footerLinks li.first {
	border-left: 0 none transparent;
	padding-left: 0;
}

#footer a, #header a {
	color: #330000;
	text-decoration: none;
}

#footer a:hover, #header a:hover {
	color: #330000;
	text-decoration: underline;
}

#footerCopyright {
	position: absolute;
	top: 40px;
	right: 19px;
	text-align: right;
}

.post {
	margin-bottom: 3em;
}

h2 {
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	margin-bottom: .3em;
}

#menu h2 {
	margin-bottom: 0;
}

.menuItem {
	margin-bottom: 1.2em;
}

#menu ul{
	list-style-type: none;
}

#content ul, #content ol {
	padding-left: 1.5em;
}

#content ul li, #content ol li {
	padding-bottom: .5em;
}

.entry {
	margin-top: .5em;
}

#clearPage {
	clear: both;
	padding-bottom: 120px;
}

a img {
	border: none;
}

.imageframe {
	border: 5px solid #CCCC33;
}
.imgalignleft {
	float: left;
	margin: 10px 20px 10px 0px;
}
.imgalignright {
	float: right;
	margin: 10px 0px 10px 20px;
}
.imgaligncenter {
	margin-left: auto; margin-right: auto;
}

.testimonial {
	margin-left: 50px;
}
