/* GENERAL STYLES */
/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */ 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.printonly {display:none;}

/* typography.css */
body {font-size:14px;color:#666;background:#fff;font-family:Arial, sans-serif;margin:0;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:24px;line-height:1;margin-bottom:0.25em;font-family:"Times New Roman", Times, serif;}
h2 {font-size:20px;margin-bottom:0.25em;border-bottom:2px solid #e10708;}
/*h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}*/
h3 {
font-size:16px;
height: 26px;
width: 622px;
margin-top: 10px;
margin-bottom: 4px;
padding: 5px 4px 0px 15px;
color: #FFFFFF;
background-image: url(/media/hdr_portal_bg.jpg);
background-repeat: no-repeat;
}
h4 {font-size:19px;line-height:1;margin-bottom:.1em;color:#333;font-weight:normal;font-family:"Times New Roman", Times, serif;}
h5 {font-size:19px;font-weight:bold;margin-bottom:.25em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 .75em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#0099ff;text-decoration:none;}
a {color:#0099ff;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;color:#666;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.ErrorStar {color:#990000;}

/* grid.css */
.container {width:820px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
div.last {margin-right:0;}
.span-1 {width:35px;}
.span-2 {width:70px;}
.span-3 {width:105px;}
.span-4 {width:140px;}
.span-5 {width:180px;} /*SideNav width*/
.span-6 {width:200px;} /*SideNav width*/
.span-7 {width:245px;}
.span-8 {width:280px;}
.span-9 {width:315px;}
.span-10 {width:350px;}
.span-11 {width:385px;}
.span-12 {width:420px;}
.span-13 {width:455px;}
.span-14 {width:490px;}
.span-15 {width:525px;}
.span-16 {width:560px;}
.span-17 {width:630px;} /*main content area */
.span-18 {width:630px;}
.span-19 {width:665px;}
.span-20 {width:700px;}
.span-21 {width:735px;}
.span-22 {width:770px;}
.span-23 {width:805px;}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


.textsmall {font-size:75%;}

/*-- BUTTONS --*/
.clear { /* generic container (i.e. div) for floating buttons */
overflow: hidden;
width: 100%;
}

.button a {
background: transparent url('/media/btn_red_right.jpg') no-repeat scroll top right;
color: #fff;
display: block;
margin:0;
float: left;
font: bold 12px arial, sans-serif;
height: 21px;
margin-right: 6px;
padding-right: 11px; /* sliding doors padding */
text-decoration: none;
}

.button a span {
background: transparent url('/media/btn_red_bg.jpg') no-repeat;
display: block;
line-height: 13px;
padding: 3px 0 5px 11px;
}

.button a:link,.button a:active,.button a:visited,.button a:hover {
	color: #fff;
}

#headerNav a {
background: transparent url('/media/tmp_topnav_right.jpg') no-repeat scroll top right;
color: #fff;
display: block;
margin:0;
float: left;
font: normal 12px arial, sans-serif;
height: 21px;
margin-right: 6px;
padding-right: 11px; /* sliding doors padding */
text-decoration: underline;
}

#headerNav a span {
background: transparent url('/media/tmp_topnav_left.jpg') no-repeat;
display: block;
line-height: 13px;
padding: 5px 0 3px 11px;
}

#mainNav a {
background: transparent url('/media/nav_right.png') no-repeat scroll top right;
color: #fff;
display: block;
margin:0;
float: left;
font: normal 12px arial, sans-serif;
font-weight:bold;
height: 32px;
margin-right: 0px;
padding-right: 15px; /* sliding doors padding */
text-decoration: none;
}

#mainNav a.active {
color: #0a4179;
background: transparent url('/media/nav_right_f2.png') no-repeat scroll top right;
}

#mainNav a.active span {
background: transparent url('/media/nav_left_f2.png') no-repeat;
}

#mainNav a span {
background: transparent url('/media/nav_left.png') no-repeat;
display: block;
line-height: 20px;
padding: 9px 0 3px 15px;
} 

#portal_headline {
width: 621px;
margin-top: 4px;
margin-bottom: 4px;
padding: 4px 4px 0px 4px;
}

#page_body {
	margin:.5em 0 1em 0;
}

#page_body p.clear {
	clear:both;
}


.portal_body {

}

.portal_body a:link,
.portal_body a:active,
.portal_body a:visited{
color: #008FFF;
font: bold 12px arial, sans-serif;
text-decoration: none;
}

.portal_body a:hover {
text-decoration: underline;
}

#ContactForm {
	
}

