/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ul li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;
	margin-bottom: 1em;
	margin-left: 1em;}
ul li {
	background: url(../../images/icons/circle-blue.gif) no-repeat left 5px;
	padding-bottom: 3px;
	padding-left: 12px;
}
ol {
	margin: auto auto 1em 1.5em;
}
ol li {
	margin: auto;
	padding-bottom: 5px;
}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
	line-height: 1em;
}
q:before,q:after{content:'';}
a{
	text-decoration:none;
	color: #1138AF;
}
a:hover {text-decoration: underline;}
.img-left-border {
	margin-bottom: 10px;
	border: 1px solid #293339;
	margin-right: 20px;
}
.blocks .img-left-border {
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-right-border {
	margin-bottom: 10px;
	border: 1px solid #293339;
	margin-left: 20px;
}
#sub #content .right p.title {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#sub #content .right p.date {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#content  #rightside150 {
	width: 150px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#content #rightside150 #topics {
	margin: 0px;
	padding: 0px;
}








/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
body {
	background: #092653;
	margin: 10px 0px 20px;
	padding: 0px;
	font: 0.75em/1.5em Arial, Helvetica, sans-serif;
	color: #293339;
}
#container {
	margin-right: 10px;
	margin-left: 10px;
	background: #FFFFFF;
	/*min-width:960px;*/
}









/* 
----------------------------------------------------------------------------- 
GENERIC/USER STYLES
-----------------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float:right;
}
.small {
	font-size: 95%;
}
.verticalLine {
	background-image: url(/images/bg/verticalLine.gif);
	background-repeat: repeat-y;
}








/* 
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header {
	background: url(/images/bg/newbanner.jpg) no-repeat;
	height: 95px;
}
#header .left a {
	color: #FFFFFF;
	display: block;
	height: 85px;
	width: 300px;
}
#header .left img {
	display: none;
}
#header .right {
	color: #6A829B;
	font-size: 90%;
	padding-top: 8px;
	padding-right: 15px;
}
#header .right .textfield {
	width: 170px;
	margin-right: 5px;
	padding-left: 3px;
	font-size: 95%;
	color: #616366;
	border: 1px solid #092653;
	padding-top: 4px;
	padding-bottom: 4px;
}
#header .right a {
	color: #FFFFFF;
}

.print {
	text-transform: uppercase;
	color: #CCC;
	padding-top: 8px;
}
.print img {
	margin-left: 8px;
	margin-top: -2px;
}
.print a.printicon {
	color: #C92F32;
	background: url(/images/icons/print.gif) no-repeat left center;
	padding-left: 17px;
	padding-top: 2px;
}








/* 
----------------------------------------------------------------------------- 
CONTENT
-----------------------------------------------------------------------------*/
#content {
	background: url(/images/bg/content-bg.gif) no-repeat left bottom;
	margin-bottom: 30px;
}








#content .left {
	width: 207px;
	margin-left: 7px;
	margin-top: 8px;
	backUground: #C0D7E1;
}
#content .left .blocks {
	background: url(/images/bg/left-blocks-bg.gif) repeat-y bottom;
	padding: 4px 10px 8px;
	margin: 0px 0px 10px;
}
#content .left .blocks div {
	/*background: #FFFFFF url(/images/bg/left-blocks-inner-bg.gif) no-repeat;*/
	padding: 4px 4px 7px;
	border: 1px solid #ADC0CF;
	/*border-right: 1px solid #ADC0CF;
	border-bottom: 1px solid #ADC0CF;
	border-left: 1px solid #ADC0CF;*/
}
#content .left .blocks .bigred {
	font-size: 140%;
	font-weight: bold;
	color: #9F0E17;
	text-align: center;
	line-height: 1em;
	margin-bottom: 8px;
}
#content .left .blocks .secondary {
	background: url(/images/bg/left-blocks-secondary.gif) no-repeat;
	margin: 0px;
	padding: 10px 4px 0px;
}
#content .left .blocks .button {
	background: transparent url(none);
	margin: 0px;
	border-style: none;
	padding: 5px 0px 0px;
}
#content .left .blocks .button p {
	margin-bottom:.3em;
}
/* 
----------------------------------------------------------------------------- 
CONTENT LEFT
-----------------------------------------------------------------------------

#content .left .blocks ul li {
	background-position: left 3px;
}*/









