/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0px;
  padding: 0px;
}

body{
	background: white;
	text-align: center; /*center hack*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* line-height: 1.3em; */
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: black;
}

a {
	color: #002B5E;
	background-color: transparent;
	text-decoration:  none;
	font-weight: bold;
	border: none;
}

a:hover {
	color: #FF7C00;
	border: none;
}

input.button { cursor: pointer; }

img { border: 0px none; }

table {
	width: 100%;
	margin: 5px;
	padding: 5px;
	font-size: small;
	border-spacing: 0px;
}
table td {
	padding: 0px;
	border-width: 0px;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
th {
	background-color: #2F5376;
	color: #FFFFFF;
	padding : 2px;
	vertical-align : middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul { 
	margin: 2px; 
	padding: 2px; 
	list-style: decimal inside; 
	text-align: left;
}
li { 
	margin-left: 2px; 
	list-style: square inside; 
	color: #2F5376;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0px;
	margin-bottom: 1px;
}

#wrap {
	width: 100%
	margin: 0px auto; /*center hack*/
	text-align: left; /*center hack*/
}

#wrap-smart {
	min-width: 760px;
	max-width: 960px;
	width: auto !important; /*IE6 hack*/
	width: 960px; /*IE6 hack*/
	margin: 0px auto; /*center hack*/
	text-align: left; /*center hack*/
}

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#source {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#pagewidth-800{
	width:770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(../images/back_all.gif) repeat-y 0px 140px;
	margin-bottom: 20px;
}

#pagewidth-1024{
	width:970px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(../images/back_all1024.gif) repeat-y ;
	margin-bottom: 20px;
}

#header {
	height:  80px;
	width:  100%; 
 }

#top-top {
	height: 30px;
	width: 100%;
	background: transparent;
}

#top-bottom {
	height: 80px;
	width: 200px;
	background: transparent;
	float: left;
}

#search {
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: 28px;
	float: right;
	background: url(../images/back_search.jpg) right top no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	vertical-align: top;
}

#search .inputbox{
	width: 100px;
	height: 18px;
	font-size: 10px;
	background: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

#search .button{
	margin: 0px;
	padding: 0px;
	height: 14px;
	font-size: 10px;
	background: transparent;
	border: none;
	line-height: 10px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#topmenu{
	height: 20px;
	float: right;
	width: 600px;
}


#pathway{
	width: 500px;
	height: 19px;
	padding-left: 20px;
	padding-top: 5px;
}

#leftcol{
	width: 152px;
	float: left;
	position: relative;
	margin-right: 5px;
}

#rightcol-normal{
	width: 155px;
	float: right;
	position: relative;
	margin-right: 1px;
	margin-top: -22px;
}

#rightcol-broad{
	width: 180px;
	float: right;
	position: relative;
	margin-right: 1px;
	margin-top: -22px;
}

#outer-800{
	width: 770px;
	padding-top: 6px;
}

#outer-1024{
	width: 970px;
	padding-top: 6px;
}

#footer-800{
	height: 40px;
	width:100%;
	background: transparent url(../images/footer.jpg) bottom left no-repeat;
	font-size: 10px;
}

#footer-1024{
	height: 40px;
	width: 100%;
	background: transparent url(../images/footer1024.jpg) bottom left no-repeat;
	font-size: 10px;
}

#maincol-normal-800{
	float: left;
	width: 450px !important;
	margin-left: 0px !important;
	margin-left: -5px;
	width: 446px;
}

#maincol-broad-800{
	float: left;
	width: 422px !important;
	margin-left: 0px !important;
	margin-left: -5px;
	width: 417px;
}

#maincol-wide-800{
	float: left;
	width: 600px !important;
	width: 595px;
	margin-left: 0px !important;
	margin-left: -5px;
	padding-top: 3px !important;
	padding-top: 0px;
}


#maincol-normal-1024{
	float: left;
	width: 650px;
	margin-left: 0px !important;
	margin-left: -5px;
}

