body {
  text-align: center;
  vertical-align: middle;
  background-color: #E4E4E4;
}

/* Fonts ------------------------------------------------------------------------------------ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}

p.error {
	color: #CC0000;
}

a {
	color: #E35BB6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#footerHref {
	line-height: 20px;
	font-size: 0.6em;
	color: #B2B2B2;
	text-align: left;
	padding: 10px 0 0 10px;
}
#footerHref a {
	color: #B2B2B2;
}

/* Form Elements ---------------------------------------------------------------------------- */

form {
	margin: 0px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}

input.enquiry {
	padding-left: 2px;
	width: 175px;
	height: 14px;
	border: 1px solid #AAAAAA;
}
textarea.enquiry {
	padding-left: 2px;
	width: 290px;
	border: 1px solid #AAAAAA;
}

input.button {
	width: 175px;
}
input.error {
	border: 1px solid #CC0000;
}

#submit {
	float: right;
	height: 18px;
	width: 175px;
	background-image: url(../images/buttons/submit.gif);
}
#submit:hover {
	background-position: 0px -18px; 
}
#login {
	float: left;
	height: 18px;
	width: 175px;
	background-image: url(../images/buttons/login.gif);
}
#login:hover {
	background-position: 0px -18px; 
}

/* Main divs -------------------------------------------------------------------------------- */

#container {
	height: 560px;
	width: 770px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	visibility: visible;
	position: relative;
	overflow: hidden;
	background-image: url(../images/table/bg-main.jpg);
	background-repeat: no-repeat;
}
#nav-container {
	height: 70px;
	width: 350px;
	position: relative;
	top: 49px;
	right: 20px;
	float: right;
	text-align: left;
	overflow: hidden;
}
#main-nav {
	height: 32px;
	width: 350px;
	position: relative;
	float: left;
	text-align: left;
	overflow: hidden;
}
#sub-nav {
	height: 38px;
	width: 350px;
	position: relative;
	float: left;
	text-align: left;
	overflow: hidden;
}

/* CJC Hero ------------------------------------------------------------------------------------ */

#header {
	height:40px;
	text-align:left;
}

br.clear {
		height:0em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration:none;
		margin:0;
		padding:0;
		clear:both;
	}

#copy {
	height: 435px;
	width: 719px;
	position: relative;
	top: 33px;
	left: 21px;
	float: left;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
}

