html{	background: #88aaea url(../images/bgHTML.jpg) repeat-x;font-size: 100%;font-family: Verdana, Arial, sans-serif; color: #fff;}
body{background:url(../images/bgBody.jpg) top center no-repeat;min-width:926px;font-size: 0.9em;}

/* TYPE */
h1	{ font-size: 2em;}
h2	{ font-size: 1.8em; font-weight:normal; text-transform:uppercase;}
h3	{ font-size: 1.2em; color: #bfd760; margin: 0 0 4px 0;}
h4	{ font-size: 0.9em; text-transform:uppercase; margin: 0 0 3px 0;}
h5	{ font-size: 1.0em; margin: 0 0 5px 0;text-transform:uppercase;}
h6	{ font-size: 2em;}
p	{ line-height: 1.2em; margin: 0 0 10px 0;}
a	{ color: #b2dbf5; text-decoration:none; font-weight:bold;}
a:active	{ outline:1px dotted red; }
a:focus		{ outline:1px dotted red; }
a:hover		{ color:#fff;}
a:visited{ color:#999; text-decoration: none;}
a:link{}
#content ul	{ margin: 10px 0 0 0px; background:url(../images/bgFiftyPercent.png); padding: 10px;}
#content li	{ list-style:disc inside; text-indent:-15px; margin: 8px 0 10px 15px;font-size: 0.8em;}
td	{vertical-align:top; position:relative;}

/* CLASSES */
.cb		{ clear:both;}
.fl		{ float:left;}
.fr		{ float:right;}
.caps	{ text-transform:uppercase;}

.date	{ font-size: 0.8em; font-style:italic; color:#CCCCCC;}

#container{
	width: 926px;
	margin: 0 auto;
}

#header{
	height: 240px;
}

	#logo a{
		background:url(../images/logoDigitalMediums.jpg) no-repeat;
		width: 278px;
		height: 0px;
		padding-top: 77px;
		display: block;
		overflow:hidden;
		top: 20px;
		position:relative;
	}
	
	#logo a:focus, #logo a:active	{outline: 1px dotted red;}
	
#flash, #flashWrapper {
	margin: 15px 5px 5px 5px;	
	height: 235px;
	width: 916px;
	display: block;
	background:url(../images/bgFlash.jpg) no-repeat;
}

#flashWrapper #flash {
	margin: 0;
}

#flashHeader, #flashHeaderWrapper{
	margin: 0 auto;
	width: 1000px;
	height: 238px;
	display:block;
	padding: 2px 0 0 0;
}

#flashHeaderWrapper #flashHeader {
	margin: 0;
	padding: 0;
}

#content{
	margin: 12px 0 0 0;
}
	
	#content h1{
		background:url(../images/h1Recent.png);
		height: 0;
		overflow:hidden;
		display: block;
		width: 56px;
		padding-top: 230px;
		float: left;
	}

	#contentLeft{
		width: 668px;
		height: 200px;
		padding: 0 28px 0 14px;
		margin: 20px 0 0 0;
	}
		#contentLeftBodyL	{background: url(../images/bgContentShadowL.png) no-repeat; width: 10px; height: 213px; display:block;}		
		#contentLeftBodyR	{background: url(../images/bgContentShadowR.png) no-repeat; width: 10px; height: 213px; display:block;}		
		#contentLeftBody{
			height: 200px;
			width: 648px;
			position:relative;
			padding: 13px 0 0 0;
			font-size: 0.85em;
		}
			#contentLeftBody h2		{color:#fff; font-size: 1.3em;}
			.recentBG 				{ padding: 7px; background:url(../images/bgHomeRecent.png) no-repeat; width: 182px; height: 60px; position:relative; left:-5px;}
			#contentLeftBody1		{ padding: 0 12px 0 24px; width: 180px;	}			
			#contentLeftBody2		{ padding: 0 12px 0 12px; width: 192px;	}			
			#contentLeftBody3		{ padding: 0 24px 0 12px; width: 180px;	}
			
			/* Arrows */
			#contentLeftBodyA{ width: 72px;	margin: 10px auto 0 auto; }			
			#arrowLeft	{background:url(../images/ArrowLeft.png); width: 30px; height: 0px; padding-top: 22px; display: block; overflow: hidden;}				
			#arrowRight	{background:url(../images/ArrowRight.png); width: 30px;	height: 0px; padding-top: 22px; display: block; overflow: hidden;}             	 
	
	#contentRight{
		width: 160px;
	}
		#testimonials {
			position: relative;
			width: 160px;
			padding: 15px;
			background:url(../images/bgQuoteBody.png) repeat-y;
			height: 180px;
		}
		
		#testimonials > div {
			display: none;
			position: absolute;
			width: 140px;
			right: 30px;
			padding: 10px;
			top: 0;
		}
		
		#testimonials > div:first-child {
			display: block;
		}
	
		.testimonialTop{
			background:url(../images/bgQuoteTop.png) no-repeat;
			height: 37px;
		}
			
			.testimonialBody .testimonial{
				font-weight:bold;
				font-size: 0.8em;
				color: #282828;
				font-style:italic;
			}
			
			.testimonialBody .testimonial{
				font-weight:bold;
				font-size: 0.8em;
				color: #282828;
				font-style:italic;
			}
			
			.testimonialBody .testimonialInfo{
				text-align: right;
				color: #4a4a4a;
				font-size: 0.70em;
				margin: 10px 0 0 0;
			}
			
				.testimonialName{
					font-size: 1.1em;
				}
			
				.testimonialCompany{
					font-weight: bold;
				}
				
