@charset "UTF-8";
/* =CALL LIBRARY */
@import url("reset-min.css"); /*------- Reset all CSS Styles */
/* =GENERAL - the general styles */
body {
	font: 62.5%/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #f4f4f0;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
hr {
	display: none;
}
strong {
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #2D1616;
	margin-bottom: 0.5em;
}
ul#navPrimary {
	font-size: 1.2em;
}

ul#navPrimary ul li {
	padding-left: 1em;
	background: url(../images/layout/bluearrow.gif) no-repeat left center;
}

ul#navPrimary li a {
	display: block;
    border-bottom: 1px groove #9b968f;
	padding:3px 0 0 2px;
	height: 26px;
	color: #0b5b95;
}

/*Needed to do it this way for IE6 (only exclude the bottom border in last link of the top level menu elements) */
ul#navPrimary li.last a {
	border-bottom: none;
}

ul#navPrimary li ul li.last a {
                      border-bottom: 1px groove #9b968f;
}

ul#navPrimary li a:hover {
	color: #33566c;
	background:#e5e2c6;
}
/* =LAYOUT - the main layout styles */
.container {
	width:900px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}
/* header layout */
#header {
	height: 188px;
	background: #2f92da url(../images/layout/top_bg.jpg) top repeat-x;
	position: relative;
}
#navigation {
	position: absolute;
	right: 0;
	top:5px;
}
/* @group Breadcrumb Nav
============================================== */
#crumblist {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	font-size: .9em;
}
#crumblist li {
	display: inline;
	margin: 0;
}
#crumblist li a {
	text-decoration: none;
	color: #333333;
}
#crumblist li a:hover {
	text-decoration: underline;
}
/* @end Breadcrumb Nav
/* main area layout */
#main {
	padding:24px 0 10px 0;
}
#leftcolumn {
	float: left;
	width:150px;
}
#center {
	float: left;
	width:500px;
	padding: 0 25px 0 20px;
}
#rightcolumn {
	float: left;
	width:205px;
}
/* bottom layout */
#bottominfo {
	border-top: 3px solid #0b5b95;
	background: #f3f1de url(../images/layout/bottom_bg.jpg);
	padding-bottom:25px;
	width: 100%;
	overflow: hidden;
}
.bottomcolumn {
	float: left;
	width:288px;
	margin-right: 18px;
}
.bottomright {
	margin-right:0;
}
/* =HEADER - the header styles */
#header .container {
	height: 188px;
	background: url(../images/layout/header_bg.jpg) no-repeat bottom;
}
/* logo */
h1 {
	margin:0;
	Overflow: hidden;
	position: absolute;
	top: 34px;
	left: 35px;
	padding: 75px 0 0 0;
	height: 0px !important; /*for most browsers*/
height: /**/:75px; /*for IE 5.5 bad bad box model*/
	background: url(../images/layout/title_bg.jpg) left top no-repeat;
	width: 432px;
}
h1 a:hover {
	color: #fff;
}
h1 a span {
	height:71px;
	width: 13px;
	position: absolute;
	top:0;
	right: -13px;
	cursor: pointer;
	background: url(../images/logo_right.gif) right top no-repeat;
}
#topbar {
	margin: 0;
	padding: 7px 0 0 0;
}
form#searchForm {
	float: right;
	margin: 0;
	padding: 0;
}
#txtKeywords {
	border: 1px solid #666666;
	background: #D0E6F5;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 10px;
	vertical-align: top;
}
input#search {
	margin: 0;
	padding: 16px 0 0;
	border: 0;
	height: 16px;
	width: 16px;
	font-size: 0em;
	background: transparent url(../images/layout/search_btn.png) no-repeat;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	vertical-align: top;
}
input.submit {
	background-color: #9AC9EB;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #E2F0F5;
	border-top: 1px solid #006699;
	border-right: 1px solid #0033CC;
	border-bottom: 1px solid #0033CC;
	border-left: 1px solid #006699;
}
/* top navigation */
#navigation li {
	float: left;
	padding-right: 27px;
	font-size: 1.3em;
	font-weight: normal;
}
#navigation li a {
	color: #fff;
}
#navigation li a:hover, #navigation li.active a {
	color: #2c2c2c;
}
/* message */
p.slogan {
	position: absolute;
	overflow: hidden;
	top: 109px;
	left: 116px;
	padding: 64px 0 0 0;
	height: 0px !important; /*for most browsers*/
height: /**/:64px; /*for IE 5.5 bad bad box model*/
	width: 192px;
	background: url(../images/layout/slogan_bg.jpg) left top no-repeat;
}
/* =CONTENT - the content styles */
/* left column */
.leftbox, #navPrimary {
	padding: 10px 23px 10px 23px;
	margin-bottom:3px;
	line-height:1.8em;
}
/*h3.leftbox{font-size:19px;color: #8c8685; background: #f1f0ef url(../images/h3_bg_tall.jpg) 0 0 repeat-x;padding:5px 0 10px 23px;}
h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}*/
.features {
	padding-top:15px;
	font:1.27em Arial, Helvetica, sans-serif;
}
#leftcolumn .leftbox p {
	padding-bottom:1em;
	line-height:1.5em;
	font-size:12px
}
/* center column */
.article_wrapper h2, h2.pageTitle {
	color: #0b5b95;
	font-size:2em;
	border-bottom:1px solid #0b5b95;
	padding-bottom: 3px;
	margin:10px 0;
}
.article_wrapper p {
	padding-bottom:10px;
	font-size:1.2em;
}
.article_wrapper h3 {
	color: #993300;
	font-size:1.6em;
	padding-bottom: 3px;
	margin:10px 0;
}
.phrasebox {
	color: #0b5b95;
	background: url(../images/layout/phrasebox.jpg) no-repeat;
	text-align: center;
	height: 61px;
	width: 361px;
	margin-right: auto;
	margin-left: auto;
	font: 1.8em/1.6em Helvetica, sans-serif;
	padding: 10px;
}
.bluebullet {
	font-size: 1.2em;
	margin-bottom: 20px;
}
ul.bluebullet li {
	padding-left: 25px;
	background: url(../images/layout/cyanbullet.gif) no-repeat left top;
	margin-bottom: 5px;
}
/* right column */
#rightcolumn div#sysFeaturedNews dl, .rightbox {
	background: url(../images/layout/block_bg.jpg) no-repeat right top;
	padding: 0 8px 20px;
	margin: 0 0 15px 0px;
	border: 0;
	width: 189px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #58584D;
}
#rightcolumn div#sysFeaturedNews dt.releaseDate {
	display: none;
}
#rightcolumn div#sysFeaturedNews dd.image {
	float: right;
	margin: 6px 0 0 6px;
}
div#sysFeaturedNews dt {
	font-size: 0.8em;
	font-weight: 300;
	border-bottom: 1px solid #0b5b95;
	margin-bottom: 5px;
	padding-top: 5px;
}

