/********************
 *  exhibit a css
 * 
 ********************/
 
 #social_icons{
	position:  absolute;
	top:  10px; right:  10px;
	width:  300px;
}

#body_content_home #social_icons{
	top:  254px;	
}

#social_icons p{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	color: white;
	position:  absolute;
	right: 10px; top:  0;
}

#social_icons ul{
   margin: 0; padding: 0;
   list-style: none;
   position: absolute;
   top: 0; right: 0;
}

#social_icons ul li{
	margin: 0 5px 0 0; padding: 0;
	float: left;
	display: inline;
}

#social_icons ul li a{
	margin: 0; padding: 0;
}

#social_icons ul li a {
	float: left;
	width: 24px;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
	}
	
#social_icons a:hover {
	background-position: 0 -24px;
	}
	
#facebook a{
	background: url(../images/facebook.gif) top left no-repeat;
}	

#twitter a{
	background: url(../images/twitter.gif) top left no-repeat;
}	

#blogger a{
	background: url(../images/blogger.gif) top left no-repeat;
}	



#body_content{
	margin: 0 0 0 270px;
	padding: 60px 0 0 0;
	background: #eeeded url(../images/line_w_thick.gif) top right no-repeat;
	position: relative;
	min-height:1200px;
	height:auto !important;
  	height:1200px;
}

#body_content_home{
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	background: #b2aeae;
	position: relative;
	min-height:320px;
	height:auto !important;
  	height:320px;
}



.main_col{
	width: 540px;
	margin: 0 0 2.8em 0;
	position: relative;
}

.home .main_col{
	margin-bottom: 1.4em;
}

#body_content_home .main_col{
	margin-left:  261px;
}


.col{
	width: 380px;
	margin: 0;
}

.signature{
	text-align: center;
}


h2{
	font: bold 1.1em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 2px;
	margin: 0 1.4em 1.4em 0;
	text-transform: uppercase;
	color: #97831d;
}

h3{
	font: bold 1em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0 1.4em 1.4em 0;	
	text-transform: uppercase;
	color: #333333;	
}

h4{
	font: bold 0.85em/1.4em Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 1.4em 1.4em 1.4em 0;
	color: #97831d;
}

h5{
	font: bold 0.85em/1.4em Verdana, sans-serif;
	margin: 1.4em 1.4em 0 0;
}

p, label{
	margin: 0 2.8em 1.4em 0;	
	line-height: 1.4em;
	font-size: 0.85em;
}

ul.body{
	margin: 0 2.8em 1.4em 0;	
	padding:  0;
	line-height: 1.4em;
	font-size: 0.85em;
	color: #97831d;
	list-style: none;
}

ul.body_arrow{
	margin: 0 2.8em 1.4em 0;	
	padding:  0;
	line-height: 1.4em;
	font-size: 0.85em;
	font-weight: bold;
	list-style-image: url(../images/arrow_sm.png);
}

ul.body li{
	margin:  0; padding: 0;
}

ul.body_arrow li{
	margin:  0; padding: 0;
}

ol{
	margin: 0 2.8em 1.4em 1.4em;	
	padding:  0;
	line-height: 1.4em;
	font-size: 0.85em;
}

ol li{
	margin: 0 0 0 2.8em; padding: 0;
}

label{
	color: #333333;
}

.hr{
	margin: 0 0 1.4em 0;	
	background: url(../images/hr.gif) 50% 0 repeat-x;
	height: 1.4em;
}

.home #footer .hr{
	height: 1px;
	background: white;
	margin-bottom: 1.4em;
}

.hr_light{
	margin: 2.8em 0 1.4em 0;	
	background: url(../images/hr_light.gif) 50% 0 repeat-x;
	height: 1.4em;
}

.wrapper{
	float: left;
	width: 360px;
	margin: 0; padding: 0;
}

.pic{
	float: left;
	width: 150px;
	margin: 0 0 0 30px; padding: 0;
}

.pic img{
	margin-bottom:  30px;
}

.hr hr, .hr_light hr{
	display: none;
}

#footer{
	margin:  0 0 0 270px;
	padding: 30px 0 30px 0;
	position: relative;
	width:  540px;
}

.home #footer{
	margin-left: 261px;
	width:  609px;
}

#footer .hr{
	margin: 0;
}

#footer p{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #888;
	word-spacing: normal;
	letter-spacing: 1px;
}

#contactFormArea{
	margin: 0; padding: 0;
	border: 0;
}

#gallery a img{
	border: none;
}

a.dark:link, a.dark:active, a.dark:visited{
	text-decoration: none;
	color: #666;
}

a.dark:hover{
	text-decoration: none;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

.hi{
	color: #97831d;
}

.pic_row{
	margin:  2.8em 0 1.4em 0;
}

.pic_box_left{
	width:  360px;
	float:  left;
	margin: 0 20px 1.4em 0;
}

.pic_box_left .col_left{
	width:  150px;
	float:  left;
	margin: 0 60px 0 0;
}

.pic_box_left .col_right{
	width:  150px;
	float:  left;
	margin: 0 0 0 0;
}

.pic_row p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #333333;
}

p.subtitle{
	margin: 1.4em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
}

.home_welcome{
	margin: 0 0 0 194px;
	background: url(../images/arrowlines.gif) 0 50% no-repeat;
	padding: 0 0 0 67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: normal;
	letter-spacing: 1px;
}

.home_welcome a:link, .home_welcome a:active, .home_welcome a:visited{
	color: white;
}

.home_pic{
	border: 9px solid white;
	margin:  0;
	width: 591px;
	height: 217px;
}

.home_pic a:link, .home_pic a:active, .home_pic a:visited{
	margin:  0; padding:  0;
	display: block;
	width: 591px;
	height: 217px;
	background: url(../images/home_pic.jpg) no-repeat;
	text-indent:-9999px;
	position: absolute;
}

.home_pic a:hover{
	background: url(../images/home_images_quote.jpg) no-repeat;
}
