/* All page level layout s/b done here; 
	only Class and ID selectors
	(no html tag redefinitions!) */

/* IDs: */
#addon1 {
	border-left: 2px solid #9932CC;
}

#addon1, #addon2, #addon3, #addon4 {
	background-color: inherit;
	border-bottom: 2px solid #9932CC;
	border-left: 1px solid #9932CC;
	border-right: 1px solid #9932CC;
	border-top: 2px solid #9932CC;
	float: left;
	height: auto;
	min-height: 75px; /* Gecko only */
	min-width: 150px; /* Gecko only */
	overflow: auto;
	width: 33%;
}

#addon2 {
}

#addon3 {
	border-right: 2px solid #9932CC;
}

#addon4 {
}

#addonsContainer {
	background-color: #EEF;
	clear: both;
	height: auto;
	margin-top: 0in;
	/* padding-top: 0.2in; */
	width: 100%;
}

#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
}

#main {
	/* background-color: #0F0; Debug */
	background-color: #FFF; /* Debug */
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 10;
}

#main_colContent {
	background-color: #FFF; 
	/* background-image: url(/images/bg.gif); */
	background-image: url(/images/bgNB.gif);
	background-repeat: repeat-y;
	height: 100%;
	left: 0;
	padding: 0px;
	padding-left: 170px;
	position: relative;
	top: 0;
	width: auto;
	z-index: 20;
}

#main_colNav {
	/* background-color: #BBC7DB; */
	background-color: #333399;
	color: White;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 170px;
	z-index: 30;
}

#top, #bottom {
	clear: both;
	width: 100%;
}

/* Classes: */
.testimonial {
	background-color: inherit;
	border-top: 2px solid #9932CC;
	height: auto;
	margin: 0 5px;
}

.testimonialLast {
	background-color: inherit;
	border-top: 2px solid #9932CC;
	border-bottom: 2px solid #9932CC;
	height: auto;
	margin: 0 5px;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.fullWidthBox {
	border: 1px solid Purple;
	clear: left;
	float: left;
	height: auto;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.fullWidthContainer {
	border: 0 solid Red;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	background-color: inherit;
}

.fullWidthContainer h1 {
	line-height: 2em;
	font-size: 2em;
	font-style: italic;
	text-align: center;
}

.pullout, .pulloutFullWidth {
	text-align: center;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	border-top: 1px solid #254C85;
	border-bottom: 1px solid #254C85;
	/*
	border-bottom: 4px solid #90F;
	*/
	font-size: 13pt;
	font-weight: bold;
	color: #254C85;
	/* color: Blue; */
	background-color: #E1E5EB;
	/* background-color: #FFF600; #90F;*/
	
}

.pullout {
	width: 175px; 
	margin: 0 5px 0 0; 
	padding: 0 0; 
	float: left; 
}

.pulloutFullWidth {
	display: block;
	width: auto; 
	margin: 0;
	margin-bottom: 10px;
	padding:0px;
	padding-bottom: 5px;
}

.threeCol_CenterBox {
	margin-left: 5px;
	margin-right: 5px;
}

.threeCol_CenterContainer {
}

.threeCol_LeftBox, .threeCol_CenterBox, .threeCol_RightBox {
	border: 1px solid Purple;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 32%;
}

.threeCol_LeftContainer, .threeCol_CenterContainer, .threeCol_RightContainer {
	/* These are for positioning elements into a 3 column layout */
	float: left;
	text-align: left;
	border: 0 solid black;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 33.3%;
}

.twoCol_LeftContainer, .twoCol_RightContainer {
	/* These are for positioning elements into a 2 column layout */
	float: left;
	text-align: left;
	border: 0 solid black;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 50%;
}

.threeCol_RightBox {
	float: right;
}

.threeCol_RightContainer {
	float: left;
}

.twoCol_LeftBox {
	float: left;
	margin-right: 1%;
	padding: 0;
}

.twoCol_LeftBox, .twoCol_RightBox {
	border: 1px solid Purple;
	margin: 0;
	position: relative;
	width: 48%;
}

.twoCol_RightBox {
	float: right;
	margin-left: 1%;
}
