html, body
{
	margin: 0; padding: 0;
}

body
{
	background: #26588A;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p
{
	margin: 10px 0; padding: 0;
}


a:link
{
	color: #69c;
	background-color: transparent;
}

a:visited
{
	color: #999;
        background-color: transparent;
}

a:hover
{
	color: #fc0;
        background-color: transparent;
	text-decoration: none;
}

a:active
{
	color: #000;
        background-color: transparent;
}

acronym, abbr
{
	border-bottom: 1px dotted #999;
	cursor: help;
}

p acronym, p abbr
{
	font-size: 10px;
}


h1, h2, h3, h4, h5, h6
{
	clear: both;
}

h1, h2
{
	color: #036;
        background-color: transparent;
}

h3
{
	color: #666;
        background-color: transparent;
}

h4, h5, h6
{
	color: #999;	
        background-color: transparent;
}

h2
{
	font-size: 16px;
	margin: 5px 0 0 0; padding: 0;
	border-bottom: 1px solid #ccc;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 13px;
}

h6
{
	font-size: 12px;
}

li
{
	margin: 1em auto;
}

strong
{
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	white-space: nowrap;
}


/* === === === HEADER === === === */

div#header { }

div#header h1#logo
{
	margin: 0; padding: 0;
	color: inherit;
	background: #69c url(../images/header.gif) left center;
	width: 900px;
	height: 100px;
}

div#header h1#logo span
{
	display: none;
}

/* === === === PRIMARY NAV MENU === === === */

div#menu
{
	background: #f5f5f5 url(../images/grad_header.gif) repeat-x center top;
}

div#menu ul ul
{
	display: none;
}

div#menu ul
{
	margin: 0; padding: 0.5em;
	text-align: left;
/*	border-bottom: 1px dotted #ccc; */
}

div#menu ul li
{
	list-style: none;
	display: inline;
	margin: 0; padding: 0 1em;
	border-left: 1px solid #ccc;
}

div#menu li.first
{
	border-left: none;
}

div#menu a:link, div#menu a:visited
{
	color: #036;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
/*	text-transform: uppercase; */
	padding: 2px;
	font-size: 13px;
}

div#menu a.current:link, div#menu a.current:visited
{
	color: #999;
	background-color: transparent;
}

div#menu a:hover, div#menu a.current:hover
{
	color: #fc0;
	background-color: transparent;
}

/* === === === FEATURE AREA === === === */

div#feature
{
	width: 900px;
}

div#feature h2
{
	display: none;
}


img#featureImage
{
	float: left;
	margin: 0; padding: 0;
}

div#featureCaption
{
	float: right;
	width: 300px;
	height: 243px;
	color: #fff;
	background: #999 url(../images/vertical_dots.gif) repeat-y left top;
}

div#featureCaption h3
{
	float: left;
	font-size: 11px;
	margin: 0; padding: 16px 1em 0 2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
	background-color: transparent;
}


div#featureCaption p
{
	line-height: 2em;
	text-align: justify;
	margin: 0; padding: 1em 2em 0 2em;
	color: #eeeeee;
	background-color: transparent;
}

div#featureCaption abbr, div#featureCaption acronym
{
	border-bottom: 1px dotted #ccc;
}


/* === === === CONTENT AREA === === === */

div#content
{
	padding: 0; margin: 0;
	color: inherit;
	background: transparent url(../images/grad_sidebox.gif) repeat-x center top; 
	position: relative;
}

div#contentWrapper
{
	color: inherit;
	background: #f3f3f3 url(../images/grad_sidebox_bottom.gif) repeat-x center bottom;
}

div#content p
{
	line-height: 2em;
}


div#mainContent
{
	width: 550px;
	min-height: 300px;
	margin: 0; padding: 10px 30px 10px 20px;
	color: inherit;
	background: #fff url(../images/grad_content.gif) repeat-x center top;
}

div#mainContent ul li
{
	list-style: circle url(../images/double_arrow_white.gif);
}


/* === === === SIDE BOX === === === */

div#sideBox
{
	font-size: 12px;
	position: absolute;
	top: 0; right: 0;
	width: 260px;
	margin: 0; padding: 10px 20px 0 0;
}

div#sideBox ul
{
	margin: 0 0 0 20px; padding: 0;
}

div#sideBox li
{
	list-style: circle url(../images/double_arrow.gif);
}

address
{
	line-height: 2em;
	font-style: normal;
	margin: 10px 0; padding: 0;	
}


/* === === === NEWS === === === */

ul#news { }


/* === === === SECONDARY NAV MENU === === === */

div#sideBox ul#subMenu { 
	padding-top: 10px;
}

