@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../../images/projects/background.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	text-align:center;
	margin: 0px;
	margin-top:18px;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	padding: 0px;
	text-align: left;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #00255C;	
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #00255C;	
}

.subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #00255C;	
}

.image_no_space { /*used to fix space between images and the bottom of a table cell */
	float: left;
	}
	
.top_style {
	background-image: url(../../images/ui/header_bgd.gif);
	background-repeat:repeat-y;
	}
	
/* TOP NAVIGATION */

.topnav {
	display:inline;
	width: 422px;
}

/* ROLLOVER IMAGES : PRELOADs */

.btn-rollover-static {
}

.proj-btn-rollover-static {
}

	
/* LEFT NAVIGATION */
	
.nav {
	background-color:#eeeeee;
	background: url(../../images/projects/nav_bgd.jpg);
	background-repeat:repeat-y;
}




/* INTERIOR */
.interior {
	background-color:#00255C;
	background: url(../../images/projects/interior_bgd.png);
	background-repeat:repeat-y;
}


.right_img {
	padding-left: 5px;
	padding-right: 25px;
}

.left_img {
	padding-left: 25px;
	padding-right: 5px;
}


/* FOOTER */
.footer {
	text-align:center;
}

.footer p {
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}

.footer a:link {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.footer a:visited {
 	text-decoration:none;
	font-weight:bold;
	color: #CCCCCC;
}
.footer a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #CCCCCC;
}

