@import "base.css";

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

a:hover {
	color: #e5882d;
	text-decoration: underline;
}

.clear {
	clear: both;
}

iframe {
	margin: 0;
	padding: 0;
	border-width: 0;
}


/* ------------------------------------ 
Section: Nav Top */

#navtop_wrapper {
	width: 100%;
	padding: 20px 0px 0px 0px;
	background: #29aae3;
	text-align: center;
}

#navtop_wrapper #navtop_box {
	position: relative;
	width: 858px;
	height: 31px;
	margin: 0px auto;
	padding: 0px;
}

#navtop_box #navtop_cloud_left {
	position: absolute;
	bottom: -1px;
	left: 77px;
}

#navtop_box #navtop_cloud_right {
	position: absolute;
	bottom: -1px;
	right: 77px;
}

#navtop_box #navtop {
	width: 660px;
	height: 31px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#navtop li {
	display: block;
	float: left;
	width: 126px;
	height: 31px;
	margin: 0px 3px 0px 3px;
	background: url(../images/layout/tab_navtop.gif) no-repeat 0px 0px;
	text-align: left;
}

#navtop li:hover {
	background-position: 0px -31px;	
}

#navtop li.selected {
	background-position: 0px -31px;	
}

#navtop li a {
	display: block;
	margin: 7px 0px 0px 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #28aae3;
}

#navtop li a:hover {
	text-decoration: none;
}



/* ------------------------------------ 
Section: Header */

#header_wrapper {
	clear: both;
	width: 100%;
	height: 91px;
	margin: 0px;
	padding: 0px;
	background: #bfe8fb url(../images/layout/bg_header.png) repeat-x;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#header_wrapper #header_box {
	position: relative;
	width: 858px;
	height: 91px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/layout/img_header.png) no-repeat 1px 0px;
}

#header_wrapper h1 {
	position: absolute;
	bottom: 9px;
	left: 280px;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 2.2em;
	font-weight: bold;
	color: #20a7e1;
}

#strip_wrapper {
	clear: both;
	width: 100%;
	height: 9px;
	background: #fff336 url(../images/layout/bg_strip.png) repeat-x top;
}



/* ------------------------------------ 
Section: Content / Page */

#content_wrapper {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

#content_wrapper #content_outer {
    width: 858px;
    margin: 0px auto;
}

#content_wrapper #content_box {
	width: 630px;
	background: #FFF url(../images/layout/bg_content.png) repeat-x top;	
	padding: 25px 15px;
	margin: 0px auto;
}

#page {
	float: left;
}

#page.half {
	width: 380px;
}

#page.full {
	width: 590px;
}

#page ul {
	margin: 0px 0px 2em 0px;
	padding: 0px;
	list-style: none;
}

#page ul li {
	background: url(../images/layout/list_dot.gif) no-repeat 0px 2px;
	padding: 0px 0px 0.3em 18px;
	margin: 0px;
	font-size: 1em;
	color: #2c99d9;
}

#page ul li a, #page ul li a:hover  {
	color: #2c99d9;
	text-decoration: underline;
}

#page h2 {
	margin: 0px 0px 2em 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #2eace3;
}

#page h3 {
	margin: 0px 0px 0.6em 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #66686a;
}

#page h5 {
	margin: 0px;
	font-size: 2em;
	font-weight: bold;
	color: #2eace3;
}

#page p {
	margin: 0px 0px 1.3em 0px;
	font-size: 1.1em;
	font-weight: normal;
	color: #66686a;
}

#page blockquote {
	font-style: normal;
	font-weight: bold;
}

#page p a, #page p a:hover  {
	color: #f6a236;
	text-decoration: underline;
}

#page .question {
	font-style: italic;
	font-size: 1em;
}

#page .answer {
	font-style: normal;
	font-size: 1em;
}


/* ------------------------------------ 
Section: Aside */

#aside {
	width: 226px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#aside_top {
	width: 100%;
	height: 18px;
	background: url(../images/layout/bg_aside_top.gif) no-repeat top center;
}

#aside_middle {
	width: 100%;
	min-height: 180px;
	background: #fff url(../images/layout/bg_aside_middle.gif) repeat-y top center;
	padding: 0px;
	margin: 0px;
}

#aside_box {
	padding: 10px 16px 10px 16px;
}

#aside_box img.aside_img {
	border: 1px solid #666;
}

#aside_box div.example {
	border: 1px solid #666;
	margin: 0 0 15px 0;
	padding: 0;
	width: 190px;
	background-color: #444;
	color: #fff;
	text-align: center;
}

#aside_box a.example {
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0;
	text-decoration: none;
	color: #fff;
}

#aside_box a.example:hover {
	text-decoration: none;
	color: #fff;
}

#aside_box div.example img {
	margin: 0;
	padding: 0;
}

#aside_box div.example .info {
	font-size: 11px;
	color: #eee;
	line-height: 1em;
	padding: 2px 0 3px 0;
}

#aside_bottom {
	width: 100%;
	height: 19px;
	background: url(../images/layout/bg_aside_bottom.gif) no-repeat top center;
}

#aside h4 {
	margin: 0px 0px 1em 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}


/* ------------------------------------ 
Section: Nav Bottom */

#navbottom_wrapper {
	position: relative;
	clear: both;
	width: 858px;
	height: 95px;
	margin: 0px auto;
	padding: 0px;
	background: #FFF url(../images/layout/img_navbottom_sun.png) no-repeat bottom center;
}

#navbottom_box {
	width: 628px;
	padding: 0.2em 0px 0.2em 0px;
	text-align: center;
	position: absolute;
	left: 104px;
	bottom: 0px;
}

#navbottom_box ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navbottom_box ul li {
	display: inline;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 2em;
}

#navbottom_box ul li a {
	color: white;
	text-decoration: none;
}

#navbottom_box ul li a:hover {
	color: white;
	text-decoration: none;
}



/* ------------------------------------ 
Section: Footer */

#footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0.5em 0px;
	background: #29aae2;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}

#footer_box {
    width: 858px;
    margin: 0 auto;
}

#footer_wrapper a, #footer_wrapper a:hover {
	color: #fff;
	text-decoration: underline;
}



/* ------------------------------------ 
Popup */

body#popup {
	margin: 0;
	padding: 0;
}

body#popup.man #container {
	margin: auto;
	padding: 0;
	width: 676px;
	position: relative;
	background: #fff url(../images/layout/popup_background.jpg) repeat-x;
}

body#popup.man #helptext {
	color: #20A7E1;
	font-size: 1.2em;
	width: 200px;
	position: absolute;
	top: 130px;
	left: 370px;
	padding: 0 0 0 29px;
	background: url(../images/layout/arrow_left.gif) no-repeat 0px 3px;
}


body#popup.forehead #container {
	margin: auto;
	padding: 0;
	width: 579px;
	height: 424px;
	background: #fff url(../images/layout/popup_background_2.jpg) repeat-x;
}

body#popup.forehead #helptext {
	color: #20A7E1;
	font-size: 1.2em;
	padding: 5px 0 6px 30px;
	background: url(../images/layout/arrow_down.gif) no-repeat 3px 3px;
}

#container .fade {
	cursor: pointer;
	position: relative;
}

#container .fade div {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
}