/* HTML */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555454;
	background-color: #999999;
	font-size: 12px;
	margin:0;
	padding:0;
}
div {
	padding: 0px;
	margin: 0px;
	float:left;
}
h1 {
	
	color: #009e58;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	line-height:1.3em;
	margin: 0px;
	padding:0px 10px 0px 10px;
}
h2 {
	
	color: #02448d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1em;
	margin: 0px;
	padding:10px 10px 10px 10px;
}
h4 {
	font-size:18px;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 10px 0px;
}
p {
	line-height:20px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	vertical-align:middle;
}
/* Divs */

#main_container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
#container{
	width:900px;
	float:none;
	margin-left:auto;
	margin-right:auto;

}
#container_text{
	width:880px;
	padding:10px;
}
	#flash_holder {
		width:950px;
		height:300px;
	background-image: url(../images/background/grey_bg_img2.jpg);
		background-repeat:repeat-y;
	}
	#flash_container {
		width:950px;
		height:300px;
		z-index:0;
		position:absolute;
	}		
	
#building_flash{
padding-bottom:10px;
width:600px;
height:200px;
}
	#content_container {
	width:950px;
	background-image: url(../images/background/grey_bg_img2.jpg);
	background-repeat:repeat-y;
	z-index:0;
	position:relative;
	}
	
	#footer_container {
		width:950px;
		background-image: url(../images/background/footer_bg2.jpg);
		background-repeat:no-repeat;
		color: #555454;
		font-size: 10px;
	}
		
		#footer_left{
			width:580px;
			padding-top:35px;
			padding-left:45px;
		}
		
		#footer_right{
			width:280px;
			padding-top:35px;
			text-align:right;
		}
		
		#text_container{
			width:600px;
			background-image: url(../images/background/text_bg.jpg);
			background-repeat:repeat-y;
		}
			#text_top{
			width:600px;
			background-image: url(../images/background/text_bg_top.jpg);
			background-repeat:no-repeat;
			height:20px;
			}
			#text_middle{
			width:575px;
			padding:0px 10px 0px 15px;
			}
			#text_middle img {
			padding:15px 0px 15px 0px;
			}
			#text_bottom{
			width:600px;
			background-image: url(../images/background/text_bg_bottom.jpg);
			background-repeat:no-repeat;
			height:20px;
			}
		
		#breadcrumbs{
			width:880px;
			text-align:right;
			height:20px;
		}
		
		#text_container_880{
			width:880px;
			background-image: url(../images/background/text_bg_880.jpg);
			background-repeat:repeat-y;
		}
		
			#text_top_880{
				width:880px;
				background-image: url(../images/background/text_bg_top_880.jpg);
				background-repeat:no-repeat;
				height:18px;
			}
			#text_middle_880{
				width:880px;
			}
			#text_bottom_880{
				width:880px;
				background-image: url(../images/background/text_bg_bottom_880.jpg);
				background-repeat:no-repeat;
				height:18px;
			}
			#homedesign_left_text{
				width:590px;
			}
			#homedesign_right_text{
				width:290px;
			}
			
			
			#homedesign_left_text_400{
				width:400px;
			}
			#homedesign_right_text_480{
				width:480px;
			}
			
		
		#right_panel_container{
			width:270px;
			float:right;
		}
		
		#right_panel_container p{
			line-height:20px;
			padding:0px 0px 10px 0px;
			margin: 0px;
		}
			
				#top_feature{
					height:100px;
					width:900px;
				}
		
		#design_container{
			width:250px;
			padding:10px 10px 20px 10px;
		}
		
		#design_container a{
			color:#FFFFFF;
			font-weight:bold;
		}
		
		#design_container a hover{
			color:#FFFFFF;
			font-weight:bold;
			text-decoration:none;
		}
		#home_design{
			width:250px;
			height:320px;
			float:none;
			margin: 0px auto 0px auto;
			
		}
		
		#home_design_text{
			width:230px;
			padding:130px 10px 0px 10px;
			color:#FFFFFF;
			text-align:left;
		}
		
		#popup{
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:500px;
		height:400;
		background-image: url(../images/background/popup.jpg);
		background-repeat:no-repeat;
		}

/*Classes*/

img{
border:0px;
}

/* Links */

a:link, a:visited {
	color:#333333;
	text-decoration: underline;
	}
a:hover {
	color:#cccccc;
	text-decoration: underline;	
	}

#container_text a:link, #container_text a:visited {
	color:#02448d;
	text-decoration: none;
	}
#container_text a:hover {
	color:#0360c7;
	text-decoration: underline;	
	}	

.style1 {color: #267FE3}

.style2 {
	color: #009e58
}

.style3 {
	color: #009e58
}

.style4 {
	color: #009e58
}

ul {
list-style-type:square;
}
