/*---------------------------------------------
Global Style Sheet

Site: 		www.morningcraft.com
-----------------------------------------------*/

* {
margin: 0; 
padding: 0; }

:focus { outline: 0;}

body {
background: #eeeee9;
font-family: Georgia, serif;
 }

img { 
border: 0; }

.clear {
clear: both; }

.right {
float: right; }

.left {
float: left; }

hr, .hide {
display: none; }

a { color: #8a0020; text-decoration: underline;}
a:hover { color: #000; text-decoration: none; }


/*STRUCTURE*/



#masthead {
height: 161px;
width: 100%;
background: #eeeee9 url(../img/mast_tile.jpg) repeat-x;
text-align: center;
}

#masthead img {
width: 522px;
}

#bodycolor {
background: #eeeee9; 
width: 100%;
height: 100%;
}

#wrapper {
width: 916px;
background: #fff; 
margin: 0px auto;
border: 1px solid #d4d4d4;
margin-bottom: 20px;
padding-bottom: 20px;
}

/*NAV*/


#topnav ul, #topnav ul li {
     list-style: none;
     margin: 0;
     padding: 0;
}

#topnav ul {
    text-align: center;

	font-size: 16px;
	line-height: 17px; 
	color: #000; 
	padding: 0px 0px 0px 10px;
}

#topnav ul li {
	display: inline;
	padding: 0px 12px 0px 8px;
}
 
#topnav ul li.last {
     background: none;
	padding: 0px 20px 0px 10px;
}
 
#topnav ul li a {
    color: #8a0020;
    text-decoration: underline;
	border:none;
 }
 
#topnav ul li a:hover  {
	color: #000; 
	text-decoration: none; 
}



/*CONTENT*/

.rule {
	border-top: 1px solid #d4d4d4;
	height: 1px;
	width: 855px;
	margin: 0px 0px 30px 30px;
	}

.details_rule {
	background: url(../img/details_rule.jpg);
	height: 17px;
	width: 855px;
	margin: 0px 0px 30px 30px;
	
}

.spacer { height: 30px; }


#forlease{
	margin: 30px 0px 28px 0px;
	width: 100%;
	text-align: center;
}

#forlease img {
	width: 223px;
}

#rendering{
	margin: 30px 0px 15px 0px;
	width: 100%;
	text-align: center;
}



#rendering img {
	width: 872px;
}

#map{
	margin-bottom: 45px;
	width: 100%;
	text-align: center;
}

#map img {
	width: 867px;
}



/*CONTENT AREA*/

#loud_message {

	font-size: 14px;
	line-height: 22px; 
	color: #333;
	margin: 0px auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 140px;
	padding-right: 140px;
}


#left_column {
	margin: 0px 30px 0px 0px;
	width: 190px;
	float: left;
	font-size: 17px;
	line-height: 20px;
	color: #8a0020;
	text-align: right;
}
 
#right_column {
	margin: 0px 0px 30px 0px;
	width: 620px;
	float: left; 
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

#right_column ul {
	padding: 0px 0px 0px 16px;
}

#right_column li{
	padding: 0px 0px 10px 0px;
	line-height: 16px; 
}

#right_column ul li ul{
   
	margin: 10px 0px 0px 0px;
}

#right_column ul li ul li {
	font-style:italic;
	line-height: 18px; 
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
}

#link_titles {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 15px;
}

#right_column_links {
	margin: 0px 0px 30px 45px;
	float: left; 
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

#right_column_links ul {
	padding: 0px 0px 0px 16px;
	
}
#right_column_links ul li{
	display: block;
	margin: 0px 0px 0px -16px;
}
#right_column_links ol {
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 2px;
}

#right_column_links li{
	padding: 0px 0px 10px 0px;
	line-height: 16px; 
}



/*FOOTER*/

#footer {

	font-size: 12px;
	line-height: 22px; 
	color: #6b6b67;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 60px;
}

