/* CSS Document */



a { text-decoration:none; }


body {	margin:0px; background-color:#ffffff; background-image:url(../LayoutImages/gradientfade.jpg); background-repeat:repeat-x}
body, html {height:100%;}

#wrapper { width:100%; margin-left:auto; margin-right:auto; min-height: 100%; position:relative; font-family:Arial, Helvetica, sans-serif;   }

#header { height:85px; background-color:#8388A5; background-image:url(../LayoutImages/header.jpg); border-bottom:5px #FF6600 solid;  background-position:right; background-repeat:no-repeat; }
#header a { color:#ffffff; text-decoration:none; font-size:12px; }
#header h1 a { font-size:24px;  }

#menu {
	height:40px;
	background-color:#333333;
}
#menu a { color:#FFFFFF; text-decoration:none; padding-left:10px; font-weight:bold; font-size:12px; display:block; float:left; height:40px; width:149px; border-left:1px #ffffff solid; }
#menu a span { font-weight:normal; }
#menu a:hover {
	background-color:#282828;
	border-bottom:3px #FF6600 solid;
	height:37px;
}

#page { font-size:12px; color:#666; padding-bottom:110px; position:relative; background-color:#ffffff; padding:10px; width:780px; padding-bottom:100px;   }

	#leftCol { width:150px; position:absolute; top:5px; left:5px; background-color:#ccc;}
	#rightCol { width:200px; position:absolute; top:5px; right:5px; background-color:#ccc;}
	#centreCol { 	 margin-left:160px; margin-right:210px 		}

#footer { height:100px; position:absolute; bottom:0px; width:100%;background-color:#333333; color:#FFFFFF; font-size:12px;  border-top:5px #FF6600 solid; }
#footer a { color:#FFF; }


.pageWidthSection { width:800px; margin-left:auto; margin-right:auto; }

p { margin-top:0px;} 
h1 { margin-top:0px;} 


.rightBox { background-image:url(../LayoutImages/blueBoxCurve.jpg); background-repeat:no-repeat; width:470px; height:430px; background-color:#DCDFE8; position:absolute; top:10px; right:10px; }
.rightBox div { padding:10px; }



#contactForm { display:none; }

#contactForm #theFade { position:absolute; top:0px; left:0px; background-color:#000000; height:100%; width:100%;filter:alpha(opacity=50);
opacity: 0.5;-moz-opacity:0.5; text-align:center; }

#contactForm #theForm {position:absolute; top:50px; left:50%; margin-left:-300px;  background-color:#FFFFFF; width:600px; height:400px;  }


#contactForm  form input { border:0px #999999 solid; border-bottom:1px #999999 solid; width:250px; }
#contactForm form #question { width:300px; height:250px; border:0px #999999 solid; font-family:Arial, Helvetica, sans-serif; font-size:12px;
line-height:20px; background-image:url(../LayoutImages/inputBoxLines.jpg); background-repeat:repeat; }
#contactForm form {
	font-size:10px;
	color:#666666;
}

#contactForm  td { vertical-align:top; padding:10px; }
