/* Tyoography
--------------------------------------------------*/
body,td,th {
	font-size: 11px;
	line-height:17px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #0C2074 url(images/layout/bgfade.gif) repeat-x;
	margin:0 0 20px 0;
}
h1 {
	color: #E20000;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-transform:uppercase;
	margin:0 0 10px 0;
}
h2 {
	color: #0C2074;
	font-size:11px;
	line-height:12px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	margin:3px 0;
}
h3 {
	color: #E20000;
	font-size:11px;
	margin:0;
}

p {
	margin: 0 0 10px 0;
}
ul {
	margin:3px 0 12px 10px;
	padding:0;
}
li {
	margin-left:12px;
	line-height:12px;
	padding:2px 0;
	list-style-image: url(images/layout/bulletarrow.gif);
}

a:link {
	color:#0C2074;
	text-decoration:none;
	}
a:visited  {
	color:#3F52C4;
	text-decoration:none;
	}
a:hover, a:active {
	color:#E20000;
	text-decoration:none;
	}



/* Header
--------------------------------------------------*/
#header {
	border-bottom:#E20000 solid 3px;
}
#logo {
	margin: 22px 0;
}



/* Content
--------------------------------------------------*/
#content {
	background:#FFFFFF;
	margin:0;
	padding: 40px 0;
}
#body {
	width:410px;
	margin: 0 0 0 40px;
}

.msg {
	color:#0C2074;
	font-weight:bold;
	font-size:12px;
	}

.projectGallery {
	width:400px;
	padding:10px 0 13px 0;
	border-top:#CCCCCC solid 1px;
}
.projectGallery h2 { margin-bottom:5px; }
.projectGallery img {
	padding:2px;
	margin:0 6px 6px 0;
	background-color:#CCCCCC;
	border: 0
}

.inprogress {
	padding:8px 0;
	border-bottom:1px solid #E6E6E6;
}
.inprogress tr { vertical-align:top; }
.inprogress td { line-height:13px; padding:1px 0; }
.inprogress td.info {
	color: #666666;
	font-size:10px;
	text-transform:uppercase;
	width:110px;
}
.inprogress strong { color: #0C2074; }

.staffpic { float:left; margin:4px 8px 8px 0; border:#CCCCCC 2px solid; }
hr { clear:both; visibility:hidden; }

.imgLeft {
	float:left;
	margin:2px 8px 8px 0;
	}
.imgRight {
	float:right;
	margin:2px 0 8px 8px ;
	}
	
.clear { clear:both; }

h2.download { text-align:center; border-top:#CCCCCC solid 1px; margin-top:20px; padding-top:5px; }



/* Interior Navigation
--------------------------------------------------*/
#navMenu {
	float:right;
	width:200px;
	color:#999999;
}

.nav1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.nav1 a:link, .nav1 a:visited {
	color: #0C2074;
	text-decoration: none;
	background:url(images/layout/nav1.gif) no-repeat;
	display:block;
	height:26px;
	line-height: 26px;
	padding-left: 18px;
}
.nav1 a:hover, .nav1 a:active {
	color: #C20000;
	text-decoration: none;
}
.nav1 a.current:link, .nav1 a.current:visited {
	color:#FFFFFF;
	background:url(images/layout/nav1_current.gif) no-repeat;
}
	
.nav2 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background:#D5D5D5 url(images/layout/nav2_corner.gif) bottom left no-repeat;
	padding: 8px 18px;
	margin:0 0 1px 0;
}
.nav2 a:link, .nav2 a:visited {
	color: #0C2074;
	text-decoration: none;
}
.nav2 a:hover, .nav2 a:active {
	color: #C20000;
	text-decoration: none;
}
.nav2 a.current:link, .nav2 a.current:visited {
	color:#4E62A4;
}

.nav2 p { margin:5px 0; }

.nav2 ul { 
	margin:0 0 12px 0;
	padding-left:10px;
	line-height: 16px;
}
.nav2 li {
	list-style:none;
	text-transform: capitalize;
	letter-spacing:0;
}
.nav2 li a:link, .nav2 li a:visited {
	color:#333333;
	text-decoration:none;
}
.nav2 li a:hover, .nav2 li a:active {
	color:#C20000;
	text-decoration:none;
}


/* Footer
--------------------------------------------------*/
#footerBox {
	background:#FFFFFF url(images/layout/footer_corners.gif) no-repeat bottom;
	margin:0;
}
#footer {
	color:#999999;
	font-size:9px;
	letter-spacing: 0.1em;
	text-transform:uppercase;
	text-align:center;
	width: 500px;
	margin:0 auto;
	padding: 4px 0 5px 0;
	border-top:#E20000 solid 2px;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
	margin:0 2px;
}
#footer a:hover, #footer a:active {
	color:#666666;
	text-decoration:none;
}
	
