﻿body {
	font-family: Arial;
	font-size: 13px;
	padding: 0;
	margin: 0;
	background: gray;
}
/*setup*/
#topheadershadow {
	width: 1000px;
	background: url('../img-deux/setup/shadow_xl_top.jpg') top no-repeat;
	margin: 0 auto 0 auto;
	padding-top: 35px;
	position: relative;
	z-index:10;
}
#middleshadow {
	background: url('../img-deux/setup/shadow_xl_middle.jpg') repeat-y;
	width: 888px;
	margin: 0 auto;
	padding: 0 56px;
	overflow: hidden;
	z-index:0;
	position:relative
}
/*footer and elements*/
#bottomshadow {
	background: url('../img-deux/setup/shadow_xl_bottom.jpg') no-repeat bottom;
	margin: 0 auto 0 auto;
	width: 888px;
	height: 25px;
	padding: 35px 56px 0 56px;
}
#bottomshadow p{
	margin:0 0 10px 0;
	font-size:10px;
	color:white
}
#sitemapul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:600px;
	float:right;
	font-size:10px;
}
#sitemapul li {
	margin:0;
	padding:0;
	float:left;
	border-right:solid white 1px;
}
#sitemapul a {
	color:white;
	text-decoration:none;
	display:block;
	padding:0 10px;
}
#sitemapul a:hover {
	text-decoration:underline;
}
/*header and menu*/
#topheader {
	width: 888px;
	height: 100px;
	margin: 0 auto;
	background: url('../img-deux/setup/header_short_wild.jpg') no-repeat;
}
#navmenu {
	background: url('../img-deux/setup/navmenu.jpg') top;
	width: 888px;
	margin: 0 auto;
	height: 21px;
	overflow: hidden;
}
#navmenuul {
	list-style-type: none;
	margin: 2px 0 0 10px;
	padding: 0;
}
#navmenuul li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px #3D3D3D solid;
}
#navmenuul a {
	padding: 0 20px;
}
#navmenuul a:hover {
	color:white;
	text-decoration:none
}
.navoff {
	color:#999999;
}
.navon {
	color:white;
	
}
/*individual menus */
/*ABOUT MENU*/
#aboutmenu {
	position: absolute;
	left: 136px;
	top: 156px;
	z-index: 25;
	padding: 0;
	width:180px;
	display:none;
}
#aboutmenuul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:12px;

}
#aboutmenuul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight:bold;
}
#aboutmenuul a {
	color:black;
	display: block;
	margin-left:8px;
	font-weight:normal
}
#aboutmenuul a:hover {
	text-decoration:underline
}
/*GETTING STARTED MENU*/
#gettingstartedmenu {
	position: absolute;
	left: 215px;
	top: 156px;
	z-index: 25;
	padding: 0;
	width:180px;
	display:none;
}
#gettingstartedmenuul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:12px;

}
#gettingstartedmenuul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight:bold;
}
#gettingstartedmenuul a {
	color:black;
	display: block;
	margin-left:8px;
	font-weight:normal
}
#gettingstartedmenuul a:hover {
	text-decoration:underline
}




/*drop down menu divs*/
.topdrop {
	background:url('../img-deux/setup/dropdown_top.png') repeat-y left;
	padding:6px 15px 0px 15px;
}
.bottomdrop {
	background:url('../img-deux/setup/dropdown_bottom.png') no-repeat bottom;
	height:10px;
}
/*content area */
#paddedarea {
	width: 888px;
	margin: 0 auto;
	padding: 0px;
}
#lowerspan {
	background: url('../img-deux/setup/topspan.jpg');
}
/*links, paras and headers*/
/*a {
	color:#999999;
	text-decoration:none

}
a:hover {
	color: black;
	text-decoration:underline
}*/
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration:underline
}
.white {
	color:white
}
.gray {
	color:#999999;
}
.black {
	color: black;
	font-style: italic;
}
p {
	margin: 10px 0 10px 0;
}
h1, h2 {
	font-size: 16px;
	padding:6px 0;
	border-bottom:1px gray solid;
	margin: 0 0 15px 0;
}

h3, h4, h5, h6 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
img {
	border-width:0px;
}
.imgright {
	float:right;
	margin:0 0 10px 10px;
}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
}
#gettingstarted {
	margin-bottom:15px;
	height:154px;
	overflow:hidden;
}
/*MODAL*/
#modal-overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
#modal-window {
	position: fixed;
	z-index: 102;
	display:none;
	top:50%;
	left:50%;
}
#modal-window img 
{
	display: block;
	border: 3px solid #ccc;
}
#modal-load{
    position: fixed;
    height:13px;
    width:208px;
    background: url(loadingAnimation.gif) no-repeat;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #modal-overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > 
            document.body.offsetHeight ? 
            document.body.scrollHeight : 
            document.body.offsetHeight   'px');
}
* html #modal-window,
* html #modal-load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2)
    (TBWindowMargin = document.documentElement && 
    document.documentElement.scrollTop || document.body.scrollTop) 'px');
}

