﻿body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
    color: #2270FF;
    margin: 0px;
}

h1
{
    font-size: 2em !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
	font-size: 1.35em;
    padding: 0 0 0 0;
    margin: 0 0 0.5em 0;
}

h3
{
	margin: 7px 0 5px 0;
	font-size: 1em;
}

h4
{
	font-size: 0.855em;
	color: #333333;
}

h5, h6
{
    font-size: 0.8em;
    color: #333333;
}

h3 a
{
	color: #2270FF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

h3 a:hover
{
	color: #386992;
	text-decoration: none;
}


h4 a
{
	color: #666666;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

h4 a:hover
{
	color: #386992;
	text-decoration: none;
}

hr
{
	border-color: #E5E5E5;
	border-style: solid none none none;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	margin: 10px 0 10px 0;
}

p
{
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	margin: 0.2em 0 1em 0;
}

p a
{
	font-weight: bold;
	color: #386992;
	text-decoration: none;
	border-bottom: solid 1px #89B0D1;
}

p a:hover
{
	color: #24445E;
	border-bottom: solid 1px #24445E;
	border-bottom-color: #35658C;
}

p .frame
{
	padding: 1px;
	margin: 5px 10px;
	border: 5px solid #DFDFDF;
	background-color: #999999;
}

.no-margin { margin: 0px !important;}

.intro
{
	font-weight: bold;
	line-height: 1.3em;
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom:1.2em;
}

.pubDates
{
	font-size: 0.75em;
	color: #808080;
	margin-top: 25px;
}

.pubDates span
{
	font-weight: bold;
}

#login input[type=text], #login input[type=password] 
{
	width: 98%;
	padding: 5px;
}

img 
{
	border: 0px;
	vertical-align: top;
}

#pageContent ul 
{
	margin: 0px;
	margin-bottom: 15px;
}

#pageContent ul li
{
	padding: 0px;
	margin: 0;
	color: #333333;
	font-size: 0.75em;
	list-style-type: circle;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 17px;
}

#pageContent ol li
{
	padding: 0px;
	margin: 0;
	color: #333333;
	font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 17px;
}

#pageContent li a
{
	color: #386992;
	text-decoration: none;
	border-bottom: solid 1px #89B0D1;
	border-bottom-color: #B3CCE1;
	padding: 0px;
}

#pageContent li a:hover
{
	background-color: #F7F5F4;
	color: #24445E;
	border-bottom: solid 1px #24445E;
	border-bottom-color: #35658C;
}

/* Layout elements   
----------------------------------------------------------*/
#container
{
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#header, #informationBar, #main, #footer 
{
	width: 950px;
	margin: 0 auto 0 auto;	
}

#header
{
	padding: 10px 10px 0px 10px;
}

#header #logo
{
	background-position: left top;
	width: 320px;
	height: 95px;
	background-image: url('/static/images/logo.png');
}

#header #logo h1
{
	display:none;
}

#header #topNavigation 
{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 150px;
	float: right;
	text-align: right;
	padding: 3px;
}
#header #topNavigation a
{
	text-decoration: none;
	font-family: Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	color: #3D658D;
	padding: 3px;
	padding-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #DBDBDB;
}

#header #topNavigation a:hover
{
	color: #333333;
	border-bottom: solid 1px #CCCCCC;
}

/* Navigation Tabs */

#header #mainNavigation 
{
	margin: 15px -12px 0 0;
	float: right;
	padding: 0px 10px 0 0;
}

#header #mainNavigation li {
	display:inline;
}

#header #mainNavigation a {
	float:left;
	padding:0 0 0px 5px;
	text-decoration:none;
	background: url('/static/images/tabLeft.gif') no-repeat left -35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	color: #FFFFFF;
}

#header #mainNavigation a span {
	display:block;
	background: url('/static/images/tabRight.gif') no-repeat right -35px;
	padding: 5px 10px 4px 6px;
	margin-right: 2px;
	float:none;
}

