body{
	background-image:url(../images/BackgroundNew.jpg);
	background-attachment:scroll;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#ff9934;
}

/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link{color:#000; outline:none;}
a:visited{color:#39c;outline:none;}
a:hover{color:#f63;outline:none;}
a:active{color:#333;outline:none;}


#BIG{font-size:300%; font-weight:bold;}

/* Begin Layout Home Page */

#wrapper {
	width: 970px;
	height: 100%;
	overflow:auto;
	background-color: #FFFFFF;
	border: 1px solid #3399CC;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	width: 370px;
	height: 285px;
	background-image: url(../images/ComingSoonLogo3.jpg);
}

#navigation {
	width:970px;
	height:140px;
}

#navigation li{
	list-style-type:none;
	display:inline;
}

#navigation a {
	text-indent:-9999px;
	font-size:12px;
}

#blue a{
	float:left;
	background-image:url(../images/navigation.jpg);
	width:140px;
	height:137px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	margin-left:295px;
}

#blue a:hover{
	background-position:0px -137px;
	background-repeat:no-repeat;
}

#green a{
	float:left;
	background-image:url(../images/navigation.jpg);
	width:140px;
	height:137px;
	background-position:-137px 0px;
	background-repeat:no-repeat;
	display:block;
}

#green a:hover{
	background-position:-137px -137px;
	background-repeat:no-repeat;
}

#orange a{
	float:left;
	background-image:url(../images/navigation.jpg);
	width:140px;
	height:135px;
	background-position:-275px 0px;
	background-repeat:no-repeat;
	display:block;
}

#orange a:hover{
	background-position:-275px -137px;
	background-repeat:no-repeat;
}

#text {
	width: 549px;
	height: auto;
	clear: both;
	padding:12px;
	margin:90px -20px 24px 0px;
	text-align:justify;
	color:#39c;
	border:1px solid #ccc;
}

.welcomeBold{font-weight:bold; font-size:120%;}

#footer {
	width: auto;
	height: 18px;
	background-color:#999;
	color: #fff;
}

#footer a{
	color:#fff;
}

#footer a:hover{
	color:#39c;
}
/* End Layout Entrance Page */

/* Begin Text Design */

.class1 a:link { color:#3399CC; text-decoration:none}
.class1 a:visited { color:#3399CC; text-decoration:none}
.class1 a:hover { color: #66CC33; text-decoration:none; cursor:hand}
.class1 a:active { color:#3399CC; text-decoration:none}

.class2 a:link { color:#003300; text-decoration:none}
.class2 a:visited { color:#003300; text-decoration:none}
.class2 a:hover { color: #FFFFFF; text-decoration:none; cursor:hand}
.class2 a:active { color:#003300; text-decoration:none}