#rightcolumn div#sysFeaturedNews dt a {
	color: #0b5b95;
	text-decoration: none;
}
#rightcolumn div#sysFeaturedNews dt a:hover {
	color: #990000;
}
#rightcolumn div#sysFeaturedNews span.readMore {
	font-size: 0.9em;
}
.rightbox h5 {
	color: #0b5b95;
	border-bottom: 1px solid #0b5b95;
	font-size: 1.1em;
}

.rightbox h5 a{
	color: #0b5b95;
	text-decoration: none;
}

.rightbox h5 a:hover{
	text-decoration: underline;
}

.rightbox ul {
	list-style: url(../images/layout/0119_checked.gif) outside;
	padding-left:18px;
	color: #333333;
}
.rightbox ul li {
	margin-bottom:4px;
}
.rightbox ul li a {
	color: #293A2E;
	text-decoration: none;
}
.rightbox ul li a:hover {
	text-decoration: underline;
}
.lastbox {
	margin:0;
}
/* =BOTTOM */
.bottomcolumn h3 {
	border-bottom: 1px solid #9b968f;
	color: #0b5b95;
	font-size:1.4em;
	padding:15px 0 5px 5px;
}
.bottomcolumn p {
	padding: 10px 35px 10px 5px;
	font-size: 1.2em;
}
.iconlist {
	font-size: 1.2em;
}
ul.iconlist li a {
	padding-left: 25px;
	background: url(../images/layout/0119_checked.gif) no-repeat left center;
	color: #5599a7;
}
ul.iconlist li a:hover {
	background: #E9E4DE;
	color: #42423b;
}
.enewsbox {
	float: left;
	width: 180px;
	height: 17px;
	padding:3px 5px;
	border: 4px solid #5599A7;
	font-size:13px;
}
.button {
	display: block;
	float: left;
	width: auto;
	line-height:1em;
	text-align: center;
	background: #659AA6;
	border: 4px solid #fff;
	color: #fff;
	cursor: pointer;
	margin:0;
	padding:3px 8px; /* IE6 */
}
/* =FOOTER */
#footer {
	height: 37px;
	background: #52a2dd;
	font-size: 1.2em;
	padding-top: 10px;
	text-align: center;
	color: #282828;
}
#footer a {
	color: #A39D97;
}
#designby {
	background: url(../images/logo.gif) 0 0 no-repeat;
	float: left;
	height: 23px;
	padding:2px 0 0 30px;
	margin-top: 5px;
}
#footer_navigation {
	float: right;
	padding-top:7px;
}
#footer_navigation li {
	float: left;
	padding-left:18px;
}
#footer_navigation li a {
	text-transform:uppercase;
}
#footer_navigation li a:hover {
	color: #5699A7;
}
/* image shadowboxes */
div.shadow {
	background: url(../images/layout/shadow.gif) no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}
