body{
	background-image:url('images/bkg-repeat.jpg');
	background-repeat:repeat-x;
	background-color: #293A50;
	margin:0px;
	color:#707070;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.requiredRed {
	color: #FF0000;
}

h1, h2, h3{
	margin-top:2px;
	margin-bottom:3px;
	color:#1A7AA0;
}
p{
	margin-top:2px;
	margin-bottom:15px;
	margin-left:1px;
}
ul{
	margin-top:5px;
	padding-left:20px;
	padding-right:8px;
}
a{
	text-decoration:none;
	color:#606060;
}
a:hover{
	text-decoration:underline;
}

#bodyHolder{
	margin:auto;
	width:951px;
}
#topBar{
	width:951px;
	height:29px;
	background-image:url('images/top-bar.jpg')
}
#logoBar{
	width:951px;
	height:91px;
	background-image:url('images/logo-bar.jpg')
}
#navBar{
	width:951px;
	height:34px;
	background-image:url('images/nav-bar.jpg')
	
}
#contentHolder{
	min-height:770px;
	height:auto !important;
	height:770px;
	width:937px;
	background-color:#eeeeee;
	background-image:url('images/content-bkg-fade.jpg');
	background-position:center bottom;
	background-repeat:repeat-x;
	border-left:2px #cccccc solid;
	border-right:2px #cccccc solid;
	padding:5px;
}

#contentHolderServices{
/*	min-height:810px;
	height:auto !important; */
	height:810px;
	width:937px;
	background-color:#eeeeee;
	background-image:url('images/content-bkg-fade.jpg');
	background-position:center bottom;
	background-repeat:repeat-x;
	border-left:2px #cccccc solid;
	border-right:2px #cccccc solid;
	padding:5px;
}

#contentHolderTestimonials{
	min-height:1300px;
	width:937px;
	background-color:#eeeeee;
	background-image:url('images/content-bkg-fade.jpg');
	background-position:center bottom;
	background-repeat:repeat-x;
	border-left:2px #cccccc solid;
	border-right:2px #cccccc solid;
	padding:5px;
}

#contentHolderNoHeight{
	width:937px;
	height:auto;
	background-color:#eeeeee;
	background-image:url('images/content-bkg-fade.jpg');
	background-position:center bottom;
	background-repeat:repeat-x;
	border-left:2px #cccccc solid;
	border-right:2px #cccccc solid;
	padding:5px;
}


#bottomBar{
	width:951px;
	height:6px;
	background-image:url('images/bottom-bar.jpg')
}

#homePanelLeft{
	border:0px #c0c0c0 solid;
	float:left;
	height:550px;
	width:195px;
	padding-left:2px;
	padding-top:3px;
}


#homePanelRight{
	border:0px #c0c0c0 solid;
	float:right;
	height:500px;
	width:730px;
	padding:5px;
}

#homePanelRightPortfolio{
	border:0px #c0c0c0 solid;
	float:right;
	height:auto;
	width:730px;
	padding:5px;
}

#flashPanel{
	border:0px #c0c0c0 solid;
	width:720px;
	margin:auto;
	height:200px;
	background-color:#eeeeee;
}
#contentColumnRight{
	float:right;
	width:200px;
	padding:8px;
	margin-left:5px;
}
#contentColumnLeft{
	float:left;
	width:460px;
	min-height:520px;
	height:auto;
	padding:8px;
	padding-right:20px;
	border-left:1px #c0c0c0 dotted;
	border-right:1px #c0c0c0 dotted;
	margin-left:5px;	
}

#contentColumnLeftNews{
	width:460px;
	padding:8px;
	padding-right:20px;
	border-left:1px #c0c0c0 dotted;
	border-right:1px #c0c0c0 dotted;
	margin-left:5px;	
}


#contentColumnLeft700{
	width:700px;
	padding:8px;
	padding-right:10px;
	border-left:1px #c0c0c0 dotted;
	margin-left:5px;	
}
#footerBar{
	width:951px;
	height:20px;
	color:#cccccc;
	font-size:8pt;
	padding-top:8px;
	border-bottom:1px #cccccc solid;
}
.navBarSpacer{
	float:left;
	padding-left:10px;
	width:5px;	
}

.navBarItemOff{
	cursor:pointer;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	color:#ffffff;
	font-size:12pt;
	text-transform:uppercase;
	border:0px #ffffff solid;
	height:29px;
}

.navBarItemOn{
	cursor:pointer;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	font-size:12pt;
	text-transform:uppercase;
	border:0px #ffffff solid;
	height:29px;
	background-color:#eeeeee;
	color:#707070;
	background-image:url('images/nav-on-bkg.jpg');
	background-repeat:repeat-x;
}

.navBarItemOff:hover{
	background-color:#eeeeee;
	color:#707070;
	background-image:url('images/nav-on-bkg.jpg');
	background-repeat:repeat-x;
}

.fivePixelHighSpacer{
	height:5px;
}

.navBarDivider{
	background-image:url('images/nav-separator.jpg');
	height:29px;
	width:5px;
	float:left;
}

#latestNewsHeader{
	width:191px;
	height:30px;
	background-image:url('images/latest-news.jpg');
}
#latestNewsBody{
	height:auto;
	width:177px;
	padding:5px;
	background-color:#ffffff;
	background-image:url('images/news-fade.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
}
#latestNewsFooter{
	width:189px;
	background-image:url('images/latest-news-footer.jpg');
	height:10px;
}

#bodyHolder #navBar .navBarItemOff a{
	text-decoration:none;
	color:#ffffff;
}

#bodyHolder #navBar .navBarItemOff a:hover{
	text-decoration:none;
	color:#707070;
}

#bodyHolder #navBar .navBarItemOn a{
	text-decoration:none;
	color:#707070;
}




.quoteHolder{
	/* border:1px #c0c0c0 solid; */
	background-image:url('images/open-quotes.gif');
	background-repeat:no-repeat;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:25px;
	padding-left:30px;
}

.quote{
	margin:10px;
}
.quoteName{
	margin-left:10px;
	font-weight:bold;
}
.quoteCompany{
	margin-left:10px;
	font-weight:bold;
}
.quoteWebsite{
	margin-left:10px;
}




.portfolioHolder{
	width:650px;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:25px;
	border:0px #c0c0c0 solid;
}
.portfolioTitle{
	font-weight:bold;
	color:#1A7AA0;
	font-size:120%;
}
.portfolioBlurb{

}
.portfolioImage{
	border:1px #707070 solid;
	width:650px;
	margin-bottom:5px;
}
.portfolioClient{
	color:#1A7AA0;
}

.portfolioWebsite{
	color:#1A7AA0;
}
.portfolioSeparator{
	height:29px;
	border-top:1px #c0c0c0 dotted;
	width:645px;
	background-image:url('images/nav-on-bkg.jpg');
	background-repeat:repeat-x;
	margin-top:15px;
	padding:5px;
}

.successDiv{color:#006600;border:2px #006600 solid;background-color:#BBEEBC;font-weight:bold;padding:3px;text-align:center;margin:10px;}

.failDiv{color:#800000;border:2px #800000 solid;background-color:#F3BECC;font-weight:bold;padding:3px;text-align:center;margin-bottom:5px;}