/* HERSON GROUP, LTD. -- SCREEN -- CSS Document */

/*	==============================
				GENERAL
	============================== */
body	{
	background-color: #404040;
	padding: 20px 0 0 0 ;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #dfdfdf;
	}
#logo 	{display: none;}
p	{
	margin: 10px 0;
	line-height: 1.5em;
	}
a	{
	color: #ccc;
	text-decoration: underline;
	}
a:hover	{
	color: white;
	text-decoration: none;
	background-color: #353535;
	}
div.title	{
	padding-top: 3px;
	font-size: .85em;
	color: #dfdfdf;
	}
div.testimonial	{
	padding: 0 0 15px 0;
	color: white;
	font-weight: bold;
	}
div.boxLightest	{
	height: 185px; 
	width: 320px; 
	padding: 15px 85px; 
	background-color: #999;
	}
div.boxLight	{
	width: 100%; 
	padding: 15px; 
	margin-top: 10px;
	background-color: #777;
	line-height: 1.5em;
	}

/* Dark Gray Box */
div.boxDark	{
	float: left;
	width: 460px; 
	padding: 15px; 
	background-color: #575757;
	line-height: 1.5em;
	margin: 25px 0 0 0;
	}
div.boxDark a img {
	float: left; 
	margin-right: 15px;
	border: 3px solid #aaa;	
	}
div.boxDark	a:hover img {
	float: left; 
	margin-right: 15px;
	border: 3px solid #dedede;	
	}
div.boxDark	a.titleLink {
	color: white;
	font-size: 1.1em;
	background-color: none;
	line-height: 1.4em;
	margin: 0;
	}
div.boxDark	p {
	margin: 0;
	}
div.boxDark .small	{
	 font-size: .85em; 
	 margin: 0; 
	 padding: 5px 0 20px 0;
	 line-height: 1.4em;
	}
.italic	{
	 font-style: italic;
	}
div.orgName	{
	 font-size: .85em; 
	 margin: 0; 
	 padding: 5px 0 0 0;
	 font-style: italic;
	}

/* Dark Gray Box #2: Photo block on project pages */
div.boxDark2	{
	width: 475px; 
	padding: 15px 0 15px 15px; 
	background-color: #575757;
	line-height: 1.5em;
	margin: 25px 0 0 0;
	}
div.boxDark2 div.caption	{
	font-size: .85em;
	color: #bbb;	
	padding-bottom: 5px;
	}
div.boxDark2 img	{
	margin: 0 15px 5px 0;
	border: 1px solid #555;	
	}
div.boxDark2 a:hover img {
	border: 1px solid #dedede;	
	}
div.boxDark2#multiPhoto	{/* Bass side-by-side photos*/
	float: left;
	height: 330px;
	/*margin-bottom: 25px;*/
	}
div.boxDark2#multiPhoto img	{
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #555;	
	}
	
/*	==============================
			 FRAMING DIVS
	============================== */
div#frame	{
	width: 950px;
	margin: 0 auto;
	}
div#shadowBox-sides	{
	width: 950px;
	background: #ccc url(images/bck.gif) repeat-y top;
	float: left;
	}
div#shadowBox-top	{
	width: 950px;
	background: url(images/cap_top.gif) no-repeat top;
	float: left;
	}
div#shadowBox-bottom	{
	width: 888px;
	background: url(images/cap_bottom.gif) no-repeat bottom;
	padding: 55px 0 85px 62px;
	float: left;
	}


/*	==============================
				COLUMNS
	============================== */
	
/* LEFT COLUMN */
#leftCol	{
	float: left;
	width: 255px;
	padding: 0;
	margin: 0;
	background: url(images/logo4.jpg) no-repeat top;
	font-size: .85em;	
	}
#leftCol ul	{
	width: 154px;
	margin: 0 auto;
	padding: 282px 0 0 0;
	list-style-type: none;
	}	
#leftCol ul li	{	
	margin: 0 0 2px 0;
	padding: 0;
	}
#leftCol ul li a	{
	display: block;
	color: #ccc;
	text-decoration: none;
	padding: 8px 6px 9px 16px;
	background-color: #5e5e5e;
	height: 15px;
	}
#leftCol ul li a:hover	{
	color: white;
	background-color: #555;
	}
#leftCol ul li a.current	{
	color: white;
	font-weight: bold;
	background-color: #555;	
	}
#leftCol ul li a.current:hover	{
	color: white;
	background-color: #555;
	}
	
