body {
	background-color: #422c45;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #003333;
}

li {
	margin-bottom: 5px;
}

h1 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #330033;
	font-size: 16px;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 116px;
}

#topmenu {
	float: right;
	margin-right: 25px;
	color: #fff;
}

#topmenu a {
	color: #fff;
	text-decoration: none;
}

#menu {
	background-color: #fdf7d9;
	height: 40px;
}

#content {
	background-color: #fff;
	background-image: url('../images/contentbg.jpg');
}

#contentfp {
	background-color: #fff;
}

#content_left {
	float: left;
	padding: 15px;
	width: 665px;
	margin-top: 10px;
}

#content_leftfp {
	float: left;
}

#content_right {
	float: right;
	background-color: #e3e0e3;
	width: 184px;
}

#contactexperts {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	width: 208px; 
	color: #330033;
}

#footer {
	background-color: #422c45;
	color: #e6cbe6;
	font-size: 10px;
	text-align: right;
	padding-right: 13px;
	padding-top: 5px;
}

#fp_bl {
	float: left;
	width: 370px;
	padding: 15px;
	font-size: 10px;
}

hr {
	color: #a68297;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.emailbox {
	border: 1px solid #e9e0e5;
	height: 16px;
	width: 155px;
	padding: 4px;
	font-size: 12px;
}

/* Text Classes */
.text10 { font-size: 10px; }
.text11 { font-size: 11px; }
.text12 { font-size: 12px; }
.text13 { font-size: 13px; }
.text14 { font-size: 14px; }

.purple { color: #330033; }
.pink { color: #996699; }
.black { color: #000; }

.lh14 { line-height: 14px; }
.lh16 { line-height: 16px; }
.lh18 { line-height: 18px; }

.pad20 { padding: 20px; }

.bold { font-weight: bold; }

/* MENU DROPDOWNS */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:1000;
	height: 25px;
}

#nav a {
	display: block;
	color:#e5d6bd;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	background: #fff;
	padding:0px;
	margin: 0px;
	height:8px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 210px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0px;
	margin-top: 0px;
	/*line-height: 22px;*/
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.info {
	background-color:#9bd9d4;
	border:2px solid #001f33;
	padding:4px;
	width:250px;
	font-size:14px;
	float:right;
	margin:10px;
	padding:5px;
}

.info ul {
	padding-left:20px;
	margin:0;
}

.info a {
	color:#001f33;
}
