@charset "utf-8";
@import url(contribute.css);
/*****  Flatline For Cross-Browser Uniformity ***************************/
/** {
	margin:0; padding:0
}*/

/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	[disabled]border:0; 
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}*/
html, body, div, span, object, iframe,  blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, /*sup,*/ var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,  article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	/* [disabled]border:0; */
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

ul, ol, li {
	list-style:none;
	margin:0;
	padding:0;
}

:link, :visited, :hover {
	text-decoration:none;
}

a.imglink, a.imglink:hover, a img, :link img, :visited img  { 
	border:none;
	text-decoration:none;
}

a:active, a:focus {
	outline:none;
}

address {
	font-style:normal;
}

/*****  General Page Formatting ***************************************/
body { 
	background:#f4f4f4 url(images/bodyBackground.png) top center repeat-x;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a { 
	border-bottom:1px solid #e6ecf3;
	color:#496e9c; /*#03244d;*/
	line-height:normal;
	text-decoration:none;
}

a:hover { 
	border-bottom: 1px solid #496e9c;/*#03244d;*/
	color:#dd550c;/*#496e9c;*/
}

#pageWrap { 
	display:block;
	margin:0 auto;
	padding:0;
	position:relative;
	/*width:950px;*/
}

h1 { 
	border-bottom:#ccc 1px solid;
	font-size:2.2em;
	line-height:normal;
	margin-bottom:5px;
}

h2 { 
	font-size:2.0em;
	line-height:normal;
}

h3 { 
	font-size:1.7em;
	line-height:normal;
}

h4 { 
	font-size:1.5em;
	line-height:normal;
}

h5 { 
	font-size:1.2em;
	line-height:normal;
}

h6 { 
	border-bottom:#03244d 1px solid;
	color:#03244d;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:600;
	line-height:normal;
	margin-bottom:10px; 
	text-align:left;
}

p { 
	font-size:12px;
	line-height:1.3em;
	padding-bottom:13px;
}

pre { 
	color:#666;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:1.5em;
	margin-left:30px;
	padding-bottom:13px;
}

ol, ul { 
	padding-left:20px;
	padding-bottom:13px;
}

ol li{ 
	line-height:1.3em;
	list-style:lower-alpha;
	font-size:11px;
	margin:5px 15px;
	padding:0 0 3px 8px;
}

ul li {
	/*background:url(images/bulletArrow2.gif) left 4px no-repeat;list-style:none;*/
	line-height:1.3em;
	list-style:disc;
	font-size:11px;
	margin:5px 15px;
	padding:0 0 3px 8px;
}

ol li ol, ol li ul, ul li ul, ul li ol {
	padding-bottom:0;
}

ol li ol li {
	list-style:lower-roman;
	padding-bottom:0;
}

ul li ul li {
	/*background:url(images/bulletArrow.gif) left 4px no-repeat;*/
	list-style:disc;
	padding-bottom:0;
}

ul li a { 
	margin:0;
	padding:0;
}

blockquote {
	margin-left:25px;
}


/*****  Miscellaneous Styles *********************************/
.block{ 
	display:block;
}

.blueHeader { 
	background:url(images/sidebarH1reverse.jpg) center center #496e9c repeat-x;
	border-bottom:#c0c0c0 solid 1px;
	color:#fff;
	font-size:1.5em;
	height:25px; 
	padding-top:5px;
	text-indent:12px;
	width:100%;
}
#updated {
	bottom:0;
	padding-right:20px;
	}
.lastUpdated {
	font-size:9px;
	font-style:italic;
	text-align:right;
	clear:both;
}

img.left{
	margin:10px 10px 10px 0px;
}
.listColumns ul { 
	float:left; 
}

.midContent {
	border-right:#ddd 1px solid;
	float:left;
	margin:10px 0 0 0;
	min-height:333px;
	padding:10px 25px 0 25px;
	width:425px;
}

.mobi {
	display:none;
	width:0;
	height:0;
	overflow:hidden; 
	left:-99999px; 
	float:left; 
}

.more { 
	background:url(images/bulletArrow.gif) right 4px no-repeat;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px;
	font-weight:bold;
	padding-right:10px;
	padding-bottom:20px;
	text-align:right; 
}

