* {
	padding: 0;
	margin: 0;
}
html, body {
	font-family: "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff url("images/body_bg.jpg") repeat-x 0 0;
}
a {
	outline: none;
}
#wrapper {
	width: 810px;
}
#faux {
	background: url("images/faux-3-2-col.gif");
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	width: 800px;
	height: 190px;
}
#leftcolumn {
	color: #333;
	width: 220px;
	float: left;
}
img.right {
	float: right;
	margin: 10px;
}
img.left {
	float: left;
	margin: 10px;
}
/* General rules */


#navigation {
	width:220px;
	margin:5px 0 0 0;
}
#navigation li {
	list-style-type:none;
	position:relative;
}
#navigation ul {
	margin:0;
	padding:0;
	position:relative;
}
/* All A tags - i.e menu items. */
#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #333;
	font-size:11px;
	text-decoration:none;
	display:block;
	clear:both;
	width:203px;
	padding:5px 0 5px 15px;
	outline: none;
	border-bottom: 1px solid #ccc;
}
#navigation a:hover {
	color: #000;
	background-color:#e3e3e3;
	font-weight:bold;
}
form {
	margin-left: 30px;
}
input, textarea {
	padding: 2px;
	width: 200px;
	font: 12px Arial, Helvetica, sans-serif;
}
input.disabled {
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
input.required, textarea.required {
	border: 1px solid #999;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #093;
	color : #000;
}
.validation-advice {
	margin: 5px 0 0 70px;
	padding: 2px 5px;
	background-color: #FF3300;
	color : #FFF;
	font-size: 10px;
	font-weight: normal;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
label {
	width: 60px;
	float: left;
	text-align: left;
	margin-right: 10px;
	display: block;
	font-size: 11px;
}
#submitbutton {
	margin-top: 5px;
	width: 90px;
}
.form-row {
	clear: both;
	padding: 2px;
	margin: 2px;
}
.field-label {
}
.field-widget {
}
#rightcolumn {
	float: left;
	color: #333;
	margin: 5px 0 0 5px;
	width: 585px;
}
#rightcolumn h1 {
	font-size: 19px;
	margin: 10px 0 10px 10px;
	letter-spacing: -1px;
}
#rightcolumn h2 {
	font-size: 14px;
	margin: 5px 0;
	text-align:center;
	letter-spacing: -1px;
	color:#66A7A1;
}
#rightcolumn h3 {
	font-size: 13px;
	margin: 5px;
	padding: 5px 0;
	text-align:left;
	color:#000;
	border-top: 1px solid #C69554;
	border-bottom: 1px solid #C69554;
}
#rightcolumn p {
	line-height: 18px;
	margin: 0 0 5px;
	font-size: 11px;
}
#rightcolumn ul {
	font-size: 11px;
	margin: 10px 0;
	padding: 0;
}
#rightcolumn li {
	margin: 0 0 5px 25px;
	line-height: 14px;
	padding: 0;
	font-weight: bold;
}
#featured {
	margin: 0;
	width: 345px;
	padding: 0 5px;
}
#featured p {
	margin: 3px 0;
}
#featured img, #featured a img { /*image border color*/
	border: 1px solid #02a798;
	float: left;
	margin: 5px 10px 5px 0;
	background-color: #fff;
}
#featured a:hover img { /*image border hover color*/
	border: 1px solid #c69554;
}
#featured a:hover {
	color: #c69554; /* Dummy definition to overcome IE bug */
}
#footer {
	border-top: 15px solid #02a798;
}
#footer p {
	padding: 10px;
	font-size: 10px;
	color: #999;
}
#footer a {
	text-decoration: underline;
	color: #02a798;
}
#footer a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	background: none;
}
#motioncontainer a img { /*image border color*/
	border: 1px solid #666;
	margin: 0 3px 0;
}
#motioncontainer a:hover img { /*image border hover color*/
	border: 1px solid #00549D;
}
#motioncontainer a:hover {
	color: #00549D; /* Dummy definition to overcome IE bug */
}
#imageSlideshowHolder {
	margin:0 auto;   /*"Air" */
	/*float:right;  Floating gallery at the right side of other web page content */    
  width:145px;  /* Image width */
	height:101px;  /* Image height */
	position:relative;  /* Don't remove this line */
}
/* Don't change these values */
#imageSlideshowHolder img {
	position:absolute;
	left:0px;
	top:0px;
}