/* MAIN BOXES */

body {
	background-color:#D0D2D3;
	font:11px/150% Helvetica, Arial, Verdana, sans-serif;
	color:#6C6E70;
}	
#container {
	width:800px;
	height:auto;
	margin:0 auto;
	margin-top:24px;
	background-image:url(header-art/background.gif);
	background-repeat:repeat-y;
}	
#footer {
	width:800px;
	height:auto;
	margin:0 auto;
	margin-top:4px;
	font-size:9px;
	text-align:right;
}	
.topBottomSpacer {
	width:auto;
	height:8px;
	background-color:#A7A8AC;
}	
#innerContainer {
	width:auto;
	height:auto;
	padding:0 8px;
}
#leftCol {
	width:100px;
	height:auto;
	background-color:#A7A8AC;
	float:left;
	margin-top:11px;
}	
#rightCol {
	width:684px;
	height:auto;
	background-color:#FFFFFF;
	float:left;
}
#mastHed {
	width:684px;
	height:180px;
	background-color:#FDF9D0;
}	
.belowMastHed {
	width:auto;
	height:auto;
	padding:18px;
}
#landingInset {
	width:auto;
	height:auto;
	padding:18px;
}
#lightbox {
	width:auto;
	height:auto;
	border:#A7A8AC solid 1px;
}	
#innerLightbox {
	padding:16px 0 4px 16px;
	font-size:9px;
	color:#000000;
}	
#lightboxBand {
	width:auto;
	height:auto;
	background-color:#A7A8AC;
	padding:4px 12px;
	font-size:11px;
}
.defaultRule {
	width:auto;
	height:12px;
	border-bottom:#A7A8AC solid 1px;
}		

/* TEXT */
			
.colorWhite {
	color:#FFFFFF;
}
.colorBlack {
	color:#000000;
}
.colorOrange {
	color:#FFAD01;
}
.hedOrange {
	color:#FFAD01;
	font-size:14px;
}


/* HOME BAND */			

.homeCol {
	width:156px;
	float:left;
	margin-right:54px;
}	
.mainImage {
	width:auto;
	float:left;
	margin-right:24px;
	margin-bottom:12px;
}

/* LINKS */		

a.alt:link {
	color: #000000;
	text-decoration: none;
}
a.alt:visited {
	text-decoration: none;
	color: #000000;
}
a.alt:hover {
	text-decoration: none;
	color: #FFAD01;
	border-bottom:#FFAD01 solid 1px;
}
a.alt:active {
	text-decoration: none;
	color: #000000;
}

/*////////////////////////////////*/

a:link {
	text-decoration:none;
	color: #6C6E70;
}
a:visited {
	text-decoration:none;
	color: #6C6E70;
}
a:hover {
	text-decoration:none;
	color: #6C6E70;
}
a:active {
	text-decoration:none;
	color: #6C6E70;
}

/*////////////////////////////////*/

a.homelink:link {
	text-decoration:none;
	color: #000;
}
a.homelink:visited {
	text-decoration:none;
	color: #000;
}
a.homelink:hover {
	text-decoration:none;
	color: #FFF;
}
a.homelink:active {
	text-decoration:none;
	color: #000;
}

/*////////////////////////////////*/

a.lightbox:link {
	text-decoration:none;
	color: #FFFFFF;
	border-bottom:#CCCCCC solid 1px;
}
a.lightbox:visited {
	text-decoration:none;
	color: #FFFFFF;
	border-bottom:#CCCCCC solid 1px;
}
a.lightbox:hover {
	text-decoration:none;
	color: #000000;
	border-bottom:#000000 solid 1px;
}
a.lightbox:active {
	text-decoration:none;
	color: #FFFFFF;
	border-bottom:#CCCCCC solid 1px;
}

.input {
    border: 1px solid #939393;
    background: #FFF;
}

.button {
    border: 1px solid #939393;
    background-color: #FFFFFF;
	margin:0;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	padding:4px 6px;
	cursor:pointer;
}
.button:hover {
    background-color: #FDF9D0;
}
