@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #192836 url(images/bg.jpg) no-repeat center top;
	color: #333;
}
p {
	font-size: 14px;
	line-height: 22px;
}
#wrapper {
	background: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0 0 8px 3px rgb(20, 37, 58);
	-webkit-box-shadow: 0 0 8px 3px rgb(20, 37, 58);
	box-shadow: 0 0 8px 3px rgb(20, 37, 58);
}
#topspace {
	height: 50px;
}
.condos{
	line-height: 28px;
	font-size: 18px;
	color: #1C2E42;
}
#header {
	background: #FFF url(images/header.jpg) center top;
	height: 175px;
	position: relative;
}
#nav {
	background: #24384b;
	height: 40px;
	border-top: 5px solid #fcd402;
	padding-left: 20px;
}
#masthead {
}
#page {
	background: #FFF;
	height: auto;
}
#content {
	height: auto;
}
.introlist {
	color: #24384B;
	list-style-type: disc;
	list-style-position: inside;
	font: 18px/32px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
.introlist li {
	margin: 0px;
	padding: 0px;
}
.centered {
	text-align: center;
}
.contentspace {
	height: 30px;
}
.col1 {
}
.col2 {
}
#footer {
	background: #24384B;
	height: 150px;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
}
#navbar {
	/* [disabled]padding-left: 20px;
*/
	/* [disabled]margin-left: 20px;
*/
}
#logo {
	position: absolute;
	left: 23px;
	top: 20px;
}
#real {
	position: absolute;
	left: 844px;
	top: 7px;
 W
}
#nav2 {
	list-style: none;
	font-weight: normal;
	width: 960px;
	float: left;/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	font-size: 13px;
	margin: 0px 0px;
	padding: 0px;
}
#nav2 li {
	float: left;
	position: relative;
	margin: 0px;
}
#nav2 a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 10px 20px 10px;
	border-right: 1px solid #304B65;
}
#nav2 a:hover {
	color: #FFCC00;
	text-decoration: none;
	background: #2B4359;
}
/*--- DROPDOWN ---*/
#nav2 ul {
	list-style: none;
	position: absolute;
	left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	background-color: rgba(255,255,255,0);
	background-image: url(images/blank.png);
	background-repeat: repeat;
	z-index: 2000;
}
#nav2 ul li {
	padding-top: 0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
	z-index: 2000;
}
#nav2 ul a {
	white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	z-index: 2000;
	width: 150px;
	margin-left: -30px;
}
#nav2 li:hover ul { /* Display the dropdown on hover */
	left: 0; /* Bring back on-screen when needed */
	z-index: 2000;
}
#nav2 li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration: none;
	z-index: 2000;
}
#nav2 li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;
	z-index: 2000;
	background: #333333;
	border-top: thin none #4E4E4E;
	border-right: thin solid #4E4E4E;
	border-bottom: thin solid #4E4E4E;
	border-left: thin solid #4E4E4E;
	margin-left: -30px;
}
#nav2 li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background-color: #383C3D;
	z-index: 2000;
	margin-left: -30px;
}
#footer a:link{
	color: #EFEFEF;
	text-decoration: none;
}
#footer a:visited{
	color: #EFEFEF;
	text-decoration: none;
}
#footer a:hover{
	color: #09F;
	text-decoration: none;
}
#footer a:active{
	color: #EFEFEF;
	text-decoration: none;
}
