/*Common sitewide styles*/

* {
	margin: 0px;
	padding: 0px;
}

/*Style the body element*/
body {
	background-color: #E7E7E7;
	text-align: center;
	background-color: #626166;
}

/*Container of all contents of the page*/
div#airlock {
	width: 900px;
	height: 615px;
	margin: 10px auto 5px auto;
	text-align: left;
	background-color: #e7e5d9;
}

/*tabmenu - tab based nav menu at the top*/
div#tabmenu {
	clear:both;
	height: 29px;
	text-align: center;
	background-color: #626166;
}

div#tabmenu ul {
	list-style: none;
}

div#tabmenu ul li {
	float: left;
	display: inline;
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 29px;
	height: 29px;
	width: 123px;
	margin-left: 5px;
}

div#tabmenu ul li a {
	text-decoration: none;
	font-weight: bolder;
	font-size: .8em;
}

div#tabmenu ul li a:visited {
	text-decoration: none;
	font-weight: bolder;
	font-size: .8em;
}

div#tabmenu ul li a:hover {
	color: #0A4857;
}

div.banner {
	height: 141px;
	background-position: top left;
	background-repeat: no-repeat;
}

div.banner p {
	padding-top: 109px;
	text-align: right;
	padding-right: 20px;
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #1b5770;
	font-weight: bolder;
}

#tab1 { background-image: url(/images/tab_1.jpg); }
#tab1 a { color: #414415; }
#tab1 a:visited { color: #414415; }

#tab2 { background-image: url(/images/tab_2.jpg); }
#tab2 a { color: #746C4D; }
#tab2 a:visited { color: #746C4D; }

#tab3 { background-image: url(/images/tab_3.jpg); }
#tab3 a { color: #7E7654; }
#tab3 a:visited { color: #7E7654; }

#tab4 { background-image: url(/images/tab_4.jpg); }
#tab4 a { color: #847B5B; }
#tab4 a:visited { color: #847B5B; }

#tab5 { background-image: url(/images/tab_5.jpg); }
#tab5 a { color: #8C8363; }
#tab5 a:visited { color: #8C8363; }

#tab6 { background-image: url(/images/tab_6.jpg); }
#tab6 a { color: #9D9576; }
#tab6 a:visited { color: #9D9576; }

#tab7 { background-image: url(/images/tab_7.jpg); }
#tab7 a { color: #EEEDE8; }
#tab7 a:visited { color: #EEEDE8; }

/*leftnav - main navigational menu*/
div#leftmenu {
	float: left;
	width: 172px;
	height: 445;
	background-color: #AAA387;
	/*padding-top: 10px;*/
	background-image: url(/images/leftmenu_background2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div>leftmenu { height: 515px; }
/*leftmenumain - the main nav menu for site*/
ul#leftmenumain {
	list-style: none;
	margin-left: 5px;
}

ul#leftmenumain li {
}

ul#leftmenumain li a {
	padding-left: 20px;
	font-family: Arial, Serif;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
}

ul#leftmenumainli a:visited {
	font-family: Arial, Serif;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
}

ul#leftmenumain li a:hover {
	background-image: url(/images/leftmenu_arrow.jpg);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

/*leftmenuarea - link buttons to area-based pages*/
ul#leftmenuarea {
	margin-left: 26px;
	margin-top: 10px;
	list-style: none;
}

ul#leftmenuarea li {
	width: 120px;
	height: 31px;
	background-image: url(/images/area_button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 31px;
}

ul#leftmenuarea li a {
	text-decoration: none;
	font-weight: bolder;
	color: #01404F;
}

ul#leftmenuarea li a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #01404F;
}

ul#leftmenuarea li a:hover {
	text-decoration: none;
	color: #874830;
}

/*section header - information about current page*/
div#sectionheader {
	float: left;
	margin: 15px 0px 0px 15px;
	width: 578px;
	height: 130px;
	background-color: #f8f9f1;
	background-image: url(/images/sectionheader_background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div>sectionheader {
	width: 579;
}

div#sectionheader h2 {
	color: #626166;
	padding: 10px 10px 5px 0px;
	text-align: center;
	font-family: Arial;
}

div#sectionheader p {
	color: #626166;
	padding: 0px 20px 10px 20px;
	text-align: center;
	font-family: Arial;
}

div#sectionheader ul {
	height: 25px;
	text-align: center;
}

div#sectionheader ul li {
	display: inline;
}

div#sectionheader ul li a, div#sectionheader ul li a:visited{
	text-decoration: none;
	font-weight: bolder;
	color: #c2570f;
	line-height: 20px;
	font-size: 1.1em;
}

div#sectionheader ul li a img {
	border: 0px;
}
/*classes for divs with background images*/
div#contentwrap {
	float: left;
	width: 568px;
	height: 260px;
	margin: 10px 0px 0px 15px;
	background-color: #fff;
	padding: 10px 0px 10px 10px;
}

div#content {
	float: left;
	width: 568px;
	height: 260px;
	background-color: #fff;
	overflow: auto;
	color: #002e43;
	font-family: Arial;
	font-size:11pt;
}

img.leftcontentimg {
	float: left;
	clear: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.uploadedimg {
	height: 144px;
	width: 201px;
}

/*footer*/
div#footer {
	float: left;
	height: 78px;
	width: 628px;
	margin-top: 5px;
	background: transparent url(/images/picturebar2.jpg) no-repeat bottom left;
}

img#lifestyle {
	float: right;
	margin-top: 15px;
}

.marginleft0{ margin-left: 0px; }
.clr { clear: both; }
.noborder { border: 0px; }
.floatleft { float: left; }
.floatright{ float: right; }
.handcursor { cursor: pointer; }

