@charset "utf-8";
/* CSS Document */

body {
	background: #00223d url(../images/main_star_bg.jpg) repeat-x;
}
#Wrapper { position:relative; }
#PageWrapper {
	margin:0 auto;
	width:772px;
	position: relative;
}
#TopGlow {
	position:relative;
	height:37px;
	width:772px;
	background:url(../images/pagewrap_top_glow.png) no-repeat;
	overflow: hidden;
}
#BottomGlow {
	position:relative;
	height:34px;
	width:772px;
	background:url(../images/pagewrap_bottom_glow.png) no-repeat;
	overflow: hidden;
}
#PageTop {
	width:732px;
	background:url(../images/pagewrap_body_glow.png) repeat-y;
	position: relative;
	padding: 0 20px;
	clear: both;
}

/* Header */
#Header {
	width:732px;
}
#Logo {
	float: left;
	padding-left: 21px;
	position: relative;
	top: -54px;
}
#Logo a, #LogoHome a {
	display:block;
	width:173px;
	height:97px;
	background: url(../images/lunesta_logo.png) no-repeat transparent;
}
#LogoHome {
	left:41px;
	position:absolute;
	top: -29px;
	width: 179px;
	height: 97px;
}

#HeaderLinks {
	float:right;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#808285;
	top: 4px;
	right: 25px;
}
#HeaderLinks a:link,#HeaderLinks a:visited {
	color:#808285;
	margin:0 5px;
	text-decoration: none;
}
#HeaderLinks a:hover,#HeaderLinks a:active{color:#004c8f;}
#SearchBox {
	float:right;
	width:156px;
	height:22px;
	right:11px;
	top:-5px;
	position: relative;
	border:2px solid #fbf3f3;
}
#SearchText {
	background: #fffefe url(../images/search_icon.gif) no-repeat left top;
	border:none;
	width:148px;
	height:18px;
}
#SearchText:focus, #SearchText.focused {
	background-image: none;
}
#search { border: 1px solid #e2dfdf; }

/* PRIMARY Navigation */
#Navigation {
	width:732px;
	height:24px;
	padding-bottom: 24px;
}

/*
#Nav1, #Nav1 img { width:202px; height:24px; }
#Nav2, #Nav2 img {	width:139px; height:24px; }
#Nav3, #Nav3 img {	width:136px; height:24px; }
#Nav4, #Nav4 img { width:144px; height:24px; }
#Nav5, #Nav5 img { width:111px; height:24px; }
*/

#Nav1, #Nav1 img { width:171px; height:24px; }
#Nav2, #Nav2 img {	width:148px; height:24px; }
#Nav3, #Nav3 img {	width:145px; height:24px; }
#Nav4, #Nav4 img { width:153px; height:24px; }
#Nav5, #Nav5 img { width:115px; height:24px; }

/* Body Copy */

a,a:link,a:visited,a:active{color:#005bab; text-decoration:underline;}
a:hover{color:#004c8f;}
h1 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	color:#005bab;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 12px;
}

h2 { 
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:18px;
	color:#005bab;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 12px;
}
h3 {
	color:#005bab;
	font-weight:bold;
	text-align: left;
	font-size: 13px;
	padding-bottom: 10px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#005bab;
	font-weight:bold;
	text-align: left;
	padding-bottom: 10px;
}
.bodyLegal {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.bodyLegal, .bodyLegal p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231f20;
	line-height:12px;
	text-align:left;
}

.shift { float:left; }

/* Main Interior */
#Content {
	width:732px;
	padding: 0 20px;
	background:url(../images/pagewrap_body_glow.png) repeat-y;
}

/* Dream Kit Navigation */
#DreamNav {
	width:114px;
	height:302px;
	background:url(../images/navigation/dreamkit/dreamkit_bg.png) no-repeat top left;
	padding: 44px 9px 0 10px;
}
#DreamNav1 { width:114px;	height:44px; padding-bottom: 4px; }
#DreamNav1 img { width:114px; height:44px; }
#DreamNav2 { width:114px;	height:45px; padding-bottom: 4px; }
#DreamNav2 img { width:114px; height:45px; }
#DreamNav3 { width:114px;	height:44px; padding-bottom: 4px; }
#DreamNav3 img { width:114px; height:44px; }
#DreamNav4 { width:114px;	height:45px; padding-bottom: 4px; }
#DreamNav4 img { width:114px; height:45px; }
#DreamNav5 { width:114px;	height:44px; padding-bottom: 4px; }
#DreamNav5 img { width:114px; height:44px; }
#DreamNav6 { width:114px;	height:44px; }
#DreamNav6 img { width:114px; height:44px; }

/* ISI and Legal */
#Legal {
	padding:21px 13px 0 37px;
	width:682px;
	font-family:Verdana, Georgia, Arial, Helvetica, sans-serif;
}
.top {
	text-align:right;
	padding-right: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
}

/* Footer */
#Footer {
	/*padding:0 70px 50px;*/
	padding:0 30px 50px 30px;
	font-size:11px;
	color:#FFFFFF;
	line-height: 13px;
}
#Footer a { color:#FFFFFF; text-decoration:underline; }

