﻿/* Reset html elements*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, caption, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i, marquee
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	text-indent: 0;
}

/* Default Styles */
body, td, div, span, a
{
	font:normal 97% Arial, sans-serif;
}

a > img,
a img
{
	border:none;
}

h1
{
	color: #0D3269;
	font-size: 1.5em;
	font-weight: bold;
}

h2, h3, h5, h6
{
	color: #606060;
	font-weight: normal;
	line-height: 1.6em;
	margin: 10px 0;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

h4 /* Reserved */
{
	font-size: 1.5em;
	padding: 25px 0 0;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1.0em;
}

p
{
	margin: 0px;
	padding: 10px 0 20px;
	line-height: 16px;
}

pre
{
	font-family: "Lucida Console" ,Courier, "Courier New" ,monospace;
}

a,
a:link,
a:focus,
a:visited
{
	color: #003366;
	font-size: 1.0em;
	text-decoration: none;
}

a:hover
{
	color: #444444;
	text-decoration: underline;
}

abbr
{
	color: #414141;
}

b
{
	font-weight: bold;
}

center
{
	text-align: center;
}

blockquote, cite, h4
{
	color: #0D3269;
	font-family: "Times New Roman" , Times, serif;
	text-align: left;
	line-height: 1.2em;
	margin-left: 30px;
}

blockquote
{
	display: block;
	font-size: 2.1em;
	margin-top: 10px;
}

blockquote:before, blockquote:after
{
	display: block;
	font-size: 2.1em;
	width: 30px;
}

blockquote:before
{
	content: open-quote;
	height: 0;
	margin-left: -0.555em;
}

blockquote:after
{
	content: close-quote;
	height: 0;
	margin-top: -18px;
	margin-left: 190px;
}

cite
{
	font-size: 1.4em;
	font-style: italic;
}

label, legend
{
}

li
{
	line-height: 14px;
	padding: 0 0 5px 15px;
	text-indent: 0;
}


/* Site Skeleton */
body
{
	margin: 0px;
	padding: 0px;
	background: #fdfdff url(../Images/bkggray.jpg) repeat-x;
	color: #272b2e;
	display: block;
}

div
{
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Container
{
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	width: 1050px;
}

/* 2 Column Layout */
.CenterColumn
{
	float:left;
	width:480px;
}

.CenterColumnContent
{
	margin: 10px 10px 10px 0px;
}

/* Utility Navigation */
.UtilityNav
{
	background: url('../Images/UtilityNavBackground.gif') no-repeat;
	background-color: #4a4d50;
	height: 129px;
	padding: 0px 0px 9px 0px;
	width: 1050px;
}

.UtilityNavLinks
{
	position: relative;
	color: #FFFFFF;
	height: 25px;
	left: 323px;
	top: 25px;
	width: 223px;
	margin: 0;
	outline-color: -moz-use-text-color !important;
	outline-style: none !important;
	outline-width: 0 !important;
	padding: 5px 0 0 10px;
}

.UtilityNavLinks a
{
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	margin: 0 10px;
	text-decoration: none;
}

.UtilityNavLinks a:hover
{
	color: #6983a2;
}

.UtilityNavSearch
{
	background: url('../Images/UtilityNavSearch.gif') no-repeat;
	position: relative;
	height: 25px;
	top: 40px;
	left: 340px;
	width: 212px;
}

.SearchText
{
	float:left;
	border: medium none;
	font-family: Arial,Tahoma;
	height: 15px;
	margin: 5px 0 0 8px;
	width: 170px;
}

.SearchGo
{
	float:left;
	height:25px;
	width:25px;
	border:solid 1px orange;
}

.UtilityLogo
{
	float:left;
	width:410px;
	height:120px;
	text-align:right;
}

.UtilityLogo img
{
	width:350px;
	height:120px;
}

/* Main Content */
.MainContent
{
	width: 1050px;
	padding-top:20px;
}

/* left rail */
.MainContentLeft
{
	float: left;
	width: 280px;
}

.MainContentLeftIn
{
	padding:0px 20px 20px 30px;
}

/* center/full content */
.MainContentBody, .MainContentBodyWide
{
	float: left;
}

.MainContentBody
{
	width: 480px;
}

.MainContentBody img
{
	padding-bottom: 10px;
}

.MainContentBodyWide
{
	width: 750px;
}

.MainContentIn
{
	padding:10px;
}

/* right rail */
.MainContentRight
{
	float: right;
	width: 250px;
	margin: 10px 30px 30px 0px;
}

/* Home Page Content */
.News .NewsItemsList .ReadMore, .HighlightsContentContainer .WhatsNew .ReadMore, .HighlightsContentContainer .OtherHighlights .ReadMore
{
	color: #414141;
	padding-left: 15px;
}

.News .NewsItemsList .ReadMore:hover, .HighlightsContentContainer .WhatsNew .ReadMore:hover, .HighlightsContentContainer .OtherHighlights .ReadMore:hover
{
	color: #ccc;
	padding-bottom: 10px;
}

/* News */
.News
{
	float: right;
	width: 240px;
	margin-top: 10px;
}

.NewsItems
{
	padding:0px 10px;
}

.NewsItemsList h3
{
	font-weight:bold;
	padding:10px 0px 0px 0px;
	margin:0px;
	color:#0d3269 !important;
}

.WhatsNew, .OtherHighlights
{
	width: 48%;
	float: left;
	margin-bottom: 10px;
	background: transparent url(../Images/GradientDarkTopLightBottom.gif) repeat-x scroll 0 -50px;
}

/* What's New */
.WhatsNew
{
	margin-right: 10px;
}

.WhatsNew ul, .OtherHighlights ul
{
	padding: 12px 0 0;
	color: #0D3269;
	list-style-type: none;
}

.WhatsNew a, .OtherHighlights a, .NewsItemsList a
{
	color: #40789b;
	padding: 0;
	text-indent: 0;
}

.WhatsNew a:hover, .OtherHighlights a:hover, .NewsItemsList a:hover
{
	color: #ccc;
}

.LightBlueHeading, .DarkBlueHeading, .DarkGrayHeading
{
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 0 2px 15px;
}

.LightBlueHeading
{
	background: #086db1;
}

.DarkBlueHeading
{
	background: #00447d;
}

.DarkGrayHeading
{
	background: #333;
}

/* Member's Menu */
.MembersMenuContainerHeader
{
	display: block;
	font-size:.9em;
}

.MembersMenuContainerHeader ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.MembersMenuContainerHeader li
{
	padding: 0;
	text-indent: 0;
	float: left;
	margin-right: 10px;
}

.MembersMenuContainerHeader .logout
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #CCCCCC none repeat scroll 0 0;
	float: right;
	margin: 10px 0 0;
	padding: 3px 5px;
}

/* Login Box */
.LoginContainer
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #D2CFD4 url(../Images/LoginBackground.gif) repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	margin: 10px 0;
	padding: 0 20px 0 20px;
}

