	@charset "utf-8";
	
	/* CSS Document */
	
	/* 
	
	Table of contents 
	
	1. Defaults
	2. Layout
	3. Navigation
	4. Fonts
	
	*/
	
	/* 1.Defaults */
	
	* {
		margin: 0;
		padding: 0;
		}
	
	body {
	background:#CCCCCC;
	padding-bottom:40px;
	padding-top:0px;	
		}
		
	/* 2.Layout */	
	
	#wrapper {
	width:964px;
	background:#CCCCCC url(images/bg_shadow_03.gif) repeat-y;
	margin:0 auto;
	padding:0px;
	}
	
	.err
            {
                color:red;
            }
	
	#header {
		position:relative;
		left:32px;
		width: 900px;
		height:270px;
	}
	
	#navigation {
		background-color: #0000FF;
		height: 30px;
		width: 700px;
		z-index: 1;
		top: 80px;
		position: absolute;
		left: 120px;
	}
	
	#container {
	position:relative;
	background:url(images/fade_corner.gif) no-repeat bottom right;
	left:32px;
	padding: 0px 0px 0px 0px;
	width:900px;
	min-height:600px;
	background-image: url(images/fade_corner.gif);
	}
	
	#contentleft {
		background-color: #CCCCCC;
		float: left;
		height: 600px;
		width: 300px;
	}
	
	#contentright {
		float:left;
		height:100%;
		width:500px;
		background-color:#666666;
	}
	
	#contentwide {
		position:relative;
		/* background:url(images/hands-fade.gif) no-repeat left center;*/
		width:750px;
		min-height:600px;
		left:60px;
		padding:10px 15px 50px 0px;		
	}

	#contentwide1 {
		position:relative;
		background:url(images/bg_sold.jpg) no-repeat left center;
		width:750px;
		min-height:600px;
		left:60px;
		padding:10px 15px 50px 0px;		
	}
	
	#contentwide2 {
		position:relative;
		background:url(images/bg_fees.jpg) no-repeat left center;
		width:750px;
		min-height:600px;
		left:60px;
		padding:10px 15px 50px 0px;		
	}
				
	#footer {
		font-size:70%;
		color:#666666;
		position:absolute;
		bottom:-2px;	
		left:60px;	
		width:720px;
		height:35px;
		padding-top:10px;
		border-top:1px solid #666666;
		
	}
	
	#footer a {
	text-decoration: none;
	font-size: 11px;
	color: #6D6D6D;
	}

	#footer a:hover {
	text-decoration: underline;
	}
	
	#shadow_btm {
		width:964px;
		height:21px;
		background:url(images/bottom_shadw.gif) no-repeat;
		padding:0px;
		}

	#takeAction	{
		width:730px;
		padding:0px 10px 10px 15px;
		margin:10px 0px;
		border:1px solid #666666;
		background: #ffffff url(images/take_action_img.jpg) no-repeat right center;
}
		
	#imgboxRight {
		border:1px solid #666666;
		float:right;
		margin:5px 0px 5px 20px;
		}
		
	#imgboxLeft {
		border:1px solid #666666;
		float:left;
		margin:5px 20px 5px 0px;
		}
		
	
	#horiz_line1 {
		position:relative;
		height:10px;
		width:auto;
		border-bottom:1px dotted #FF9933;
		margin-bottom:10px;
		}
	
	/* 4.Fonts */
	
	p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom:10px;
	margin-top:10px;
	line-height:150% ; 
	}
	
	p.strong {
	font-weight:bold;
	font-size: 13px;
	}
	
	p.quotes {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:1.7em;
	text-align:justify;
	margin-bottom:5px;
	font-style:italic;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	
	}
	a {
	font-size:80%;
	color:#336600;
	}
	
	h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#FF9933;
	letter-spacing:1px;
	margin-top:1.1em;
	margin-bottom:0.7em;
	}
	
	h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.9em;
	letter-spacing:1px;
	margin-top:1.2em;
	margin-bottom:0.8em;
	}
	
	h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:1.0em;
	letter-spacing:1px;
	margin-top:1.1em;
	margin-bottom:1.3em;
	}

	h4 a{ 
	font: bold 0.9em Arial, Sans-Serif; margin: 0; padding: 0;color:#3366FF;
	margin-top:0;margin-bottom:0;
	}
		
	h4 a:hover { 
	color: #2b2b2b; 
	}
	
	.disclaimer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:	#000000;
	margin-bottom:6px;
	}

	li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:1.3em;
	text-align:left;
	list-style-position:inside;
	list-style-image: url(images/bullet_blu.gif);
	margin-bottom:6px;

	}
	
	.table_para {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.8em;
	line-height:1.3em;
	text-align:left;
	}
	
	.link_text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#3366FF;
	font-size:13px;
	font-weight:bold;
	}

	.link_text:hover {
	color:#000000;
	}
	
ul.vertical_list li{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
line-height:130% ;
margin-top:0px;
}



.section_header{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	background-color:#c67a14;
	width:750px;
	margin-bottom:4px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.section_header:hover{	/* Styling question */
	color:#FFFFFF;
	background-color:#A36405;
	background-image:url('images/bg_answer-hover.gif');
}
.section_header1{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	background-color:#c67a14;
	width:750px;
	margin-bottom:4px;
	margin-top:25px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.section_header1:hover{	/* Styling question */
	color:#FFFFFF;
	background-color:#A36405;
	background-image:url('images/bg_answer-hover.gif');
}

.section_contents{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#FFFFFF;
	width:740px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.section_contents1 {	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#FFFFFF;
	width:740px;
	
	/* End layout CSS */
	
	visibility:visible;
	/*height:0px;*/
	overflow:hidden;
	position:relative;
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}



/* Content > Sidebar > Login */



#form {
}


#fieldset {
	border: none;
}

#legend {
	display: none;
}

#label {
	display: block;
}

#input {
	margin-bottom: 10px;
	padding: 10px 5px;
	border: 1px solid #972296;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

.formcontent{	/* Content */
	font-size:12px;	
font-family: Arial, Helvetica, sans-serif;
line-height:150%;

}

.calendar { height: 50px; float: left; background: #fff url(images/calendar.gif) no-repeat; width: 50px; padding: 5px 0 0 9px; margin-left:20px;  color: #808080;}
.calendar p { padding: 0; margin: 0; }

.description { padding: 0 0 2px 0; margin: 0 10px 0px 0;  }
