body {
	margin: 0;
	padding: 0;
	background-image: url(images/columnBG.jpg);
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
	}

/*site container for centering site*/

#container {
	position: relative;
	margin: 0 auto;
	width: 650px;
	height: auto;
	text-align: left;
	visibility: visible;
	}

/*end site container for centering site*/
/*start masthead container*/

#masthead {
	width: 650px;
	height: 114px;
	margin: 0 0 10px 0;
	float: left;
	background-image: url(images/masthead.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}

/*end mashead container*/
/*start main navigation menu*/

#menuContainer {
	position: absolute;
	top: 70px;
	left: 190px;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 460px;
	height: 25px;
	}

#menuContainer ul {
	margin: 0;
	padding: 0;
	width: auto;
	list-style-type: none;
	}
	
#menuContainer ul li {
	float: left;
	margin: 0;
	border-right: 1px solid #b5121b;
	}

#menuContainer ul li.sans{
	display: inline;
	border: 0;
	}
	
#menuContainer ul li a {
	display: block;
	padding: 8px 15px 0 15px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #b5121b;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#menuContainer ul li a:visited {
	color: #b5121b;
	}
	
#menuContainer ul li a:hover {
	color: #333;
	background-image: url(images/rolloverArrow.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
/*end menu*/
/*start drop down menu*/
#nav li ul {
	margin: 24px 0 0 0;
	padding: 0;
	list-style: none;
	}
	
#nav li ul li {
	float: left;
	width: 10em;
	}
	
#nav li ul li a {
	display: block;
	width: 125px;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 10px;
	border-bottom: 1px solid #b5212b;
	text-align: left;
	background: #fff;
	}

#nav li ul li a:visited {
	background: #fff;
	}
		
#nav li ul li a:hover {
	background: #eee;
	}
	
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}
	
#nav li:hover ul {
	left: auto;
	}
	
#nav li.sfhover ul {
	left: auto;
	margin-left: -75px;
	}
/* end drop down menu*/
/*start flash container for rotating images*/		

#flashContainerMain {
	width: 630px;
	height: 175px;
	margin: 0 0 10px 10px;
	background: #fff;
	clear: left;
	}
	
#flashContainerTall {
	width: 630px;
	height: 275px;
	background: #fff;
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
#flashContainerCrown {
	width: 630px;
	height: 93px;
	background: #fff;
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#flashContainer {
	width: 630px;
	height: 94px;
	margin: 0 0 10px 10px;
	background: #fff;
	clear: left;
	}

/*end container*/	
/*start main content area*/

#content {
	width: 528px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 25px 50px 25px 50px;
	background: #eee;
	border: 1px solid #aaa;
	border-top: 2px solid #aaa;
	clear: left;
	}
	
/*box model hack for IE5.x Must follow #content!! */	
* html content {
	width: 630px;
	w\idth: 630px;
	}
	
h1 {
	margin: 15px 0 10px 0;
	padding: 0 0 5px 0;
	width: 525px;
	border-bottom: 1px solid #b5121b;
	font-size: 16px;
	font-family: arial, helvetica;
	color: #b5121b;
	text-transform: uppercase;
	}

h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, helvetica;
	color: #b5121b;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, helvetica;
	color: #b5121b;
	}

em {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	font-family: arial, helvetica;
	color: #b5121b;
	}
	
p {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-family: arial, helvetica;
	color: #000;
	}
	
ul {
	margin: 0;
	padding: 0 0 0 15px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}
	
.project {
	margin: 5px 0 10px 0;
	list-style-type: none;
	list-style-position: inside;
	}
	
.indent{
	padding: 0 0 0 12px;
	}
/* remove indent class on project listing if project is linked to a file or page*/
	
.project li a {
	font-size: 12px;
	color: #b5121b;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.project li a:visited {
	color: #999999;
	}
		
.project li a:hover {
	color: #333;
	background-image: url(images/rolloverArrowleft.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
/*end project link style*/
/*begin project submenu style*/

.submenu {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style-type: none;
	}
	
.submenu li {
	display: inline;
	}
	
.submenu li a {
	margin: 15px 0 0 0;
	padding: 0 8px 0 8px;
	font-size: 10px;
	color: #b5121b;
	text-decoration: none;
	border-right: 1px solid #b5121b;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.submenu li a:visited {
	color: #999999;
	}
		
.submenu li a:hover {
	color: #333;
	}

.submenu li a .sans{
	border: 0;
	}
/*end project submenu style*/	
	
a {
	padding: 0 0 0 12px;
	font-size: 12px;
	color: #b5121b;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:visited {
	color: #999999;
	}
		
a:hover {
	color: #333;
	background-image: url(images/rolloverArrowleft.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

a.text {
	padding: 0;
	color: #b5121b;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a.text:visited {
	color: #999999;
	}
		
a.text:hover {
	color: #333;
	background: none;
	}

.none {
	background-image: none;
	}	
/*end main content area*/
/*start footer*/
	
#footer {
	width: 650px;
	height: 50px;
	padding: 10px 0 0 0;
	border-top: 1px solid #b5121b;
	float: left;
	clear: both;
	text-align: center;
	}

#footer ul {
	margin: 0;
	padding: 0;
	width: auto;
	left: 100px;
	list-style-type: none;
	}
	
#footer ul li {
	display: inline;
	border-right: 1px solid #b5121b;
	}

#footer ul li.sans{
	border: 0;
	}
	
#footer ul li a {
	padding: 0 15px 0 15px;
	text-decoration: none;
	font-size: 10px;
	color: #b5121b;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#footer ul li a:visited {
	color: #b5121b;
	}
	
#footer ul li a:hover {
	color: #333;
	background: none;
	}
/*end footer*/
/*start project map style*/

.map {
	margin: 0 0 15px 15px;
	width: 150px;
	height: 150px;
	border: 3px solid #fff;
	background: #ccc;
	float: right;
	}

/*end project map style*/	
