/*-----------------------------------------------------
BONES
-----------------------------------------------------*/

body {
	margin:0; padding:0;
	text-align:center;
	background:#B40E2A;
	color:#413939;
	font-size: 12px;
	font-family: Arial,helvetica,Sans-Serif;
	background-image:url(/_images/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
        
#container_top { 
	width:770px;
	margin:0px auto;padding:0;
	text-align:left;
	background:#ffffff;
}

#branding {
	height:199px; 
	margin:0;padding:0;
	background-image:url(/_images/bg_aa_homepage.gif);
	background-repeat: no-repeat;
	background-position: 335px 0px;
	position:relative;
}

	#branding img.logo_internal {
		position:absolute;
		top:20px;
		left:540px;
		border:none;
	}
	
/*TOP HOMEPAGE BANNER STYLING*/
#branding_hp {
	height:199px; 
	margin:0;padding:0;
	background-image:url(/_images/bg_aa_homepage.gif);
	background-repeat: no-repeat;
	background-position: 335px 0px;
	position:relative;
}

	#branding_hp img.logo_hp {
		position:absolute;
		top:20px;
		left:540px;
		border:none;
	}

#container_content {
	width:770px;
	margin:0;padding:0;

}

#content_static {
	width:525px;
	float:right;
	background-color:#EDEADF;
	background-image:url(/_images/bottom_right_static.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content_detail {
	width:730px;
	margin:0;padding: 5px 20px;
}

#footer {
	width:770px;
	border-top:solid 1px #413939;
	margin:0;padding:0;
}

	#footer p {
		margin:0;padding: 5px 0px 5px 10px;
		font-size:10px;
	}

/*-----------------------------------------------------
BOX STYLING
-----------------------------------------------------*/

.box_left {
	float:left;
	background-color:#EDEADF;
	background-image:url(/_images/bottom_box_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom:15px;
}

.box_right {
	float:right;
	background-color:#DCD6BF;
	background-image:url(/_images/bottom_box_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:15px;
}

.box_padding {
	margin:0;padding:5px 15px;
}

/*-----------------------------------------------------
NAVIGATION
-----------------------------------------------------*/

#nav_utility {
	width:770px;
	border-bottom:solid 1px #413939;
	font-weight:bold;
	text-align:right;
	margin:0;padding:0;
}

	#nav_utility p {
		margin:0;padding: 5px 20px 5px 0;
	}


#nav_primary {
	width:770px;
	height:36px;
	margin:0px auto;padding:0;
	background-image:url(/_images/bg_nav.gif);
}

	img.home { /*Handles padding to center navigation*/
			margin-left:15px !important;
	}

	#nav_primary a img { /* handles the navigation images */
			float:left;
			border:0;
			margin:0 1px 0 1px;padding:0;
		}


#nav_secondary {
	width:225px;
	float:left;
}

	#nav_secondary ul {
		margin:10px 0 10px 25px;padding:0;
	}

	#nav_secondary ul li {
		list-style:url(/_images/arrow_li.gif);
		padding-bottom:10px;
	}

	
#nav_crumbs {
	font-size:10px;
	font-weight:bold;
	background-image:url(/_images/arrow_crumb.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


/*-----------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------*/

.page_title {
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 0px 30px;margin:0 0 10px 0;
	background-image:url(/_images/header_arrow_left.gif);
	background-repeat: repeat-y;
	background-position: 0 0;

}

/*STYLING FOR HEADERS WITH ARROWS*/

.header_left, .header_right {
	margin:0;
	background:#413939;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:solid 3px #fff;
}

	.header_left {
		padding:2px 0 0 30px;
		background-image:url(/_images/header_arrow_left.gif);
		background-repeat: repeat-y;
		background-position: 0 0;
	}

	.header_right {
		padding:2px 30px 0 10px;
		background-image:url(/_images/header_arrow_right.gif);
		background-repeat: repeat-y;
		background-position: right top;
	}

h1, h2, h3, h4 {
	color:#413939;
	font-weight:normal;
}

	h1 {
		font-size:18px;
	}

	h2 {
		font-size:16px;
	}

	h3 {
		font-size:14px;
	}

	h4 {
		font-size:12px;
	}

p {
	padding:0px 5px;
	line-height:15px;
}
summerfest
.news {
	text-indent:-60px;
	width:160px;
	margin-left:55px;
}

/*-----------------------------------------------------
PROPERTY LISTING STYLES
-----------------------------------------------------*/
table.listing {
	width:725px; 
	padding-bottom:5px;
	margin:5px 20px 0px 20px;
}

table.listing tr.sold {
	background-color:#bbb; 
}

table.listing th {
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	border-bottom:solid 3px #d3d3cb;
	margin:15px 20px 0px 20px !important;
}

table.listing td {
	border-bottom:solid 1px #D3D3CB;
}

table.listing td ul {
	margin:0; padding:0; 
}
table.listing td ul li {
	list-style-type:none;
}
table.listing td img {
	margin-top:5px;
	margin-bottom:5px; 
}



td.thumbnail {
	width:80px;
}

td.address {
	width:170px;
}

td.space {
	width:155px;
} 

td.price {
	width:120px;
} 

td.broker {
	width:130px;
}



/* 
a.listing_over {
	display:block;
}

	a:hover.listing_over {
		background-color:#EDEADF;
	}
*/ 
/*-----------------------------------------------------
LINK STYLING
-----------------------------------------------------*/

a:link, a:visited {
	font-weight: bold;
/* 	font-size: 12px; */ 
	color:#994343;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration: none;	
}

#footer a:link, #footer a:visited, #nav_crumbs a:link, #nav_crumbs a:visited {
	font-size: 10px !important;
}


/*-----------------------------------------------------
IMAGE STYLING
-----------------------------------------------------*/

img {
	border:solid 1px #413939;
}

img.no_border {
	border:none;
}