@charset "utf-8";
body {
	background: #FFE090;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	line-height: 1.3em;
	font-size: 80%;
}
a {
	color: #002B5E;
	background-color: transparent;
	text-decoration:  none;
	font-weight: bold;
	border: none;
}

a:hover {
	color: #FF7C00;
	border: none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #FF7C00;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
p {
	margin: .4em 0 .8em 0;
	padding: 0;
}
img {
	margin: 1em 0;
}

#pageWrapper {
	border: 2px solid #003A7E;
	background: #FFF;
}

/* ---- Header properties ---- */
#header {none repeat scroll 0 0 #FFE090
	/* background: white; */
}
#headerLogo {
	width: 233px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	float: left;
	position: relative;
}
#headerBanner {
	width: 100%;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
#headerRight {
	width: 160px;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: right;
	float: right;
	/* position: relative; */
}

.banneritem a {
	border: 0 none #FFF;
	color: #FFF;
}

/*  ---- Main Body Properties ----  */
.leftmenu {
	background: #CADFFF;
}

.leftmenu .colright {
	background-color: #fff;
}

.leftmenu .col1 {
	/* background: #fff url(../images/bgSoftRibbons.png) no-repeat center; */
	/* min-height: 535px; */
}

.leftmenu .col1 .pageTitle {
	text-align: right;
	/*padding: 80px 30px;*/
	margin-right: 3em;
	/*color: #9693AE;*/
}

/* .leftmenu .col1 div.blockTitle {
	padding: 3px;
	background-color: #FF7C00;
	color: #0050AE;
	font-weight: bold;
	text-align: justify;
}
.leftmenu .col1 div.blockTitle a {
	color: #0050AE;
	text-decoration: underline;
}
.leftmenu .col1 div.blockTitle a:hover {
	background-color: #FFFFFF;
	color: #FF7C00;
} */

.leftmenu .col1 .mainContent {
	margin: 0 auto;
	width: 95%;
	margin-top: 1em;
}
.leftmenu .col1 .narrowContent {
	float: left;
	width: 80%;
	/*margin-right: 5em;*/
	margin-top: 1em;
}
.leftmenu .col1 .procedureMenu {
	width: 20%;
	text-align: center;
	padding: 0.5em;
}
.leftmenu .col1 .procedureMenu a img {
	margin: 0.5em;
}

.leftmenu .col1 ul {
	padding-top:0;
}
.leftmenu .col1 li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
}
.leftmenu .col1 h1,
.leftmenu .col1 h2,
.leftmenu .col1 h3 {
	/*text-decoration: underline;*/
}
.leftmenu .col1 h1 {
	text-align: center;
	margin: 1em 0;
}
.leftmenu .col1 h2 {
	margin: 0.6em 0;
}
.leftmenu .col1 h3 {
	margin: 0.4em 0;
}
.leftmenu .col1 #rightColumn {
	float: right;
	padding: 0.5em;
	margin-top: 2em;
	vertical-align: top;
	text-align: center;
	width: 15%;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-top: 1px solid #68003D;
	border-bottom: 1px solid #68003D;
	border-left: 1px solid #68003D;
}
.leftmenu .col1 #rightColumn li  {
	list-style: none;
	padding: 0.2em;
}
.leftmenu .col1 #rightColumn a {
	line-height: 1em;
	display: block;
	padding: 0.3em;
	text-decoration: none;
}
.leftmenu .col1 #rightColumn a:hover {
	background: #F1E1B9;
	text-decoration: underline;
}
.leftmenu .col1 #rightColumn a span {
	display: block;
	clear: both;
}
.leftmenu .col1 #rightColumn a img {
	margin: 0.2em auto;
}
.leftmenu .col1 #rightColumn .moduletable_stats {
	color: #0050AE;
}

.leftmenu .col2 {
	background: #CADFFF;
}
.leftmenu .col2 .moduletable h3 {
	background: #FFF;
}
ul#mainMenu {
	display: block;
	border: none;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	width: auto;
	list-style: none;
	background-color: #CADFFF;
}

ul#mainMenu li {
	display: inline;
	margin: 1px 0px 1px 0px;
	padding: 0px;
	line-height: 1.2;
	/* width: auto; */
	list-style: none;
}
ul#mainMenu li a {
	display: block;
	background-color: #CADFFF;
	width: 94%;
	padding: 4px 4px 4px 3px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid #003A7E;
	border-bottom: 2px solid #003A7E;
}
ul#mainMenu>li a {
	width: auto;
}
ul#mainMenu li a:hover {
	background: #FFFFFF;
	color: #FF7C00;
	text-decoration: none;
}

