/* CSS Document */

body
{
	text-align: center;
	background: #012C56;
   font-family: georgia;
	font-size: 12pt;
    margin: 0;
    padding: 0;
}

img
{
	border: 0px;
}

ul
{
	line-height: 150%;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	color:#646464;
	text-align: left;
	text-transform: uppercase;
}

h2
{
	font-size:16pt;
	color:#646464;
	text-align: left;
}

h3
{
	font-size: 12pt;
   color: yellow;
   text-align: left;
   margin-bottom: -2px;
 }
 
  
#page-wrapper
{
	width: 100%;
}

.row-wrapper
{
	width: 100%;
	margin: 0 auto;
}

/************* header ****************/

#header
{
	width: 100%;
	float:left;
	text-align: center;
	background: url('../images/header_bg.jpg')top left repeat-x;
    padding-bottom: 25px;
    margin-bottom: 35px;
    
}



#login
{
	position: relative;
	width: 249px;
	height: 135px;
	background: url('../images/login_bg.jpg');
	background-repeat: no-repeat;
	float: right;
	line-height: 125%;
	margin-top: 10px;
	margin-right: 10px;
}.login
{
	font-size: 10pt;
	margin-top: 50px;
	color: #8A6E4C;
}

.login input
{
	margin-bottom: 5px;
}

#logo
{
	float: left;
	margin-left: -35px;
	margin-top: -10px;
}

/************* splash ****************/
#main
{
	clear: both;
    width: 100%;
	background: #D4E7F9;
 	text-align: center;
    height: 560px;
    padding-bottom: 5px;
    margin-top: 35px;
    
}

#intro {text-align: center; 

}

#main-right, #main-left,#footer-left, #footer-right {display:none;}

/************* footer ****************/

#footer {
width: 100%; 
height: 325px;
text-align: left; 
background: #012C56 url('../images/bottom-bg.jpg') top center repeat-x; 
margin: 15px 0 0 0; 
padding: 25px 0 0 0;
    }

/*.foot_table
{
	color: white;
	font-size: 12pt;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}*/

.footer_heading {
	font-size: 16pt;
	color:#e4b21d;
	text-align: left;
    margin-bottom: 15px;
    }
    
.content {

}

.media_heading {
width: 240px;
float: right;
	font-size:16pt;
	color:#e4b21d;
	text-align: left;
}
    
#eventsandnews {
width: 68%;
float: left;
}

#media {
position:relative;
width: 325px;
float: right;
text-align: left;
}

.spotlightvideo {
position: absolute;
top: -13px;
}

#realestatelink {
text-align: left;
position: absolute;
top: 97px;
}

/************** events ******************/
#event {width: 45%;
float: left; 
margin-left: 20px;

}

table.event tbody tr td {color: #01294d; font-size: .8em; font-weight: bold; height: 40px; padding-left: 100px; text-indent: -100px;}

table.news tbody tr td {line-height: 15px;}


.e_date
{
    font-weight: normal;
    color: #4679a9;
}

#event .content {border-right: 1px dotted #aaa;}

/************** news ******************/
#news { width: 48%; float: left; margin-left: 20px;}

.n_date
{
	color: #4679a9;
}

.n_title
{
   font-size: .8em;
   color: #01294d;
   font-weight: bold;
}

.n_desc
{
	color: #01294d;
}
 
.news a
{
	color: #e4b21d; 
	font-weight: bold; 
	text-decoration: none;
	font-size: .7em; 
}

.news a:hover
{
	color: #e4b21d; 
	font-weight: bolder; 
	text-decoration: underline;
}


#foot_img
{
	clear: both;
    height: 93px;
	width: 100%;
	background: url('../images/copyright-bg.jpg');
	background-repeat: repeat-x;
	color: #697D92;
	font-size: 8pt;
}

.foot_txt
{
	text-align:right; 
	margin-right: 10px; 
}

