body { background: #80acc8 url(../images/body-bg.gif) left top repeat-x; text-align: center; font-family: Arial; }

a { text-decoration: none; }
a:hover { text-decoration: underline; } 
h1 { font-size: 20px; color: #007dc3; margin-bottom: 10px; }
h2 { font-size: 17px; color: #007dc3; }
h3 { font-size: 15px; }

.button { display: block; text-indent: -9999px; overflow: hidden; }
.clear { clear: both; }
.clearLeft { clear: left; }
.hidden { display: none; }

#wrapper { width: 956px; margin: 0 auto; text-align: left; }

/* HEADER */
#pageHeader { width: 917px; height: 108px; background: url(../images/header.gif) left top no-repeat; position: relative;}
.logoLink { position: absolute; left: 0px; width: 315px; height: 100px; }
.dsitLink { position: absolute; height: 31px; width: 75px; top: 73px; right: 346px; }
.gridSenseLink { position: absolute; height: 31px; width: 130px; top: 73px; right: 216px; }
.ussiLink { position: absolute; height: 31px; width: 75px; top: 73px; right: 141px; }
.omniLink { position: absolute; height: 31px; width: 141px; top: 73px; right: 0px; }
#pageHeader a { float: right; font-size: 11px; color: #ababab; padding: 0 6px; text-decoration: none; }
#pageHeader a:hover { text-decoration: underline; }

/* SHADOW */
#topShadow { width: 955px; height: 6px; background: url(../images/top-edge.png) left bottom no-repeat }
#bottomShadow { width: 956px; height: 6px; clear: both; background: url(../images/bottom-edge.png) left top no-repeat }
#mainShadow { width: 956px; text-align: center; background: url(../images/content-shadow.png) left top repeat-y }

#main { width: 917px; padding: 11px; margin: 0 auto; text-align: left; position: relative; }


/* MENU STUFF */
#menu { position: absolute;  margin-left: 10px; z-index: 100; border-bottom: 1px #FFF solid; }
#menu li { display: inline; }
#menu li.first a { /* padding-left: 4px !important; */ }
#menu li.last a { /* padding-right: 1px !important; */ }
#menu a { display: block; float: left; color: #fff; padding: 5px 9px 3px 9px; font-size: 13px; font-weight: bold; }
#menu a:hover { background-color: #fff; text-decoration: none !important; color: #007dc3; }
.menuSubpageBG { height: 29px; background: url(../images/menu-subpage-bg.gif) left top repeat-x }

#romance { width: 100%; }
#romance-text { 
font-family: Helvetica, Arial;
position: absolute;
left: 57px;
top: 359px;
font-weight: bold;
font-size: 63px;
color: #fff;
text-align: center;
opacity: .95;}
#romance-feature { position: absolute; left: 478px; top: 152px; }

/* MAIN CONTENT */
#content { padding-top: 10px; font-size: 11px; color: #7b7b7b !important; } 
#content table td { font-size: 11px; padding: 10px; }
#content a { color: #007dc3 }
#content p { padding: 3px 0; }

#content strong { font-weight: bold; }

#content.subPage { padding-left: 10px; }

.imageCap {
	float: left;
	margin: 0 18px 8px 0;
	font-style: italic;
	font-size: 10px;
	color: #999;
}

/* RIGHT COLUMN STUFF */
#rightColumn { float: right; width: 225px; margin-left: 10px; padding-top: 26px;}

.newsItem { padding: 8px; border-bottom: 1px #d0dbe2 solid; font-size: 10px; }

/* HOMEPAGE FEATURE BOXES */
#feature-boxes { float: left; }
#feature-boxes li { float: left; position: relative; margin-right: 12px; font-size: 13px; line-height: 1.3em; border: 1px #d4d4d4 solid; color: #949494; width: 182px; min-height: 151px; padding: 9px 18px; background: url(../images/feature-box-bg.gif) left top repeat-x; }
#feature-boxes li.last { margin-right: 0px; }
#feature-boxes li h3 { color: #007dc3; margin-bottom: 10px; }
#feature-boxes li a.read-more { position: absolute; bottom: 5px; right: 5px; width: 18px; height: 18px; background: url(../images/feature-box-button.gif) left top no-repeat; }

/* FOOTER */
#footer { clear: both; margin-top: 15px; position: relative; }
#footerLegal { color: #ababab; font-size: 12px; }
#footerLinks { position: absolute; right: 0px; top: -4px; }
#footerLinks a { font-size: 12px; font-weight: bold; color: #007dc3 }



/* site map */
ul#sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sitemap li {
	font-size: 12px;
	margin: 4px 0;
}



/****************************************************************/
/* TABS															*/
/****************************************************************/

#tabs
{

	margin-bottom: 20px;
	height: 28px;
}
#tabs a
{
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	background-color: #2987c4;
	padding: 5px 9px 5px 9px;
	height: 16px;
	border-top: 1px #2b477c solid;
	border-bottom: 1px #2987c4 solid;
	border-left: 1px #2b477c solid;
	border-right: 1px #2987c4 solid;
	color: #ffffff;

}
#tabs a:hover
{
	text-decoration: underline;
}
#tabs a.selected
{
	background-color: #FFFFFF;
	color: #2987c4;
	border-right: 1px #2b477c solid;
	border-bottom: 1px #FFFFFF solid;
}
#tabs a:hover.selected
{
	text-decoration: none;
}



.list.files { font-size: 13px; margin-left: 15px; }
.list.files li { line-height: 1.5em; list-style-type: disc; }