/* 
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#content .left #navigation div {
	padding: 0px 0px 0px;
	margin: 0px;
	border-bottom: none;
}
#content .left #navigation ul li, #content .left #navigation ul ul li {
	background: url(none);
	margin: 0px;
	padding: 0px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 185px;
}
#nav li { 
	position : relative;
	float : left;
	width: 185px;
}
#nav li ul { 
	position : absolute;
	left: -999em;
	margin-left : 185px;
	margin-top : -2em;
}
#nav li ul ul { 
	left: -999em;
}
#nav li a {
	border-top: 1px solid #FAFEFE;
	border-bottom: 1px solid #ADC0CF;
	width: 177px;
	w\idth : 177px;
	padding:1px 4px;
	display : block;
	color: #092653;
	text-decoration : none;
	background: #F8FDFE url(/images/bg/nav-bg.gif) no-repeat;
}
#nav li a:hover {
	color: #000000;
	background: #91C1E1 url(/images/bg/nav-bg1.gif) no-repeat;
	text-decoration: none;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}


/*STYLING DROPDOWNS*/
#nav ul {
	background: #DDE7EE url(/images/spacer.gif) no-repeat;
}
#nav ul li, #nav ul li a {
	border-bottom: none;
	border-top: none;
	background: #DDE7EE url(/images/spacer.gif) no-repeat;
	font-size: 95%;
	color: #092549;
}
#nav ul li a:hover {
	background: #144473 url(/images/spacer.gif) no-repeat;
	text-decoration:none;
	color: #EFF5FB;
}

#content .left #navigation .on a {
	border-top: 1px solid #FAFEFE;
	border-bottom: none 0px;
	display: block;
	width: 177px;
	padding: 1px 4px;
	color: #000000;
	background: #91C1E1 url(/images/bg/nav-bg1.gif) no-repeat;
	text-decoration: none;
}
#content .left #navigation .on ul {
	background: #91C1E1;
	border-bottom: 1px solid #ADC0CF;
	padding-bottom: 5px;
	left: auto;
	margin-left:0px;
	margin-top:0px;
	position:relative;
}
#content .left #navigation .on li a {
	background: url(/images/spacer.gif);
	font-size: 95%;
	border-style: none;
	padding: 0px 10px;
	color: #243038;
	width: 165px;
}
#content .left #navigation .on li a:hover {
	text-decoration: underline;
	background: url(/images/spacer.gif);
	border-style: none;
}
#content .left #navigation .on .on a {
	font-weight: bold;
	color: #000000;
	background: #65A8DA url(/images/spacer.gif);
}
#content .left #navigation .on .on a:hover {
	background: #65A8DA url(/images/spacer.gif);
}
#content .left #navigation .on .on ul {
	background: #65A8DA;
	font-weight: normal;
	padding-bottom: 5px;
	border-style: none;
}
#content .left #navigation .on .on li a {
	font-size: 95%;
	font-weight: normal;
	width: 155px;
	padding: 1px 15px;
	border-style: none;
}





/* 
----------------------------------------------------------------------------- 
CONTENT RIGHT
-----------------------------------------------------------------------------*/
#content .right {
	width: auto;
	margin-right: 7px;
	margin-left:230px;
	color: #000000;
	float: none;
	line-height: 1.3em;
}
#content .right ul li {
	line-height:1.2em;
	padding-bottom:5px;
	background-position: left 3px;
}
#content .right ul  {
	margin-left: 0em;
	margin-bottom:.5em;
}
#content .right p {
	margin-bottom:.5em;
}
#content .right table {
	width:100%;
}


#content .right .top {
	margin-bottom: 20px;
}
#content .right .top div {
	padding: 5px 4px;
}
#content .right h3 {
	color: #9F0E17;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#content .right .blocks img {
	margin-bottom: 10px;
	border: 2px solid #ADC0CF;
}
#content .right .top .blocks {
	background: #FFFFFF;
	padding: 8px 8px 0px;
}
#content .right .top .blocks-bottom {
	background: #FFFFFF;
	padding: 6px 4px;
	border-top: 1px dotted #ADC0CF;
}
#content .right .top .blocks-bottom a,
#content .right .bottom .blocks-left-bottom a,
#content .right .bottom .blocks-mid-bottom a,
#content .right .bottom .blocks-right-bottom a {
	color: #092653;
	font-weight: bold;
	font-size: 115%;
}

