* { padding: 0px; margin: 0px; }
html, body, #wrap {height: 100%;} /*	Sitcky Footer 	*/
body > #wrap {height: auto; min-height: 100%;} /*	Sitcky Footer 	*/
* :focus { outline: none; }
a img { border: 0px; }
a { text-decoration: none; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

body { 
	font: 11px/1.5 Arial, Sans-Serif;
	letter-spacing: .03em;
	text-align: center;
}

#wrap {
	background: #D3E7F0 url(../images/page-background.png) top left repeat-x;
	margin: 0 auto;
	text-align: left;
}

#footer {
	background: #151b1f;
	color: #fff;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	font-size: 10px;
}
#footer .contain { padding-top: 20px; }

clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
	* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
	.clearfix { display: block; } 	/* End hide from IE-mac */
	
.container { margin: auto; width: 990px; }
#keywords { 
	background: #151b1f url(../images/types-background.jpg) top left repeat-x;
	width: 100%;
	text-align: center;
	color: #fff;
	font: "Trebuchet MS", Sans-Serif !important;
	position: absolute;
}
#keywords a { color: #66ccff; }
#keywords a:hover { color: #deeef3; } 
#keywords ul { text-align: center; overflow: hidden; margin: auto; line-height: 1.5em; margin: 5px 20px 0px 20px; }
#keywords ul li {
	display: inline;
	margin: 0 20px 0 0;
	list-style: none;
	text-transform: capitalize;
}
#keywords .type {
	position: relative;
	float: right;
	margin-right: 50px;
	top: 20px;
	background: #151b1f;
	padding: 15px 30px 5px 30px;
	cursor: pointer;
}
#keywords .type { -moz-border-radius: 0 0 10px 10px; }

#top-content {
	padding-top: 2px;
	background: url(../images/banner.jpg) 0 0 no-repeat; 
	height: 314px;
}

#top-content h1, #top-content p { margin-left: 515px; }
#top-content h1 { 
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	color: #151b1f;
	margin-top: 40px;
	margin-bottom: 15px;
}

#second-block { height: 356px; }

#second-block .left, #second-block .right {
	height: 100%;
	padding-top: 30px;
}
#second-block .left { width: 560px; }
#second-block .right { width: 400px; }

#second-block .profile { 
	overflow: hidden;
	margin-bottom: 15px;
}
#second-block .profile .pic {
	float: left;
	margin-right: 15px;
}
#second-block .profile .talk { float: right; margin-top: 5px; }
#second-block .profile p { font-size: 9px; }
#second-block .profile p.title { 
	font-size: 12px;
	margin-bottom: 5px;
}
#second-block .profile p.title a {
	color: #333;
	margin-right: 20px;
}
#second-block .profile p.title span {
	margin-right: 20px;
	font-weight: bold;
}

#second-block .profile p.title span.online { color: #009900; }
#second-block .right img { float: left; margin: 0 10px 10px 0; }

#second-block .right .name, #second-block .right .location {
	font-weight: bold;
	font-style: italic;
}

#banner {
	padding: 0px;
	height: 100px;
	margin-bottom: 30px;
	text-align: center;

}
#banner a { display: normal; margin: 0 !important; position: relative; top: -45px; }


#page-content { overflow: hidden; padding-bottom: 30px; }
#page-content h1, #page-content h2, #page-content h3, #page-content h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
#page-content p { margin-bottom: 30px; }
.states ul, .cities ul { padding: 20px 0; }
.states ul li, .cities ul li {
	margin-right: 10px;
	display: inline;
	list-style: none;
}

.states ul a, .cities ul a { color: #66ccff; }
