@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000033;
	/*background-image:url(images/backNew.jpg);*/
	background-repeat:repeat-x;
	color:#000066;
	font-weight:bold;
	margin:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:5px solid #cccc33;
	padding-top:4px;
}
a {
	color:#000066;
	text-decoration:none;
}
.largeTitle {
	color:#000066;
	font-weight:bold;
	font-size:14px;
}
.clear {
	clear:both;
}
#wrapper {
	width:925px;
	margin:0 auto;
}
#light a {
	color:#fff;
}
#logoHeader {
	height:120px;
	background-image:url(images/logoMobileEarth.png);
	background-repeat:no-repeat;
	position:relative;
}
#speak {
	height:118px;
	width:364px;
	position:absolute;
	left: 417px;
	top: 1px;
}

#nav {
	height:72px;
	background-image:url(images/navBack.png);
	background-repeat:no-repeat;
	margin-bottom:2px;
}
#header {
	height:360px;
	background-color:#ffff99;
	border:2px solid #cccc33;
	margin-bottom:2px;
}
#headerLeft {
	width:321px;
	float:left;
}
#headerRight {
	width:600px;
	float:left;
}
#nav ul {
	margin:0;
	padding:0;
	display:inline;
}
#nav ul li {
	float:left;
	line-height:30px;
	list-style-type:none;
	text-align:center;
	background-image:url(images/menuDiv.png);
	background-position:right;
	background-repeat:no-repeat;
}
#nav ul li a {
	color:#000033;
	width:131px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-decoration:none; 
	display:block;
	border-right:1px solid #000033;
}
#nav a:hover {
	color:#ffffff;
	background-image: url(images/hover.png);
	background-repeat:no-repeat;
	background-position:center;
}
#content {
	border:2px solid #cccc33;
	background-color:#ffffff;
	min-height:200px;
	margin-bottom:2px;
}
#contentLeft {
	margin:10px 10px 10px 8px;
	width:632px;
	float:left;
}
#contentRight {
	margin-top:10px;
	margin-right:8px;
	width:263px;
	float:left;
}
#item {
	padding-bottom:10px;
}
.BackMenu {
	background-image: url(images/menu.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#sidebarTop {
	height:40px;
	background-image:url(images/sideBar_01.png);
	background-repeat:no-repeat;
}
#sidebarBody {
	background-image:url(images/sideBar_02.png);
	background-repeat: repeat-y;
	padding:3px;
}
#sidebarBottom {
	height:9px;
	background-image:url(images/sideBar_03.png);
	background-repeat:no-repeat;
}
#bodyTop {
	height:40px;
	background-image:url(images/bodyTop_01.png);
	background-repeat:no-repeat;
}
#bodyBody {
	background-image:url(images/bodyBody_03.png);
	background-repeat: repeat-y;
	padding:7px;
	min-height:845px;
}
#bodyBottom {
	height:9px;
	background-image:url(images/bodyBottom_04.png);
	background-repeat:no-repeat;
}
#footer {
	height:54px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}
#item li {
	list-style-image:url(images/bullet.gif);
	padding-bottom:4px;
	font-weight:bold;
}
.title {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	line-height:40px;
	padding-left:15px;
}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:550px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.formTitle {
	color:#000033;
	font-weight:bold;
}
.formTitleSmall {
	color:#000033;
	font-weight:bold;
	font-size:11px;
}
#contactPage {
	width:99%;
	margin:0 auto;
}
#tdBack {
	background-color:#ffff99;
	height:150px;
	border:2px solid #000033;
}