.more a:hover{
	color:#496e9c;
}

.newsItem {
	background:url(images/bulletArrow2.gif) left 8px no-repeat;
	line-height:20px;
	margin-left:10px;
	padding:0 0 17px 12px; 
}

.noBorder { 
	border:none; 
}

.orangeDecorBar { 
	background-color: #f9903f;
	font-size: 1px;
	height: 2px;
	margin:20px auto;
	text-align:center;
	width:185px;
}

img.right{
	margin:10px 0px 10px 10px;
}
.rss { 
	border-bottom:none;
	float:right;
	margin: -27px 0px 0px;
}

.weather { 
	font-weight:bold;
	padding:5px 0 0 0;
	text-align:center;
}
.hide{
	display:none;
	width:0;
	height:0;
	overflow:hidden;
}
/**************  Header Section ******************************/
#headerWrap{ 
	display:block;
	float:left;
	height:140px;
}
#header {
	/*background:url(images/2010/toplinksbackground.jpg) top center no-repeat;*/ 
	color:#4e75a6;
	display:block;
	float:left;
	height:110px;
	margin:0 auto;
	min-width:950px;
	overflow:hidden;
	padding:0;
	position:relative;
	min-width:948px;
}

#logo { 
	margin-top:3px;
	float:left;
	width:220px;
}

.aulogo {
	border:none;
	text-decoration:none;
}

#headerTitle {
	float:right;
	height:94px;
	min-width:730px;
	width:730px;
	position:relative;
	text-align:right;
}

.titleArea {
	bottom:0;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	right:0;
	position:absolute;
	text-align:right;
}
.mainHeading{
	display:block;
}
.subHeading{
	display:block;
	font-size:16px;
	padding-top:5px;
}
.subHeading a, .mainHeading a {
	color:#FFF;
	border:none;
}
.topLinks  { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:normal;
	list-style:none;
	margin-top:3px;
	padding:0;
	position:absolute;
	right:185px;
	text-align:right;
	top:0;
}

.topLinks a, .topLinks a:hover, .topLinks a:visited {
	color:#496e9c;
}


/**************  Search Section ******************************/
.searchArea { 
	float:right;
	height:51px;
	margin-top:25px;
	overflow:hidden;
	padding:2px 6px 4px 6px;
	width:270px;
}

.searchArea p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px 0 10px 0;
	text-align:center;
}

.searchArea a {
	color:#f4f4f4;
	border-bottom:none;
}

.searchArea a:hover {
	border-bottom:#f4f4f4 1px solid;
}

#searchForm{
	height:20px;
	margin-top:-2px;
	padding-left:5px;
	position:absolute;
	right:0;
	top:3px;
	width:179px;
}

.searchBox { 
	background: url(images/searchField.png) center center no-repeat;
	height:18px;
	text-align:left;
}

.searchField {
	background-color:transparent;
	border:none;
	color:gray;
	font-size:9px;
	height:10px;
	letter-spacing:normal;
	line-height:10px;
	outline:none;
	margin:2px 0 0 7px;
	padding:0;
}

.searchButton {
	position:absolute;
	right:3px;
	top:3px;
}

/**************  Navigation Section **************************/
.nav {
	border-collapse:collapse;
	border-left:#f68026 1px solid;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:27px;
	margin:0 0 3px 0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	min-width:950px;
}
.nav2 {
	background-color:#F38025;
	border-collapse:collapse;
	border-left:#dd550c 1px solid;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:27px;
	margin:0 0 0px 0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	min-width:948px;
}

.nav tr, .nav tr td, .nav2 tr, .nav2 tr td {
	border-spacing:0;
	padding:0;
}

.nav a {
	border-bottom:none;
	border-right:#f68026 1px solid;
	color:#fff;
	display:block;
	margin:0;
	padding:7px 18px;
}

.nav2 a {
	border-bottom:none;
	border-right:#dd550c 1px solid;
	color:#fff;
	display:block;
	margin:0;
	padding:7px 18px;
}

.nav a:hover{ 
	background-color:#f38025;
	color:#fff;
}
.nav2 a:hover { 
	background-color:#dd550c;
	color:#fff;
}
.darkorangebar { 
	background-color: #dd550c;
	font-size: 1px;
	height: 2px;
	margin:0;
	text-align:center;
	float:left;
	clear:both;
	width:100%;
}

