/*
 *    © 2009 
 *		Colton 
 *		Interactive
 */
 
/*  	Basics
 */
body					{ background-color:#343434; font-family:Arial, Helvetica, sans-serif; 
						  font-size:80%; line-height:140%; }
h1						{ }					
h2						{ font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; 
						  font-size:120%; color:#666; padding:8px 0 3px 0; }

/*		Structure
 */
#container				{ width:700px; border-left:1px solid #000; border-right:1px solid #000; 
						  background-color:#78bbcc; margin-left:auto; margin-right:auto; }
#header					{ text-indent:-9999px; background:url(../img/logo.gif) no-repeat; width:470px; height:90px; }
#left					{ position:relative; float:left; width:470px; background-color:#fff; padding:10px; }
#right					{ position:relative; float:right; width:210px; background-color:#78bbcc; 
						  padding:100px 0 0 0;  }
						  /*padding:110px 10px 10px 10px;}*/
#footer					{ width:680px; padding:5px 10px; background-color:#222; 
						  color:#fff; font-size:80%; }
#leftMargin				{ float:left; width:80px; background-color:#fff;}
#content				{ float:left; width:390px; }
#right img				{ margin:0 0 -10px 0; padding:0; }
#right img#ie			{ visibility:hidden; margin-top:-30px; }
#right img#non			{ visibility:visible; margin-bottom:-15px; }

/*		Links
*/
a.view, a.view:visited	{ text-decoration:none; color:#fff; background-color:#78bbcc; padding:1px 2px; }
a.view:hover, 
a.view:active			{ text-decoration:none; color:#000; background-color:#fff; border-bottom:1px solid #78bbcc; }
a.mail, a.mail:visited	{ text-decoration:none; color:#000; }
a.mail:hover, 
a.mail:active			{ text-decoration:none; color:#000; border-bottom:1px solid #666; }
a.footerLink,
a.footerLink:visited	{ text-decoration:none; color:#fff; }
a.footerLink:hover,
a.footerLink:active		{ text-decoration:underline; color:#fff; }

/*		Utilities
*/
.clear					{ clear:both; }
.bl						{ color:#78bbcc; }
.icon					{ float:left; width:50px; height:50px; padding:10px 10px 0 0; }
#content p				{ float:left; font-size:10px; line-height:12px; }
#content br				{ line-height:18px; }
#right p				{ line-height:14px; padding:12px 20px; }
#right br				{ line-height:10px; }
.floatLeft				{ float:left; }
.floatRight				{ float:right; }
