﻿body 
{
    margin: 0px 0px 0px 0px;
    background-color:Black;
    text-align:center;
    
}
.qtip-content
{
    font-size:11px;
    line-height:19px;
    font-family:Verdana;
}
.bodycopy img
{
    float:left;
    margin-right:10px;
}
.bodycopy li
{
    margin-top:15px;
}
#nav {
float: left;
width: 960px;
height: 53px;
display: inline;
margin: 0px 0 0 0;
padding: 0 0 0 0;
z-index:9999999;
position:relative;
}

#nav ul {
float: left;
width: 120px;
margin: 0;
padding: 0;
overflow: hidden;
list-style-type: none;
visibility: hidden;
z-index:9999999;
background-color:Black;
}

#nav li {
float: left;
}

#nav a {
float: left;
width: 160px;
color: #fff;
text-decoration: none;
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 14px;
}


#nav ul a:hover {
font-weight: bold;

z-index:9999999;
}


#nav li.menu_head a {
padding: 0px 0 0 0px;
padding-bottom: 10px;
}

#nav li.menu_head a:hover {
background: none;
}

a{outline: none;}








.subnav
{
    width:270px;
    background-color:#e9e4d3;
    height:40px;
    vertical-align: middle;
    padding-left:30px;
    font-family: Verdana, Arial;
    font-size:12px;
    color:black;
    font-weight:bold;
    position:relative;
    text-align:left;
    
}
.tooltip {
	display:none;
	background:transparent url(images/black_arrow_big.png);
	background-repeat:no-repeat;
	text-align:left;
	font-family: Verdana, Arial;
    font-size:12px;
    line-height:20px;
	height:216px;
	width:330px;
	margin-top:40px;
	padding:25px 25px 25px 25px;
	color:#fff;	
}
.subnavalt
{
    width:270px;
    background-color:#f4f0e4;
    height:40px;
    vertical-align:middle;
    padding-left:30px;
    font-family: Verdana, Arial;
    font-size:12px;
    color:black;
    text-align:left;
    font-weight:bold;
}
.blackLink
{
    font-family: Verdana, Arial;
    font-size:12px;
    color:#1f3850;
    font-weight:bold;
    text-decoration: none;
    border-bottom:1px dashed #1f3850;
}
.glossLink
{
    font-family: Verdana, Arial;
    font-size:12px;
    color:#000000;
    text-decoration: none;
    border-bottom:1px dashed #000000;
}
.blackLink:hover
{
    text-decoration: none;
    color:#3077b5;
}
.blackLink:active
{
    color:#720b0b;
}
.techHeader
{
    color:#720b0b;
    font-size:12px;
    font-weight:bold;
    font-family:Verdana, Arial, Sans-Serif;  
}
.header
{
    width:100%;
    height:138px;
    background-color:black;
    background-image: url(images/header_bg.jpg); 
    background-repeat:repeat-x;
    position:relative;
}
.bodydiv
{
    width:100%;
    background-color:#ffffff;
    background-image:url(images/body_bg.jpg); 
    background-position:bottom;
    background-repeat:repeat-x;
    text-align:left;
}
.caption
{
    color:#aaaaaa;
    font-style:italic;
    font-size:12px;
}
.whiteLink
{
    font-family: Verdana, Arial;
    font-size:12px;
    color:White;
    font-weight:bold;
    text-decoration: none;
}
.whiteLink:hover
{
    text-decoration: underline;
}
.whiteText
{
    font-family: Verdana, Arial;
    color:White;
    font-weight: normal;
}
.twelvepoint
{
    font-size: 12px;
}
.ninepoint
{
    font-size:9px;
}
.bodycopy
{
    font-family:Verdana, Arial;
    font-size: 13px;
    color: #212121;
    line-height:20px;
}
.footerText
{
    font-family: Verdana, Arial;
    font-size:9px;
    color:White;
    font-weight: normal;
    font-style:italic;
}
.tablerowgrant
{
    background-color:#e9e4d3;
    height:40px;
    vertical-align: middle;
    padding-left:30px;
    font-family: Verdana, Arial;
    font-size:12px;
    color:black;
    font-weight:bold;
    position:relative;
    text-align:left;
}
.tablerowgrantalt
{
    background-color:#f4f0e4;
    height:40px;
    vertical-align:middle;
    padding-left:30px;
    font-family: Verdana, Arial;
    font-size:12px;
    color:black;
    text-align:left;
    font-weight:bold;
}
.grantheaderrow
{
    background-color:#1f3850;
    height:40px;
    vertical-align:middle;
    padding-left:30px;
    font-family: Verdana, Arial;
    font-size:13px;
    color:white;
    text-align:left;
    font-weight:bold;
}

.Publish
{
    font-family: Helvetica, Sans-Serif, Arial;
    font-size:16px;
    color: #720b0b;
    font-weight:bold;
}




/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:345px;	width: 957px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}















/* Vertical Tabs
----------------------------------*/

.ui-tabs-vertical { width: 947px; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 200px; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 637px;}

