@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
}
html {
	    margin:0; 
	    padding:0; 
}
/* Body - Wrapper and Typpography ---------------------------------------- */
body {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	background: #637a85 url(images/bg.gif) repeat-x;
	font-size: 11px;
	color:#252525;
}
#pagecontainer {
	position:relative;
	margin: 0 auto;
	background-color: #fff;
	height: auto;
	width: 950px;
	top: 20px;
}
/* Header ------------------------------------------------------------------ */
#header {
	position:relative;
	float:left;
	background: url(images/header.gif) no-repeat;
	height: 156px;
	width: 950px;
}
#homesplash {
	position:relative;
	float:left;
	background: #fff;
	height: 208px;
	width: 950px;
}
#splash {
	position:relative;
	float:left;
	background: url(images/splash.png) no-repeat;;
	height: 208px;
	width: 950px;
}
/* Navigation ------------------------------------------------------------ */
#nav {
	position:relative;
	float:left;
	height:32px;
	width:450px;
	padding: 170px 0 0 40px;
}
#nav a:link, #nav a:visited {
	color:#fff;
	float:left;
	width: 90px;
	font-size:13px;
	font-style:normal;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	border-right: #5e6e76 2px solid;
}
#nav #last {
	border: none;
}
#nav a:hover {
	color:#999;
}
/* Main ------------------------------------------------------------------ */
#content {
	position:relative;
	float:left;
	background: #fff;
	height: auto;
	width: 950px;
}
#content p {
	line-height: 18px;
	padding: 0 0 15px 10px;
}
#pagecontainer #content .title {
	padding: 20px 0 15px 10px;
	font-size:18px;
	font-weight:bold;
}
#left {
	position:relative;
	float:left;
	height: auto;
	width: 585px;
}
#left {
	line-height: 18px;
	padding: 0 0 15px 15px;
}
#pagecontainer #content #left .title {
	padding: 20px 0 15px 10px;
	font-size:18px;
	font-weight:bold;
}
#right {
	position:relative;
	float:right;
	background: url(images/contactdetails.gif) no-repeat;
	height: 320px;
	width: 322px;
	margin: 20px 0 0 0;
}
#right {
	line-height: 18px;
	padding: 0 0 15px 10px;
}
#pagecontainer #content #right .title {
	padding: 10px 0 15px 10px;
	font-size:16px;
}
/* Table -------------------------------------------------------------- */
table {
	width: 585px;
}
input {
	width: 400px;
}
textarea {
	height: 50px;
	width: 400px;
}
.send {
	width: 100px;
}
.tabletitle {
	font-size: 18px;
	color: #252525;
}
/* Footer ---------------------------------------------------------------- */
#footer {
	position:relative;
	float:left;
	background: url(images/footer.gif) no-repeat;
	height: 114px;
	width: 950px;
}