.ContactError {
	background-color:#FFFF99;
	border:1px solid #FFCC00;
	padding:1em;
	font-weight:bold;
}

.ContactError ul {
	color:#990000;
	margin:1em;
}

.ContactForm label {
display:block;
float:left;
width:12em;
clear:both; 
}

.ContactForm label, .ContactForm .input {
margin-bottom:1.5em;
}

.ContactForm .input {
	
}

.TextBox, .TextArea {
border:1px solid #ccc;
}

.sml { width: 100px; }
.med { width: 250px; }
.lrg { width: 350px; }

/*Box containers*/
.cornerContainerWide {
	width:630px;
}
.cornerContainerWide.grey {
background-image:url(/media/palette_beige_bg.jpg);
background-repeat:repeat-y;
}

.cornerContainerWide.white {
background-image:url(/media/palette_white_bg.jpg);
background-repeat:repeat-y;
}


.cornerContainerNarrow {
	width:233px;
}
.cornerContainerWide, .cornerContainerNarrow {
	margin:1em 0;
}
.cornerContainerWide.grey {
background-color:transparent;
}
.cornerContainerNarrow.grey {
background-image:url(/media/palette_beige_sm_bg.jpg);
background-repeat:repeat-y;
}

.cornerContainerWide.grey .cornerTop {
height:15px;
background-image:url(/media/palette_beige_top.jpg);
background-repeat:no-repeat;
}

.cornerContainerNarrow.grey .cornerTop {
height:16px;
background-image:url(/media/palette_beige_sm_top.jpg);
background-repeat:no-repeat;
}

.cornerContainerWide.white .cornerTop {
height:15px;
background-image:url(/media/palette_white_top.jpg);
background-repeat:no-repeat;
}

.cornerContainerWide.grey .cornerBottom {
height:15px;
background-image:url(/media/palette_beige_bottom.jpg);
background-repeat:no-repeat;
}

.cornerContainerNarrow.grey .cornerBottom {
height:16px;
background-image:url(/media/palette_beige_sm_bottom.jpg);
background-repeat:no-repeat;
}


.cornerContainerWide.white .cornerBottom {
height:15px;
background-image:url(/media/palette_white_bottom.jpg);
background-repeat:no-repeat;
}

.cornerContainerWide .cornerContent,.cornerContainerNarrow .cornerContent {
padding:0 1em;
}
.cornerContainerWide ul{
margin:0 0 0 15px;
list-style-type:disc;
font-size:16px;
padding:0;
color:#e10708;
}
.cornerContainerWide ul li a{
list-style-type:disc;
font-size:13px;
padding:0;
color:#0099FF;
font-weight:bold;
}

#listingContainer {}
.listing {
margin:7px 3px;
padding:7px 3px;
clear:both;
}

.listing h4 a{
color:#000;
text-decoration:none;
}

.listing .intro {

}

.listing.over {
	background-color:#e9e7e0;
}

.listing div {
clear:both;
}

.listing-outer.border {
border-top:1px dotted #666;
}


#alphaIndexContainer {
	
}

#alphaIndexContainer ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#alphaIndexContainer ul li{
	float:left;
	margin:0 .5em;
}

.backlink {
	margin:1em 0;
}

.backlink a { 
	font-family:"Times New Roman", Times, serif;
}

.readmore {
	font-family:"Times New Roman", Times, serif;
}



/* EDITOR PROPERTIES */
.imgleft, .imgLeft  {
float:left;
margin:0 10px 10px 0;
}

.imgright , .imgRight{
float:right;
margin:0 0 10px 10px;
}

.table1 {
	border:2px solid #333;	
	width:100%;
	border-collapse:collapse;
}



.table1 td {
	text-align:left;
	vertical-align:top;
	padding:.25em;
	border:1px solid #333;
	border-collapse:collapse;
}

.table1 th {
	text-align:left;
	vertical-align:top;
	padding:.25em;
	font-weight:bold;
	background-color:#eee;
	border:1px solid #333;
	border-bottom:2px solid #333;
	border-collapse:collapse;

}


/* EDITOR PROPERTIES */
imgleft {
float:left;
margin:0 10px 10px 0;
}

imgright {
float:right;
margin:0 0 10px 10px;
}

h1 {

}

h4 {

}

h5 {

}








/* EDITOR PROPERTIES */
imgleft {
float:left;
margin:0 10px 10px 0;
}

imgright {
float:right;
margin:0 0 10px 10px;
}

h1 {

}

h4 {

}

h5 {

}

table1 {

}


