

BODY {
    margin: 7px 0px;
    background: url(/Ai/images/home_background.jpg) repeat-x !important;
}

#header {
    height: 0px;
    width: 0px;
    overflow: hidden;
    display:none !important;
}

#pageWrapper, #top, #header  {
    width: 1024px;
    margin: 0 auto !important;
    position: relative;
    overflow: visible !important;
    padding:0 !important;
}

#content  {
    width: 1024px;
    overflow: visible !important;
    padding:0 !important;
    margin:0 !important;
}

/*
#pageWrapper, #top, #header  {
    width: 1168px;
    margin: 0 auto !important;
    position: relative;
    overflow: visible !important;
    padding:0 !important;
}

#content  {
    width: 1168px;
    overflow: visible !important;
    padding:0 !important;
    margin:0 !important;
}
*/

#homelink {
    display: block; 
    width: 214px;
    height: 177px;
    margin:20px 0 0 30px;
    
}

* html #content {
    position:relative;
    top:-80px;
    height:620px;
}
* html #footer {
    margin-top:20px;
}

/*
#mainMid {
    display: block; 
    width: 1168px;
    height: 470px;
    margin-top:-20px;
}
*/

#mainMid {
    display: block; 
    width: 980px;
    height: 470px;
    margin-top:-20px;
    margin-left:40px;
}

#mainBottom {
    display: block;
    width: 949px;
    height: 150px;
    margin:0 auto;
    padding:0;
}

#topInfo {
    position: absolute;
    top: 12px;
    left: 290px;
    font-family: trebuchet, helvetica, arial;
    color: #fff;
    z-index: 1000;
}

#topInfo #info, #topInfo #info a, #topInfo #info .label {
    color: #02538A !important; 
}

/* Navigation Menu */

.dropDownMenu {
    position: absolute;
    display: none;
    top: 77px;
    left: 0px;
    z-index: 100;
    overflow:hidden;
}

* html .dropDownMenu {
    margin-top:-4px;
}

html>body .dropDownMenu {
    *margin-top:-4px;
}

.dropDownsubMenu {
    position:relative; 
    background-color: #fff;
    margin-top:-4px; 
    border-left:5px solid #89cff3;
    border-right:4px solid #89cff3; 
    width:134px;    
}

.dropDownsubMenu A:link, .dropDownsubMenu A:visited {
    text-decoration: none;
    color: #02538A;
    display: block;
    padding: 5px 0 5px 0; 
    text-align:center;
    border-bottom: 1px solid #ddd;
    z-index: 900;
    position: relative;
}

.dropDownsubMenu A:hover {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 5px 0 5px 0; 
    text-align:center;
    background-color:#e7f5fd;
    border-bottom: 1px solid #ddd;
    z-index: 900;
    position: relative;
}

.dropDownGreensubMenu {
    position:relative; 
    background-color: #fff;
    margin-top:-4px; 
    border-left:4px solid #87c919;
    border-right:4px solid #87c919; 
    width:143px;    
}

.dropDownGreensubMenu A:link, .dropDownGreensubMenu A:visited {
    text-decoration: none;
    color: #02538A;
    display: block;
    padding: 5px 0 5px 0; 
    text-align:center;
    border-bottom: 1px solid #ddd;
    z-index: 900;
    position: relative;
}

.dropDownGreensubMenu A:hover {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 5px 0 5px 0; 
    text-align:center;
    background-color:#e7f4d1;
    border-bottom: 1px solid #ddd;
    z-index: 900;
    position: relative;
}

.dropDownMenubottomImg {
    position:relative; 
    top:-5px;
    z-index:1000;
}

#exploreMenu {
    left: 341px;
}

#planMenu {
    left: 525px;
}

#purchaseMenu {
    left: 645px;
}
    
#connectedMenu {
    left: 771px;
}
    
div.PublicationPreview {
	position:absolute;
	width:100%;
	top:0px;
	background: #ccc;
	font-weight:bold;
	z-index:1000;
	opacity:.5;
	filter:alpha(opacity=50);
}

