﻿/* base elements */
html 
{
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
body 
{
	margin: 0px;
	padding: 0px;	
	background-color: #DFDFDF;
	font-family: Verdana;	
}
li
{
	margin-top: 6px;
}
dd
{
	margin: 10px 0px 0px 0px;
	padding-left: 20px;
}
h1
{
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
}
h2
{
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}
h4
{
	font-size: 14pt;	
}
h5
{
	font-size: 12pt;
}
/* classes */

.disabledText
{
	color: #999999; 
	font-style: italic;
}
.clear
{
	clear: both;
	height: 10px;
}
.container
{
	width: 740px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	background-image: url('../images/containerStretch.gif');
	background-repeat: repeat-y;
}
.content
{
	background-image: url('../images/contentBG.gif');
	background-repeat: no-repeat;
	background-position: center top;
	float:right;
	clear:right;
	width: 581px;
	padding: 20px 20px 10px 20px;
	font-size: 8pt;	
	border-top: 1px solid #C9C9C9;
	min-height: 277px;
}
.content a
{
	color: #0066CC;
}
.copy
{
	color: #333333;
	background-color: #FFFFFF;
	background-image: url('../images/footerStretch.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	text-align: center;
	vertical-align: bottom;
	line-height: 40px;
	font-size: 7pt;
}
.footer
{
	clear:both;	
	height: 50px;
	padding-left: 23px;
	background-color: #DFDFDF;
}
.header
{
	background-color: #FFFFFF;
	background-image: url('../images/footerStretch.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	height: 80px;
}
.linkMenu
{
	float: right;
	clear:right;
	padding: 12px 30px 0px 0px;
	background-image: url('../images/linkMenuTopRight.gif');
	background-repeat:no-repeat;
	background-position: right top;
}
.linkMenu a
{
	height: 50px;
	width: 43px;
	display: -moz-inline-stack;	
	display: inline-block;	
	background-repeat: no-repeat;
	margin-right: 12px;
}
.linkMenu a span
{
	display: block;	
}
.menu
{
    cursor: pointer;
    font-variant: small-caps;
    font-size: 7pt;
}
.menu .rootItem
{
	background-image: url('../images/linkArrow01.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu li {
    position: relative;
    margin: 0px;
} 

.menu ul ul {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 110px;
    padding: 0px 2px 2px 2px;     
}
.menu ul ul,
.menu ul li:hover ul ul
{
    display: none;
}
.menu ul li:hover ul,
.menu ul ul li:hover ul
{
    display: block;
    border: 1px solid #DFDFDF;
    background-color: #F6F6F6;    
}
.menu ul ul li a
{
	display: block;
	width: 102px;
	color: #000000; 
}
.menu ul ul li a:hover
{
	color: #0066CC;
}
.rootItem:hover
{
	background-image: url('../images/linkArrow02.gif');
	color: #0066CC;
}
.sidebar
{
	background-image: url('../images/sideBarTop.gif');
	background-repeat: no-repeat;	
	float:left;
	clear:left;
	width: 118px;
	background-color: #DFDFDF;
	border-right: 1px solid #C9C9C9;		
}
.sideBarBottom
{
	float:left;
	clear:left;
	background-image: url('../images/sideBarBottom.gif');
	background-repeat: no-repeat;
	width: 119px;
	height: 13px;	
}
.sideBarLinks
{
	padding: 0px 12px 6px 12px;
	margin: 30px 0px 0px 14px;
	background-color: #F6F6F6		
}
.sideBarLinks a
{
	display: block;	
	font-variant: small-caps;
	font-size: 7pt;
	color: #000000;
	margin-top: 3px;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
}
.sideBarLinks a:hover
{
	color: #0066CC;
}	
.subContainer
{	
	background-color: #EDEEEF;	
}
.table
{
	margin-bottom: 6px;
}
.table ul,dl
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.table li
{
	text-align: justify;
}
.table .left
{
	float:left;
	clear:left;
	width: 48%;	
	padding-right: 2%;
}
.table .right
{
	float:right;
	clear:right;
	width: 48%;
	padding-left: 2%;
}
.table .left2
{
	float:left;
	clear:left;
	width: 28%;	
	padding-right: 2%;
	font-weight: bold;
}
.table .right2
{
	float:right;
	clear:right;
	width: 68%;
	padding-left: 2%;
}
.titleImage
{
	background-image: url('../images/atlasBanner001.gif');
	background-repeat: no-repeat;	
	float: left;
	clear: left;
	width: 287px;
	height: 80px;
}
.toTop
{
	text-align: right;
}

/* nav link ID's */

a#home
{
	background-image: url('../images/home01.gif');
}
	a#home:hover
	{
		background-image: url('../images/home02.gif');
	}
a#about
{
	background-image: url('../images/about01.gif');
}
	a#about:hover
	{
		background-image: url('../images/about02.gif');
	}
a#privacy
{
	background-image: url('../images/privacy01.gif');
}
	a#privacy:hover
	{
		background-image: url('../images/privacy02.gif');
	}		
a#login
{
	background-image: url('../images/login01.gif');
}
	a#login:hover
	{
		background-image: url('../images/login02.gif');
	}	
a#contact
{
	background-image: url('../images/contact01.gif');
}
	a#contact:hover
	{
		background-image: url('../images/contact02.gif');
	}		
a#faq
{
	background-image: url('../images/faq01.gif');
}
	a#faq:hover
	{
		background-image: url('../images/faq02.gif');
	}		
