﻿body 
{
	font: 0.8em arial;
	background:url(images/bg.jpg) repeat-x top #DCF0F0;
}

#main-container
{
	margin: -10px auto 0px auto;
	width: 915px;
}

#header
{
	width: 908px;
	height:225px;
	background:url(images/header-bg.jpg) no-repeat;
}

#twitter
{
    float:right;
    width: 210px; 
    height: 200px;
    margin-top: 05px;   
    margin-left: 20px;
    margin-right: 80px;
}

#header-flash
{
    float:right;
    width: 350px;
    height: 142px;
    margin-top: 70px;   
}

#nav
{
	width: 910px;
	height: 42px;
	background:url(images/nav-bg.jpg) no-repeat;
	margin-top:-15px;
}

#nav a:link, #nav a:visited
{
	
}

#nav a:hover, #nav a:active
{
	
}

#body-top-bg
{
    width:900px;
    height:49px;
    background:url(images/body-top-bg.jpg) no-repeat;
    margin-left:2px;
}

#digits
{
    letter-spacing:6px;
    color:#000000;
    font-family:Trebuchet MS;
    font-size:24px;
    float:right;
    margin-right:63px;
    margin-top:5px;
}

#main-body
{
	display: table;
	width: 896px;
	background:url(images/body-bg.jpg) repeat-y;
	margin-left:3px;
}

#content
{
    margin-left:auto;
    margin-right:auto;
    margin-top:-16px;
    width:800px;
    color:#A1A3A4;
    font-size:12px;
    font-family:Trebuchet MS;
    letter-spacing:3px;
    line-height:20px;
}

#content a:hover
{
    text-decoration:none;
}

#contact
{
    width:280px;
    height:280px;
    background:url(images/contact-bg.jpg) no-repeat;
    float:right;
    margin-right:-2px;
    color:#A8EE90;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold;
    
}

#left-body
{
	float: left;
	width: 498px;
}

#right-body
{
	float: right;
	width: 199px;
}

#footer 
{
	width: 880px;
	height:207px;
	background:url(images/footer-bg.jpg) no-repeat;
	margin-left:11px;
	text-align:center;
}

#deal
{
    color:#3F6854;
    text-align:center;
    font-family:Trebuchet MS;
    font-size:20px;
    letter-spacing:15px;
    vertical-align:top;
    padding-top:5px;

}

#tech-offerings
{
    width:  770px;
    display:table; 
    margin: 5px auto 0px auto;
}

.tech-item
{
    float: left;
    width: 90px;
    text-align: center;
    font-size:10px;
    margin: 0px 18px 0px 18px;
}

#left-footer
{
	float: left;
	width: 300px;	
}

#p80-icon
{
	margin: 0px auto 0px auto;
	width: 30px;
	height: 26px;
	text-align: center;
}

#right-footer
{
	float: right;
	width: 300px;	
}

#loginbox
{
	padding:40px;
}

#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}

#login-view
{
	position:absolute;
	top:5px;
	right:10px;
	color:white	
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

h1
{
	color: #042442;
	font-size: 24px;
	font-family:Trebuchet MS;
	letter-spacing:4px;
	font-weight:lighter;
}

h2 {
	color: #000000;
	font-size: 20px;
	font-family:Trebuchet MS;
	letter-spacing:2px;
	font-weight:lighter;
}

h3 {
	color: #996600;
	font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h4 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h5 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h6 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

img
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
}

th
{
    vertical-align:top;
}

td
{
    vertical-align:top;
}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.pop-over
{
	BORDER-RIGHT: #000000 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #000000 1px solid; 
	DISPLAY: none; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #000000 1px solid; 
	WIDTH: 200px; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #000000 1px solid; 
	POSITION: absolute; 
	BACKGROUND-COLOR: white;
	font-size: 10pt;
}

/*  Dave's Totally Custom CSS Nav */
#menu, #menu ul { /* all lists */
	padding: 0;
	padding-top: 12px;
	line-height: 1;
	padding-left:35px;
}

#menu a {
	display: block; 
	color: #000000;
	font-family:Trebuchet MS;
	padding: 0px 22px 0px 0px;
	text-decoration: none;
	font-size:12px;
	
}

#menu a:hover {
	text-decoration:none;
	color:#A8EE90;
}

#menu li { /* all list items */
	float: left;
	line-height:16px;
}

#menu li ul { /* second-level lists */
	position: absolute;
	background: #F7F7F7;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height:15px;
	margin-left:-1px;
	margin-top:0px;
	border: 1px solid #AAA997;
}

#menu li ul li /* second-level list items */
{
    width:100%;
    line-height:20px;
    font-size:10pt;
}


#menu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 150px;
	line-height:15px;
	width:150px;
	border: 2px solid #AAA997;
	
}

#menu li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	-filter:alpha(opacity=90); 
	-moz-opacity:.90; 
	-opacity:.90;
}