/* BEGIN: General Styles */
body {
	padding: 0;
	margin: 0;
	font-family: "UniversLT Light", "Helvetica Neue", Helvetica, sans-serif;
}

div#site_container {
	width: 800px;
	margin: 0 auto;
}

br.clear {
	clear: both;
}
/* END: General Styles */

/* BEGIN: Header */
div#header {
	position: relative;
	width: 800px;
	height: 100px;
	margin-bottom: 4px;
	color: white;
	background: white url(../images/header.gif) repeat-y left top;
}

div#header a {
	color: white;
	text-decoration: none;
}

div#header a:hover {
	text-decoration: underline;
}

	/* BEGIN: Logo */
	div#header h1 {
		float: left;
		position: absolute;
		left: 20px;
		top: 39px;
		width: 252px;
		height: 30px;
		margin: 0;
	}
	
	div#header h1 a {
		display: block;
		overflow: hidden;
		width: 252px;
		height: 30px;
		background: transparent url(../images/ses_logo.png) no-repeat left top;
		text-indent: -999em;
	}
	/* END: Logo */
	
	/* BEGIN: Tagline */
	p#tagline {
		float: right;
		overflow: hidden;
		position: absolute;
		right: 20px;
		top: 55px;
		width: 338px;
		height: 22px;
		margin: 0;
		text-indent: -999em;
		background: transparent url(../images/tagline.png) no-repeat left top;
	}
	/* END: Tagline */
	
	/* BEGIN: Right Header Area */
	div#header_right {
		clear: both;
		float: right;
		position: absolute;
		top: 8px;
		right: 20px;
		font-size: 10px;
	}
	
	div#header_right p,
	div#header_right form {
		display: inline;
	}
	
		/* BEGIN: Partner Login */
		p#partner a {
			margin-right: 20px;
		}
		/* END: Partner Login */
		
		/* BEGIN: Search Box */
		div#header form input#submit_button {
			display: none; /* Hide the Submit Button */
		}
		/* END: Search Box */
	/* END: Right Header Area */

/* END: Header */

/* BEGIN: Site Nav */
ul#nav_site {
	clear: both;
	float: left;
	width: 800px;
	height: 21px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	line-height: 21px;
	font-family: Arial, sans-serif;
	background-color: #004677;
}

ul#nav_site li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px white solid;
}

ul#nav_site li:hover,
ul#nav_site li.sfhover {
	background-color: #CD1041;
}

ul#nav_site li a {
	display: block;
	padding: 0 8px;
	color: white;
	text-decoration: none;
}

	/* BEGIN: Submenus */
	ul#nav_site li ul {
		display: none;
		position: absolute;
		float: none;
		padding: 0;
		margin: 0;
		border-top: 1px white solid;
		list-style: none;
		background-color: #004677;
		z-index: 100;
	}
	
	ul#nav_site li:hover ul,
	ul#nav_site li.sfhover ul {
		display: block;
	}
	
	ul#nav_site li ul li {
		float: none;
		border-right: 1px white solid;
		border-bottom: 1px white solid;
		border-left: 1px white solid;
	}
	/* END: Submenus */
/* END: Site Nav */

/* BEGIN: Footer */
div#footer {
	width: 800px;
	float: left;
	clear: both;
	padding: 2px 0;
	margin-top: 5px;
	color: #E2E2E2;
	background-color: #636567;
	font-size: 9px;
}

div#footer p {
	float: left;
	margin: 0;
	padding-left: 20px;
}

div#footer a {
	color: #E2E2E2;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

	/* BEGIN: Bottom Nav */
	div#footer ul#nav_bottom {
		float: right;
		padding: 0 20px 0 0;
		margin: 0;
		list-style: none;
	}
	
	div#footer ul#nav_bottom li {
		float: left;
	}
	
	div#footer ul#nav_bottom li a {
		display: block;
		padding: 0 3px;
	}
	/* END: Bottom Nav */
/* END: Footer */