body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia;
	font-size: 9pt;
	background: #e1d8b7;
}

#wrapper {
	position: relative;
	height: 600px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background: white;
}

#leftcol {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 180px;
	background: #efbd47;
}

#statelicense {
	position: absolute;
	top: 575px;
	left: 0px;
	width: 180px;
	color: #673327;
	text-align: middle;
	font-family: verdana;
	font-size: 7pt;
}

#sidebar {
	position: absolute;
	top: 194px;
	left: 16px;
	height: 318px;
	width: 144px;
	background: white;
	text-align: left;
	padding-left: 16px;
	padding-right: 4px;
	color: #673327;
	padding-top: 15px;
	font-size: 7pt;
	line-height: 10pt;
}

#sidebar textarea {
	border: 1px dotted black;
	color: #673327;
	font-size: 7pt;
	line-height: 10pt;
}
	
#sidebarhome {
	position: absolute;
	top: 194px;
	left: 16px;
	height: 318px;
	width: 144px;
	background: white;
	text-align: left;
	padding-left: 16px;
	padding-right: 4px;
	color: #673327;
	padding-top: 15px;
	font-size: 8pt;
	line-height: 10pt;
}

#sidebarhome textarea {
	border: 1px dotted black;
	color: #673327;
	font-size: 8pt;
	line-height: 10pt;
}



#testimonial {
	position: absolute;
	top: 555px;
	left: 31px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	background: #cd202c;
	font-size: 8pt;
	text-decoration: none;
}

#topnav {
	position: absolute;
	top: 0px;
	padding-top: 50px;
	left: 180px;
	height: 20px;
	width: 620px;
	background: #673327;
	text-align: left;
	font-size: 8pt;
}

#topnav a {
	color: white;
	text-decoration: none;
	padding-left: 24px;
}

#topnav a:hover {
	color: #efbd47;
}

#topnav .active {
	color: #efbd47;
}


#nav2 {
	position: absolute;
	top: 77px;
	left: 194px;
	font-size: 8pt;
}

#nav2 a {
	color: #673327;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;

}

#nav2 .active {
	background: #efbd47;
}

#nav3 {
	position: absolute;
	color: #673327;
	top: 130px;
	left: 204px;
}

#nav3 a {
	color: #673327;
	font-family: Verdana;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#nav3 .active {
	background: #efbd47;
}

#header {
	position: absolute;
	top: 155px;
	left: 204px;
	color: #cd202c;
	font-size: 14pt;
	text-align: left;
	line-height: 12pt;
}

#header input {
	border: 1px dotted black;
	color: #cd202c;
	font-size: 14pt;
	font-family: Georgia;
}
	

#header .subhead {
	font-size: 10pt;
}

#header .subhead input {
	font-size: 10pt;
	color: #cd202c;
	font-family: Georgia;
}	


#content {
	position: absolute;
	top: 205px;
	left: 204px;
	text-align: left;
	width: 510px;
	height: 380px;
	color: #673327;
	font-size: 8pt;
	line-height: 12pt;
	overflow: auto;
	padding-right: 80px;
}

#portcontent {
	position: absolute;
	top: 195px;
	left: 204px;
	text-align: left;
	width: 510px;
	height: 380px;
	color: #673327;
	font-size: 8pt;
	line-height: 12pt;
}


#content a {
	color: #cd202c;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content table img {
	padding-right: 4px;
	padding-bottom: 0px;
}

#contenteditor {
	width: 500px;
	height: 350px;
}

#bottomborder {
	position: absolute;
	top: 585px;
	left: 180px;
	width: 620px;
	height: 15px;
	background: #673327;
}

ul {
	margin: 0px;
	padding-left: 17px;
}

li {
	padding-bottom: 10px;
	list-style: disc url(img/bullet.gif);
}

#testimonial-content {
	position: absolute;
	border-top: 1px solid #673327;
	border-left: 1px solid #673327;
	border-right: 1px solid #673327;
	border-bottom: 1px solid #673327;
	padding-top: 15px;
	background: #efbd47;
	font-size: 8pt;
	line-height: 11pt;
	width: 400px;
	height: 300px;
	visibility: hidden;
	top: 150px;
	left: 150px;
	text-align: left;
	padding-left: 20px;
	color: #673327;
}

#testimonial-content h1 {
	color: #cd202c;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
}

#testimonial-closer {
	position: absolute;
	top: 292px;
	left: 350px;
	color: white;
	background: #673327;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
 	text-decoration: none;	
}

.caption {
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 7pt;
}

.caption input {
	border: 1px dotted black;
	font-family: Verdana;
	font-size: 8pt;
	color: #673327;
}
	
	


#credits {
	position: absolute;
	top: 605px;
	left: 300px;
	font-family: Verdana;
	font-size: 7pt;
	width: 490px;
	text-align: right;
	color: #673327;
}

#credits a {
	text-decoration: none;
	color: #673327;	
}


.titleinput {
	font-family: Georgia;
	background: #efbd47;
	color: #673327;
	border: 0px;
	font-size: 7pt;
	text-align: center;
	border: 1px dotted black;
}

.editsection {
	border-bottom: 1px dotted red;
}

.editsection_selected {
	border-bottom: 1px dotted red;
	background: #efbd47;
}


#dottable td {
	border: 1px dotted black;
}