/* Declarations
=========================*/
body, div, ul, li, h1, h2, h3, h4, p, a, img {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	background-color: #4d4a50;
	color: #4d4a50;
	font-family: Georgia, Times, serif;
}
h1 {
	font-size:24px;
	font-weight:normal;
	color: #553485;
	margin: 0 0 10px 0;
}
h2 {
	font-size:18px;
	font-weight:normal;
	color:#53B2E1;
	margin:0 0 10px 0;
}

h3 {
	font-size:14px;
	color:#52595f;
	margin:10px 0 5px 0;
}

h4 {
	font-size:14px;
	font-weight:bold;
	color: #593380;
	margin:10px 0 5px 0;
}

a:link,
a:visited,
a:hover,
a:active {
	color:#026fa1;
	text-decoration:none;
}

a:hover,
a:active {
	color:#565656;
	text-decoration:underline;
}

/* Useful Classes
=========================*/
.clear {
	clear:both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.hline{
	border-bottom:2px solid #e1e1e1;
	padding: 0 0 5px; 0
	clear:both;
}

.color {
	font-weight:bold;
	color: #593380;
}

.picborder{
border:1px solid #d5d5d5;
margin:5px 5px 5px 0;
padding:5px;

}

.beforeAfter{
float:left;
border:none;
margin-top:10px;
}

.beforeAfter a:link,
.beforeAfter a:visited,
.beforeAfter a:hover,
.beforeAfter a:active {
	display:block;
	background:url(../_images/photo_gallery_btn.gif);
	width: 90px;
	height:27px;
}
.beforeAfter a:hover {
	background-position:bottom;
}

.noList{
list-style:none;
margin:0;
padding:0;
}

.noList li{
margin: 0 10px;
padding: 2px 0;
border-bottom:1px solid #e1e1e1;
}


/* Nav
========================*/
#nav {
	z-index:1;
	position:relative;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	display: inline;
	padding: 0;
	margin: 0
}
#home a {
	display:block;
	background:url(../_images/nav/home.gif);
	width: 60px;
	height:31px;
}
#home a:hover {
	background-position:bottom;
}
#home a links a {
	background-color:#444444;
}
#about a {
	display:block;
	background:url(../_images/nav/claremont.gif);
	width: 157px;
	height:31px;
}
#about a:hover {
	background-position:bottom;
}
#portfolio a {
	display:block;
	background:url(../_images/nav/portfolio.gif);
	width: 82px;
	height:31px;
}
#portfolio a:hover {
	background-position:bottom;
}
#success a {
	display:block;
	background:url(../_images/nav/successstories.gif);
	width: 100px;
	height:31px;
}
#success a:hover {
	background-position:bottom;
}
#talk a {
	display:block;
	background:url(../_images/nav/talkofthetown.gif);
	width: 123px;
	height:31px;
}
#talk a:hover {
	background-position:bottom;
}
#drawing a {
	display:block;
	background:url(../_images/nav/drawingboard.gif);
	width: 128px;
	height:31px;
}
#drawing a:hover {
	background-position:bottom;
}

#projects a {
	display:block;
	background:url(../_images/nav/projectsforsale.gif);
	width: 117px;
	height:31px;
}
#projects a:hover {
	background-position:bottom;
}

#contact a {
	display:block;
	background:url(../_images/nav/contactus.gif);
	width: 93px;
	height:31px;
}
#contact a:hover {
	background-position:bottom;
}
/* Content Areas
========================*/
#topAddress{
width:900px;
margin:50px auto 0;
color:#fff;
text-align:right;
}

#topAddress a:link,
#topAddress a:visited{
	color:#FFF;
}

#main {
	width: 900px;
	margin: 5px auto 0;
	background-color: #FFF;
	line-height: 18px;
}
#header {
	margin: 0;
	padding:0;
}
#flash {
	margin: 15px 20px 0 20px;
	width: 860px;
	height: 263px;
	position:relative;
}

#flashHome {
	margin: 0 20px 0 20px;
	padding-top:50px;
	width: 860px;
	height: 263px;
	position:relative;	
	z-index:1 !important;

}