#header #mainNavigation a:hover, #header #mainNavigation .current {
	background-position: 0% top;
}
#header #mainNavigation a:hover span, #header #mainNavigation .current span {
	background-position: 100% top;
}

#header #searchBar 
{
	margin-top: 20px;
	margin-right: 5px;
	clear: right;
	float: right;
}

/* Search button */
.searchButton
{
	margin: 0;
	border: none;
	width: 44px;
	height: 30px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	border-left: 0;
	padding: 0;
	margin-left: -4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

.searchButton:hover
{
	background-color: #D7D7D7;
	cursor: pointer;
}

#header #searchBar #searchTextBox, #searchField
{
	margin: 0;
	padding: 6px;
	width: 170px;
	border-width: 1px;
	color: #666666;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

/* End Navigation Tabs */

#navBorder 
{
	clear: both;
	border-top-style: solid;
	border-top-width: 7px;
	border-top-color: #F5C504;
	height: 0px;	
}

#informationBar
{
	padding-top: 2px;
	height: 30px;
}

#informationBar #youAreHere
{
	margin: 10px 0 15px 0;
	padding: 0 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#informationBar #youAreHere li
{
	padding: 0;
	display: inline;
	color: #808080;
	margin-right: 0px;
}

#informationBar #youAreHere #current 
{
	background: none;
	padding-right: 0px;
	margin-right: 0px;
}

#informationBar #youAreHere li a
{
	text-decoration: none;
	border-bottom: solid 1px;
	color: #333333;
	border-bottom-color: #B9CBFF;
	border-bottom-style: dotted;
}

#informationBar #youAreHere li a:hover
{
	color: #3366CC;
}

#main 
{
	margin-top: 15px;
	margin-bottom: 20px;
}

#main #pageNavigation
{
	width: 195px;
	float: left;
	border: 2px solid #EEEEEE;
	margin: 0px;
	padding: 0px;
}

#main #pageNavigation .head a
{
	background-color: #6699FF;
	background-repeat: repeat-x;
	border-style: none;
	background-position: center center;
	background: url('/static/images/menuHeadBg.png');
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}

#main #pageNavigation .head a:hover
{
	color: #EFEFEF;
}

#main #pageNavigation li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#main #pageNavigation li a
{
	background-position: center;
	font-size: 0.75em;
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 7px 5px 7px 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-image: url('/static/images/menuBg.png');
}

#main #pageNavigation li a:hover
{
	color: #0066FF;
}

#main #pageNavigation li ul
{
	margin-left: 0px;
	font-size: 0.98em;
	padding-left: 8px;
	background-color: #F4F4F4;
}

#main #pageNavigation li ul li a
{
	padding-left: 10px;
}

#main #pageNavigation li #selected
{
	font-weight: bold;
}

#main #pageNavigation .hasSubMenus
{
	display: block;
	float: right;
	padding-right: 7px;
	color: #808080;
	font-weight: bold;
	line-height: 10px;
}


/* /end #pageNavigation */

#main #content 
{
	padding: 0;
	margin: 0;
	float: right;
	width: 750px; /* 750px + 200px = 950px */
}

#main #pageContent 
{
	float: left;
	margin: 0 10px 0 10px;
	width: 530px !important; /* 530px + 10px + 10px + 200px = 750px */
	width: 520px; /* IE 6 */ 
}

#main #sidebar 
{
	float:right;
	margin: 0;
	width: 198px;
}

#footer
{
	clear: both;
	margin: 10px auto 20px auto;
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #666666;
	margin-bottom: 30px;
}

#footer a
{
	text-decoration: none;
	color: #999999;
}

#footer a:hover
{
	text-decoration: none;
	color: #333333;
}

#searchBox
{
	padding: 12px;
	background-color: #F5F5F5;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}

#searchBox .textBox
{
	padding: 6px;
	width: 440px;
}

/* News Articles UL - Sidebar */

.newsSeperator { margin: 30px 0; }

.articles
{
	margin: 0px;
	padding: 0;
	font-size: 0.90em;
	color: #333333;
}

.articles li
{
	padding: 5px 5px 0px 5px;
	list-style: none;
	background-color: #F7F7F7;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #F5F5F5;
	margin-bottom: 5px;
	border-radius: 3px;
	border-top-color: #F2F2F2;
	border-bottom-color: #CCCCCC;
}

.articles span { font-weight:bold; font-size: 0.80em;}

.articles li i
{
	font-weight: bold;
}

.articles .news { width: 140px; float: right; }

/* Dateblock */

.dateBlock
{
	text-align: center;
	width: 40px;
	float: left;
	color: #999999;
}
.dateBlock .day {
	font-size: 24px;
	position: relative;
	top: -4px;
}
.dateBlock .month {
	font-size: 12px;
}
.dateBlock .year {
	font-size: 12px;
	position: relative;
	top: -10px;
}

.newsInfo { font-size: 0.75em; color: #808080; margin: 0px 0; }

.linkRow
{
	clear: both;
	margin-top: 30px; 
	padding: 7px 0 10px 0;
	text-align: center;
	position: relative;
	border-top: none;
	background-color: #F8F8F8;
	border-bottom: solid 1px #E5E5E5;
}

.linkRow .left { left: 10px; position:absolute; }
.linkRow .right { right: 10px; position:absolute; }
.linkRow .icon { vertical-align: -5px; }

.linkRow a
{
	font-weight: bold;
	color: #386992;
	text-decoration: none;
	padding: 5px 8px;
	font-size: 0.75em;
}

.linkRow a:hover
{
	padding: 4px 7px;
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
}

.linkRow a.left, .linkRow a.right 
{
	margin-top: -1px;
	padding: 3px 8px;
}
.linkRow a.left:hover, .linkRow a.right:hover
{
	margin-top: -2px;
	margin-left: -1px;
	margin-right: -1px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #E5E5E5;
	
}

/* Paging */

#paging 
{
    margin-top: 30px;    
    float:right;
    margin: 0;
    padding: 0;
}

#paging li
{
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none !important;
    float:left;
}
#paging a
{
	border: solid 1px #dddddd !important;
	margin-right: 2px;
}
#paging .previous-off, #paging .next-off
{
    color: #808080;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 4px;
}
#paging .next a, #paging .previous a
{
    font-weight: bold;
    border: solid 1px #FFFFFF;
    color: #386992;
}
#paging .current
{
    color: #333333;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
}

#paging .break
{
    color: #999999;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
    letter-spacing: 0.1em;
}

#paging a:link, #paging a:visited
{
    color: #386992;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}
#paging a:hover
{
    border: solid 1px #666666 !important;
}

.pagingInfo
{
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    color: #666666;
    font-size: 0.75em;
}

/* Form layout elements   
----------------------------------------------------------*/

fieldset
{
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #CCC;
}

fieldset p 
{
    margin: 7px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend
{
	border: 1px solid #E4E4E4;
	background-color: #EFEFEF;
	padding: 5px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="text"]
{
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #CCC #CCC #C0C0C0 #CCC;
	padding: 3px;
}

input[type="password"] 
{
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #CCC #CCC #C0C0C0 #CCC;
	padding: 3px;
}

textarea
{
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #CCC #CCC #C0C0C0 #CCC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.note
{
    background-position: 10px center;
    margin: 10px 0px;
    padding: 10px 10px 10px 35px;
    background-color: #FFFFCC;
    color: #333333;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    font-size: 0.75em;
    background-image: url('/static/images/icons/information.png');
    background-repeat: no-repeat;
}

.note a
{
	border: 1px solid #F1EEC5;
	background-color: #FFFFE1;
	color: #333333;
	padding: 4px;
	text-decoration: none;
}

.note a:hover
{
	background-color: #F4F5CB;
	border: 1px solid #E2DEA9;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  font-size: 0.75em;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

table a
{
	color: #666666;
}

table a:hover
{
	color: #333333;
}

/* MISC  
----------------------------------------------------------*/
.small
{
	font-size: 80%;
	display: block;
}
code
{
	font-size: 1.3em;
	background-color: #F5F5F5;
}
code a 
{
	border-bottom-style: none;	
}
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.hide {display: none;}

.maxwidth 
{
	width: 100%;	
}

blockquote
{
	margin: 1em 20px;
	padding-left: 40px;
	background: transparent url('/static/images/blockquote.png') no-repeat;
	font-style: italic;
}

blockquote cite
{
	display: block;
	font-weight: bold;
	text-align: right;
	font-style: normal;
}

address
{
	display: inline-block;
	font-size: 0.75em;
	font-style: italic;
	border: 1px solid #C0C0C0;
	padding: 10px;
	color: #333333;
}

address strong, address b 
{
	font-style: normal;	
}

.caption
{
	border: 1px solid #D6D6D6;
	text-align: center;
	padding: 0 0 5px;
	background-color: #EBEBEB;
}

.caption img {
	padding: 5px;
}

.caption-text
{
	text-align: center; 
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

.alignright 
{
	float: right;
	display: inline;
	margin: 0 0 15px 20px;
}

.alignleft 
{
	float: left;
	margin: 0 20px 15px 0;
	display: inline;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

#linkList h3
{
	margin: 15px 0 5px 0;
}

#linkList ul
{
	padding-left: 15px;
}

#linkList li
{
	list-style: none;
}


.field-validation-error, .required
{
	color: #ff0000;
}

.input-validation-error
{
	border: 2px solid #C0C0C0 !important;
	background-color: #FFEAEA !important;
}

.validation-summary-errors
{
	border-style: solid none solid none;
	border-color: #FFEAEA;
	border-width: 3px;
	padding: 10px 0px 10px 0px;
	margin: 5px;
	color: #FF4A4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.validation-summary-errors li
{
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 25px;
	list-style-type: square;
}

.page-tabs
{
	margin: 0;
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #C1CCD9;
}

.page-tabs li
{
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none !important;
}

.page-tabs li a
{
	display: block;
	background: #E8EEF4 !important;
	padding: 5px 10px !important;
	border: none !important;
	margin-left: 5px;
	color: #333333 !important;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}

.page-tabs li a:hover
{
	background: #D7E1EC !important;
}

.page-tabs li .selected 
{
	padding: 5px 8px !important;
	font-weight: bold;
}

.calendar { border: none !important; width: 100%; }
.calendar tr td { text-align: right;}
.calendar caption
{
	font-weight: bold;
	text-transform: capitalize;
	font-size: 110%;
	margin-bottom: 5px;
}

.calendar tr td.has-event
{
	background-color: #E8EEF4;
}

.calendar .arrow-left, .calendar .arrow-right 
{
	background-color: Aqua;
	text-decoration: none;
	width: 16px;
}

.calendar .arrow-left { float: left; background: url('/static/images/prev.gif') no-repeat; }
.calendar .arrow-right { float: right; background: url('/static/images/next.gif') no-repeat -5px center; }

#slider 
{
	position: relative;
	margin-bottom: 20px;
	width: 528px;
	height: 170px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#slider .header
{
	position: absolute;
	z-index: 1000;
	background-color: #7295DC;
	color: #FFFFFF;
	font-size: 150%;
	top: 10px;
	left: 10px;
	padding: 5px;
	border-radius: 3px;
}

#slider .description
{
	position: absolute;
	z-index: 1000;
	background-color: #3366CC;
	color: #FFFFFF;
	bottom: 10px;
	right: 10px;
	padding: 5px;
	opacity: 0.6;
	border-radius: 5px;
	font-size: 75%;
}
