/* Parametric Human Layout Styles */

div, p, td, th, li {
	font-family: sans-serif;
	font-size: 13px;
	color: #333333;
}

body, form, div, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {	
	background-color: #F2F2F2;
}

p {
	margin-bottom: 12px;
}

img {
	border: 0px;
}

img.headshot {
	float:left;
	margin-right:8px;
}

div.headshottext {
	float:left;
	width:540px;
}

p.section {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

p.section span {
	font-weight: normal;
}

p.section span.sm {
	font-size: 15px;
}

p.section span.it {
	font-style: italic;
}

p.section span.st {
	font-weight: bold;
}

p.subsection {
	font-size: 14px;
	font-weight: bold;
	margin-top: 16px;
}

p.subsection span {
	font-weight: normal;
}

p.subsection span.sm {
	font-size: 13px;
}

p.subsection span.it {
	font-style: italic;
}

p.subsection span.st {
	font-weight: bold;
}

p.spacerln {
	margin-bottom: 36px;
	border-bottom: 1px dashed #C4CCD0;
}

p.spacer {
	margin-bottom: 36px;
	clear: both;
}

p.feedback {
	float: left;
	position: relative;
	width: 400px;
	
	border: 1px solid #666666;
	padding: 5px;
	background-color: #EEEEEE;
	font-weight: bold;
}

ol {
	list-style-position: inside;
}

a {
	color: #576C79;
}

a:hover {
	color: #E4A94B;
}

form ul {
	list-style: none;
}

form ul li {
	clear: both;
	
	margin-bottom: 8px;
}

form ul li label {
	float: left;
	position: relative;
	
	width: 80px;
}

form ul li input {
	border: 1px solid #666666;
}

/*form label {
	float: left;
	position: relative;
	
	width: 80px;
}

form input {
	border: 1px solid #666666;
	
	margin-bottom: 8px;
}*/

#frame {
	width: 900px;
	margin: 15px auto 5px auto;
	
	background-color: #FFFFFF;
	
	border: 1px solid #E6E9EB;
}

#header {
	float: left;
	position: relative;
	
	width: 900px;
	height: 55px;
	
	background-image: url(../img/header.png);
}

#homelink {
	float: right;
	width: 450px;
	height: 55px;
	cursor: pointer;
}

#signin {
	float: right;
	position: relative;
	
	width: 250px;
	
	text-align: right;

	margin-top: 3px;
	margin-right: 7px;
}

#signin ul {
	list-style: none;
}

#signin ul li {
	display: inline;
	margin-left: 7px;
	
	font-size: 11px;
	vertical-align:top;
}

#signin ul li a {
	text-decoration: none;
	color: #576C79;
}

#signin ul li a:hover {
	text-decoration: none;
	color: #C4CCD0;
}

#menu {
	float: left;
	position: relative;
	
	width: 600px;
	
	margin-top: 7px;
	margin-left: 20px;

}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	margin-right: 20px;
	
	font-size: 13px;
	
}

#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #576C79;
}

#menu ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #C4CCD0;
}

#page {
	float: left;
	position: relative;
	
	width: 900px;
	min-height: 600px;
	
	background-image: url(../img/background.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#submenu {
	float: left;
	position: relative;
	
	width: 150px;
	
	margin-top: 50px;
	margin-left: 20px;

}

#submenu ul {
	list-style: none;

	border: 1px solid #C4CCD0;
	
	margin-bottom: 15px;
}

#submenu ul li {
	margin: 3px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
	
	font-size: 11px;
	font-weight: bold;
}

#submenu ul li.selected {
	background-color: #EEEEEE;
}

#submenu ul li a {
	text-decoration: none;
	color: #576C79;
}

#submenu ul li a:hover {
	text-decoration: none;
	color: #C4CCD0;
}

#submenu ul li span {
	font-weight: normal;
}

#submenu ul li span.sm {
	font-size: 10px;
}

#submenu ul li span.it {
	font-style: italic;
}

#body {
	float: left;
	position: relative;
		
	width: 650px;
	
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom: 5px;

}

#footer {
	float: left;
	position: relative;
	
	width: 900px;
	height: 32px;

	background-image: url(../img/footer.png);
}

#legal {
	color: #888888;
	text-align: center;
	
	font-size: 11px;
	
	margin-bottom: 20px;
}