#mainContent {
	margin: 20px 20px 0 20px;
	padding: 60px 0 0 0;
}

#mainContentHome {
	margin: 20px 20px 0 20px;
}

#mainContent p {
	margin: 10px 0;
}

#contentLeftNoLine {
padding:10px 0 10px 0;
width: 600px;
float: left;
}

#contentLeft {
border-right: 1px dotted #adadad;
padding:10px 25px 10px 0;
width: 600px;
float: left;
}

#contentLeft2 {
border-right: 1px dotted #adadad;
padding:10px 15px 10px 0;
width: 650px;
float: left;
}

#contentRight {
padding: 10px 0 10px 10px;
width: 210px;
float: right;
}

#contentRight2 {
padding: 10px 0 10px 0;
width: 180px;
float: right;
}

#contentRight div {
	padding: 10px 0 0 0;
}
#vision {
	margin: 10px 0;
	font-size: 14px;
}
#footer {
	margin: 0;
	width:900px;
	margin:10px auto;
	font-size:10px;
}
#footer p {
	margin:0 10px;
}

#footer a:link,
#footer a:visited{
	color:#FFF;
}


.divColor{
	background-color:#e1e1e1;
	padding:10px 20px 20px 20px;
	margin:0 0 5px 0;
}

.divColor2{
	background-color:#eee;
	padding:10px 20px 20px 20px;
	margin:0 0 5px 0;

}

#renovation{
	padding:0;
}

#new{
	padding:0;
}

#townhomes{
	padding:0;
}

.bar{
height:25px;
font-size:15px;
padding:10px 10px 0 10px;
margin:10px 0 0;
background-color:#565656;
color:#FFF;
}

.bar a:link,
.bar a:visited{
color:#FFF;
}


/* Drop Down
=========================*/
#menu-container {
	display:block;
	position:relative;
	margin:0 20px 0 20px;
	z-index:20 !important;
}


#drop_down_menu {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:center;
	width:900px;
	float:none;
	left:0px;
	top:0px;
}
#drop_down_menu li {
	font-size:11px;
	font-weight:normal;
	float:left;
	padding:0 0;
	color:#adadad;
	cursor:pointer;
	min-width:60px;
	}

#drop_down_menu li ul {
	margin:0;
	padding:0px;
	list-style-type:none;
	background:url(../_images/dd_bg.gif) repeat-x bottom #6b5086;
}
#drop_down_menu li ul li {
	display:block;
	float:none;
	clear:both;
}
#drop_down_menu li ul li a {
	color:#ffffff;
	display:block;
	font-weight:normal;
	text-decoration:none;
	background-image: none;	
	padding:5px 0 0;
	margin:0;
	height:25px;
}
#drop_down_menu li ul li a:HOVER {
	color:#e77131;
	background-color:#d8c3df;
}


/*  SLIMBOX
============================================*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	z-index: 9999;
	background-color: #fff;
}

#lbBottomContainer {
	margin-left: 10px;
}

.lbLoading {
	background: #fff url(../_images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	background: transparent url(../_images/slimbox/prevlabel.gif) no-repeat center left;
	left: -64px;
	/*margin-bottom:2px;
	padding-left:10px;*/
}

#lbPrevLink:hover {
	background: transparent url(../_images/slimbox/prevlabel.gif) no-repeat center left;
	/*padding-left:10px;*/
}



#lbNextLink {
	background: transparent url(../_images/slimbox/nextlabel.gif) no-repeat center right;
	right: -64px;
}

#lbNextLink:hover {
	background: transparent url(../_images/slimbox/nextlabel.gif) no-repeat center right;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #fff url(../_images/slimbox/closelabel.gif) no-repeat center;
	margin: 0;
}

#lbCloseLink:hover {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #fff url(../_images/slimbox/closelabel.gif) no-repeat center;
	margin: 0;
}

#lbCaption, #lbNumber {
	margin-left: auto;
    margin-right: auto;
    width:230px;
    text-align:center;
    padding-bottom:3px;
}

#lbCaption {
	font-weight: bold;
}