@charset "utf-8";
/*
----------------------------
      Regional Group
----------------------------
      Master CSS File
 Last Updated: August 7th, 2007
     www.115Studios.com
----------------------------
  See IE6.css for additional
     properties for IE6.
----------------------------
*/

/* Do Not Change body, #content or middle! */

body {
	text-align: center;
	min-width: 600px;
	background-color: #fcf8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

#content {
	margin:0 auto;
	width:900px;
	text-align: left;
	border: 1px solid #00246A; 
	
}



/* this makes the links have no underline until hover */
	a { 
	text-decoration: none; }
	
	a:hover { 
	text-decoration: underline; }

/* header div dimensions */
#header {
	width: 900px;
	height: 186px;
}

/* Background classes for the header image */
.homepage { 
	background-image: url(../img/header_homepage.jpg); 
	background-repeat: no-repeat;
}

/* Land Development Header */
.landpage { 
	background-image: url(../img/header_land.jpg); 
	background-repeat: no-repeat;
}

/* Property Management Header */
.managementpage { 
	background-image: url(../img/header_management.jpg); 
	background-repeat: no-repeat;
}

/* Consultant Header */
.vcspage { 
	background-image: url(../img/header_vcs.jpg); 
	background-repeat: no-repeat;
}

/* Commercial Header */
.cmrclpage {
	background-image: url(../img/header_cmrcl.jpg);
	background-repeat: no-repeat;
}

/* Blue Seperator Dimensions and Values */
#blueseperator { 
	position: relative;
	width: 900px;
	top: -98px;
	height: 20px;
	background-color: #00246A;
	color: #FFFFFF;
}

/* Link color for the links within the blue seperator */
#blueseperator a { color: #FFFFFF; }

/* Middle div dimensions and values for content */

#middle {
 	width: 835px; 
	border-right-style: solid; 
	border-right-width: 45px; 
	border-right-color: #9f2c20;
	border-bottom-style: solid;
	border-bottom-width: 40px;
	border-bottom-color: #9f2c20;
	background-color: #FFFFFF;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;	
	}
	
/* Navigation div, do not modify */	
#navmenu {
	position: relative;
	width: 652px;
	left: 20px;
	top: -38px;
	z-index: 4;
}	

/* Page Background Images - Homepage */
.mainpage {
	background-image: url(../img/background_homepage2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

/* Land Development Background */
.landbg {
	background-image: url(../img/background_land.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
/* Property Management Background */
.managementbg {
	background-image: url(../img/background_management.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

/* Consultant Background */
.vcsbg {
	background-image: url(../img/background_consult.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

/* Consultant Background */
.cmrclbg {
	background-image: url(../img/background_cmrcl.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}


/* white bold text class */
.wb {
	color: #FFFFFF;
	font-weight: bold;
	}

/* white normal text class */
.wl {
	color: #FFFFFF;
	}

/* Use this class to reduce text size in the tables */
.smalltable { 
	font-size: 11px; 
	}
	
/* red colored link properties */
.maillink { 
	color: #990000; 
	}

/* header 3 tag */
h3 { 
	color: #990000; 
	}
	
/* red text class */
.redtext { 
	color: #990000; 
	}
	
/* footer dimensions */
#footer {
	position: relative;
	top: -28px;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 55px;
	height: 0px;
	left: -1px;
	}
	
/* footer link properties */
#footer a {
	 color: #FFFFFF; 
	 }
#footer a:visited { 
	color: #FFFFFF; 
	}
#footer a:active {
 	color: #FFFFFF; 
	}

/* float left props - unused */

#fl { width: 0px; height: 600px; float: left; }


#rotator
{
	border: 1px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 50px auto 10px;
	position: relative;
	width: 320px;
	height: 213px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 320px;
	height: 213px;
}