#maincol-broad-1024{
	float: left;
	width: 622px;
	margin-left: 0px !important;
	margin-left: -5px;
}

#maincol-wide-1024{
	float: left;
	width: 800px;
	padding-top: 3px !important;
	padding-top: 0px;
	margin-left: 0px !important;
	margin-left: -5px;
}

#banner {
	width: 478px;
	height: 69px;
	float: right;
	padding-left: 6px;
	padding-top: 6px;
}

iframe.wrapper {
	z-index: 0;
}

.clr{
	clear:both;
}

.content {
	padding: 0;
	font-size: 10px; }
.main {
	margin: 0px;
	padding: 0px;
}

div#content {
	text-align: left;
	padding: 8px;
	background-color: white;
}

/* ---- Header properties ---- */
td#headerLogo {
	width: 233px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}
td#headerBanner {
	width: 100%;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
td#headRight {
	width: 160px;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: right;
}

/* ---- Columns ---- see foot and right versions in WES section below */
/* Left */
td#leftcolumn {
	width: 170px; 
	border-right: 1px solid #0050AE; 
	font-size:12px;
}
td#leftcolumn th {
	background-color: #0050AE; 
	color: #FFC100; 
	vertical-align: middle;
}

td#leftcolumnfoot {
	width: 170px;
	border-right: 1px solid #0050AE;
	font-size: 12px;
}
td#leftcolumnfoot th {
	background-color: #0050AE;
	color: #FFC100;
	vertical-align: middle;
}
td#leftcolumnfoot div.blockTitle {
	padding: 3px; 
	background-color: #0050AE; 
	color: #FFC100; 
	font-weight: bold;
}

/* Center */
td#centercolumn {
	font-size: 12px;
}
td#centercolumn th {
	background-color: #0050AE;
	color: #FFC100;
	vertical-align: middle;
}
td#centercolumn div.blockTitle {
	padding: 3px;
	background-color: #FF7C00;
	color: #0050AE;
	font-weight: bold;
	text-align: justify;
}
td#centercolumn div.blockTitle a {
	color: #0050AE;
	text-decoration: underline;
}
td#centercolumn div.blockTitle a:hover {
	background-color: #FFFFFF;
	color: #FF7C00;
}

td#centercolumnfoot {
	font-size: 12px;
}
td#centercolumnfoot th {
	background-color: #0050AE;
	color: #FFC100;
	vertical-align: middle;
}
td#centercolumnfoot div.blockTitle {
	padding: 3px;
	background-color: #FF7C00;
	color: #0050AE;
	font-weight: bold;
}
td#centercolumnfoot div.blockContent {
	padding: 3px;
	line-height: 120%;
	background-color: #EEF0FF;
}
td#centercolumnfoot div.blockTitleRight {
	padding: 3px;
	background-color: #FF7C00;
	color: #0050AE;
	font-weight: bold;
	text-align: right;
}
td#centercolumnfoot div.blockTitleRight a {
	color: #0050AE;
}
td#centercolumnfoot div.blockTitleRight a:hover {
	background-color: #FFFFFF;
	color: #FF7C00;
}

/* Right */
td#rightcolumn {
	width: 170px;
	border-left: 1px solid #0050AE;
	font-size:12px;
}
td#rightcolumn th {
	background-color: #0050AE;
	color: #FFC100;
	vertical-align: middle;
}

td#rightcolumnfoot {
	width: 170px;
	border-left: 1px solid #0050AE;
	font-size: 12px;
}
td#rightcolumnfoot th {
	background-color: #0050AE;
	color: #FFC100;
	vertical-align: middle;
}
td#rightcolumnfoot div.blockTitle {
	padding: 3px;
	background-color: #0050AE;
	color: #FFC100;
	font-weight: bold;
}
td#rightcolumnfoot div.blockContent {
	padding: 3px;
	line-height: 120%;
}

td.fillColumnBlue {
	width: 5px;
	background-color: #0050AE;
}
td.fillColumnOrange {
	width: 5px;
	background-color: #FF7C00;
}

