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

.black	{
	color:#000;
	}

.bold	{
	font-weight:bold;
	}

#text	{
	margin:30px 0 0 40px;
	width:300px;
	float:left;
	}
	
#text p	{
	color:#000;
	font-size: 1.2em;
	padding: 10px 0 0 0;
	}

#text h2	{
	font-size:1.6em;
	color:#e66c00;
	}

#text ul	{
	font-size:1.2em;
	color:#000;
	margin:1.0em 0 0 1.0em;
	}

#text ul li	{
	margin-top:1.0em;
	}
			
#text a:link, #text a:visited	{
	color:#e66c00;
	}
	

#text a.button:link, #text a.button:visited	{
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:17px;
	width:60px;
	margin-top:25px;
	padding:3px 0 0 5px;
	background: #8b8a9c url(../images/more_button.jpg) no-repeat top right;
	}
	
#text a.button:hover	{
	color:#000;
	background:#8b8a9c url(../images/more_button_over.jpg) no-repeat top right;
	}	

	
#images_consult	{
	float:left;
	margin:56px 0 0 34px;
	width:211px;
	}
	
select	{
	margin:5px 0 0 5px;
	background:#6E6D81;
	color:#FFF;
	width:130px;
}

	
#content_list	{
	margin:5px 5px 0 5px;
	height:192px;
	}
	
#content_list ul	{
	margin-left:20px;
	font-size:1.1em;
	line-height:1.2em;
	list-style-image:url(../images/bullet.gif);
	}
	
#content_list ul li {
	margin-top:5px;
	}
	
#content_list ul li a:link, #content_list ul li a:visited	{
	color:#FFF;
	text-decoration:none;
	}
	
#content_list ul li a:hover, #content_list ul li a.current	{
	color:#F07714;
	}

#faqs {
	margin:0 5px 0 5px;
	height:100px;
	}
	
#faqs p	{
	margin-left:5px;
	}		

#contact_link	{
	margin:0 5px 0 5px;
	}
	
#contact_link a:link, #contact_link a:visited	{
	color:#F07714;
	text-decoration:none;
	}
	
#contact_link a:hover	{
	color:#FFF;
	}
	
#sched_list	{
	background:#F07714;
	width:175px;
	}
	
#sched_list ul	{
	list-style:none;
	}
		
#sched_list li	{
	background-color:#F07714;
	border-bottom:#F07714 groove 2px;
	color:#000;
	padding:2px 2px 2px 10px;
	font-size:1.1em;
	}
	
	.white_link:link, .white_link:visited	{
	color:#FFF;
	text-decoration:none;
	}
	
.white_link:hover	{
	color:#000;
	}