div#sideBox ul ul
{
	margin: 0; padding: 0 0 0 10px;
}

div#sideBox ul ul li
{
	list-style: none;
	font-size: 10px;
}

/* === === === FOOTER === === === */

div#footer
{
	font-size: 10px;
	text-align: center;
	clear: both;
	color: inherit;
	background: #fff url(../images/grad_footer.gif) no-repeat center top;	
}

div#footer ul
{
	margin: 0; padding: 1em;
	text-align: center;
}

div#footer ul li
{
	list-style: none;
	display: inline;
	margin: 0; padding: 0 1em;

}

p#copyrightStatement
{
	margin: 0; padding: 1em;
	color: #999;
	background-color: transparent;
}

p#copyrightStatement a:link, p#copyrightStatement a:visited
{
	color: #999;
	background-color: transparent;
}

p#copyrightStatement a:hover
{
	color: #f90;
	background-color: transparent;
}

/* === === === ITEM LIST === === === */

h3.itemList
{
	margin-bottom: 0; padding-bottom: 0;
}

h4.itemList
{
	margin-top: 0; padding-top: 0;
}

/* === === === MISC === === === */

span.book
{
	font-style: italic;
}

div#wrapper
{
	width: 900px;
	color: inherit;
	background-color: #fff;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

div#shadow-right
{
	margin: 0 auto; padding: 0 30px;
	color: inherit;
	background: #26588A url(../images/right_shadow.gif) repeat-y right center;
	width: 930px;
}

div#shadow-left
{
	margin: 0; padding: 0 0 0 30px;
	color: inherit;
	background: #26588A url(../images/left_shadow.gif) repeat-y left center;
}

span.date
{
	color: #999;
	background-color: transparent;
	font-size: 11px;
}

p.error
{
	background-color: transparent;
	color: #f00;
}

p#skipNav
{
	display: none;
}

div.dottedLine
{
	color: inherit;
	background: #fff url(../images/horizontal_dots.gif) repeat-x center center;
	height: 1px;
	margin: 0; padding: 0;
	clear: both;
}

div.bottom
{
	background-position: bottom center;
}

div.top
{
	background-position: top center;
}

div.dottedLine hr
{
	display: none;
}

table#partnerships
{
	margin: 0 auto;
}

table#partnerships td
{
	text-align: center;
	padding: 5px;
}

a img
{
	border: none;
}

/* === === === FORMS === === === */

form
{
	margin: 0; padding: 0;
}

fieldset
{
	margin: 1em 0;
	border: none;
}

legend
{
	display: none;
}

fieldset p
{
	margin: 0; padding: 5px 0;
	clear: both;
}

fieldset label
{
	color: #036;
	background-color: transparent;
	display: block;
	text-align: right;
	float: left;
	width: 100px;
}

fieldset span.field
{
	display: block;
	text-align: left;
	float: right;
	width: 400px;
}

input, textarea
{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

input.button
{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff url(../images/grad_content.gif) repeat-x center top;
	border-top: none;
	border-left: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 50px;
	min-width: 50px;
}

div.caveat
{
	color: #999;
	background-color: transparent;
	font-size: 10px;
}

/* === === === IMAGE DROP SHADOW === === === */

.alpha-shadow {
	float: left;
	color: inherit;
	background: url(../images/shadow/shadow1.gif) no-repeat right bottom;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.alpha-shadow div {
	color: inherit;
	background: url(../images/shadow/shadow2.png) no-repeat left top !important;
	background: url(../images/shadow/shadow2.gif) no-repeat left top;
	padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
	color: inherit;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}

div.img-right
{
	margin: 0 0 0.5em 0.5em;
	float: right; 
}

div.img-left
{
	margin: 0 1em 0.5em 0;
	float: left;
}
