@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	background:url(images/bg_purple_stripe.png) repeat-x #5E4441;
	}

html, body, p, table, td, ul, li, blockquote, div, span{ font-size: 10pt; font-family:Helvetica, Arial, sans-serif; line-height: 1.2em;}

h1{
	color:#5e602a;
	font-size:12pt;
}

.title{
	display: block;
	font-size: 14pt;
	font-weight: 600;
	padding: 18px 0px 0px 0px;
	margin: 0;
}

#wrapper{
	width:1000px;
	margin:0 auto;
}

#top_container{
	margin:0px;
	padding:0px;
	height:284px;
	position:relative;
}



#navigation_bar{
	margin-top: 4px;
	padding-left: 30px;
	text-align: center;
	
	
}


#navigation{
	position:absolute;
	top:-3px;
	left:-30px;
	height:25px;
}

#navigation ul li{
	border-right:1px solid #411F2F;
	list-style:none;
	padding:0px 35px 0px 35px;
	height:20px;
	display:inline;
}

#navigation ul li a{
	text-decoration:none;
	color:#4F5117;
	font-size:11pt;
	padding:5px;
}

#navigation ul li a:hover{
	text-decoration:none;
	color:#4F5117;
	background:url(images/active_bar.jpg) 5px 0px repeat-x;
}

#homepage_text{
	background:url(images/smile_purple.png) no-repeat;
	position:absolute;
	top:11px;
	left:20px;
	height:276px;
	width:503px;
}

#sidebar_image{
	width: 170px;
}

#stripe_nav2{
	width:200px;
	height: 2px;
}

#box_text{
	color:#392f23;
	font-size:9pt;
	font-weight: lighter;
	position:absolute;
	text-align:left;
	top:205px;
	left:175px;
	width:215px;
	z-index:3;
}

*html #box_text{
	top:210px;
	left:200px;
}

#office_picture{
	background:url(images/building2.png) no-repeat;
	position:absolute;
	top:-1px;
	right:-267px;
	height:270px;
	width:900px;
	z-index:3;
}

#icon_bar{
	position:relative;	
	height:250px;
	width:1000px;
}

.icon{
	height:223px;
	width:203px;	
	position:absolute;
	cursor: pointer;
}



#icon_1{
	left:20px;
	top:45px;
	background:url(images/1.jpg) no-repeat;

}

#icon_2{
	left:250px;
	top:45px;
	background:url(images/2.jpg) no-repeat;
}

#icon_3{
	left:480px;
	top:45px;
	background:url(images/3.jpg) no-repeat;

}


#icon_4{
	left:710px;
	top:45px;
	background:url(images/4_new.jpg) no-repeat;
}


/*subpage styles*/

#content_section{	
	width:1000px;
}

#second_nav{
	text-align:left;
	width:220px;
	float:left;
	margin-top:50px;
}

#second_nav ul li{
	display:block;	
	list-style:none;
	height:25px;
}

#second_nav ul li a{
	color:#FFC;
	text-decoration:none;
	background:url(images/second_nav_bullet.png) 0px 0px no-repeat;
	padding-left:25px;
	margin-left:-10px;
}

#second_nav ul li a:hover{
	padding-left:25px;
	margin-left:-5px;
}

#text_area{
	text-align:left;
	float:left;
	background-color:#F3FACF;
	width:720px;
	margin-top:25px;
	padding:30px;
	color:#302726;
	min-height: 200px;
}

#text_area_photo{
	float:right;
	margin:5px;
	margin-top:0px;
	border:1px solid #656328;
}

#footer{
	clear:both;
	margin-top:30px;
	padding: 12px;
	color:#FFC;
	text-align:center;
	font-size: 8pt;
}

#footer a{color:#B49153;}

