html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family:"Myriad Web", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	background:#88746A;
	color:#d8d4c0;
	font-size:12px;
}

img {
	border:0;
}

#header {
	width:900px;
	height:106px;
	background:url("../images/header_bg.jpg") no-repeat 0;
	position:relative;
}

#headerTopRt {
	width:622px;
	height:16px;
	margin:10px 50px 0 0;
	position:absolute;
	top:0px;
	left:228px;
	text-align:right;
	font-size:11px;
	color:#f8f8ea;
}

#header a, #header a:active, #header a:visited {
	text-decoration:none;
	color:#f8f8ea;
}

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

#headerBotRt {
	width:622px;
	height:30px;
	margin:0 50px 0 0;
	/* IE Hack */
	
	position:absolute;
	top:50px;
	left:228px;
	text-align:right;
	color:#f3f4dc;
	z-index:100;
}

html>body #headerBotRt {
	margin-top:0;
}

h1 {
	font-size:24px;
}

#container {
	width:900px;
	min-height:500px;
	position:relative;
}

#content {
	width:672px;
	height:auto;
	min-height:200px;
	position:absolute;
	top:0;
	left:228px;
}

#footer {
	width:820px;
	padding:20px 50px 20px 30px;
	/* IE Hack*/
	margin-top:60px;
	clear:both;
}

html>body #footer {
	margin-top:0;
}

#footer ul {
	display:inline;
	margin:0;
	padding:0;	
}

#footer li {
	list-style:none;
}

#footerLogos li {
	padding:0 4px;
	float:left;
}

#footerNav li {
	float:right;
}

#footerNav a {
	display:block;
	line-height:10px;
	padding-left:5px;
	padding-right:5px;;
	margin:0;
	border-left:1px solid white;
	text-decoration:none;	
	color:#f8f8ea;
}

#footerNav a:hover {
	text-decoration:underline;
}

#footerNav .first {
	border-left:none;
}

#footerLogos, #footerNav {
	width:50%;
	height:30px;
	float:left;
}

#nav {
	width:228px;
	height:auto;
	position:relative;
}

#navHead {
	width:228px;
	height:43px;
	background:url("../images/swoop_top_left_common.jpg") no-repeat 0 0;
}

#nav ul, #mainNav ul, #subNav ul {
	margin:0;
	padding:0;
}

#mainNav {
	width:103px;
	height:210px;
	background:#88746b;
	position:relative;
}

#mainNav li {
	list-style:none;
}

#mainNav a {
	display:block;
	width:103px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	text-decoration:none;
	font-size:14px;
	color:#f4f4dd;
}

#mainNav a:hover, #mainNav .active {
	background:#f4f4dd;
	color:#88746a;
}

#subNav {
	width:125px;
	height:210px;
	background:url("../images/sub_nav_bg.jpg") repeat-y #5794bb;
	position:absolute;
	top:43px;
	left:103px;
}

#subNav li {
	list-style:none;
}

#subNav a {
	/* ie Hack */
	display:inline-block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	text-decoration:none;
	font-size:14px;
	color:#4c5487;
}

html>body #subNav a {
	display:block;
}

#subNav a:hover, #subNav .active {
	color:#e9eeda;
}

/* Begin Browser Specific CSS IE6 */
	
/* ie PNG fix  */
img, div, li {
	behavior:url(css/resources/iepngfix.htc); 
}
/* End Browser Specific CSS IE6 */