.LoginContainerHeader
{
	color: #333333;
	margin: 12px 0 9px;
}

.LoginContainerField
{
	margin: 0 0 7px;
	width: 170px;
}

.LoginContainerField input
{
	color: #333333;
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 2px 0 2px 5px;
	width: 145px;
	font-size:.9em;
}

.LoginContainerContent
{
	margin: 0 0 3px;
	text-align: right;
	width: 160px;
}

.LoginContainerContent input
{
	background:none;
	border:none;
}

.LoginContainerContent a
{
	text-decoration: none;
	color: #333;
}

.LoginContainerContent a:hover
{
	color: #0D3269;
}

/* Footer */
.FooterContainer
{
	width: 100%;
	background: url('../Images/FooterBackground.gif') repeat-x;
}

.Footer
{
	height: 93px;
	margin: 0 auto;
	width: 1050px;
	font-size:.9em;
}

.Footer a
{
	color: #fdfefe;
}

.Footer a:hover
{
	color: #ccc;
}

.FooterLeft
{
	color: #fdfefe;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 35px;
	width: 740px;
}

.FooterRight
{
	color: #fdfefe;
	float: right;
	margin: 20px 45px 0 0;
	padding: 0px 0px 0px 0px;
}

.UsernameInput
{
	background: #fff url("../Images/bg_username.gif") no-repeat 1px 2px;
}

.PasswordInput
{
	background: #fff url("../Images/bg_password.gif") no-repeat 1px 2px;
}

.alert
{
	padding:5px;
	color:#cc0000;
}

td.bio-text
{
	vertical-align:top;
	padding-bottom:20px;
}

td.bio-image
{
	width:130px;
	vertical-align:top;
	padding-bottom:20px;
}
