body {
	/*background: #FFF url(/images/bkgd.jpg) repeat-x 0 0;*/
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 1000px;
	margin: 0 auto;	
	position: relative;
}

/* ***** HEADER ***** */

#header {
	position: absolute;
	right: 0;
	width: 1000px;
	background: transparent;
	z-index: 700;	
}

#upperNav {
	position: absolute;
	top: 5px;
	right: 25px;
	background: transparent;
	overflow: hidden;
	text-align: center;
	font: 300 11px/18px Arial;
	color: #aaa;
}

#upperNav a {
	margin: 0;
	padding: 0 5px;
	font: 300 11px/18px Arial;
	color: #aaa;
	text-align: center;
}

#searchHolder {
	position: absolute;
	top: 30px;
	right: 30px;
}

#searchHolder .searchField {
	width: 150px;
	text-align: right;
	padding: 0 5px;
	font: 300 12px/18px arial;
	color: #7e7e7e;
	border: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
}

#searchHolder .submit {
	border: 0;
	background: #CCC url(/images/button.jpg) no-repeat 0 0;
	color: #717d55;
	font: 600 11px/20px Arial;
	width: 54px;
	height: 20px;
	cursor: pointer;
}

#searchHolder .submit:hover {
	background: #CCC url(/images/button.jpg) no-repeat 0 -20px;
	color: #FFF;
}


/* ***** NAVIGATION ***** */
#navigation {
	position: absolute;
	top: 5px;
	left: 25px;
	width: 145px;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 800;
}

#navigation #siteLogo {
	margin: 10px 0;
}

#navigation ul.level_1 {
	padding: 0;
	width: 145px;
}

#navigation ul.level_1 li {
	position: relative;
	margin: 3px 0;
}

#navigation ul.level_1 li a {
	display: block;
	height: 19px;
	margin: 0;
	padding: 0 10px;
	background: #A10220 url(/images/nav_bkgd.jpg) no-repeat 0 0;
	font: 300 12px/19px Arial;
	letter-spacing: .1em;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

#navigation ul.level_1 li:hover a, 
#navigation ul.level_1 li a:hover {
	color: #A10220;
	font: 600 12px/19px arial;
	background: #A10220 url(/images/nav_bkgd.jpg) no-repeat 0 -19px;
	
}

#navigation ul.level_1 li a.select, 
#navigation ul.level_1 li a.select {
	color: #FFF;
	font: 600 12px/19px arial;
	background: #A10220 url(/images/nav_bkgd.jpg) no-repeat 0 -38px;
}

.js #navigation ul.level_1 li ul.level_2 {
	display: none;
}

#navigation ul.level_1 li ul.level_2 {
	background: #FFF;
	list-style: none;
	margin: 0;
	border: 1px solid #DDD;
	border-top: 0;
	padding: 0;
	z-index: 900;
	overflow: hidden;
}

#navigation ul.level_1 li ul.level_2 li {
	padding: 0;
	margin: 0;
}

#navigation ul.level_1 li ul.level_2 li a {
	background: transparent;
	border: 0;
	color: #7f7f7f;
	text-align: left;
	display: block;
	padding-left: 20px;
	margin: 0;
	font: 300 11px/30px Arial;
	letter-spacing: 0;
	height: 26px;
	border-bottom: 1px solid #FFF;
}

#navigation ul.level_1 li ul.level_2 li a:hover {
	color: #7f7f7f;
	background: #DDD url(/images/nav_bkgd.jpg) no-repeat 0 -57px;
	border-bottom: 1px solid #ddd;
	font: 300 11px/30px Arial;
}

#navigation ul.level_1 li ul.level_2 li a.select,
#navigation ul.level_1 li ul.level_2 li a.select:hover {
	color: #A10220;
	background: #DDD url(/images/nav_bkgd.jpg) no-repeat 0 -57px;
	font: 600 11px/30px Arial;
	border-bottom: 1px solid #ddd;
}

/* ***** SUBNAV ***** */
#subNav {
	position: relative;
	margin-bottom: 5px;
}

#subNav a {
	color: #aaa;
	font: 300 11px/14px Arial;
	padding: 0 7px;
	border-right: 1px solid #c9c9c9; 
}

#subNav a:hover {
	text-decoration: underline;
}

#subNav a.select,
#subNav a.select:hover {
	color: #a10220;
	text-decoration: none;
}

/* ***** CONTENT ***** */
#contentContainer {
	background: transparent url(/images/content_bkgd_scroll.jpg) repeat-y 0 0;
	width: 1000px;
	overflow: auto;
	position: relative;
}

#contentHolder {
	background: transparent url(/images/content_bkgd.jpg) no-repeat 0 100%;
	padding: 78px 25px 25px 190px;
	overflow: auto;
	position: relative;
	min-height: 300px;
}

#contentHolder h1{
	color: #A3A3A3;
	font: 600 26px/32px Arial;
	font-style: italic;
	margin-bottom: 5px;
}

#content {
	position: relative;
	padding: 0 0 15px 0;
	z-index: 100;
	overflow: hidden;
	height: auto;
	min-height: 500px;
}

#content #pageOverview,
#content #pageContent {
	margin: 10px 0;
	padding: 0 5px 80px 5px;
}

#content #pageContent ul li{
	list-style: disc;
	margin: 0 15px;
}

#content #pageContent ol li{
	list-style: decimal;
	margin: 0 15px;
}

