/* WRAPPERS */
#headerWrapper{
width: 446px;
height: 225px;
position: absolute;
top: 0px;
}
#centerColWrapper{
	margin-left: 20%;
	margin-top: 180px;
	padding: 5px;
	position: absolute;
	z-index: 100;
	width: 58%;
}
#centerColumn{
background-image: url(../images/cbkg.gif);
background-position: bottom;
background-repeat: repeat-x;
background-color: #C9CCCF;
border: 1px #333333 solid;
padding-top: 6px;
padding-bottom: 10px;
padding-right: 12px;
padding-left: 12px;
display: block;
min-width: 300px;
}
#leftColWrapper{
	margin-left: .5%;
	margin-top: 230px;
	position: absolute;
	width: 200px;

}
#leftColumn{

}
#rightColWrapper{
	margin-left: 80%;
	margin-top: 180px;
	position: absolute;
	width: 19%;
}
.rightColumnBox{
border: 1px gray solid;
background: #cccccc;
padding: 2px;
font-size: .9em;
margin-bottom: 10px;
}

#lights{
	position: absolute;
	top: 62px;
	right: 65px;
	width: 63px;
	height: 20px;
	background-image: url(../images/d_light.gif);
}
#lightsRef{
	position: absolute;
	top: 150px;
	right: 65px;
	width: 60px;
	height: 17px;
	background-image: url(../images/d_light_ref.gif);
}
#versionNum{
	position: absolute;
	top: 105px;
	right: 35px;
	color: #4A4E5A;
	font-size: 10px;
	font-weight: bold;
}
#headBkg{
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	height: 142px;
	width: 100%;
	position: absolute;
	top: 0px;
}
#footer{
	display: block;
	font-size: 10px;
	color: #575A61;
	width: 100%;
	text-align: center;
}
#imageDiv{
	text-align: center;
	width: 640px;
}

/* PAGE STRUCTURE */
br.b{
	clear: both;
}

/* LAYOUT OBJECTS */
table.hostingGrid td{
	border: 1px #666666 solid;
	padding: 2px;
}
table.hostingGrid th{
	border: 1px #444444 solid;
font-size: 1.2em;
background-color: gray;
color: #F5B700;
font-weight: bold;
}
.sectionContent{
display: block;
margin: 4px 0 20px 0;
}

/* LAYOUT STYLES */
.sm{
	font-size: .8em;
}
.rednote{
	color: #CC1C1C;
}
.y{
	color: #FFC000;
}
.b{
	color: #2652A3;
}
.y, .b{
	font-weight: bold;
}

/* FAQ RELATED ITEMS */
ul.faqList{
	list-style: none;
	font-size: 1.05em;
	display: inline
}
ul.faqList li{
	margin-left: 0px;
}
h2.faqQ{
font-size: 1.2em;
display: inline;
}

/* PORTFOLIO ITEMS */
#imageHolder{
display: none;
position: absolute;
top: 25%;
left: 225px;
background: white;
text-align: center;
font-size: 1.5em;
z-index: 1000;
}
#portfolioShader{
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 110;
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.5;
background-color: black;
}
.portfolioImageWrapper{
margin: 4px;
float: right;
width: 240px;
}
.portfolioImage{
border: 2px gray solid;
margin: 4px;
}
