html, body {
	overflow: auto;
}

body {
	font-family:Arial Narrow,Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #ccc;
	background-image: url('/gwp/images/bg.gif');
	background-repeat: repeat-y;
}

table {
	margin-top: 20px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

#container {
	background-color: #aab7c2;
	margin: 20px auto;
	width: 900px;
	height: 700px;
	border: 1px solid #fff;
	position: relative;
}

body > #container {
	width: 950px;
}

#left {
	background-color: #71879a;
	width: 180px;
	height: 100%;
	position: absolute;
	left:0;
}

#left a.b2link {
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
	text-align:right;

}

#logo {
	margin-top: 50px;
	margin-right: 30px;
	text-align:right;
}

#outer {
	background-color: #aab7c2;
	margin-left: 180px;
}

/* position pics on splash(home) page */
#splash td {
	vertical-align: bottom;
	text-align: center;
}

#splash img {
	border: 1px solid #fff;
}

#index1 {
	margin-bottom: 50px;
}

#index2 {
	margin-bottom: 50px;
	margin-left: 50px;
}

#index3 {
	margin-left: 65px;
}

#content {
	background-color: #aab7c2;
	width: 720px;
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
}

#outer > #content {
	width: auto;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#content h1 img {
	vertical-align: middle;
	*vertical-align: text-bottom;
}

#txt {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left:75px;
	width: 300px;
	margin-right: 20px;
}

#txt p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

/*\*/
* html #txt {
	margin-left:40px;
}
/**/

#txt ul {
	margin:0;
	padding:0;
}

#txt ul li {
	margin-left: 25px;
	list-style-type: square;
}

#txt a {
	color: #034;
}

#pics {
	width: 315px;
}

#pics img {
	border: 1px solid #fff;
}

#morepics img {
	border: 1px solid #fff;
}

#menu {
	list-style-type: none;
}

#menu li {
	text-align: right;
	margin-right:30px;
	line-height: 2;
}

#menu li a.menu {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a.menu:hover {
	color: #cccccc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a.menuactive {
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li a.menuactive:hover {
	color: #cccccc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#address {
/*	margin-top:60px;
	margin-right: 30px; */
	position: absolute;
	bottom: 10px;
	right: 30px;
	text-align:right;
	font-size: 10px;
	font-family: sans-serif,Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#address span a {
	color: #ffffff;
	text-decoration: none;
}

#contact {
	text-align: center;
}

/* link icons */
a.pdf {
	color: #034;
	font-size: 80%;
	font-family: arial,helvetica,verdana,sans-serif;
	background: url('/gwp/images/pdf.gif') no-repeat left top;
	padding-left: 20px;
}

a.print {
	color: #034;
	font-size: 80%;
	font-family: arial,helvetica,verdana,sans-serif;
	background: url('/gwp/images/print.gif') no-repeat left top;
	padding-left: 20px;
}

a.text {
	color: #034;
	font-size: 80%;
	font-family: arial,helvetica,verdana,sans-serif;
	background: url('/gwp/images/text.gif') no-repeat left top;
	padding-left: 20px;
}

a.enlarge {
	font-size: 80%;
	color: #034;
	background: url('/gwp/images/enlarge.gif') no-repeat left top;
	padding-left: 20px;
}

#footertxt {
	position: absolute;
	clear: both;
	color:#71879a;
	width: 700px;
	margin-left:0px;
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	bottom: 10px;
}

#leftcol {
	width:715px;
	height:350px;
	margin-top:20px;
}

#content > #leftcol {
	min-width: 715px;
	width: auto;
	
	min-height: 350px;
	height: auto;
}

.row {
	width: 70%;
}

span.label {
	width: 38%;
	float:left;
	text-align: right;
}

span.widget {
	width: 60%;
	float: right;
	text-align: left;
}

input.button {
	background-color: #71879a;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px;
	width: 100px;
}
