/* FruitBatInShades - Mutli styled layout */
/*
	3 Column Fluid Layout 0.1

	Tested in: FF (2.0.0.12), IE6,IE7,Opera (9.22)
	
	PROBLEMS
*/

/* Global resets - from meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	margin: 0px;
	padding: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*** Page Layout ***/
 body {
	padding:0;
	font-size:100%;
	font-family:arial, sans-serif;
}
#wrapper {
	max-width:1000px;
	min-width:740px;
	margin:0 auto;
}
#header,#main1,#main2,#left,#right {
	margin:0; padding:0;
	}
#main1{clear:both;} /*else middle sits underneath the menu */
#left {
	width:80px;
	float:left;
	font-size:80%;
	margin: 0px;
	padding: 0px;
	}
#right {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size:80%;
	}
.pull{
	width: 180px;
	padding: 0px;
	float: left;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#middle {
	font-size:80%;
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
.column-in {
	margin:0; padding:0;
	max-height:100%;
	}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
.pagetitle{

}
.newsletter{

}
.required {
	color: #FF0000;
}
.field_title {
	width: 200px;
	vertical-align: top;
	text-align:left;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
