/* eric meyer's reset reloaded, minus table elements */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*, table, caption, tbody, tfoot, thead, tr, th, td */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px dotted #85afd8;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =ELEMENT SELECTORS */

body {
	margin: 20px 0;
	background: #004993;
	color: #fff;
	text-align: center;
}
body, table, td, div, input {
	line-height: normal;
	font-size: 11pt;
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	line-height:normal;
}
a:link, a:visited {	
	color:#fff;
	text-decoration: underline;
	}
a:visited {
	color: #fff;
	}
a:hover, a:active {
	color:#85afd8;
	text-decoration: none;
	}

a img { border: none; }
	
h1 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 18pt;
	font-weight:normal;
	line-height: 22pt;
	
	opacity:.85;
	}
h2 {
	margin: 0 0 10px 0;
	color: #85afd8;
	font-size: 16pt;
	font-weight:normal;
}
h3 {
	margin: 0 0 6px 0;
	color: #fff;
	font-size: 13pt;
}
h4 {
	margin: 0 0 4px 0;
	font-size: 12pt;
}

p {
	padding: 0 0 12px 0;
}
hr {
	background: #fff;
  	border: 0;
  	color: #fff;
  	height: 1px;
	margin: 15px 0;
	}

ol li {/* set this back to numerals after the reset */
	list-style-type: decimal;
	}

table {	font-size: 100%; /* IE font-size inheritance fix */ }
	
/* =CUSTOM CLASSES */

/* =table appearance */
.tableheader {
	background: #004993;
	color: #fff;
	font-weight: bold;
	}
	
th {
	background:#004993;
	color:#fff;
	text-align: left;
}
	
td {
	border-bottom: 1px solid #85afd8;
}

tr.alt td, td.alt {/* classes for alt row td background color, alt td color across rows, respectively */
	border-bottom: 1px solid #85afd8;
	background-color:#004993;
}
.align_r { text-align: right; }

/* general use =input appearance */
	


/****** =LAYOUT *******/


/* various methods to =clear floats */

/* clearfloat and clear0 require 'junk markup' element with this class */
.clearfloat {
	clear: both;
	height: 1px;
	}
.clear0 {
	height: 0;
	clear: both;
	}
/* 'self-clearing float' method, as seen at position is everything . net ; */
/* class="clearfix" is applied to parent of floated children, e.g. class="content clearfix", when .content contains floating columns */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}/* have misgivings about telling this to FF, but doesn't seem to hurt */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* give old IE 'hasLayout'. Using zoom: 1; may be better? haven't tested. *//* if zoom works, may eliminate need to filter to IE lt7, hide from IEmac */
.clearfix {display: block;}
/* End hide from IE-mac */
/* end float kludges. begin page layout */

.wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}

/* =masthead */

.leftCol, .centerCol, .rightCol {
	float:left;
}

.leftCol img, .rightCol img {
	margin: 2px 2px 0 2px;
}
.leftCol, .rightCol {
	width: 200px;
	margin-bottom: 2px;
}

.centerCol {
	margin:2px 0;
	width:600px;
	background: #004993 url(../images/bg_bluesky.jpg) no-repeat left top;
}
.centerCol img {
	border-top:2px solid #004993;
}
.centerCol .contentWrap img {border:none;}

.contentWrap {
	position:relative;
	background: url(../images/bg_col_gradient.gif) no-repeat left bottom;
	min-height:448px;
	}
* html .contentWrap {height:448px;}

.logo {
	position:absolute;
	top:20px;
	left:50px;
	width:280px;
	height:126px;
	background:url(../images/logo_bluesky.gif) no-repeat;
	
	opacity:.7;
}
address {
	position:absolute;
	top:45px;
	left:360px;
	color:#fff;
	font-style:normal;
	font-size: 13pt;
	line-height: 18pt;
	
	opacity:.7;
}
/****** =CONTENT *******/

.content {
	padding: 155px 30px 20px 50px;
	color:#fff;
	}

.content ul, .content ol { /* put back some uniform spacing for both list types */
	margin: 0 0 0 8px;
	padding: 0 0 6px 0;
	}
/* styling both list types so the inner list text aligns, regardless of whether unordered or ordered */
.content ul li { /* use padding here due to rendering of ul bullets (we're replacing with background images) */
	padding: 0 0 6px 12px;
	}
.content ol li {/* use margin here due to rendering decimal numbers outside the list item */
	margin: 0 0 6px 12px;
	}
/* now we're adjusting the extra space when lists are nested in other lists */
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
/* reset has removed the stock bullets. now we're adding a background image instead, more consistent than list-style-image */
/* 0 is horizontal coordinate. .5 is vertical. We want the image to be .5em down, to hit the middle of the first line of text. Note this is different from using 50% or center, which would drop the image to the middle of a multiline list item.   */
.content ul li {
	background: url(../images/li.gif) no-repeat 0 .5em; 
}


