/* layout only */
body, html {
	height: 100%;
	min-height: 100%;
}

#outer_wrapper {
	min-width: 800px;
	width: 100%;
}

#wrapper {
	background: url(i/right.gif) repeat-y right
}

#header {
	border-bottom: 4px solid #3e7fce;
	background: #fff;
	width: 100%;
	margin: 0 -1px 1px 0;
}

#container {
	float: left;
	width: 100%;
	display: inline;
	margin-left: -200px
}

#left {
	float: left;
	width: 180px;
	display: inline;
	margin-left: 200px;
	/*background-color: #4a779c;*/
	background-color: #fff;
	color: #4a779c;
	margin-bottom: 5px;
	padding-bottom: 50px;
}
	#left a { color: #4a779c; }

#main {
	margin-left: 380px;
	padding: 0 100px 0 20px;
	border: 0px solid red;
}
#sidebar {
	padding-left: 100%;
	margin-left: -200px;
	margin-bottom: 10px;
}

#sidebar p {
	position: relative
}

#footer {
	width:100%;
	clear: both;
	border-top: 2px solid #3e7fce;
	background: #fff;
	font-size: 10px;
}

#footer p { margin-top: 10px; }

#footer a { font-size: 10px; color: #666; }
#footer a:hover { color: #ff9834; }


.clearing { height:0 ; clear: both; }

.joinNowBox {
	float: right; 
	margin-top: 35px;	
}

/* Top Nav */
#nav-wrapper { background-color: #4a779c; height: 40px; padding-left: 1.8em; }
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #51a51a;
	color: #fff;
	margin-top: -8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 4px 4px 4px #666;
	-webkit-box-shadow: 4px 4px 4px #666;
	box-shadow: 4px 4px 4px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135);
}
#nav, #nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: .95em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#nav, #nav ul li a:first-child { border: 0; }

#nav ul li a:hover { 
	color: #3f3f3f; 
	background-color: #d5e8c8; 
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	width: 9.75em;
}
#nav ul li a.first-child { 
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#nav ul li a.last-child { 
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

#nav a {
	display: block;
	/*width: 10.5em;*/
	padding: 8px;
	color: #fff;
	text-decoration: none;
}
	#nav a.top-level-link {
		text-transform: uppercase;	
	}

#nav li {
	float: left;
	/*width: 10.5em;*/
	padding-right: 30px;
}
#nav li ul {
	position: absolute;
	width: 10.5em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
