/* CSS Document */
html { height: 100%; }

body {	
	background-color:#FFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image:url(../../pics/bgSea.gif);
	background-repeat: repeat;
}


* { margin: 0px; padding: 0px; }
img {border: 0;}
p { line-height: 17px; }
a { text-decoration: none; color: #3f91bc}
a.img:hover { background-color: #fff; }
a:hover { color:#7db03a; text-decoration: none; }


/*a.linkPseudo:hover { color:#FFCC33; text-decoration: none; }*/

ul {list-style-type: none;}
h1 { font-size: 18px; line-height: 18px; font-weight: normal; }
h3 { font-size: 12px; line-height: 18px; font-weight: bold; }
h4 { font-size: 14px; line-height: 18px; font-weight: bold; }

.tinySpacer { padding-top: 3px; }
.smallSpacer { padding-top: 7px; }
.homeSpacer { padding-top: 10px; }
.mediumSpacer { padding-top: 14px; }
.spacer { height: 20px; }
.bigSpacer { height: 40px; }
.clear { clear: both; }
.bold  { font-weight: bold; }
.grey  { color: #767676; }
.black { color: black; }
.error  { color: #FF0000; font-weight: bold; }
.errorUnderline  { color: #FF0000; font-weight: bold; }
.errorUnderline:hover  { color: #FF0000; font-weight: bold; text-decoration:underline;}
.left {float: left}
.right {float: right}


#root {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../pics/bgShadow.png);
	background-repeat: repeat-y;
} 

#content {
	background-image: url(../../pics/topWave.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 20px 0px 20px;
	margin: 0px 5px 20px 5px;
}

#logoSignup {
	float: left;
	width: 240px;
	height: 390px;
}

#topRight {
	float: left;
	width: 490px;
	padding-top: 8px;
}

#colLeft {
	float: left;
	width: 235px;
}


#colRight {
	float: right;
	width: 235px;
	height:560px;
}

#signUp {
	position: relative;
	background-image:url(../../pics/BGSignUp.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	height: 254px;
	padding: 10px 0px 0px 14px;
}

#takeTour {
	position: absolute;
	height: 87px;
	width: 90px;
	top:70px; 
	left:160px; 	
}

#signIn  {
	float: left;
	width: 490px;
	margin-bottom: 12px;
}

#link  {
	float: right;
	width: 132px;
	height: 58px;
	border: 1px solid #CCCCCC;
}

.advert  {
	padding: 3px;
	margin-top: 12px;
	border: 1px solid #CCCCCC;
	color:#999999;
	font-size: 9px;
}

.advertLeft {
	padding: 3px;
	margin-top: 12px;
	border: 1px solid #CCCCCC;
	color:#999999;
	font-size: 9px;
	width: 212px;
	position:absolute;top:400px;
}

#anim {
	padding: 3px;
	margin-top: 12px;
	border: 1px solid #85cb01;
	color:#999999;
	font-size: 9px;
}

#sites { margin: 20px 0px 20px 0px;}

#mapLeft {
	float: left; 
	width: 360px}
	
#mapRight {
	float: right; 
	width: 360px}
	
.map { margin-top: 7px}

.HomeMemberPic {
	border: 1px solid #fff; 
	float: left; 
	width: 49px; 
	height: 36px; 
	text-align: center; 
	margin: 3px 3px 0px 0px;
}

.HomeMemberPicLast { 
	margin: 3px 0px 0px 0px;
}

.borderBottom  {
	background-image: url(../../pics/dotted.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin: 1px 0px 2px 0px;
}

#footer   {
	height: 170px;
	background-image: url(../../pics/footer.jpg);
	margin: 0px 5px 0px 5px;
	text-align: center;
	color:#CCCCCC;
}

#footer a  { color:#999999}

.labelContent {
	background-color:#FFFFFF;
	border:1px solid #929277;
	color:#993300;
	font-family:"trebuchet ms",Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	min-height:15px;
	padding:2px;
	width:95px;
	z-index:10000;
}