/* Structure - div sections */
#container 	{  background-color: #121212; margin: 0 auto; width: 800px;}
#header 		{ width: 100%; background-color: #252525;}
#banner 		{ width: 100%; background-color: #252525;}
#navigation 	{ width: 100%; height: 20px; text-align: right; background-color: #666666;}
	.navicons 		{ margin: 2px 5px 2px 0; vertical-align: middle;}
	.navicons:hover 	{ border: 1px solid #cc6600;}
#vertinav 	{ width: 150px; float: left;}
	#vertinav ul 	{ list-style-type: none; list-style-image: none; list-style-position: outside; display: inline;}
	#vertinav li a { margin-left: 6px; color: #ffffff; text-decoration: none; padding-left: 3px; font-size: 12px;}
	#vertinav li a.active { margin-left: 6px; color: #ffffff; text-decoration: none; padding-left: 3px; font-size: 12px; background-color: #666666; border-left: 3px solid #cc6600;}
	#vertinav li a:hover { border-left: 3px solid #cc6600;}
	.navigation_header { margin: 0px; font-size: 18px; color: #cc6600;}
#content 	{ width: 640px; float: right; margin: 0 0 10px 0; background-color: #252525;}
	#content img.left   { border: 1px solid #ffffff; width: 300px; height: 225px; float: left; margin: 0 10px 0 0;}
	#content img.right { border: 1px solid #ffffff; width: 300px; height: 225px; float: right; margin: 0 0 0 10px;}
	#content img.left:hover, #content img.right:hover {border: 1px solid #cc6600;}
#section	{ width: 630px; clear: both; padding: 0 5px 0 5px; margin: 0;}
	#section img.left 	{ border: 1px solid #ffffff; width: 300px; height: 225px; float: left; margin: 5px 5px 5px 5px;}
	#section img.right	{ border: 1px solid #ffffff; width: 300px; height: 225px; float: right; margin: 5px 5px 5px 5px;}
	#section img.top		{ border: 1px solid #ffffff; width: 300px; height: 225px; float: top; margin: 5px 5px 5px 5px;}
	#section img.left:hover, #section img.right:hover, #section img.top:hover	{ border: 1px solid #cc6600;}
	#sectionbar	{ width: 640px; height: 8px; margin: 2px 0 2px 0; clear: both; background-color: #121212;}
	#column1  { width: 310px; float: left; clear: left;}
	#column2  { width: 310px; margin-left: 315px;}
	
#logos 		{ width: 100%; height: 50px; clear: both; text-align: center; background-color: white;}
#footer 		{ width: 100%; text-align: center; clear: both; background-color: #666666;}
	.footer_text 		{ font-size: 10px;}
	.footer_text a 		{ color: #000000; text-decoration: none;}
	.footer_text a:hover { color: #cc6600;}

/* html styles */
body 	{ color: #ffffff; background-color: #000000; font-family: "Trebuchet MS",sans-serif; font-size: 12px;}
p 		{ margin: 0 5px 15px 0; padding: 0 5px 0 5px; color: #ffffff; font-size: 12px; text-align: justify;}
h1 		{ margin: 10px 0 0 10px; font-size: 30px; color: #cc6600;}
h2 		{ margin: 0 0 10px 25px; font-size: 18px; color: #ffffff;}
h3 		{ margin: 3px 0 3px 0; padding: 0 3px 0 3px; font-size: 15px; text-decoration: none; color: #cc6600;}
h4		{ margin: 0 0 3px 0; padding: 0 3px 0 3px; font-size: 15px; font-weight: 400; text-decoration: none; color: #cc6600;}
a 		{ color: #ffffff; text-decoration: underline;}
a:hover 	{ color: #cc6600; text-decoration: none;}


/* additional classes */






