body,div,span,p,ol,ul,li,blockquote,h1,h2,h3,h4,h5{margin:0;padding:0;}
body{
	background: #81bbb0 url('../images/bg_stripe.png') repeat-x; 
	font: normal 700 62.5% helvetica, arial, sans-serif;
	text-align: center;
}
div#center {
	margin: 0 auto;
	width: 81em;
	text-align: left;
}
div {
	color: #111;
}
dfn, abbr {
	font-style: normal;
	border-bottom: .1em dotted;
}
a {
	text-decoration: none;
	color: #224B43;
}
a:hover {
	text-decoration: underline;	
}
fieldset {
	margin-bottom: 2em;
	border: 1px;
}
legend{
	font-size: 1.3em;
	padding-left: 0.25em;
}
label {
	font-weight: normal;
	display: block;
	width: 12em;
	float: left;
	clear: both;
}
fieldset input, fieldset textarea {
	border: 1px solid #777;
}
label, input, textarea {
	margin:  0 0 2em 0;
	padding: 0.5em 0.25em;
	font-size: 1.3em;
	font-family: helvetica, arial, sans-serif;
}
label.radio-label {
	margin: 0 0 0em 1em;
	padding: 0 0 0 0;
	display: inline;
	float: none;
	position: relative;
	bottom: 0.25em;
}
input.radio {
	display: inline;
	float: none;
	margin: 0.5em 0 0.5em 0;
	border: none;
	padding: 0;
}
#nav a:hover {
	background: url('../images/fold.gif') no-repeat; 
}
ul {
	margin-left: 2em;
	line-height: 1.8em;
	list-style-type: none;
}
#content ul {
	list-style-type: disc;
	padding-bottom: 1.2em;
}
span.plain-text {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
h1#banner{
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	height: 226px;
	width: 591px;
	clear: both;
}
div#nav {
	color: #454f4d;
	position: absolute;
	clear: both;
	top: 22.1em;
	width: 26em;
}
#nav ul {
	z-index: 10;
	margin-left: 10.1em;
}
#nav ul li{
	padding: 0.5em 0;

}
#nav ul a {
	margin: 0;
	padding: 0.2em 0 0.2em 5.2em;
	font-size: 1.4em;
}
div#content {
	background-image: url('../images/menu_stripe.gif');
	background-repeat: repeat-y;
	width: 51.7em;
	min-height: 45em;
	height: auto !important; /*for ie6*/
	height: 45em;

}
#content p, #content li {
	font-size: 1.3em;
	line-height: 1.7em;
	padding-bottom: 1.2em;
	font-weight: normal;

}
#content li {
	padding: 0;
}
#footer, #content {
	padding-left: 28.2em;
}
div#footer {
	color: #454f4d;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	height: 12.6em;
	padding-top: 4.5em;
}

/*portfolio styles*/
.portfolio-block {
	border-bottom: 2px solid #777;
}
.portfolio-block img {
	float: left;
	border: 1px solid #777;
	margin: 0 1em 0.5em 0;
}
.portfolio-block h3 + h3{
	clear: both; /*ie cant see this, so the second h3 block looks awkward*/
}
h2 span a{ 
	font-size: 10px;
}