/**************  Sidebar Section **************************/
.sidebar { 
	background:url(images/sidebarBlueGrad.png) #496e9c center bottom repeat-x;
	border-top:none;
	display:block;
	float:left;
	width:220px;
}

.sidebar h1 { /* Fix implemented when we commented out line 4-7*/
	margin:0;
	padding:0;
	}
.sidebar a {
	border-bottom:none;
	color:#fff;
	display:block;
	padding:6px 0 6px 10px;
}

.sidebar a:hover {
	background: none #03244d;
	border-bottom:none;
}

.sidebar a.last { 
	border-bottom:none;
	padding-bottom:10px;
}
.sidebarTitle {
	margin:0px;
	padding:0px;
	}
.sidebar .sidebarTitle { 
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:2px;
	padding-bottom:0;
	text-align:center;
	text-transform:uppercase;
}

.sidebar h1 { 
	background:url(images/sidebarH1.jpg) bottom center repeat-x;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	padding:10px 2px 10px 10px;
	text-transform:uppercase;
}
#sidebarcontent, .sidebarcontent {
	width:200px;
	padding:10px;
	line-height:1.5em;
	color:#FFF;
}
#sidebarcontent a {
	color:#FFF;
	text-decoration:none;
	display:inline;
	background:none;
	padding:0px;
}
#sidebarcontent a:hover {
	color: #CCC;
	text-decoration:none;
}

/**************  Breadcrumbs and Search Section **************************/
.breadcrumb { 
	/*font-size:.8em;*/
	font-size: 1em;
	font-stretch: extra-expanded;
	padding:0px;
	margin:3px 0;
}

/**************  Content Section ***************************/
#contentArea { 
	background-color: #FFF;
	border-left:#d7d7d7 1px solid;
	border-right:#d7d7d7 1px solid;
	display:block;
	float:left;
	position:relative;
}

.contentDivision { 
	background-color: #FFF;
	float:right;
	padding:0px 20px;
}

/**************  Footer Section ****************************/
#footerWrap { 
	background:url(images/footer.png) top left no-repeat;
	color:#f4f4f4;
	display:block;
	float:left;
	font-size:8pt;
	margin:0 auto;
	padding:92px 0 0 0;
}

#footer { 
	background-color:#03244d;
	margin:0;
	overflow:hidden;
	padding:18px 0 10px 0;
	width:100%;
}

#footer a, #footer a:visited {
	border-bottom:none;
	color:#f4f4f4;
}

#footer a:hover, #footer a:active {
	border-bottom:#f4f4f4 1px solid;
	color:#f4f4f4;
}

#footer .footSection {
	border-right:#4E75A6 1px solid;
	float:left;
	line-height:12px;
	min-height:50px;
	padding:0 15px 5px 15px;
	text-align:center;
	width:285px;
}

#footer .footSection ul {
	padding:0;
}

#footer .footSection ul li { 
	background:none;
	padding-bottom:6px;
	list-style:none;
	margin:0;
}

#footer p.social {
	margin-top:10px;
}

#footer .noBorder {
	border:none;
}

.socialDetails {
	background:url(images/social/socialBG.png) 0 -127px no-repeat;
	height:22px;
	margin:0 auto;
	padding:0;
	width:200px;
}

#footer a.social:hover {
	border-bottom:none;
}

#footer .footSection p {
	text-align:center;
}

#subfooter {
	background:url(images/subFooterBG.png) top center no-repeat #f4f4f4;
	border-top:#dd550c 1px solid;
	clear:both; color:#03244d;
	line-height:18px;
	padding:15px 0 10px 0;
	text-align:center;
	width:950px;
}

#subfooter a, #subfooter a:hover, #subfooter a:visited {
	color:#03244d;
}

#subfooter a:hover{
	border-bottom:#03244d 1px solid;
}

#subfooter a.last {
	border-right:none;
}

/*.contentDivision table, 
.contentDivision thead, 
.contentDivision tfoot, 
.contentDivision th, 
.contentDivision tr, 
.contentDivision td 
{
	vertical-align: top;
	padding:5px;
	margin:inherit;
}*/
