/*
-------------------
GOBAL STYLE RESETS
-------------------
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }

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

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*
-------------------
MAIN ELEMENTS
-------------------
*/

body, html
{
	background-color: #FFF;
	color: #003D6E;
	font: .85em/1.5 "Lucida Sans", 'Lucida Sans Unicode', Arial, sans-serif;
	text-align: center;
}

a
{
	color: #10C1FF;
	text-decoration: none;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 743px;
	background: #FFF url(../images/page_bg.gif) top center repeat-y;
	padding-left: 14px;
	padding-right: 13px;
}

#wrapper_alt
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 743px;
	background: #FFF url(../images/page_bg_alt.gif) top center repeat-y;
	padding-left: 14px;
	padding-right: 13px;
}

#mast_head
{
	position: relative;
	top: 0;
	left: 0;
	width: 743px;
	height: 255px;
	background: transparent url(../images/main_img.jpg) no-repeat left top;
}

#mast_head_alt
{
	position: relative;
	top: 0;
	left: 0;
	width: 743px;
	height: 286px;
	background: transparent url(../images/main_img.jpg) no-repeat left top;
}

#asx_feed
{
	position: relative;
	height: 28px;
	top: -22px;
	width: 720px;
}


#main_content
{
	float: left;
	width: 457px;
	margin-top: 40px;
	padding: 30px 20px 30px 30px;

}

#main_content_alt
{
	float: left;
	width: 690px;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
}

#main_content img
{
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#sub_content
{
	float: right;
	width: 196px;
	margin-top: 40px;
	padding: 30px 20px 30px 20px;
}

/*
-------------------
NAVIGATION ELEMENTS
-------------------
*/


#global_nav_asx
{
	position: absolute;
	top: 286px;
	background: #004074 url(../images/menu_bg.png) top left repeat-x;
	border-top: 2px solid #000;
	height: 50px;
	width: 743px;
	font-size: 1.1em;
	letter-spacing: 1px;
	z-index:100;
}

#global_nav
{
	position: absolute;
	top: 255px;
	background: #004074 url(../images/menu_bg.png) top left repeat-x;
	border-top: 2px solid #000;
	height: 50px;
	width: 743px;
	font-size: 1.1em;
	letter-spacing: 1px;
	z-index:100;
}

#global_nav li, #global_nav_asx li
{
	float: left;
	display: block;
	text-align: center;
	background: transparent url(../images/menu_item_bg.gif) top right repeat-y;
}

#global_nav li.last, #global_nav_asx li.last { background: none; }

#global_nav	li a, #global_nav_asx li a
{
	color: #26A8DE;
	display: block;
	width: 120px;
	height: 34px;
	padding-top: 16px;
}

#global_nav	li a:hover, #global_nav_asx li a:hover { color: #FFF; }

#global_nav li ul, #global_nav_asx li ul
{
	visibility: hidden;
	position: absolute;
	width: 200px;
}

#global_nav li:hover ul, #global_nav li.over ul, #global_nav_asx li:hover ul, #global_nav_asx li.over ul
{
	visibility: visible;
	background: #003C6E;
}

#global_nav li:hover ul li, #global_nav li.over ul li, #global_nav_asx li:hover ul li, #global_nav_asx li.over ul li
{
	float: none;
	background: transparent url(../images/dotted_rule_menu.gif) bottom left repeat-x;
	text-align: left;
}

#global_nav li:hover ul li a, #global_nav li.over ul li a, #global_nav_asx li:hover ul li a, #global_nav_asx li.over ul li a
{
	display: block;
	height: 20px;
	width: 190px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/*
-------------------
CONTENT ELEMENTS
-------------------
*/

h1
{
	position: absolute;
	top: 195px;
	left: 562px;
	height: 35px;
	width: 145px;
}

h1 a
{
	display: block;
	height: 35px;
	width: 145px;
}

h1 span { display: none; }

h2
{
	position: absolute;
	color: #FFF;
	top: 160px;
	left: 30px;
	height: 45px;
	font-size: 2.75em;
	font-weight: normal;
	line-height: 110%;
}
.caption {
	font-size: 85%;
	line-height: 120%;
	padding-bottom: 25px;
	clear: left;
}

.img {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#main_content h3
{
	color: #10C1FF;
	font-size: 1.7em;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 15px;
}

#main_content h4
{
	color: #003D6E;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}

#main_content p
{
	font-size: 1em;
	line-height: 1.75;
	padding-bottom: 1.5em;
}

#main_content em, #main_content_alt em
{
	font-style: normal;
	font-size: 2em;
	line-height: 1.2;
}

#main_content strong { font-weight: bold; }

#quick_links a
{
	display: block;
	float: left;
	height: 30px;
	padding-left: 25px;
	padding-right: 10px;
	font-size: .9em;
	color: #000;
}

#quick_links .print { background: transparent url(../images/printer.gif) top left no-repeat; }
#quick_links .email { background: transparent url(../images/email.gif) 0 1px no-repeat; }

#sub_content h3
{
	color: #7F9EB6;
	font-size: 1.75em;
	padding-bottom: 5px;
}

#downloads
{
	padding-bottom: 25px;
	background: transparent url(../images/dotted_rule.gif) top left no-repeat;
}

#downloads li { background: transparent url(../images/dotted_rule.gif) bottom left no-repeat; }

#downloads li a
{
	color: #000;
	font-size: .8em;
	padding-top: 9px;
	padding-left: 25px;
	display: block;
	height: 20px;
	background: transparent url(../images/download.gif) no-repeat 0 5px;
}

#news
{
	padding-bottom: 25px;
	background: transparent url(../images/dotted_rule.gif) top left no-repeat;
}

#news li
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #003D6F;
	background: transparent url(../images/dotted_rule.gif) bottom left no-repeat;
	line-height: 130%;
	text-decoration: none;
}

#thumbs li { float: left; }

#thumbs img
{
	display: block;
	padding: 1px;
	margin: 3px;
	border: 1px solid #7F9EB6;
	background-color: #FFF;
}

/*

-------------------
LISTS
-------------------
*/

ul.content {
	color: #003D6E;
	font-family: "Lucida Sans", 'Lucida Sans Unicode', Arial, sans-serif;
	line-height: 1.5em;
	}

ul.content li {
	position: relative;
	display: block;
	width: 425px;
	background: url(../images/bullet_blue.gif) no-repeat 0px 4px;
	padding-left: 20px;
	margin-bottom: 5px;
}

#main_content ul {
    margin-bottom: 20px;

}

#main_content li {
	position: relative;
	display: block;
	width: 425px;
	padding-left: 20px;
	margin-bottom: 5px;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

* html ul.content {
	height: 1%;
}	

ul.content li span {
	float: right;
	right: 0;
	margin-left: 10px; }
	


/*

-------------------
FOOTER ELEMENTS
-------------------
*/

#footer
{
	clear: both;
	background-color: #003D6E;
	color: #10C1FF;
	padding: 15px 30px;
	font-size: 0.85em;
	line-height: 135%;
}

#footer a:hover { color: #FFF; }


/*

-------------------
TABULAR DATA
-------------------
*/

table.capital {
	width: 450px;
	padding: 0px;
	border-top: 1px solid #D3DADF;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #D3DADF;
	margin-top: 15px;
	font-size: 90%;
	line-height: 120%;
}

table.capital td {
	background-color: #ECF3F8;
	padding: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3DADF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3DADF;
}

table.capital tr.special td {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5BBC0;
	padding-bottom: 15px;
}
