@charset "utf-8";

* { 
	padding:0;
	margin:0;
	}
html {scrollbar-base-color:#3a2f48;}

body {
	background-image:url(../images/bg_honeycomb.jpg);
	background-repeat:repeat-x;
	background-color:#08030b;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align:center;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
		}
ul {
	padding: 0 10px 12px 50px;
	list-style: url(../images/bullet.gif) outside;
		}

#mainContainer {
	color: #000;
	text-decoration: none;
	margin: 10px auto 5px;
	position:relative;
	text-align: left;
	width: 964px;
}

#secondContainer {
	width: 964px;
	background: #dee4e9 url(../images/bg_repeat_col.jpg) repeat-y;
	float: left;
}
#secondContainer #bottom_textImg {
	display: block;
	clear: both;
	float: left;
	width: 590px;
	vertical-align: bottom;
}

#header {
	background: url(../images/header.png);
	position:relative;
	float: left;
	height: 152px;
	width: 964px;
}

#header p {
	margin-left:-3050px;
	font-size:10px;
	font-weight:bold;
}
h1.process {
	font-size: 11px;
	padding-left: 40px;
	color: #e3562e;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	}


#leftColumn {
	width: 590px;
	background: url(../images/leftColumn_bg.jpg) repeat-y;
	float: left;
}
#leftColumn ul {
	line-height: 20px;
	}
#leftColumn p.regularP {
	padding: 14px 40px 10px;
	}
#leftColumn p.contactP {
	width: 300px;
	padding: 14px 10px 10px 40px;
	line-height: 16px;
	}
#leftColumn p.listP {
	padding: 10px 10px 12px 50px;
	}

#leftColumn p.extraMargin {
	width:280px;
	float:left;
/*	padding-right: 30px;
*/	}

#leftColumn p.extraMargin2 {
	width:280px;
	float:left;
	margin-top: 10px;
	margin-bottom: 17px;
/*	border-top:3px dotted #f55e33;
	margin-top: 17px;
	padding-top: 8px;*/
	
	}

#leftColumn span {
	color: #f55e33;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #f55e33;
	font-size: 11px;
	line-height:20px;
	font-weight: bold;
	text-transform: uppercase;
}
#leftColumn p.singleLineP {
	line-height:18px;
	padding: 0 40px 12px 50px;
}
#leftColumn ul {
	margin-right: 20px;
}

#rightColumn {
	width: 374px;
	float: right;
}
#rightColumn .flash {
	padding-top: 19px;
	padding-right: 22px;
	display: block;
}

#rightColumn div#flashSlideshow {
	padding-top: 19px;
	padding-right: 20px;
	float: right;
	height: 513px;
	width: 352px;
}
#rightColumn div#flashPanning {
	padding-top: 19px;
	padding-right: 21px;
	float: left;
	height: 513px;
	width: 350px;
}
#rightColumn img{
	padding-top: 10px;
	padding-right: 30px;
	display: block;
	margin-bottom: 7px;
}
#rightColumn .programming_imageTop {
	padding-top: 21px;
	padding-right: 30px;
	display: block;
}
#rightColumn  p.programming {
	width: 374px;
	clear: both;
	color: #391453;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

/*---- Contact Page ----*/
#contactDivLeft	{
	width:350px;
	float: left;
	}
#contactDivRight{
	float:right;
	margin-right: 50px;
	margin-top: 80px;
	}

/*---- Services Page ----*/
#servicesDivLeft {
	float: left;
	width: 206px;
}
#servicesDivRight {
	width:340px;
	float: left;
	margin-top: 10px;
	/*margin-right: 15px;*/
}


#servicesDivLeft img {
	margin-left: 40px;
	margin-top: 15px;
	border: 1px solid #666666;
	margin-bottom: 5px;
}
#services_spacer {
	clear: both;
	width: 590px;
	height: 23px;
	float: left;
}

#servicesDivRight p {
	line-height: 20px;
	margin-bottom: 20px;
}
#blockquoteDiv{
	background: #3a2f48 url(../images/quote_bg.jpg) no-repeat left bottom;
	width: 311px;/* real width: 351px;*/
	margin-top: 20px;
	font-size: 14px;
	padding: 13px 20px;
	line-height: 20px;
	color: #FFFFFF;
	float: left;
	clear: both;
	
	}

blockquote {
	background:url(../images/quote_top.png) no-repeat left top;
}

blockquote p#topQuote {
	text-indent: 28px;
/*	text-align: justify;
*/}
blockquote#contactBlockquote{
	margin:30px 0;
/*	text-align: justify;
*/}

#quoteSignature {
	font-style: italic;
	margin-top: 13px;
	margin-right: 37px;
	padding-right: 32px;
	background: url(../images/quote_bottom.png) no-repeat right bottom;
	text-align: right;

}

.image_leftcol{
	display: block;
	float: left;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 40px;
	}

/*-------------------- Form Styles --------------------------*/			
form {
	margin-left:40px;
	margin-top: 10px;
	}
input, textarea {
	width: 250px;
	margin-bottom: 10px;
}
input.submit, input.reset {
	width: auto;
	background: #3a2f48;
	color:#FFFFFF;
	margin-top:8px;
	padding:3px 5px;
}

/*Display labels next to form elements; add a class for when you want to stack*/

label {
	display:block;
	margin-right:10px;
	line-height: 20px;
	}
#secondContainer #top_text_bg {
	display: block;
	margin: 0px;
	padding: 0px;
}



#footer {
	background: url(../images/footer.png) no-repeat;
	clear: both;
	height: 46px;
	width: 964px;
	font-size: 9px;
	float: left;
}

#footer p {
	padding-left:57px;
	line-height:40px;
}
#footer span {
	color: #FF6600;
	margin-right:1px;
}

#copywrite {
	width: 964px;
	color:#7c8287;
	font-size: 6pt;
	margin:0 auto;
	text-align:center;
	clear: both;
}
#copywrite a {
	color:#FFF;
}

#underconstruction {
	width: 880px;
	color:	#FFFFFF;
	font-size: 12pt;
	margin:10px auto;
	padding:5px 0;
	text-align:center;
	clear: both;
	background-color:#f55e33;
	line-height:26px;
}
