/* 
    HVS Leadership Assessment Main Site Stylesheet
*/

/* Fonts and basic- Elements*/

body, html {
		font:11px Arial, Helvetica, sans-serif;
		color:#333333;
		background:#F2EFE5 url(/Client/asts/img/WideLayout/2020_NavRepeater.gif) top repeat-x;
		margin:0px;
		}		

body {
	text-align:center;
	}
	
b 
{
	color: #000000;
	font-weight: bold;
}

a#skipnav { display:none; visibility:hidden; margin:0;border:0;}

.wrapper
{
	width: 990px;
	margin:0px auto;
	text-align:left;
}

/*-----------
  Navigation 
-----------*/
#topnav 
{
	margin: 0;
	float:left;
}

#topnav a#logo {
		background:url(/Client/asts/img/WideLayout/2020_NavLogo.gif) no-repeat top left;
		background-position: 0;
		width: 251px; 
		height: 108px;
		margin: 0; 
		float: left;
		background-color: #f2efe5;
		}

#topnav img { border: 0; }

/*-----------
  Content layout
-----------*/
#contentwrapper {
	background-color:#f2efe5;
}


/*-----------
  Content styling
-----------*/	
#footer {
		float:left;
		background-color:#f1eee5;
		color:#999999;
		font: 10px Arial, Helvetica, sans-serif;
		margin: 15px 0;
		padding: 0;
		}
		
#footer #copyright {
		float:left;
		}

#footer #links {
		float:right;
		}

/* Visited links should still look grey */		
#footer #links a:visited, #footer #links a { 
    color: #999999; 
	text-decoration:underline;
}

/*-----------------------------END Footer-----------------------------------*/

/*
    Layout clearing
*/
.clear {
clear:both;
}
