/************************
	Basic Containers
************************/

html {
	height: 100%;
}

body {
	cursor: default;
	height: 100%;
	font: normal 1.2em/1.4 Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #346CC5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

p {
	display: block;
	margin-top: 18px;
}

iframe#survey {
	width: 800px;
	height: 450px;
}

/************************
	Generic Classes
************************/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -103px;
}

.push {
	height: 103px;
}

/************************
	Input
************************/

input[type=submit], button {
	cursor: pointer;
	outline: none;
	height: 26px;
	padding: 5px 10px;
	padding-top: 3px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #F58026;
	background: url('../img/background-button.gif') repeat-x;
}

/************************
	Control Panel
************************/

div#cpanel {
	height: 400px;
	text-align: center;
	background: #E4E2DE;
	padding-bottom:20px;
}

div#cpanel h2 {
	padding: 10px;
	color: #555555;
	text-align: left;
}

div#innerCpanel {
	width: 985px;
	margin: 0px auto;
}

/************************
	Secondary/Details
************************/

div#detailsContainer {
	color: #FFFFFF;
	font-family: 'BetonComExtraBold', Helvetica, Arial;
	font-size: 28px;
	line-height: 32px;
	background: #E4E2DE;
	
}

div#detailsContainer .italic{
	color: #FFFFFF;
	font-family: 'BetonComExtraBold', Helvetica, Arial;
	font-size: 28px;
	line-height: 32px;
	
	font-style: italic;
}

div#innerDetailsContainer {
	width: 986px;
	height: 154px;
	margin: 0px auto;
	padding-top: 122px;
	background: url('../img/secondary.jpg') no-repeat;
	
}

div#details {
	width: 966px;
	padding: 10px;
	background: url('../img/secondary-background.png');
	
}

/************************
	Body
************************/

div.body {
	width: 985px;
	margin: 0px auto;
}

iframe {
	display: block;
	float: left;
	width: 100%;
	height: 300px;
}

iframe#login {
	height: 150px;
	margin-top: 22px;
}

div#header {
	height: 70px;
	margin: 0px 0px 0px 20px;
	padding-top: 20px;
}

div#header img {
	display: block;
	float: left;
}

div#header div#title {
	float: left;
	height: 60px;
	margin-left: 25px;
	padding-left: 25px;
	font-size: 11px;
	border-left: 1px solid #E2E2E2;
}

div#header div#title h1 {
	margin-top: 10px;
	color: #555555;
	font-family: 'BetonComExtraBold', Helvetica, Arial;
}

div#rotate {
	float:left;
	height: 60px;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #E2E2E2;
}

div#registrationContainer, div#loginContainer {
	display: block;
	float: left;
	width: 50%;
	height: 300px;
}

div#content {
	width: 952px;
	min-height: 292px;
	margin: 0px auto;
	padding: 20px;
	color: #353535;
	background: url('../img/background-content.gif') no-repeat;
}

div#footer {
	height: 103px;
	color: #80A2C1;
	font-size: 11px;
	background: url('../img/background-footer.gif') repeat-x;
}

div#innerFooter {
	width: 992px;
	margin: 0px auto;
	padding-top: 34px;
}

ul#navigation {
	clear: left;
	width: 100%;
	height: 60px;
	text-align: center;
	background: url('../img/background-navigation.gif') repeat-x;
}

div.box
{
	clear: left;
	overflow: hidden;
	border: 1px solid #E5E5E5;
}

div.innerBox
{
	overflow: hidden;
	padding: 10px;
	border: 2px solid #FFFFFF;
	background: #F5F7FA;
}

div.innerBox div.photo
{
	float: left;
	width: 118px;
}

div.innerBox div.photo img
{
	border: 1px solid #C7C7C7;
}

div.innerBox div.bio
{
	float: left;
	width: 790px;
	margin-left: 10px;
}

ul#navigation li
{
	display: inline-block;
	width: 170px;
	padding-top: 21px;
}

ul#navigation li a
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

ul#navigation li a:hover
{
	color: #C4E4F7;
}

.italics{
font-style: italic;
}


		.hdr-tools { float: right; width: 130px; text-align: right; margin: 4px 10px 0 0; font-size: 8pt; color: #555555; display:block;}
		.hdr-tools a,
		.hdr-tools a:link,
		.hdr-tools a:visited {  }
		.hdr-tools ul { float: left; margin: 0 10px 0 0; width: 120px; font-size:8pt; }
		.hdr-tools ul li { display: inline; }
		.hdr-tools ul li span { margin: 0 3px 0 0; position: relative; top: -4px;}
		.hdr-tools p span { margin: 0 3px 0 3px; }
		.hdr-tools p.user-tools { margin: 0 20px 0 0; }
		.hdr-tools p.user-tools span.user-info { font-weight: bold; color: #555555; font-size: 0.917em; }