/* LAYOUT */
#wrapper {
	background-image: url(images/bg_swirl.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 100%;
}

#page {
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	background-image: url(images/bg_content_tile.png);
	background-repeat: repeat-y;
	width: 992px;
}

#content_wrap {
	width: 954px;
	height: auto;
	margin: 0px auto;
}


#content {
	font-size: 1.2em;
	float: left;
	padding: 0 0 0 4px;
	margin: 0;
	width: 639px;
	background-image: url(images/bg_main_content_tile.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;
	margin-top: 5px;
}

#content .top {
	width: 100%;
	background-image: url(images/bg_main_content_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	float: left;
}

#content .content {
	width: 100%;
	float: left;
	min-height: 381px;
	background-image: url(images/bg_content_main_swirl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: #003768;
}

#content .bottom {
	width: 100%;
	background-image: url(images/bg_main_content_btm.gif);
	background-repeat: no-repeat;
	height: 10px;
	float: left;
}

/* END LAYOUT */

/* HEADER */
#header {
	margin: 0px auto;
	padding: 0;
	height: 95px;
	width: 956px;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
}

#header a#logo {
	position: relative;
	float: left;
	display: block;
	width: 250px;
	height: 95px;
}
/* END HEADER */

/* FOOTER */
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	background-image: url(images/bg_footer.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 992px;
	height: 54px;
	color: #8f8f8f;
}

#footer_wrap {
	width: 930px;
	padding-top: 10px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	font-size: 1.2em;
}

#footer_left {
	position: relative;
	float: left;
	text-align: left;
}

#footer_right {
	position: relative;
	float: right;
	text-align: right;
	line-height: 1.2em;
}

#footer p {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
}

/* END FOOTER */

/* TOP MENU */
#tools {
	width: 560px;
	height: 27px;
	overflow: hidden;
	position: relative;
	float: right;
	text-align: left;
}

#search_menu, #btn-newsletter, #share_menu {
	position: relative;
	float: left;
}

#btn-newsletter {
	width: 212px;
	padding-top: 4px;
}

#share_menu {
	width: 76px;
	padding-top: 4px;
}

#share_menu *, #search_menu * {
	width: auto;
	position: relative;
	float: left;
}

#search_menu {
	width: 270px;
	padding-top: 6px;
}

#search_menu #s {
	background: none;
	border: none;
	background-image: url(images/bg_search_txt.gif);
	background-repeat: no-repeat;
	width: 166px;
	height: 21px;
	margin-right: 5px;
	color: #003768;
	font-size: 12px;
	line-height: 16px;
	padding-top: 2px;
	padding-left: 4px;
}
/* END TOP MENU */

/* MAIN MENU */
div#menu {
	height: 27px;
	width: 690px;
	font-size: 1.3em;
	position: relative;
	float: right;
	clear: right;
	z-index: 20;
/* 	display: block; */
	margin-top: 40px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	width: auto;
	padding: 0 9px;
	color: white;
	display: block;
	height: 27px;
}

#nav li:hover a,
#nav li.sfhover a,
#nav a.selected {
	color: #333;
	text-decoration: none;
}

#nav li {
	float: left;
	z-index: 10;
	display: block;
	line-height: 27px;
	clear: none;
}

#nav li ul {
	position: absolute;
	width: auto;
	min-width: 12em;
	*width:16em;
	left: -999em;
	text-align: left;
	background-color: #003768;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	z-index:100;
}

#nav li ul li {
	position: relative;
	float: left;
	clear: left;
	line-height: 2em;
	width: 100%;
	background-image: none;
}

#nav li ul li a,
#nav li:hover ul li a,
#nav li.sfhover ul li a {
	background-image: none !important;
	color: white;
	font-size: 0.9em;
	width: 100%;
	padding: 0 1.6em;
	color: white;
}


#nav li ul li:hover a,
#nav li ul li.sfhover a {
	background-color: #88defe;
	color: #003768;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
}
/* END MAIN MENU */