/* ------------- PAGE FORMATTING ------------- */

.container {
	background-image: url(../imgs/concrete-sm.jpg);
	color: #000000;
	font-family: Arial,sans-serif;
	text-align: center;
	width: 910px;
	margin: 0px auto;
	height: auto;
}
a.nav:link {
	color: #ff9436;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	color: #ff9436;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #bfdefd;
	text-decoration: underline;
}
a.nav:active {
	color: #ff9436;
	font-weight: bold;
	text-decoration: none;
}

/* ------------- NAVIGATION ------------- */

#wrapper {
	width: 910px;
	text-align: center;
	background-image: url(../imgs/shadows.jpg);
	background-repeat: repeat-y;	
}

#mainnav {
	background-image: url('../imgs/navbg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial, Verdana;
	font-weight: bold;
	height: 37px;
	width: 898px;
}

#mainnav a {
	min-height: 15px;
	display: block;
	text-align: center;
	float: left;
	padding: 8px 16px 14px; 22px;
	margin-left: 1.5em;
	color: white;
	text-decoration: none;
}

#mainnav a:hover {
	color: #FF9436;
	background-color: #FFFFFF;
}

a#mainnav_on {
	padding: 6px 16px 0;
	display: table-cell;
	text-align: center;
	float: left;
	border-top: 2px solid #555;
	height: 29px;
	margin-left: 1.5em;
	display: block;
	color: black;
	text-decoration: none;
	background-color: white;
}

a:hover#mainnav_on {
	color: #000066;
}
/* ------------- MAIN CONTENT------------- */
.contactform {
	margin-left: 50px;
	font-size: 11px;
	font-weight: bold;
}

#contentboxhome {
	clear: both;
	background-color: white;
	width: 898px;
}

p {
	font-size: 12px;
	line-height: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #FFF;
}

blockquote {
	font-size: 14px;
}

h2 {
	font-family: Arial;
	font-size: 15px;
	margin: 0;
}

#subpageimg {
	float: left;
	/*margin: 20px 40px 20px 20px;*/
}

/* ------------- BOTTOM BAR ------------- */
#bottomnav {
	font-family: Arial, Verdana;
	background-image: url(../imgs/lowernavbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
	height: 35px;
	font-weight: normal;
	color: white;
	width: 898px;
}

#bottomnav a {
	color: #Bfdefd;
	text-decoration: none;
}

#lowernav {
	text-align: center;
	font-size: 11px;
}

#lowernav a{
	color: #333;
	font-weight: normal;
}

#copyright {
	margin-top: 3px;
	text-align: center;
	padding-right: 10px;
	color: #666;
	font-size: 11px;
}

.tricol {
	background-color: white;
	border: 1px outset #CCC;
	padding: 10px;
	margin: 30px;
	vertical-align: top;
	width: 30%;
}

/* ------------- HTML SELECTORS ------------- */

img {
	/*This is for Firefox */
	border: 0px;
}

ul {
	font-size: 12px;
	line-height: 14px;
	list-style-type: square;
}
.content {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
}
.projects-left {
	color: #000;
	font-family: Arial, sans-serif;
	padding-left: 26px;
	text-align: left;
	padding-right: 10px;
}
