@charset "utf-8";
/* CSS Document */

body  {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	position: relative;
	width: auto;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(bg_grad.jpg);
	background-repeat: repeat-x;
	filter: DropShadow(Color=#333333, OffX=5, OffY=5, Positive=true);
}
.twoColFixLtHdr #container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #ecf2f7;
	color: #333333;
} 
.twoColFixLtHdr #header {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width:760px;
	height: 165px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(images/wable_bnr.jpg);
} 


.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 102px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 13px;
	font-size: 16pt;
	color: #FFFFFF;
	font-style: normal;
	line-height: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 161px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	background-color: #FFFFFF;
} 

.twoColFixLtHdr #team1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 220px;
	float: left;
}

.twoColFixLtHdr #team2 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 220px;
	float: right;
}

.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccd2d2;
	font-size: 10pt;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#siteName{
	margin: 0px;
	color: #333333;
	font-weight: bold;
	clear: both;
	height: 25px;
	width: 80%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	position: relative;
	top: 30px;
	right: 0px;
	font-size: 120%;
	font-style: italic;
}

/************** utility styles *****************/

#utility{
	position: absolute;
	top: 5px;
	color: #919999;
	right: 6px;
	left: 500px;
	width: 250px;
	z-index: 2;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}

#utility a{
	color: #ffffff;
}

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

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 760px;
	height: 20px;
	left: 0px;
	top: 145px;
	z-index: 3;
	background-repeat: repeat-x;
	background-image: url(glbnav_background.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.globalNav a:link {
	font-size: 9pt;
	color: #003366;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.globalNav a:visited {
	font-size: 9pt;
	color: #003366;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.globalNav a:hover, a:active{
	color: #006699;
	text-decoration: none;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	z-index: 6;
	vertical-align: top;
	position: relative;
	top: 0px;
	font-size: 14px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	font-size: 11pt;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #fff;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	color: #21536A;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #fff;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	border-bottom: 1px solid #fff;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F5f7f7;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 115%;
	font-weight: bold;
}

.relatedLinks a{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 124px;
	left: 0px;
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
	font-size: 10pt;
}

#advert img{
	display: block;
}

#advert ul{
	display: block;
	text-align: left;
	list-style-position: outside;
	list-style-type: square;
	left: 2px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

.picsmall {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightcolumn {
	float: right;
	height: auto;
	width: 200px;
	padding-left: 5px;
	clear: none;
	font-size: 70%;
	line-height: normal;
	padding-right: 10px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 12pt;
}

.story h3{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.story p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** feature styles *****************/

.feature{
	font-size: 80%;
	line-height: normal;
	padding: 0px;
}
html>body .feature {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 5px;
	top: 5px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	top: 3px;
}

h4{
	font: bold 100% Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 4px 0px 0px;
}

h5{
	font: 100% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.smallblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	}
