html, body {
	background: #DADEE2 url(../images/background.gif) repeat;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	float: right; /* Ohh look another firefox workaround */
}

div {
	text-align: left;
}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 200%;
	color: #82CAFF;
	font-weight: normal;
}
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	color: #BD4055;
}
h3 {
	color: #fff;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	padding-bottom: 2px;
	border-bottom: 1px solid #636363;
}
h4 {
	margin-bottom: 4px;
	color: #82CAFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#container {
	width: 100%;
	height: 100%;
	text-align: right;
	min-height:600px;
}

#header_wrapper {
	width: 703px;
	height: 327px;
	background: url(../images/header_bg.jpg) no-repeat top right;
	text-align: left;
}

#homemap {    /* clickable area */
	position: absolute;
	float: right;
	width : 108px;
	height: 315px;
	margin-top: 6px;
	right: 121px;
}

#navigation {
	width: 514px;
	padding-top:10px;
}

#date {
	width: 490px;
	text-align: right;
	padding-top: 5px;
	color: #000;
}

ul#links_ul li {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	display: block;
	margin-left: -39px;
	font-size: 130%;
	font-weight: bold;
}

ul#links_ul li a {
	color: #000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	line-height: 35px;
}

ul#links_ul li a:hover {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #DADEE2;
	border-top: 1px solid #DADEE2;
	border-right: 1px solid #DADEE2;
}

ul#links_ul li.active a {
	background: transparent;
	border-bottom: 1px solid #DADEE2;
	border-top: 1px solid #DADEE2;
	border-right: 1px solid #DADEE2;
}

ul#links_ul li.active a:hover {
	background: #fff;
}

#headerimg {
	top: 189px;
	position: absolute;
	height: 138px;
	margin: 0;
	padding: 0;
}

#content_wrapper {
	width: 703px;
	background: url(../images/content_bg.png) repeat-y;
	height: auto;
}

#content {
	padding: 7px;
	width: 514px;
	white-space: inherit;
	height:100%;
	min-height:500px;
}

#boxlinks1 {
	width: 100%;

}

#content ul.index {
	list-style: none;
	background: none;
	clear:both;
	padding: 0;
	margin:2em 0 0 0 ;
}

#content ul.index li {
	list-style: none;
	margin: 0;
	background: none;
	padding: 0;
	float: left;
}

#content ul.index li span {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	padding-bottom: 2px;
	margin: 0 0 .5em 0;
	font-weight: bold;
	display: block;
	border: none;
	width: auto;
	background: transparent;
	color: #666;
}
#content ul.index li a, #content ul.index li a:visited {
	color: #666;
	border: none;
	width: 220px;
	margin: 0 0 20px 9px;
	display: block;
	padding: 10px ;
	background: #fff;
	border: 1px solid #ddd;
}

#content ul.index li a:hover {
	background: #F5F5F5;
	border: 1px dashed #fff;
	color: #666;
	text-decoration: none;
}

#content ul.index li a:hover span {
	color: #666;
}

ul#boxlinks_ul li a:hover {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #DADEE2;
	border-top: 1px solid #DADEE2;
	border-right: 1px solid #DADEE2;
}

table.portfolio_projects {
	width: 520px;
	text-align: center;
}
table.portfolio_projects td {
	width: 50%;
	padding: 10px;
}
table.portfolio_projects img {
	border: 1px solid #000;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}
table.portfolio_projects a:hover {
	background: #fff;
}

#footer {
	width: 514px;
	text-align: center;
	bottom: 0;
}
#guacall {
	color: #8CBBD7;
	border-bottom: 1px dashed #8CBBD7;
	text-decoration: none;
}
#guacall a:hover {
	border-bottom: 1px solid #8CBBD7;
}

fieldset {
	border: 1px solid #fff;
	background: #111;
	color: #fff;
	margin-bottom: 15px;
}

label{
	padding-left: 20px;
	float: left;
	width: 150px;
	line-height: 20px;
}
input {
	border: 1px solid;
	margin-bottom: 15px;
}
textarea {
	border: 1px solid;
	margin-bottom: 15px;
}
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #8CBBD7;
	text-decoration: underline;
}