/* Default HTML ---------------------------------------------------------------- */

body {
	background: #ddd;
	color: #333;
	margin: 0;
	padding: 0px;
	font-family: 'Lucida grande', Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
hr { display: none; }

/* Wrap ------------------------------------------------------------------------ */

div.wrap {
	position: absolute;
	height: 520px;
	margin: -260px 0 0 -375px;
	top: 50%;
	left: 50%;
	border: 3px solid White;
	border-bottom: 5px solid White;
	background: White;
	}
	div.wrap {
		width: 774px; 
		voice-family: "\"}\""; 
		voice-family: inherit;
		width: 760px;
		}
		html>body .wrap {
			width: 760px;
			}
			
/* Header ---------------------------------------------------------------------- */

#header {
	background: #601210 url(images/header-bg.gif) no-repeat top left;
	border-bottom: 3px solid White;
	height: 229px;
	text-transform: uppercase;
	font-size: 100%;
	}
	#header h1 {
		display: none;
		}
	
/* Nav - Primary --------------------------------------------------------------- */

#nav {
	width: 400px;
	background: transparent url(images/nav_icon.gif) no-repeat bottom left;
	margin: 0 0 0 323px;
	padding-top: 30px;
	font-weight: bold;
	font-size: 110%;
	white-space: nowrap;
	}
	#nav ul {
		margin: 0 30px 0 0;
		padding: 0;
		}
		#nav li{
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
			
			}
			#nav li a {
				text-decoration: none;
				border-left: 1px solid Red;
				padding: 0 2px 0 5px;
				color: Red;
				}
				#nav li a.first {
					border: none !important;
					padding: 0 2px 0 15px !important;
					}
					#nav li a:hover, #nav li a:active {
						color: White;
						}
		#navCurrent {
			color: White !important;
			}
	
/* Nav Secondary  -------------------------------------------------------------- */

#subNav {
	text-transform: uppercase;
	padding: 10px 10px 10px 30px;
	background: #640D00 url(images/nav_icon.gif) no-repeat 30px 50%;
	white-space: nowrap;
	}
	#subNav ul {
		margin: 0;
		padding: 0;
		}
		#subNav li {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
			font-size: 100%;
			font-weight: bold;
			color: White;
			}
			#subNav li a {
				text-decoration: none;
				color: Red;
				border-left: 1px solid Red;
				padding: 0 2px 0 5px;
				}
				#subNav li a.firstSubNav {
					padding: 0 2px 0 15px !important;
					border: none !important;
					}
				#subNav li a:hover, #subNav li a:active {
					color: White;
					}
				#subNavCurrent {
					color: White !important;
					}

/* Introdutory text ------------------------------------------------------------ */

#intro {
	width: 400px;
	margin: 23px 0 0 340px;
	text-align: left;
	line-height: 140%;
	color: Red;
	}
	#intro p {
		margin: 0 0 5px 0;
		}
	#intro span {
		color: White;
		}
	#intro a {
		text-decoration: underline;
		}
	#intro a:link, #intro a:visited {
		color: White;
		}
	#intro a:hover, #intro a:active {
		color: #FF4500;
		}
	
/* Main content area ----------------------------------------------------------- */

#main {
	background: url(images/main-bg.gif) no-repeat top left;
	height: 229px;
	border-top: 3px solid White;
	text-transform: uppercase;
	font-size: 100%;
	}
	
	/* Boxes that lay out content */
	
	.box p {
		margin: 0;
		}
	.contentBox {
		float: left;
		margin: 25px 40px 0 35px;
		color: Gray;
		line-height: 130%;
		}
		.contentBox ul {
			margin: 0;
			padding: 0;
			}
			.contentBox li {
				list-style-type: none;
				background: transparent url(images/bullet-square.gif) no-repeat center left;
				padding-left: 10px;
				}
				
/* Projects popup triggers icons ----------------------------------------------- */

#icon {
	float: right;
	margin-top: 7px;
	}
	#icon img {
		border: 2px solid White;
		}
	#icon a {
		text-decoration: none;
		}
		#icon a:link, #icon a:visited {
			color: White;
			}
		#icon a:hover, #icon a:active {
			color: Red;

			}
			
/* News ------------------------------------------------------------------------ */

#newsContainer {
	overflow: auto;
	padding: 5px;
	margin: 10px;
	height: 185px;
	/* Custom scrollbars for WinIE only - Screw up W3C validation  */
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #ccc; 
	}
	.newsBox {
		padding: 5px 5px 5px 103px;
		margin: 5px;
		border: 1px solid #ccc;
		height: 45px;
		overflow: visible;
		}
		.newsBox h3 {
			font-size: 105%;
			color: Gray;
			margin: 0px;
			}
			.newsBox h3 span {
				font-weight: normal;
				}
		.newsBox p {
			color: Gray;
			margin: 0px;
			}
	
/* Contact page ---------------------------------------------------------------- */

.detailsBox {
	float: left;
	margin: 30px 30px 0 30px;
	color: Gray;
	line-height: 140%;
	}
	.detailsBox strong {
		color: Red;
		font-weight: bold;
		}
.formBox {
	margin: 30px 60px 0 30px;
	color: Gray;
	text-align: right;
	}
	.formBox label {
		margin-right: 15px;
		}
	.formBox input, .formBox textarea {
		width: 300px;
		padding: 2px;
		background: White;
		border: 1px solid #ccc;
		margin-right: 15px;
		font: normal 11px Arial;
		}
	.submitButton {
		width: 150px !important;
		}
	textarea {
		
		scrollbar-face-color: #fff;
		scrollbar-shadow-color: #fff;
		scrollbar-highlight-color: #fff;
		scrollbar-3dlight-color: #fff;
		scrollbar-darkshadow-color: #ccc;
		scrollbar-track-color: #fff;
		scrollbar-arrow-color: #ccc; 
		}

/* -------------------------------------------- FOOTER */

#footer {
	clear: both;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	background: White;
	text-align: right;
	padding: 3px 10px 0 0;
	}
	#footer a {
		color: #999;
		text-decoration: none;
		}
		#footer a:link, #footer a:visited {
			color: #999;
			}
		#footer a:hover, #footer a:active {
			color: Red;
			}