/* CSS DESIGN BY ALASTAIR MUCKLOW */
/* http://www.strangerpixel.com */

@import "style/css/reset.css";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/vertbgn.jpg);
	background-repeat: repeat-x;
	color: #619092;
}

/* BLOCK-LEVEL */
#wrapper {
	text-align:left;
	margin: 0 auto;
	width: 780px;
	background: #FFFFFF url(../images/triangles.gif) 10px 200px no-repeat;
	padding: 0 8px;
	border-right: 1px solid #D6E8E9;
	border-left: 1px solid #D6E8E9;
}

#header {
	width: 780px;
	float: left;
	/* background: url(../images/v_corners.gif) no-repeat; */
}

.logo {
	width: 196px;
	height: 140px;
	padding: 7px 0 0 3px;
	float: left;
}

.contact {
	float: right;
	margin: 10px 8px 0 0;
}

#main {
	width: 750px;
	margin: 0 0 50px 0;
	float: left;
}

.bodytext {
	width: 570px;
	padding: 20px 15px 40px 0;
	margin: 0 0 0 165px;
	float: left;
}

#footer {
	clear: left;
	width: 605px;
	border-top-width: medium;
	border-top-style: dashed;
	border-top-color: #DB6D1D;
	margin: 0 0 0 160px;
}

.footerinfo {
	margin: 0 8px 0 0;
	text-align: right;
}

/* MENU */
#menu {
	padding: 0 0 4px 0;
	border-bottom: medium dashed #DB6D1D;
	width: 610px;
	margin: 0 0 0 165px;
	clear: left;
}

/* TYPOGRAPHY */
h2 {
	font-size: 1.3em;
	color: #006666;
	margin: 20px 0 0 0;
	padding:0;
}

h3 {
	font-size: 1.1em;
	color: #619092;
}

.contact, .footerinfo {
	font-size: 0.95em;
}

ul {
	list-style-type: disc;
}

#navlist
{
	list-style-type: none;
	line-height: 22px;
}

#navlist li {
	padding-left: 18px;
	background-image: url(../images/tri.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	font-size: 12px;
	color: #006666;
}

.navlist-image {
	float: left;
	width: 110px;
}

li {
	font-size: 1.2em;
}

.tritab {
	width: 100px;
	position: relative;
	float: left;
	height: 100px;
	background-image: url(../images/triangles.gif);
}

.pad {
	margin-right: 10px;
}

br {
	clear: left;
}

/* LINKS */

a, a:visited {
	color: #DB6D1D;
}

.contact a:hover, .footer a:hover {
	color: #FFFFFF;
	background-color: #DB6D1D;
}

/*FORM STYLES*/

.errMsg {
	color: red;
	display: inline;
}

.errFld {
	border-color: red;
}

.formp {
	display: inline;
}

#vform {
	border: 1px dotted #CC6633;
	background-color: #CCFFCC;
	display: block;
	height: 350px;
	padding-bottom: 30px;
}
input {
	width: 270px;
	left: 100px;
}
textarea {
	margin-left: 0px;
}

/* MISC */
.image-in-page {
	padding: 4px 0;
	margin: 0 0 3em 0;
}

.image-in-page.alignleft {
	width: 220px;
}

.alignnone {
	width: 500px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.flash {
	background-color: #FFFACC;
	padding: 10px;
	border-bottom: 2px solid #ff9900;
}

.flash h2 {
	margin-top: 0;
}

.flash ul {
	margin: 2px 0 0;
	padding: 0;
}

.flash ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}