/* CSS Document */
*{
	margin:0;
	padding:0;
}
h1{
	display:none;
}
ul{
	margin-left: 20px;
	list-style-type:none;
}
p{
	font-size: 16px; 
	font-weight: normal;
}
h3{
	color: #020098;
	font-size:22px;
}
h4{
	margin:8px;
	font-size:18px;
	color:#444;
}
hr{
	color: #020098; 
}

#container{
	width:780px;
	margin: 0 auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#branding{
	width:780px;
	height:140px;
	background:#fff url(../images/header2.jpg) no-repeat;
}
#page-title{
	width:780px;
	height:30px;
	background:#000033;
}
#page-title span{
	color:#fff;
	font-size:18px;
}
#main{
	/*position: relative;*/
	width:780px;
	background:#fff;
}
#navigation{
	float:left;
	width:163px;
	min-height:100px;
	margin: 10px auto 20px auto;
	text-align:center;
	padding:10px 20px;
	
}
#navigation ul{
	text-align:left;
}	
#navigation img{
	border:1px solid black;
	margin: 20px auto;
	text-align:center; /* ie center hack */
}
#navigation span{
	font-weight:bold;
	font-size:17px;
}
/*#pic_pines, #pic_pines_car, #pic_office{
	width:150px;
	height:107px;
}
#pic_pines{
	background:#fff url(../images/D2199c_311_S._15th.jpg) no-repeat;
	width: auto;
	height: auto;
}
#pic_pines_car{
	background:#fff url(../images/D2201c_211_S._15th.jpg) no-repeat;
}
#pic_office{
	background:#fff url(../images/office-front-sm.jpg) no-repeat;
	height:120px;
}
#navigation #Fcrest{
	background:#fff url(../images/crest-50w.jpg) no-repeat;
	width:50px;
	height:94px;
	border:none;
}
#Diana{
	background:#fff url(../images/Di_Sweater_sm.jpg) no-repeat;
	width:150px;
	height:223px;
}
*/
#contactme hr{
	margin:10px 0;
}
/*
#contactme {
	
	margin: 10px;
	padding: 15px 15px 15px 0;
	text-align: center;
}*/

#contacttab{ 
 	border: 1px solid #000;
	border-bottom: none;
	width: 400px;
	background-color: #f9f5e9;
	}
#contacttab td{
	padding: 5px 10px;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #000;
}

#splash{
	float:left;
	width:542px;
	height:102px;
	background:#fff url(../images/splash.jpg) no-repeat;
}
#content{
	width:522px;
	float:left;
	min-height:100px;
	margin: 20px 10px 10px 10px;
}
#content p{
	margin: 10px 0px;
}
#footer{
 	/*float: left;*/
	width:780px;
	height:30px;
	background:#fff url(../images/footer.jpg) no-repeat;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: small;
}
#addr{text-align: center;}
#advertise td{
	padding:0px 15px;
}

#advertise td img{
	display:block;
	border:1px solid red;
}
.disc li{
	list-style-type: disc;
	font-size: medium;
}
.clear {
	clear:both;
}
.nav-top{
	width:164px;
	height:18px;
	background: #fff url(../images/nav-top.jpg) no-repeat;
}
.nav-mid{
	width:163px;
	min-height:10px;
	background: #fff url(../images/nav-mid.jpg) repeat-y;
}
.nav-bottom{
	width:163px;
	height:22px;
	background: #fff url(../images/nav-bottom.jpg) no-repeat;
}
.hot{
/*	background: #fff url(../images/star-sm.gif) no-repeat left;*/
	margin-right:15px;
	opacity: .5;
}

.cold{
/*	background: #fff url(../images/star-sm.gif) no-repeat left;*/
	margin-right:15px;
}
.cold:hover{
/*	background: #fff url(../images/star-sm.gif) no-repeat left;*/
	opacity: .5;
}
.login{
	position:relative;
	top:4px;
	left:10px;
	float:left;
	text-decoration:none;
}
.login:hover{
	filter:alpha(opacity=50);
	moz-opacity:.5;
	opacity: .5;
}
.title{
	float:right;
	position:relative;
	top:4px;
	right:20px;
	letter-spacing:4px;
}
.title2{
	font-weight:bold;
	display:block;
	font-size:18px;
	padding:5px 0;
}
.title2 a, .title a{
	font-weight:normal;
}
.hdr{
	text-decoration: underline;
}
.ctr{text-align: center; margin-top: 10px;}
.float-this {margin-left: 1em; }
.moving{
	list-style-type: disc;
}
.small-font{
	font-size: small;
}
.border{
	border:1px solid black;
	height:300px;
}
/**********************************
*****SUCKER TREE VERT MENU*********
**********************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*width: 160px;  Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	/* the following are from .nav-mid */
	width:163px;
	min-height:10px;
	background: #fff url(../images/nav-mid.jpg) repeat-y;
	border-style: none;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 163px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background: #fff;
}
/* Main level menu links style */
.suckerdiv ul li a{
	display: block; 
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 1px 20px; 
	border-style: none;
}
/* Sub level menu links style */
.suckerdiv ul li ul li a{
	display: block; 
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 1px 20px; 
	border: 1px solid #ddd;

}

.suckerdiv ul li a:hover{
	color: black;
}

.suckerdiv ul li ul li a:hover{
	background-color: #DFEEFF;
} 

.suckerdiv .subfolderstyle{
	background: url(../images/arrow-list.gif) no-repeat  80% center;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