div.shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}
div.shadowright {
	background: url(../images/layout/shadow.gif) no-repeat right bottom;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}
div.shadowleft {
	background: url(../images/layout/shadow.gif) no-repeat right bottom;
	float: left;
	margin: 10px 25px 15px 0;
	padding: 0;
	position: relative;
}
div.shadowright img, div.shadowleft img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 0px;
	position: relative;
}
a.donate {
	width: 80px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.6em;
	font-style: normal;
	font-variant: small-caps;
	background: #0033CC url(../images/layout/buttonbg.jpg) repeat-x;
	padding-top: 5px;
	display: block;
	color: #FFFFFF;
}
.highlight, .cb_captchamessage {
	font-size: 1.1em;
	font-weight: bolder;
	color: #FF0000;
}
em {
	font-style: italic;
}

/********************** Info box Styles *******************/

p.info {
	background: #D1E6EF url(../images/icons/cmsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	font-size: 1.2em;
	padding: 0pt 1em 0pt 3.5em;
}
p.warning {
	background: #FFF2CF url(../images/icons/wmsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	font-size: 1.2em;
	padding: 0pt 1em 0pt 3.5em;
}
p.error {
	background: #FFFFE0 url(../images/icons/emsg.gif) no-repeat scroll .5em 50%;
	border: 1px solid #2580B2;
	margin: 0.3em;
	font-size: 1.2em;
	padding: 0pt 1em 0pt 3.5em;
}

.announcement{
	background: #d5e7f1;
	border: 1px solid #084163;
	padding: 1.4em;
	font-size: 1.2em;
}

/********************** Page-specific Styles *******************/
/*News Page */
#newslist h3 {
	font-size: 1.4em;
	margin: 0px;
	padding-bottom: 4px;
}
#newslist p {
	font-size: 1.2em;
	padding-bottom: 2px;
}
.newsdate {
	font-style: italic;
	color: #666666;
}
.readmore {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
#svPortal dl, .svSyndLocal dl {
	margin-bottom: 1.5em;
	border-bottom: 1px groove #7A7671;
	padding-bottom: 0.5em;
	position: relative;
}
#svPortal dl.last, .svSyndLocal dl.last {
	border-bottom: none;
}

/*#svPortal dd.image, .svSyndLocal dd.image {
	float:left;
	margin-right: 10px;
}*/

dl.hasImage .image { 
	float:left;
	margin-right: 10px;
}

#svPortal dt.releaseDate {
	font-style: italic;
	color: #666666;
}
#svPortal dt a, .svSyndLocal dt a {
	color: #993300;
	font-size:1.4em;
	text-decoration: none;
	padding: 0;
	margin:10px 0 5px;
}
#svPortal dt a:hover, .svSyndLocal dt a:hover {
	text-decoration: underline;
}
.svSyndLocal dd.tags {
	display: none;
}
#svSearchResults dt {
	font-size: 0.9em;
}

