@charset "UTF-8";
body {
	background: white url(/images/background.jpg) 0 0 no-repeat;
	background-attachment: fixed;
	margin: 60px 0 0 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	
}
a {
	color: #3333FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.uword {
	border-bottom: 1px dashed #999999;
}
#wrapper {
	width: 820px;
}
#header {
	font-size: 150%;
	height: 105px;
}
a {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: none;
}
#container {
	overflow: auto;
}
#content {
	float: left;
	width: 500px;
	padding-right: 10px;
	line-height: 1.2em;
}
#menu {
	float: left;
	font-size: 105%;
	padding-left: 10px;
	width: 300px;
	line-height: 1.3em;
}
#footer  {
	clear: both;
	margin-top: 20px;
	font-size: 70%;
}
/* styles */
#intro {
	font-size: 115%;
	line-height:1.2em;
}
#subscribe {
	overflow: auto;
}
#subscribe .formWrap {
	 width: 340px;
	 float: right;
}
#subscribe span {
	font-size: 85%;
}
#subscribe .email {
	width:220px;
	border: 1px solid #9FBED5;
	padding: 3px;
	font-size: 95%;
}
#subscribe .button {
	padding: 3px;
	border: 1px solid #8F90A3;
	background-color: #9999AA;
	font-weight: bold;
	font-size: 80%;
	color: #fff;
}
#subscribe .rss {
	width:76px;
	float: right;
	margin-top:3px;
}
ul.hp {
	list-style: none;
	margin: 0;
	margin-top: 2em;
	padding: 0;
}
.hp h3 {
	margin-bottom: -5px;
}
h4 {
	font-size: 100%;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: -5px;
}
.bitwrap p {
	padding-left: 5px;
	font-size: 90%;
	color: #333333;
	background:
}
.bitwrap .xlfont {
	font-size: 100%;
}
.bitwrap ul {
	font-size: 90%;
	color: #333333;
}
.bulletless {
	list-style: none;
	margin-left: -2em;
}
.folio {
	margin-top: 20px;
	width: 496px;
	line-height: 1.2em;
	color:#666666;
}
.folio .desc {
	background: transparent url(/images/port-item-desc.png) 0 0 no-repeat;
	height: 125px;
	padding-top: 10px;
}
.folio ul {
	list-style-position: inside;
	margin-left: -20px;
	_margin-left: 5px;
	float: left;
	font-size: 75%
}
.folio p {
	margin-left: 135px;
	width: 350px;
	font-size: 80%;
}
.quote p {
	font-size:80%;
	font-style:italic;
}
.quote span {
	font-size:85%;
	font-weight:bold;
}
.quote a {
	font-size:80%;
}
span.contact {
	display: block;
	width: 140px;
	float: left;
}
.formSuccess {
	background-color: #99CC66;
	border: 1px solid #66CC33;
	color: #669900;
	font-size: 80%;
	font-weight: bold;
	margin: 0 auto;
	padding: .5em;
	width: 90%;
	text-align: center;
}
.formReqAlrt {
	background-color: #CC3333;
	color: #660000;
	font-size: 80%;
	font-weight: bold;
	margin: 0 auto;
	padding: .2em;
	width: 70%;
	text-align: center;
}

/* 
DYNAFORM - MULTIUSE BOX FOR FORMS
	- .infoBox: where descriptions go
	- .inputBox: where all form elements go
*/
  
.cleanForm {
	/*background-color: #CCCCCC;*/
	/*border-left: 1px solid #CCCCBB;*/
	overflow: auto;
	width: 500px;
	/*padding: .5em;*/
}
.cleanForm .inputBox {
	/*background-color: #CCCCCC;*/
	float: left;
	font-size: 90%;
	width: 100%;
}
.cleanForm .inputBox form, .inputBox form {
	padding: 1em;
}
.cleanForm .inputBox dl, .inputBox dl {
	margin: 0 0 .5em 0;
	padding: 0;
}
.cleanForm .inputBox dt, .cleanForm .inputBox dd, .inputBox dt, .inputBox dd {
	line-height: 2.5em;
	_line-height: 3em; /* only seen by IE6 */
}
.cleanForm .inputBox dt, .inputBox dt {
	
}
.cleanForm .inputBox dd, .inputBox dd {
	margin: -2.5em 0 0 140px;
}
.cleanForm .inputBox form label.req, .inputBox form label.req {
	font-weight: bold;
}
.cleanForm .inputBox form .dynaField {
	border: 1px solid #9FBED5;
	font-size: 100%;
	padding: .3em;
	/*width: 175px;*/
}
.cleanForm .inputBox form textarea, .inputBox form textarea {
	border: 1px solid #CCCCBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	padding: .3em;
}
.cleanForm .inputBox form textarea {
	height: 100px;
	width: 320px;
}
.cleanForm .inputBox .col1, .cleanForm .inputBox .col2, .inputBox .col1, .inputBox .col2 {
	float: left;
	font-size: 85%;
	line-height: 1.8em;
	padding-bottom: 1em;
	width: 50%;
}
input.cleanFormButton {
	background-color: #9FBED5;
	border: 1px solid #598EB5;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	padding: .3em 1em;
	_padding: .2em .3em;  /* only seen by IE6 */
	text-transform: uppercase;
}