ul#mainMenu li#current a {
	background-color: #FFFFFF;
	color: #FF7C00;
	border-top: 2px solid #003A7E;
	border-left: 2px solid #003A7E;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

ul#mainMenu li#current a:hover {
	background-color: #FFFFFF;
	color: #0058C2;
	text-decoration: none;
}

ul#mainMenu li.parent li, ul#mainMenu li#current li {
	margin: 1px 0px 1px 0px;
	padding: 0px;
	line-height: 1;
	width: auto;
	list-style: none;
	/* border-bottom: 1px solid black; */
}
ul#mainMenu li.parent li a, ul#mainMenu li#current li a {
	background-color: #FFE090;
	background-image: url(../images/arrows2.gif);
	background-repeat: no-repeat;
	color: #0058C2;
	display: block;
	margin: 0px;
	padding-left: 24px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid #A44F00;
	border-bottom: 2px solid #A44F00;
	/* width: 94%; */
}
ul#mainMenu>li.parent li a, ul#mainMenu li#current li a {
	/* width: auto; */
}

ul#mainMenu li.parent li a:hover, ul#mainMenu li#current li a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/arrows2.gif);
	background-repeat: no-repeat;
	color: #FF7C00;
	text-decoration: none;
}

ul#mainMenu li.parent li#current a {
	background-color: #FFFFFF;
	background-image: url(../images/arrows2.gif);
	background-repeat: no-repeat;
	color: #FF7C00;
	/* width: 94%; */
	border-top: 2px solid #A44F00;
	border-left: 2px solid #A44F00;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

ul#mainMenu li.parent li#current a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/arrows2.gif);
	background-repeat: no-repeat;
	color: #0058C2;
	text-decoration: none;
}

/* .leftmenu .col2 ul.menu {
	color: #A78394;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top: 1px solid #68003D;
	border-right: 1px solid #68003D;
	border-bottom: 1px solid #68003D;
	margin-top: 2em;
	padding-bottom: 0.3em;
}
 */
 .leftmenu .col2 li {
	list-style-position: outside;
	list-style-type: none;
	font-weight: bold;
	margin-left: 1em;
	padding: 0.2em 0.5em 0.2em 0;
}
.leftmenu .col2 li a {
	padding: 0.2em 0;
	line-height: 1.3em;
	display: block;
}

/* .leftmenu .col2 ul.menu ul li {
	/*list-style-type: disc;*/
	padding: 0.2em 0.1em;
	font-size: 0.8em;
} */

.col2 h2 {
	text-align: center;
}

/* ---- Footer properties ---- */
.footLeft {
	width: 33%;
	text-align: left;
	font-size: x-small;
}
.footMid {
	text-align: center;
	font-size: x-small;
}
.footRight {
	width: 33%;
	text-align: right;
	font-size: x-small;
}
.footBottom {
	width: 100%;
	text-align: center;
	font-size: x-small;
}

.outerSpace {
	width: 5px;
}

.span_sectionTitle { 
	color: #0050ae; 
	font-size: larger; 
	font-weight: bold; 
}

.span_sectionHighlight { 
	font-style: italic; 
	background-color: #ffe090; 
}

.img_birds { 
	border: solid 1px #0050ae; 
}

#p-container div center {
	display: none;
}

div.wesOrangeRule {
	background-color: #FF7C00;
	border-color: #FFC100 #A44F00 #A44F00 #FFC100;
	border-style: solid;
	border-width: 2px 3px;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: right;
	clear: both;
}
div.wesOrangeRule a {
	color: #0050AE;
}
div.wesOrangeRule a:hover {
	background-color: #FFFFFF;
	color: #FF7C00;
}

div.wesBlueBoxFooter {
	color: white;
	font-size: x-small;
	text-align: center;
	vertical-align: middle;
	background-color: #0058C2;
	border-top-color: #6298D9;
	border-top-width: 2px;
	border-top-style: solid;
	border-left-color: #6298D9;
	border-left-width: 3px;
	border-left-style: solid;
	border-right-color: #003A7E;
	border-right-width: 3px;
	border-right-style: solid;
	border-bottom-color: #003A7E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 5px;
}

.wesRuleOnly {
	height: 4px;
}

#footer {
	/* background: #FFF; */
}
#footer div.footAddress {
	/*margin: 0px auto;*/
}

.disclaimer {
	text-decoration: none;
	font-style: italic;
	font-size: 0.85em;
	margin-top: 2em;
}
#footerDebug fieldset {
	border: 0;
}
