html, body, ol, ul, li, dl, dt, dd, img, h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul, dl {
	position: relative;
}

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: url(../images/bodyBG.gif) 50% 3px white;
}


h1 {
	padding: 0 0 10px;
	margin: 0;
	color: #B5111B;    /* dark red  */
	font-size: 17px;
}
h2 {
	padding: 0 0 10px;
	margin: 0;
	color: #B5111B;    /* dark red  */
	font-size: 14px;
}
h3 {
	padding: 10px 0 0;
	margin: 0;
	font-size: 14px;
}
h4 {
	padding: 8px 0 0;
	font-size: 12px;
	margin: 0;
}
h5 {
	padding: 6px 0 0;
	margin: 0;
}
h6 {
	padding: 4px 0 0;
	margin: 0;
}

p {
	padding: 0 0 10px;
	margin: 0;
}
li {
	margin-left: 15px;
}
dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
}
blockquote {
	margin: 0 20px 0; 
}





a:link, 
a:visited {
	color:  #48659E;    /* med blue  */
	text-decoration: none;
}
a:hover, 
a:active {
	color: black;
	color:  #A0AA01;    /* med green  */
	text-decoration: underline;
}

/* ------- +++ ------- */

#topBands {
	position: absolute;
	left: 0;
	top: 0;
	height: 115px;
	width: 100%;
	background: url(../images/topBandsBG.gif) 50% top #B5111B;    /* dark red  */
	border: 0px solid black;
}

#pgContents {
	position: relative;
	width: 778px;
	font-size: .9em;
	margin: 0 auto 0 auto;
}

#pgHdr {
	z-index: 20;
	position: relative;
	height: 90px;
	color: #DDD;
}
	/* begin hack. hide from IE mac \*/
	* html #pgHdr { height: 93px; }
	/* end hack */

#navConstant ol {
	margin-top: 3px;
	margin-left: 50%;
}
#navConstant li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 10px;
	font-size: 11px;
	color: #153092;
	border-right: 1px solid white;
}
	#navConstant li a:link, 
	#navConstant li a:visited {
		color: white;
		text-decoration: none;
	}
	#navConstant li a:hover, 
	#navConstant li a:active {
		color:  #A0AA01;    /* med green  */
		text-decoration: underline;
	}

#navConstant .first {
	padding-left: 0;
}
#navConstant .last {
	border: 0;
}

#logo {
	position: absolute;
	top: 18px;
	left: 25px;
}
#tagline {
	position: absolute;
	top: 38px;
	left: 50%;
}


#navPrimary {
	z-index: 50;
	position: relative;
	height: 22px;
	font-size: 14px;
}
	#navPrimary a:link,
	#navPrimary a:visited {
		color: white;
	}
	#navPrimary a:hover {
		color: black;
		text-decoration: none;
	}
#navPrimary ol {
	margin-left: 50%;
	padding-top: 0;
}
#navPrimary li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 7px;
}

#navPrimary .first {
	padding-left: 0;
}
#navPrimary .last {
	border: 0;
}

#login {
	display: none;
	position: absolute;
	right: 0;
	top: 21px;
	padding: 8px;
	width: 280px;
	background: url(../images/navPrimaryBG.gif) 22px top #A0AA01;    /* med green  */
}
	#login a:hover, 
	#login a:active {
		color: white;
		text-decoration: underline;
	}


/* ------- +++ ------- */

#content {
	z-index: 30;
	position: relative;
	border: 0px dashed white;      /*  needed for Safari  */
}

#contentLeft {
	position: relative;
	margin: 5px 0 0 0;
	float: left;
	width: 48%;
	border: 0px dashed black;
}

#contentLeft ul.portfolioImgList li {
	list-style: none;
	float: left;
	margin-left: 0;
	padding: 0 7px 7px 0;
}
	#contentLeft ul.portfolioImgList a:link img,
	#contentLeft ul.portfolioImgList a:visited img {
		border: 2px solid white;
	}
	#contentLeft ul.portfolioImgList a:hover img,
	#contentLeft ul.portfolioImgList a:active img {
		border: 2px solid #B5111B;    /*  dark red  */
	}

#contentRight {
	float: left;
	position: relative;
	margin: 78px 0 0 2%;
	width: 45%;
	line-height: 1.4em;
	border: 0px solid blue;
}
#contentRight ul {
	padding: 0 0 10px;
}
#contentRight ul li {
	list-style: none;
	margin-left: 5px;
	padding-left: 15px;
	background: url(../images/nav/redBull.gif) no-repeat 4px 4px;
}


#footer {
	position: relative;
	clear: both;
	padding: 3% 5% 0 50%;
	font-size: 10px;
	color: #A71E26;
	background: url(../images/footerBG.gif) repeat-x 50% bottom;
	border: 0px solid blue;
}
#footer ul {
	width: auto;
	border: 0px solid red;
}
#footer ul li {
/*	float: left;  */
	display: inline;
	margin-left: 2px;
	padding-left: 10px;
	background: url(../images/nav/redBull.gif) no-repeat 1px 4px;
	border: 0px solid black;
}
#footer ul li.first {
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}
#footer p.footer2 {
	color: #777;
/*	padding-top: 12px;
*/
	padding-bottom: 34px;
}
	/* begin hack. hide from IE mac \*/
	/* html #footer p { padding-bottom: 2px; }
	/* end hack */

.footer2 {
	clear: both; 
}

/* ------- +++ ------- */



.note {
	font-size: 10px;
}
.fileDetails {
	font-size: 10px;
	color: #666;
}
.ERROR {
	color: #F0F;
	background: #FEF;
}

.close {
	display: none;
	float:right;
	margin-top: -5px;
	margin-right: -5px;
	padding: 0 4px;
	border: 1px solid gray;
}

.colHalf {
/*	position: relative;*/
	float: left;
	width: 42%;
	margin-right: 3%;
	border: 0px solid red;
}

.last {
	border: 0;
}




/* ------- +++ ------- 
/*  FORM STUFF  
/* ------- +++ ------- */
.text,
.textArea {
	width: 150px;
}
