* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	margin:0 0;
	padding:0 0;
	background-color:#004A95;
        background-image:url("../images/page-bg.png");
	background-position:center;
	background-repeat:repeat-y;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:bold;
	color:#31747B;
	margin-top:0em;
	margin-bottom:0.75em;
	border-bottom:1px solid #31747B;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	color:#31747B;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#31747B;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:780px;
	margin:0 auto;
	padding:0px;
	text-align:left;
        background-color:#FFF;
}

#header {
	height:177px;
	margin:0px;
	padding:0;
	position:relative;
}

#header-image {
	position:absolute;
	right:0px;
	top:34px;
}

#body {
	margin:0px;
	background-repeat:no-repeat;
}

#content {
	width:570px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 15px 15px 0px;
	float:right;
	margin-top:90px;
	position:relative;
}

#sidebar {
	width:160px;
	padding:15px 0 0 20px;
	float:left;
}

#footer {
	padding:0 10px;
	height:50px;
	clear:both;
	position:relative;
	border-top:1px solid #266D72;
	width:750px;
	margin-left:5px;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:20px;
	top:25px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:133px;
	display:block;
	padding-top:100px;
	height:0px !important; /* for most browsers */
	height /**/:100px; /* for IE5.5's bad box model */
	overflow:hidden;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
}

#sidebar h2 {
	width:159px;
	color:#FFFFFF;
	margin:0 -6px 0px -6px;
	padding-left:6px;
	font-size:120%;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#74A0CA;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

#footer p.address {
	text-align:center;
	color:#00529B;
	font-size:78%;
	margin:0;
	padding-top:9px;
	padding-bottom:5px;
}


#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block;
	margin:15px auto; margin-top:10px;
	width:320px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}



/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	padding-top:8px;
	padding-left:25px;
	width:591px;
	position:absolute;
	top:0px; 
	right:0px;
	background-image:url(../images/main-nav-bg.png);
	background-repeat:no-repeat;
}

#main-nav li {
	margin:0;
	padding:0;
	float:left;
	background-image:url(../images/main-nav-li.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
       	}
	

#main-nav li a {
	padding:0 6px;
	display:block;
	height:27px;
	line-height:27px;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	float:left;
      	text-transform:uppercase;
}

#main-nav li.first {
	background:none;
}

#main-nav li.site-search a{
	color:#74a0ca;
}

#main-nav li a.current {
	font-weight:bold;
}

#main-nav li a.current:hover {

}

/* Sub nav */

h2.sub-nav {
	display:none;
}

#sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
}

#sub-nav li {
	padding:0;
	margin:0 -6px;
	border-bottom:1px solid #C1D5D7;
	width:165px;
}

#sub-nav li a {
	display:block;
	padding:6px 0px;
	padding-left:20px;
	margin:0px;
	color:#00509A;
	text-decoration:none;
	width:159px;
	background-image:url(../images/sub-nav-li.gif);
	background-position:left 0.8em;
	background-repeat:no-repeat;
	
	
}

#sub-nav li a:hover {
	
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:3em;
	list-style:none;
}

#crumbs li {
	display:inline;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#DF6300;
}

.posts .categories a {
	color:#777;
	display:none;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.post .date {
	font-weight:normal;
	color:#DF6300;
}

.post .categories a {
	color:#777;
	display:none;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #F3F4F7;
}

#comments ol .date {
	font-weight:normal;
	color:#FF7300;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#005597;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#DF6300;
}

div.hr {
	background-color:#CBEEF4;
}

/* Custom Widgets
============================================================
--------------------------------------------------------- */

#search-results {
        margin-left:1.0em;
        padding-left:1.0em;
}

#search-results h2 {
        font-size:100%;
        line-height:1.3em;
        text-align:left;
        border:none;
        padding:0;
}

#search-results .url {
        font-size:75%;
        color:#008A00;
        margin-bottom:0;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Site Search */

#ads {
	width:474px;
	height:64px;
	position:absolute;
	left:-5px;
	top:-76px;
overflow:hidden;
}

#content .iframe,
#content .iframe body,
#content .iframe table,
#content .iframe table td,
#content .iframe div {
	margin:0;
	padding:0;
}

#content .iframe table,
#content .iframe table td {
	border-collapse:collapse;
}

#content .iframe-placeholder {
	position:absolute;
	left:-2px;
	top:-75px;
/*	border:1px solid #d7d7d7;*/
	border-right:none;
}

#content a.become-sponsor img {	
	position:absolute;
	right:12px;
	top:-74px;
	border:1px solid #d7d7d7;
}

/* Basic listing table */

table.listing {
    border:1px solid #ddd;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#eee;
    border-bottom:1px solid #ddd;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #ddd;
}

/* Chart listing table */

table.chart {
    font-size:80%;
    background-color:#D1E4EF;
    border:1px solid #3E678F;
    border-bottom:none;
    text-align:left;
}

table.chart th {
    color:#FFF;
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#004A95;
    border-bottom:1px solid #3E678F;
}

table.chart th.category {
    color:#D1E4EF;
    font-size:120%;
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#3E678F;
    border-bottom:1px solid #3E678F;
}

table.chart th.subtitle {
    color:#004A95;
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#95CDEF;
    border-bottom:1px solid #3E678F;
}

table.chart th.subtitle2 {
    color:#004A95;
    font-weight:bold;
    font-style:italic;
    padding:0.3em 0.75em 0 3em;
    background-color:#95CDEF;
    border-bottom:1px solid #3E678F;
}

table.chart td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #3E678F;
    border-left:1px solid #3E678F;
}

/* Custom styles */

.small { /* used for small fonts - full paragraphs or parts of text */
    font-size:80%;
}

.flash { /* used to put border around and center embedded flash movies */
    margin:auto;
    border:1px solid #005597;
}
