@charset "UTF-8";
/* CSS Document */

body {
	color:#333;
	font: normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:white url(images/bg_tile.gif) repeat-x;
	margin:0 auto;
	padding:0px;
	text-align:center;
}

h1, h2, h3, h4, img, p {
	margin:0px;
	padding:0px;
}

.clear {clear:both;}

a.top:link {color: #fff;text-decoration: none;}
a.top:visited {text-decoration: none;color: #fff;}
a.top:hover {text-decoration: underline;color: #fff;}
a.top:active {text-decoration: none;color: #fff;}

a.bt:link {color: #333;text-decoration: none;}
a.bt:visited {text-decoration: none;color: #333;}
a.bt:hover {text-decoration: underline;color: #333;}
a.bt:active {text-decoration: none;color: #333;}

#container {
	width:910px;
	margin:0 auto;
	padding:0px;
	text-align:center;
}

#header {
	background:url(images/header_logo.png) no-repeat;
	height:90px;
	margin:0 auto;
	padding:0px;
	width:910px;
}

a.home {
	/*border:thin dotted #FF0000;*/
	margin:0px;
	height:80px;
	width:380px;
	cursor:pointer;
	float:left;
	position:relative;
}

#header-left {
	margin:0px;
	padding:0px;
	width:400px;
	float:left;
}

#header-right {
	font: bold 9pt Trebuchet MS, Tahoma, Helvetica, sans-serif;
	margin:0px;
	padding:45px 0 0 0;
	width:500px;
	float:right;
	text-align:right;
}

#navlist li {
	margin:0 auto;
	display: inline;
	list-style-type: none;
	padding:0px 15px 0px 0px;
	text-align:right;
	color:#FFF;
}

/*Main Splash*/
#main-container {
	height:251px;
	margin:0 auto;
	padding:0;
	width:910px; margin-bottom:20px;
}

#join-right {
	float:right;
	width:200px;
	padding:175px 0 0 0;
	text-align:right;
	height:51px;
}

a.join {
	border:thin dotted #FF0000;
	margin:0px;
	height:80px;
	width:380px;
	cursor:pointer;
	float:left;
	position:relative;
}

/*3 Columns*/
#3-col {
	color:black;
	height:300px;
	margin:0 auto;
	padding:0px 0px 40px 0px;
	text-align:center;
	width:910px;
}

#col1 {
	float:left;
	font-size:0.700em;
	margin:0px;
	padding:0px 15px 0px 10px;
	position:relative;
	text-align:left;
	width:280px;
}

#col2 {
	float:left;
	font-size:0.700em;
	margin:0px;
	padding:0px 15px 0px 10px;
	position:relative;
	text-align:left;
	width:280px;
}

#col3 {
	float:right;
	font-size:0.700em;
	margin:0px;
	padding:0px 10px 0px 10px;
	position:relative;
	text-align:left;
	width:280px;
}

#col-2 {
	color:black;
	margin:0px 0px 0px 0px;
	padding:50px 0px 25px 0px;
	text-align:center;
	width:910px;
}

#col2-left {
	float:left;
	font-size:0.700em;
	margin:0px;
	padding:0px 10px 0px 20px;
	position:relative;
	text-align:left;
	width:400px;
}

#col2-right {
	float:right;
	font-size:0.700em;
	margin:0px;
	padding:0px 10px 0px 10px;
	position:relative;
	text-align:left;
	width:410px;
}

#col2-right-text {
	float:left;
	margin:0px;
	width:300px;
	text-align:left;
}

#col2-right-join {
	float:right;
	margin:0px;
	width:108px;
	text-align:center;
}

#footer {
	border-top:thin solid #666;
	font-size:0.725em;
	padding-top:15px;
	text-align:center;
	width:910px;
}

#pages {
	margin:0 auto;
	padding:20px 0px 20px 0px;
	width:910px;
	text-align:left;
	font-size:0.725em;
}

#pages h2 {
	color:#000;
	padding-bottom:15px;
}
	
	
	