@charset "utf-8";
.content-area {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	background-image: url(../layout/menu-bar.jpg);
	height: 33px;
	width: 900px;
}
.logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu a {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 10pt;
	color: #8D8E92;
	text-decoration: none;
	width: 105px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	float: left;
	text-align: center;
	background-image: url(../layout/menu-sep.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
}
.phone {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 10pt;
	color: #8C8D91;
	width: auto;
	text-align: right;
	padding-top: 8px;
	padding-right: 15px;
	font-weight: bold;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 420px;
	color: #5A5B5F;
	line-height: 14pt;
	float: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.right {
	float: left;
	width: 425px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.content .title {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
	color: #508DBC;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: bold;
}
.menu a:hover {
	color: #518CBE;
}
.menu a #on {
	color: #4E8CBF;
}
a {
	color: #518CBE;
}
.options {
	font-size: 12px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.right-title {
	color: #B8BBBD;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
}

.options a {
	background-image: url(../res/greydot.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	margin-left: 15px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	width: 250px;
	background-position: 0px 2px;
	color: #838383;
}
.options li {
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(../res/paledot.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: -25px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.options a:hover {
	background-image: url(../res/bluedot.gif);
	color: #518CBE;
}
.questions {
	font-size: 12px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.questions a {
	background-image: url(../res/greydot.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	margin-left: 15px;
	margin-top:3px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	width: 400px;
	background-position: 0px 0px;
	color: #838383;
}
.questions a:hover {
	background-image: url(../res/bluedot.gif);
	color: #518CBE;
}
.moresites {
	background-image: url(../layout/more.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	height: 15px;
	width: 70px;
	z-index: 555;
	position: relative;
	top: -10px;
	right: 10px;
}
.right-test {
	float: left;
	width: 325px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 100px;
}
.content form ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content form li {
	display: block;
	float: left;
	padding-bottom: 5px;
	width: 440px;
}
.content form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #508DBC;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 200px;
}
.content form label {
	display: block;
	width: 125px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
