body {
	margin: 0; padding: 0;


}
.container {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
#header {
	padding-top: 68px;

}
#header a:hover  {
	}
#header .disclaimer {
	list-style: none;
	padding: 10px 10px;
	margin: 0;
	font: normal 11px Helvetica;
	color:#FFFFFF;
	text-align: right;
	display: block;
	position: absolute;
	top: -5px;
	right: 25px;
	width: 95%;
	height: 51px;
}
#header .disclaimer li {
	float: right;
	margin: 0;
	padding: 2px 1px 0 1px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
#header .disclaimer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
#header .disclaimer a {	
	padding: 5px 5px;
	color: #fff;
	text-decoration: none;
	float: left;


}
ul.love {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 100%;
	background: #222;
	font-size: 1.0em;
	background: none;
	font: 11px normal Arial, Helvetica, sans-serif;
	font-weight:bold;
	right; 30%;
}
ul.love li {
	float: left;
	margin: 0;	
	padding: 0 20px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.love li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	
}
ul.love li a:hover{
	background: url(../images/NavMenu_bluebar.png) repeat-x center top;

}
ul.love li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn_old.gif) no-repeat center top;
}
ul.love li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.love li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #030404;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	font: 10px normal Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 0px solid #111;
	z-index: 1000;
}
ul.love li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 0px solid #252525; /*--Create bevel effect--*/
	border-bottom: 0px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.love li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 20px;
}
html ul.love li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(../images/NavMenu_dropdownbkgrnd.png) no-repeat 0px center; 
}
#header img {
	margin: 20px 0 10px;
	}
#logo {
	position:absolute;
	display:block;
	height:63px;
	text-indent:-9999px;
	width:321px;
	left: 44px;
	top: 46px;
	color:#ffffff;
	
}