#content .right .blocks-bottom ul, 
#content .right .bottom .blocks-left-bottom ul, 
#content .right .bottom .blocks-mid-bottom ul, 
#content .right .bottom .blocks-right-bottom ul {
	border-top: 1px dotted #ADC0CF;
	padding-top: 8px;
}
#content .right .top .blocks-bottom a,
#content .right .bottom .blocks-left-bottom a,
#content .right .bottom .blocks-mid-bottom a,
#content .right .bottom .blocks-right-bottom a {
	color: #092653;
	font-weight: bold;
	font-size: 100%;
}


#content .right .bottom {
}
#content .right .bottom div {
	padding: 5px 4px;
}
#content .right .bottom h4, #content .right .content h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #092653;
}
#content .right .bottom h4.center, #content .right .content h4.center {
	color: #9F0E17;
}
#content .blocks-left h4, #content .blocks-right h4 {
	color: #092653;
}
#content .right .bottom .blocks-mid h4 {
	color: #9F0E17;
}
#content .right .bottom .blocks-left {
	padding: 15px 8px 0px;
}
#content .right .bottom .blocks-left-bottom {
	padding: 6px 8px;
	border-top: 1px dotted #ADC0CF;
}
#content .right .bottom .blocks-mid {
	padding: 0px 0px 0px 8px;
}
#content .right .bottom .blocks-mid div {
	padding: 15px 8px 0px 0px;
}
#content .right .bottom .blocks-mid-bottom {
	padding: 6px 10px;
	border-top: 1px dotted #ADC0CF;
}
#content .right .bottom .blocks-right {
	padding: 15px 8px 0px;
}
#content .right .bottom .blocks-right-bottom {
	padding: 6px 8px;
	border-top: 1px dotted #ADC0CF;
}




/*INTERNAL STYLES */
#content .blocks-title {
	background: url(/images/bg/left-blocks-bg.gif) repeat-y bottom;
	padding: 4px 10px 8px;
	margin: 0px 0px 10px;
}
#content .right .content .blocks-title {
	padding: 0px;
	background: #FFFFFF;
}
#content .blocks-title div {
	background: #FFFFFF url(/images/bg/left-blocks-inner-bg.gif) no-repeat left -7px;
	border-right: 1px solid #ADC0CF;
	border-bottom: 1px solid #B3C4D2;
	padding: 8px 4px 7px;
	border-left: 1px solid #ADC0CF;
	line-height: 1.2em;
	border-top: 2px solid #E9F0F4;
}
#content .right .content .blocks-title div {
	padding: 6px;
	font-size: 90%;
}
#content  .blocks-title h4 {
	color: #FFFFFF;
	background: url(/images/bg/left-title-bg.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 7px 4px;
}
#content  .right  .content  h2 {
	font-size: 24px;
	color: #9F0E17;
	margin-bottom: 10px;
}
#content .right .red {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 1em;
	line-height: 1em;
}
#content .right .red div {
	padding-top: 5px;
	padding-left: 15px;
}
#content .right .red table {
	background: #990000 url(/images/bg/red-bg1.gif) no-repeat left bottom;
}
#content .right .red .photo {
	background: url(/images/bg/red-bg2.gif) no-repeat right bottom;
	width: 225px;
}
#content .right .red h1 {
	font-size: 36px;
	margin-bottom: 3px;
	line-height: 1em;
}
#content .content {
	background: url(/images/bg/int-content1.jpg) repeat-x;
	border: 1px solid #C1C7C8;
	padding-top: 25px;
}
#content .content div {
	background: url(/images/bg/int-content2.jpg) repeat-x bottom;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#content .right .content .linklist {
	background: #E1EBF1;
	padding: 5px;
	border: 1px solid #629ECA;
	margin-bottom: 1em;
	width: 450px;
}
#content .right .content .linklist ul {
	margin: 0px;
	padding: 0px;
}
#content .right .content .events-table {
	padding: 0px;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.events-table th {
	font-size: 16px;
	color: #FFFFFF;
	padding: 4px;
	background: #092653;
}
.events-table td {
	padding: 6px 4px;
	border-bottom: 1px solid #46748D;
}
.events-table .bar {
	font-weight: bold;
	background: #C0D7E1;
	border-style: none;
	padding: 4px;
}

/* 
----------------------------------------------------------------------------- 
SITE MAP
-----------------------------------------------------------------------------*/
#content .right .content li.sitemaptitle {
	list-style-type: none;
	list-style-image: none;
	background: url(none);
}
#content .right .content li div.sitemaptitle {
	margin: 0px;
	padding: .2em 1em .2em .5em;
	margin-bottom: .2em;
	font-weight: bold;
}
#content .right .content ul.sitemap2  {
	margin-left: .3em;
}
#content .right .content ul.sitemap3  {
	margin-top: .2em;
}