#footer{
	margin: 40px 0 0 0;
	border-top: 6px solid #b0def7;
	background: #1e1e1e url(../images/bgFooter.gif) top left repeat-x;
	min-height: 275px;
	font-size: 0.75em;
	color: #fff;
	padding: 0 0 30px 0;
}

	#footerContainer{
		width: 926px;
		margin: 20px auto 0 auto;
	}
	
		#footerContainerL{
			width: 710px;
			padding: 0 20px 0 0;
		}
		
		#footerContainerR{
			width: 195px;
			border-left: 1px solid #999;
		}
		
		#footerNav{
			width: 510px;
			height: 35px;
		}
	
		#footerNav ul{
			margin: 0 0 15px 0;
		}
		
		#footerNav li{
			display: inline;
			border-collapse:collapse;
		}
	
			#footerNav li a{
				padding: 0 10px;
				border-left: 1px solid #fff;
				color: #fff;
				font-size: 0.9em;
			}
	
				#footerNav li a:hover{
					background:#202020;
					color:#999;
				}
		
			#footerNav .first a{
				border-left: none;
				padding: 0 10px 0 0;
			}
		
		#footerAddress{
			width: 250px;
		}
			#footerAddress p{
				line-height: 1.7em;
			}
			
		#externalLinks{
			margin: 20px 0 0 0;
			background: #191919;
			height: 150px;
			padding: 20px;
		}
			
			#facebook,
			#twitter,
			#email		{ width: 130px; height: 10px; text-align:right; padding: 6px; margin: 15px 0 15px 12px;}
			#facebook	{background: #414141 url(../images/iconFacebook.gif) no-repeat 4px 4px;}
			#twitter	{background: #414141 url(../images/iconTwitter.gif) no-repeat 4px 4px;}
			#email		{background: #414141 url(../images/iconMail.gif) no-repeat 4px 4px;}
			#facebook a,
			#twitter a,
			#email a			{ color: #efefef; font-size: 0.9em;}
			#facebook a:hover,
			#twitter a:hover,
			#email a:hover		{ text-decoration: underline;}

		#externalLinks img{
			margin: 30px 10px;
		}
		
		#footerContainerR h4{
			text-align: right;
			font-size: 1.2em;
		}
		
		#footerForm table{
			border-collapse: inherit;
			border-spacing:10px;
		}
		
			#footerForm label{
				width: 60px;
				display: block;
				overflow:hidden;
			}
			#footerForm input{
				width: 111px;
			}
			
			#footerForm textarea{
				/*resize: none;*/
				overflow:hidden;
				width: 181px;
			}
			
			.formButton{
				background:url(../images/buttonContact.gif) no-repeat;
				border: none;
				height: 0px;
				padding-top:32px;
				overflow:hidden;
				width: 101px !important;
				display: block;
				float: right;
			}
			
			.formButton:hover{
				cursor:pointer;
			}