/* SUB-NAV */
#leftCol ul.subNav	{
	margin: 0;
	padding: 0 0 5px 0;
	background-color: #555;
	}
#leftCol ul.subNav li a	{
	color: white;
	margin: 0;
	padding: 0 6px 3px 29px;	
	background-color: #555;
	}
#leftCol ul.subNav li a.currentMain	{
	color: white;
	padding: 8px 6px 9px 16px;
	font-weight: bold;
	}
#leftCol ul.subNav li.currentSub	{
	padding: 0 6px 4px 16px;
	font-weight: bold;
	color: white;	
	}
#leftCol ul.subNav li a:hover	{
	text-decoration: underline;
	}
	

/* RIGHT COLUMN */
#rightCol	{
	float: left;
	width: 550px;
	padding: 10px 0 0 10px;
	}
	
/* RIGHT COLUMN -- home */
#rightCol div.textHome	{
	width: 480px;
	padding: 0 0 0 15px;
	}
#rightCol div.textHome p	{
	margin: 8px 0 0 0;
	line-height: 1.35em;
	}
#rightCol div.textHome h1	{
	color: white;
	font-size: 1.3em;
	font-weight: normal;
	margin: 25px 0 25px 0;
	}
#rightCol div.textHome span.italic	{
	font-style: italic;
	}

/* RIGHT COLUMN -- sub */
#rightCol div.textSub	{
	width: 490px;
	padding: 65px 0 0 15px;
	}
#rightCol div.textSub p.linkList	{
	line-height: 2em;
	}

/* RIGHT COLUMN -- subEvent */
#rightCol div.textEvent	{
	width: 460px;
	padding: 30px 0 0 15px;
	}
	
	
/* headers */
h1	{
	color: white;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0 0 25px 0;
	}
h2	{
	color: white;
	font-size: 1.5em;
	font-weight: normal;
	margin: 35px 0 15px 0;
	}
.first	{
	margin-top: 0;
	}
h3	{
	color: white;
	font-size: 1.1em;
	margin: 25px 0 15px 0;
	font-weight: normal;
	padding: 15px;
	background-color: #7a7a7a;
	width: 460px;
	}
h3.team	{
	height:74px;
	}
h3 img	{
	float: left;
	margin-right: 15px;
	border: 2px solid #aaa;
	}
h3.noMarginBottom	{	
	margin: 25px 0 0 0;
	}
h3.noMarginTop	{	
	margin: 0 0 15px 0;
	clear: both;
	}
h3 a	{
	color: white;
	}
h4	{
	color: white;
	font-size: 1.1em;
	margin: 25px 0 0 0;
	font-weight: normal;
	}
h4.noMarginTop	{
	color: white;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	font-weight: normal;
	}

	
/* unordered lists */
#rightCol ul	{
	margin: 0 0 0 17px;
	padding: 0;
	list-style-type: square;
	line-height: 1.5em;
	}
#rightCol ul li	{
	padding-bottom: 10px;
	}
#rightCol ul li.noBullet	{
	list-style-type: none;
	}
#rightCol ul.clients	{
	margin: 3px 0 0 16px;
	padding: 0 0 0 15px;
	list-style-type: square;
	line-height: 1em;
	}
#rightCol ul.list	{
	margin: 3px 0 0 16px;
	padding: 0 0 0 15px;
	list-style-type: square;
	line-height: 1.5em;
	}
	
	
/* table */
#rightCol table	{
	width: 490px;
	}
#rightCol table td	{
	vertical-align:top;
	padding: 0 0 8px 0;
	}
#rightCol table td.left	{
	width: 35%;
	}
#rightCol table td.left2	{
	width: 23%;
	color: white;
	font-weight: bold;
	}
#rightCol table td.rightH2	{
	padding-top: 25px;
	}
	
	
	
/*	==============================
			 	FOOTER
	============================== */
div#footer	{
	clear: both;
	padding: 10px 55px 55px 55px;
	color: #888;
	font-size: .8em;
	}
div#footer a	{
	color: #888;
	}
	
/* ENTER EVENT BUTTON */
a.enterEventButton {
	background: #1e1e1e url("/images/bEnterEvent.jpg") no-repeat top left;
	margin: 0 auto;
	display: block;
	border: 0;
	height: 65px;
	width: 268px;
}
a.enterEventButton:hover {
	background: #1e1e1e url("/images/bEnterEvent.jpg") no-repeat -268px top;
}
	
	