td.Blue {
	background-color: #0050AE;
}
td.Orange {
	background-color: #FF7C00;
}

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

td.outerSpace {
	width: 5px;
}

div.wesOrangeRule {
	background-color: #FF7C00;
	border-top-color: #FFC100;
	border-top-width: 2px;
	border-top-style: solid;
	border-left-color: #FFC100;
	border-left-width: 3px;
	border-left-style: solid;
	border-right-color: #A44F00;
	border-right-width: 3px;
	border-right-style: solid;
	border-bottom-color: #A44F00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: right;
}
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;
}

/* Modules */

#leftcolumn div.moduletable, #rightcolumn div.moduletable {
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
}

#leftcolumn div.moduletable h3, #rightcolumn div.moduletable h3 {
	font-size: 14px;
	padding: 2px 3px 1px 3px;
	margin: 0px -5px 3px -5px;
	background-color: #0050AE;
	color: #FFC100;
	font-weight: bold;
	width: 103%;
}

div.module h3.notused {
	width: 130px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#leftcolumn div.moduletable_menu h3, #rightcolumn div.moduletable_menu h3 {
	font-size: 14px;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 0px 0px;
	background-color: #0050AE;
	color: #FFC100;
	font-weight: bold;
	width: 100%;
}

#leftcolumn div.moduletable_menu table, #leftcolumn div.moduletable table, #rightcolumn div.moduletable_menu table, #rightcolumn div.moduletable table {
	padding: 3px;
	line-height: 120%;
	background-color: #EEF0FF;
}

#rightcol-broad div.module {
width: 177px;
background: transparent url(../images/module_middle_wide.jpg) left repeat-y;
margin-bottom: 10px;
}

#rightcol-broad div.module div {
width: 177px;
background: transparent url(../images/module_top_wide.jpg) top left no-repeat;
}

#rightcol-broad div.module div div {
width: 177px;
background: transparent url(../images/module_bottom_wide.jpg)  bottom left no-repeat;
}

#rightcol-broad div.module div div div{
width: 162px;
padding-left: 5px;
padding-right: 10px;
padding-top: 10px;
background: transparent;
padding-bottom: 10px;
font-size: 10px;
}

#rightcol-broad div.module div div div div{
padding: 0px;
margin: 0px;
}

div.module h3 {
font-size: 14px;
width: 130px;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-bottom: 5px;
}

#user1{
float: left;
width: 49%;
}

#user2{
float: right;
width: 49%;
}

#user3 {
width: 100%;
}

#user1 ul, #user2 ul, #user3 ul {
list-style: none;
margin: 0px;
padding: 0px;
padding-left: 0.7em;
margin-left: 0.7em;
margin-bottom: 5px;
margin-top: 2px;
}

/* Topmenu */

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	white-space: nowrap;
}

ul#mainlevel-nav li{
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0px;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 1px;
}

ul#mainlevel-nav li a{
	font-weight: normal;
	height: 20px;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: none;
	color: #CCCCCC;
	margin-left: 5px;
	white-space: nowrap;
}



/* Main Menu(s) */

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(/contents/templates/wes02/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(/contents/templates/wes02/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(/contents/templates/wes02/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(/contents/templates/wes02/images/arrows2.gif);
	background-repeat: no-repeat;
	color: #0058C2;
	text-decoration: none;
}

/* Legacy types */
td#mainmenu a.menuSubSub {
	padding-left: 36px;
/* 	background: url(images/arrows2.gif) no-repeat; */
	background-color: #FFE090;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #003A7E;
	border-bottom: 1px solid #003A7E;
}

a.mainlevel {
	background-color: #CADFFF;
	display: block;
	margin: 0px;
	padding: 4px;
	padding-left: 3px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid #003A7E;
	border-bottom: 2px solid #003A7E;
}

html>body a.mainlevel {width:135px;} /* Opera5-Fix-fix ;-) */

a.mainlevel:hover {
	background: #FFFFFF;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #FF7C00;
	border-top: 2px solid #003A7E;
	border-left: 2px solid #003A7E;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

a.sublevel {
	background: url(/contents/templates/wes02/images/arrows2.gif) no-repeat;
	background-color: #FFE090;
	display: block;
	margin: 0px;
	padding-left: 24px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid #7A3C00;
	border-bottom: 2px solid #7A3C00;
}

a.sublevel:hover {
	background: #FFFFFF;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #0058C2;
	border-top: 2px solid #7A3C00;
	border-left: 2px solid #7A3C00;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
	width: 123px;
}


/* Module specific */

#leftcol div.module div div div div.syndicate {
	background: transparent;
	width: 137px;
	margin: 0px;
	padding: 0px;
}

#leftcol div.module div div div div.syndicate div {
	background: transparent;
	width: 137px;
	margin: 0px;
	padding: 0px;
}