#content #pageContent h2 {
	text-align: left;
	background: #A10220 url(/images/content_header.jpg) no-repeat 0 0;
	height: 27px;
	font: 600 12px/23px Arial;
	color: #FFF;
	padding-left: 15px;
	width: 650px;
	margin: 20px 0;
}

#content #pageContent p {
	font: 300 12px/18px Arial;
	color: #000;
	margin: 5px 10px;
	width: 650px;
}

#content #pageContent ul {
	font: 300 12px/18px Arial;
	color: #000;
	margin: 5px 10px;
	width: 650px;
}

#content #pageContent p strong {
	color: #A10220;
	font: 600 12px/18px arial;
}

#content #pageContent a {
	color: #A10220;
	font: 300 12px/18px arial;
}

#content #pageContent table {
	width: 775px;
	background: transparent;
	margin: 10px 0 20px 0;
}

#content #pageContent table td {
	vertical-align: top;
	text-align: left;
	width: 50%;
}

#content #pageContent table td h2 {
	text-align: left;
	background: #A10220 url(/images/content_header.jpg) no-repeat 0 0;
	height: 27px;
	font: 600 12px/23px Arial;
	color: #FFF;
	padding-left: 15px;
	width: 430px;
} 

#content #pageContent table td p {
	font: 300 12px/18px Arial;
	color: #000;
	margin: 5px 10px;
}

#content #pageContent table td p strong {
	font: 600 12px/18px Arial;
	color: #7f7f7f;
}

/* ***** FOOTER ***** */

#footer {
	background: #BBB url(/images/footer_bkgd.jpg) repeat-x 0 0;
	border-top: 1px solid #c2c1c2;
	border-bottom: 1px solid #c2c1c2;
	height: 39px;	
	text-align: center;
	color: #7f7f7f;
	font: 300 11px/39px Arial;
}

#footer a {
	color: #7f7f7f;
	font: 300 11px/39px Arial;
	padding: 0 10px;
}

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

#footerAddress {
	text-align: center;
	color: #7f7f7f;
	font: 300 11px/40px Arial;
}

#footerAddress span {
	padding: 0 70px;
	white-space: nowrap;
}

#recognition {
	text-align: center;
	color: #7f7f7f;
	font: 300 11px/24px Arial;
	white-space: nowrap;
}

#recognition a {
	color: #a10220;
}

#recognition a:hover {
	text-decoration: underline;
}


/* ****** HOME ****** */
#homeContent {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	height: 600px;
}

#homeFlash {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	z-index: 300;
	background: transparent;
}

#popMenu {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#popMenu #popMenuBtn {
	width: 1000px;
	margin: 0 auto;
} 

#popMenu #popMenuBtn a{
	width: 34px;
	height: 18px;
	display: block;
	margin-left: 25px;
	background: #FFF url(/images/plus_minus_btn.jpg) no-repeat -34px 0;
	text-indent: -999em;
}

#popMenu #popMenuBtn a.opened{
	background: #FFF url(/images/plus_minus_btn.jpg) no-repeat 0 0;
}

.js #popMenu #popMenuContent,
.js #popMenu #popMenuContentHolder {
	display: none;
}

#popMenu #popMenuContent {
	height: 150px;
	padding-top: 10px;
	width: 100%;
	background: #d9d7d4;
	border-top: 1px solid #a10220;
}

#popMenu #popMenuContentHolder {
	width: 860px;
	height: 129px;
	padding: 10px 60px;
	margin: 0 auto;
	background: #eae9e7;
	border: 1px solid #bbb;
	border-bottom: 0;
	overflow: auto;
	position: relative;
	z-index: 400;
}

#popMenu #popMenuContentHolder .block {
	display: block;
	float: left;
	width: 274px;
	height: 130px;
	margin: 0 5px;
	padding: 0;
	border: 1px solid #bdbcbd;
	background: #FFF url(/images/gradient_block.jpg) repeat-x 0 bottom;
}

#popMenu #popMenuContentHolder .block h3 {
	background: #A10220 url(/images/block_header_bkgd.jpg) no-repeat 0 0;
	height: 24px;
	padding-left: 25px;
	font: 600 14px/24px Arial;
	color: #FFF;
	position: relative;
}


#popMenu #popMenuContentHolder .block h3 a {
	position: absolute;
	right: 15px;
	font: 300 11px/24px arial;
	text-decoration: underline;
	color: #ccc;
}

#popMenu #popMenuContentHolder .block h3 a:hover {
	color: #fff;
}

#popMenu #popMenuContentHolder .block p,
#popMenu #popMenuContentHolder .block ul {
	font: 300 12px/18px arial;
	color: #7f7f7f;
	margin: 8px 15px;
}

#popMenu #popMenuContentHolder .block ul li a{
	font: 300 12px/18px arial;
	color: #739bb9;
}

body.home #footerContainer {
	position: absolute;
	top: 600px;
	width: 100%;
}


/* ****** SITEMAP ***** */

#sitemap {
	margin: 20px;
}

#sitemap ul.level_1 li {
	margin: 5px 0;
}

#sitemap ul.level_1 li a{
	font: 600 14px/20px Arial;
	color: #7F7F7F;
}

#sitemap ul.level_2 {
	margin: 5px 15px;
}

#sitemap ul.level_2 li{
	margin: 5px 10px;
	list-style: disc;
	color: #7f7f7f;
}

#sitemap ul.level_2 li a{
	font: 300 12px/18px Arial;
	color: #7F7F7F;
}

