@charset "utf-8";
/* CSS Document */

/*
Page Section
*/
#wrapper {
	width: 900px;
	margin: 10px auto;
}
#header {
	margin: 0;
	padding: 10px 0 20px;
}
#globalnav {
	width: 900px;
	margin: 0;
	padding: 0;
}
#main {
	margin: 0;
	padding: 15px 0;
}
#footer {
	margin: 20px 0 0;
	padding: 20px 0;
	border-top: dotted 1px #8aa4b4;
}
/*
Site Navigation
*/
#sitemenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemenu-tab {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.sitemenu-tab.current {
	background: #ffb014 url(/img/shared/menutab_on_begin.gif) no-repeat top left;
}
.sitemenu-tab:hover {
	background: #2ecce6 url(/img/shared/menutab_over_begin.gif) no-repeat top left;
}
.sitemenu-tab a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.9em;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0px 10px;
}
.sitemenu-tab a:link, .sitemenu-tab a:visited, .sitemenu-tab a:active {
	color: #f2546e;
	background: none;
}
.sitemenu-tab.current a:link, .sitemenu-tab.current a:visited, .sitemenu-tab.current a:active {
	color: #ffffff;
	background: url(/img/shared/menutab_on_end.gif) no-repeat top right;
}
.sitemenu-tab a:hover, .sitemenu-tab.current a:hover {
	color: #ffffff;
	background: url(/img/shared/menutab_over_end.gif) no-repeat top right;
}
/*
Contexture Info
*/
#corplogo {
	margin: 0;
	padding: 0 10px;
}
#pagetitle {
	background: #e62454 url(/img/shared/pagetitle_bg_end.gif) no-repeat top right;
	width: 900px;
	margin: 0 0 15px;
	padding: 0;
}
#pagetitle h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
	color: #ffffff;
	background: url(/img/shared/pagetitle_bg_begin.gif) no-repeat top left;
	margin: 0;
	padding: 0 30px;
}
#pagetitle a {
	text-decoration: none;
	color: #ffffff;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #f2546e;
	text-align: center;
	margin: 0;
	padding: 0;
}

