body {
	font-size:small;
	background:#535872 url(../pix/bg.gif) top left repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

ul {
	list-style:none;
	}

li {
	background:url(/pix/bullet.png) .5em left no-repeat;
	padding-left:15px;
	}

.pageContainer {
	width:821px;
	margin:0 auto;
	padding:0;
	clear:both;
	text-align:left;
	background: url(../pix/contentBG.png) top center repeat-y;
	}

.pad {
	padding:25px;
	}

#header {
	background:#7a81a7 url(../pix/headerBG.jpg) top left repeat-x;
	width:767px;
	margin:0 auto;
	}

#header .pad {
	padding:10px;
	}

.rule {
	background:#a6a175;
	width:100%;
	height:3px;
	font-size:1px;
	}

#contentContainer {
	width:767px;
	margin:0 auto;
	}

ul.nav {
	list-style:none;
	margin:35px 0;
	padding:0;
	background:#edeff7;
	width:198px;
	float:left;
	line-height:normal;
	}

.nav li {
	background:none;
	padding:0;
	}
	
.nav a {
	color:#666;
	text-decoration:none;
	padding:5px 10px;
	display:block;
	}

.nav a:hover {
	background:#535872;
	color:#fff;
	}

#content {
	float:right;
	text-align:left;
	width:569px;
	background:url(../pix/blueprintBG.gif) top center no-repeat;
	min-height:644px;
	height:auto !important;
	height:644px;
	line-height:1.5em;
	font-size:110%;
	}

.credit {
	margin:0 auto;
	text-align:center;
	clear:both;
	font-family:"Trebuchet MS", Geneva, Arial, sans-serif;
	}

.credit a {
	margin-top:25px;
	font-size:80%;
	color:#fff;
	text-decoration:none;
	}

.credit img {
	border:0;
	}

/* Base text styles */

h1, h2, h3, h4 {
	font-family:"Trebuchet MS", Geneva, Arial, sans-serif;
	font-weight:normal;
	}

#header h2 {
	color:#fff;
	font-style:italic;
	margin:0;
	padding:0;
	padding-top:25px;
	font-size:160%;
	}

#header h4 {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0;
	padding:0;
	padding-bottom:25px;
	}

#content h2 {
	background:#29388f;
	color:#fff;
	padding:5px 35px 5px 10px;
	position:relative;
	left:-4px;
	top:-4px;
	}

.dropShadow {
	background:#6b72a1;
	}

a:link, a:active, a:visited {
	color:#071a8d;
	}

a:hover, #footer a:hover {
	color:#a6a175;
	}

.cssform div{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 175px; /*width of left column containing the label elements*/
	height: 1%;
	}

.cssform label{
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (175px) to create some right margin*/
	text-align:right;
	}

.cssform input, .cssform textarea, .cssform input[type="checkbox"] {
	
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	border:1px solid #ccc;
	}

.cssform input.required {
	border:2px solid #7a81a7;
	}

.cssform textarea{
	width: 250px;
	height: 150px;
	font-family:Georgia, "Times New Roman", Times, serif
	}

.cssform fieldset {
	border:0;
	}

.cssform legend {
	display:none;
	}

.gallery {
	float:left;
	width:49%;
	}

.gallery img {
	background:url(../pix/galleryThumbBG.png) center center no-repeat;
	padding:9px 20px 24px 18px;
	border:0;
	position:relative;
	width:150px;
	height:112px;
	}

.samplePlans {
	padding:10px;
	background:#ebebeb;
	display:block;
	}
/* footer styles */

#footerContainer {
	background:url(../pix/footerBG.png) bottom center no-repeat;
	width:821px;
	clear:both;
	margin:0 auto;
	padding-bottom:27px;
	}

#footer {
	border-top:3px solid #a6a175;
	background:#7a81a7;
	padding:10px 25px;
	margin:0 27px;
	color:#fff;
	font-family:"Trebuchet MS", Geneva, Arial, sans-serif;
	font-size:90%;
	}
	
#footer ul {
	padding:0;
	margin:0;
	list-style:none;
	}

#footer li {
	padding:0;
	background:none;
	}

#footer a {
	color:#fff;
	font-weight:bold;
	}

/* CLEAR FLOATS WITHOUT EXTRA DIV MARKUP */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}