/* Other Mambo Stuff */

#title {
}
.mosimage {
	border: 1px solid #cccccc;
	margin: 5px
}

.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

hr {
	width:  90%;
 }
hr.separator {
	width:  40%;
 }
a.pnav {
}
.pnav:hover {
}
.small {
	font-size: 10px;
	color: #ABABAB;
	line-height: 0.7;
}
.smalldark {
	font-size: 10px;
	color: #000;
	height: 10px;
	line-height: 10px;
	text-align: left;
}

.sectiontableentry1 {
	text-align: left;
	background: #EFEFEF;
	font-size: 10px;
	padding: 2px;
}
.sectiontableentry2 {
	background: #FFF;
	font-size: 10px;
	text-align: left;
	padding: 2px;
}
.button {
	border: 1px solid #BBBBBB;
}
.inputbox {
border: 1px solid #BBBBBB;
}

.createdate {
font-size: 10px;
color: #ABABAB;
height: 10px;
line-height: 0.7;
}
.modifydate {
font-size: 10px;
color: #ABABAB;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}
a.readon {
font-size: 10px;
text-decoration: none;
line-height: 15px;
border: 1px solid #EEEEEE;
padding-left: 13px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}

.blog_more {
font-size: 10px;
}

a.readon:hover {
background: #EEEEEE url(../images/readon.gif) no-repeat left;
text-decoration: none;
}

.blog {
width: 100%;
}

.contentheading {
width: 98%;
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
border-bottom: 1px solid #002E61;
font-family: 'Trebuchet MS', verdana, sans-serif;
color: #002E61;
}

.contentpaneopen {
	text-align: left;
	background: transparent;
	font-size: 10px;
	line-height: 1.2;
	margin: 0; }

table.contentpane td.contentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: 'Trebuchet MS', verdana, sans-serif;
border: none;
}

table.contentpane ul {
margin: 0px;
padding: 0px;
list-style: none;
}

table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
}

.contentdescription {
font-size: 10px;
}
.sectiontableheader {
font-weight: bold;
font-size: 10px;
height: 25px;
line-height: 25px;
}
.categorytitle {
font-weight: bold;
font-size: 16px;
height: 25px;
line-height: 25px;
font-family: "Trebuchet MS", Verdana, sans serif;
}
.componentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: "Trebuchet MS", Verdana, sans serif;
border-bottom: 1px solid #002E61;
color: #002E61;
margin-bottom: 5px;
}
a.category {
text-decoration:  underline;
 }
a.category:hover {
text-decoration:  underline; 
 }
table.moduletable {
width:  100%; 
font-size: 80%;
 }
table.moduletable th  {
font-size: 80%;
}

.poll {
font-size: 10px;
text-align: center;
}


.back_button a{
font-size: 10px;
font-weight: normal;
}

.blogsection {
font-size: 10px;
}

.blog_more ul li{
list-style: none;
padding-left: 14px;
line-height: 18px;
}

table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}

table.contenttoc th{
font-weight: bold;
font-size: 10px;
border-bottom: 1px solid #BBBBBB;
}

/******************************/
/*** End of template styles ***/
/******************************/
