/* Default Styles for Welbourne Companies */

/* Page Structure */
body {
	background-color: #012147; /*Dark Blue */
	background-image: url(../images/blue_gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.pagewrapper {
	width:920px;
	height:100%;
	margin:0 auto;	
}
.contentarea {
	background-color: white;
	min-height:600px;
	
}
.shadowleft {
	width:10px;
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
}
.shadowright {
	width:10px;
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
}
/* Header */
.headcolorbar1 {
	width:900px;
	height:10px;
	background-color: #8f855c; /* Dark Tan */
}
.headlogobkgrnd {
	width:900px;
	height:99px;
	background-color: #b8ab76; /* Medium Tan */
}
.logo {
	margin-left:36px;
	margin-top:10px;
	height:75px;
	width:166px;
}
/* Main Navigation menu */
.menucontainer {
	width:900px;
	height:31px;
	background-color: #012147; /* Dark Blue */		
}
.menuitem, a.menuitem:link, a.menuitem:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
a.menuitem:hover {
	color:#B8AB76; /* Medium Tan */
}
a.menuitem:active  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
	text-decoration:none;
	font-weight: bold;
}
/* end Main Nav */
.menutable {
	text-align: center;
	width:860px;
	height:30px;
	margin-left:20px;
}
.menusep {
	width:20px;
	height:30px;
	background-color: #012147; /* Dark Blue */
	background-image: url(../images/menu_sep.gif);
	background-repeat: no-repeat;
}
/* end menu */
.headcolorbar2 {
	width:900px;
	height:1px;
	background-color: #cc8b3c; /* Orange */
}
.shadowhead {
	background-image: url(../images/shadow_head.png);
	background-repeat: repeat-x;
	height:8px;
	vertical-align:top;			
}
.shadowheadsidebar {
	background-image: url(../images/shadow_head.png);
	background-repeat: repeat-x;
	height:8px;
	width:315px;
	vertical-align:top;
	background-color:#94a0a5;	/* Medium Gray from sidebar gradient */		
}
/* end header */

/* Content Area */
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #003399;
}
a:hover {
	color:#993300; /* Medium Tan */
}
a:active  {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #003399;
}
.contenttable {
	width:900px; /* Set table width = Left column + Gutter + Right column */
	min-height:600px;		
}
.contentleftcol {	
	vertical-align: top;
	width:565px; /* Set Left Column Width */
}

/* Special Content Columns */
/* Used for pages that do not have a right column or sidebar i.e. Privacy Policy , Construction */
.contentleftcolwide {	
	vertical-align: top;
	width:900px; /* Set Left Column Width */
}
/* Used for apartment pages where left and right content widths are swapped */
.contentleftcolnarrow {	
	vertical-align: top;
	width:365px; /* Set Left Column Width */
}
/* Used for apartment pages where left and right content widths are swapped */
.contentrightcolwide {
	vertical-align: top;
	width:505px; /* Set Right Column Width */	
}
/* end special content columns */

.propdesc {
	margin-top: 10px;
	margin-bottom: 10px;
}
.guttercenter {
	width:20px; /* Set Center Gutter Column Width */
}
.gutterright {
	width:10px; /* Set Right Gutter Column Width */
}
.contentrightcol {
	background-image: url(../images/sidebar_gradient.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	width:305px; /* Set Right Column Width */	
}
.contentleft {
	padding-left: 20px;
	margin-bottom:15px;
	margin-top:15px;
}
.contentright {
	margin:15px;		
}
.ptitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: black;
	font-weight:bold;
}
p, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
}
.textright {
	text-align: right;	
}
.imgborder {
	border: 1px solid black;
}

/* Sidebar Styles */
.sidebartitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: white;
	font-weight:bold;
}
a.sidebar:link, a.sidebar:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: black;
	text-align:right;
	text-decoration:none;
}
a.sidebar:hover {
	color:white;
}
a.sidebar:active  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: black;
	text-align:right;
	text-decoration:none;
}
.colorbarwrapper{
	width:272px;
	height:2px;
	background-color: #ced3d6; /* Darker Gray */
}

/* end sidebar */

/* Footer Section */
.footercolorbar {
	height:10px;
	width:900px;
	background-color: #012147; /* Dark Blue */
}
.footertable {
	width:900px;
	margin-right: 10px;
	margin-left: 10px;
}
.sm_privacy, a.flinks:link, a.flinks:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: white;
	text-align:right;
	text-decoration:none;
}
a.flinks:hover {
	color:#b8ab76; /* Medium Tan */
}
a.flinks:active  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: white;
	text-align:right;
	text-decoration:none;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: white;
	text-align:center;
}
/* end footer */
