* {margin: 0; padding: 0;}
html {background-color: #f1f1f1;}
body {
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	margin: 12px auto;
	width: 905px;
}
img {display: block;}
a img {
	border: none;
	display: inline;
}
#wrapper {
	background-color: #fff;
	border-bottom: 1px solid #b0aeaf;
	border-top: 1px solid #b0aeaf;
	margin: 1px 0;
	padding: 10px;
	width: 885px;
}
#leftside {
	float: left;
	margin-right: -220px;
	width: 200px;
}
#leftside #menu ul {
	border-bottom: 3px solid #e0e0e0;
	border-top: 3px solid #e0e0e0;
	list-style-type: none;
}
#leftside #menu li {
	border-bottom: 1px solid #e3e3e3;
	padding: 4px 10px;
}
#leftside #menu ul a:link, #leftside #menu ul a:visited {
	color: #7b7b7b;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
#leftside #menu ul a:hover, #leftside #menu ul a:active {color: #111;}
#ems_form {
	margin: 10px 0;
}
#ems_form fieldset {
	padding: 0 8px;
}
#ems_form legend {
	color: #6574b5;
	font-size: 120%;
	font-weight: bold;
	margin: 0 5px;
}
#ems_form ul {list-style-type: none;}
#ems_form li {
	clear: left;
	margin-bottom: 2px;
}
#ems_form input, #ems_form textarea {
	border: 1px solid #e3e3e3;
	display: block;
	padding: 2px;
	width: 170px;
}
#ems_form input:focus, #ems_form textarea:focus {border-color: #444;}
#ems_form .error {border-color: red;}
#ems_form li div input {
	float: left;
	margin-right: 3px;
	width: 45px;
}
#ems_form li div #ems_phone_3 {
	margin-right: 0;
	width: 62px;
}
#ems_form #ems_submit {
	background-color: #6574b5;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin: 5px auto;
	padding: 3px;
	width: auto;
}
#content {
	color: #666;
	float: left;
	font-size: 90%;
	line-height: 140%;
	margin-left: 220px;
}
#content h1, #content h2, #content h3, #content h4, #content p, #content ol, #content ul {margin: 10px 0;}
#content ol, #content ul {margin: 10px 30px;}
#content a:link, #content a:visited {
	color: #203795;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #2948bd;
	text-decoration: underline;
}
#roots {font-size: 85%;}
h1 {
	color: #6574b5;
	font-family: Georgia, sans-serif;
	font-size: 130%;
}
#content h2 {
	color: #c7783d;
	font-size: 120%;
}
#content #bottom {
	border-top: 1px solid #b0aeaf;
	clear: both;
	list-style-type: none;
	margin: 10px 0;
	padding: 12px;
}
#content #bottom li {
	float: left;
	margin: 0 10px;
}
#footer {
	background-color: #a9a9a9;
	clear: both;
	float: left;
	padding: 0 20px;
	width: 865px;
}
#footer li {
	background: url("imgs/footerli.gif") 0 50% no-repeat;
	float: left;
	line-height: 200%;
	list-style-type: none;
	padding: 0 10px;
}
#footer a:link, #footer a:visited {
	color: #393939;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #222;
	text-decoration: underline;
}
.cb {clear: both;}
.cl {clear: left;}
.cr {clear: right;}
.fl {float: left;}
.fr {float: right;}
img.fl {margin: 0 15px 15px 0;}
img.fr {margin: 0 0 15px 15px;}

.nbfl {/* nb bulletsm float li's */list-style-type: none;}
.nbfl li {
	margin: 0 10px;
	text-align: center;
}