/* 
----------------------------------------------------------------------------- 
CSS DROPDOWNS
-----------------------------------------------------------------------------*/
#content .right #topic-items, #content .right #topic-items ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#content .right #topic-items a {
	display: block;
	background: url(/images/bg/topics-bg.jpg) no-repeat;
	height: 18px;
	width: 140px;
	padding: 2px 5px 0px;
	border-bottom: 1px solid #5BA908;
	font-size: 13px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

#content .right #topic-items li { /* all list items */
	float: left;
	background: url(none) no-repeat;
	padding:0px;
	margin:0px;
	width:150px;
}

#content .right #topic-items ul { /* second-level lists */
	position: absolute;
	background-color:#E5FFCA;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: -2px;
}
#content .right #topic-items ul li {
	background: #E5FFCA url(/images/spacer.gif) no-repeat;
	border-right: 1px solid #59AE00;
	border-left: 1px solid #5BA908;
	width:148px;
	
}
#content .right #topic-items ul a {
	color: #003300;
	height:auto;
	width: 133px;
	display:block;
	background: #ADEC98 url(/images/spacer.gif) no-repeat;
	font-size: 95%;
	padding: 2px 10px 2px 5px;
}
#content .right #topic-items ul a:hover {
	background: #E2FFC2 url(none) no-repeat;
}
#content .right #topic-items li:hover ul, #content .right #topic-items li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* 
----------------------------------------------------------------------------- 
CSS DROPDOWNS
-----------------------------------------------------------------------------
#content .right #topics ul li {
	background: url(/images/bg/topics-bg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
#topic-items li {
	float: left;
	display: inline;
	position: relative;
	height: auto;
}
#topic-items li a {
	background: url(/images/bg/topics-bg.jpg) no-repeat;
	height: 19px;
	width: 140px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	border-bottom: 1px solid #5BA908;
	font-size: 13px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
#topic-items ul {
  width: 150px;
  top: 19px;
  display: none;
  position: absolute;
  left: 0;
}
#topic-items ul:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#topic-items ul {
	background-color:#E5FFCA;
}
#topic-items ul li {
	width: 148px;
	float: left; 
	display: block !important;
	display: inline;
	background: #E5FFCA url(/images/spacer.gif) no-repeat;
	border-right: 1px solid #59AE00;
	border-left: 1px solid #5BA908;
}
#topics #topic-items li ul li a {
	float: none;
	color: #003300;
	height:auto;
	width: 133px;
	display:block;
	background: #ADEC98 url(/images/spacer.gif) no-repeat;
	font-size: 95%;
	padding: 2px 10px 2px 5px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.2em;
}
#topics #topic-items li ul li a:hover {
	background: #E2FFC2 url(/images/spacer.gif) no-repeat;
}
#topic-items li:hover li:hover li a,
#topic-items li.iehover li.iehover li a,
#topic-items li:hover li:hover li a:hover,
#topic-items li:hover li:hover li:hover a,
#topic-items li.iehover li.iehover li a:hover,
#topic-items li.iehover li.iehover li.iehover a,
#topic-items li:hover li:hover li:hover li a,
#topic-items li.iehover li.iehover li.iehover li a,
#topic-items li:hover li:hover li:hover li a:hover,
#topic-items li.iehover li.iehover li.iehover li a:hover,
#topic-items ul ul,
#topic-items ul ul ul {
	display:none;
}
#topic-items li:hover ul ul,
#topic-items li:hover ul ul ul,
#topic-items li.iehover ul ul,
#topic-items li.iehover ul ul ul {
  display: none;
}
#topic-items li:hover ul,
#topic-items ul li:hover ul,
#topic-items ul ul li:hover ul,
#topic-items li.iehover ul,
#topic-items ul li.iehover ul,
#topic-items ul ul li.iehover ul {
  display: block;
}









/* 
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #DBDBDB;
	font-size: 95%;
	padding-top: 10px;
	padding-right: 7px;
	padding-left: 7px;
}
#footer .left {
	padding-top: 20px;
}
#timestamp {
	font-size: 90%;
	color: #FFFFFF;
	margin: 10px;
	/*min-width:960px;*/
}





#content .carrot {
	background: url(../../images/icons/arrow-red.gif) no-repeat left 4px;
	padding-bottom: 3px;
	padding-left: 12px;
}



/* 
----------------------------------------------------------------------------- 
CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
