body {
	font-family: tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

#wrapper {
	width:100%;
	height:auto;
}
#container {
	height:auto;
	width:760px;
	margin: 10px auto;
	font-size:12px;
	color:#000066;
}
#bannerContainer {
	height:80px;
	width:760px;
}
#bannerPic {
	height:80px;
	width:463px;
	display:inline;
	float:left;
	background: url(images/header.jpg) no-repeat;
}
#bannerRight {
	height:80px;
	width:297px;
	background-color:#73A5CA;
	float:left;
	display:inline;
}
#nav {
	width:760px;
	height:20px;
	background:#ECE9D8;
}

.clear {
	clear:both;
	height:1px;
	width:100%;
}
.center {
	text-align:center;
}
h1 {
	font-size:14px;
}
h2 {
	font-size:14px;
}

/* navigation */
a:link {
	text-decoration: none;
	color: #7D9BE3;
}
a:visited {
	text-decoration: none;
	color: #7D9BE3;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #7D9BE3;
}

/* 3 column structure */
/*use leftbar1 under pricing page for left column: 145px wide*/
#ThreeColMid {
	width:340px;
	padding:10px 20px;
	height:auto;
	float:left;
	display:inline;
	background-color:#B8C9DD;;
}
#ThreeColRight {
	width:215px;
	padding:10px;
	height:auto;
	float:left;
	display:inline;
	background-color:#B8C9DD;;
}

/* pricing page */
#leftbar1 {
	width:145px;
	height:450px;
	display:inline;
	float:left;
	background-image:url(images/leftbar1.jpg);
	float:left;
	display:inline;
	margin:0; padding: 0;
}
#PricingTop {
	display:inline;
	float:left;
	height:auto;
	width:590px;
	padding:10px;
	text-align:center;
}
.oddrow { 
	background-color:#B8C9DD;
	font-weight:bold;
}

.evenrow { 
	background-color:#73A5CA;
	font-weight:bold;
}
#pricingBox {
	height:320px; 
	overflow:auto; overflow-x:hidden; 
	text-align:center; 
	width:510px; 
	margin:10px auto;
}

/* Enquiry Form */
#FormHolder {
	width:760px;
	height:auto;
	margin: 15px auto;
	background-color:#B8C9DD;
	color:#000000;
	font-size:12px;
	float:left;
	display:inline;
}
.FormHeader {
	background-color:#73a5ca;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#000000;
	padding:10px 0 0 0;
}
.FormText {
	padding:10px;
	font-weight:bold;
}

.FormQ {
	font-size:12px;
	padding-bottom:2px;
	padding-left:5px;
}
.FormA {
	font-size:12px;
	padding-bottom:5px;
	padding-left:5px;
}
.col_red {
	color:#FF0000;
}
#FormTitle {
	width:760px;
	height:auto;
	float:left;
	display:inline;
	padding:10px 0 0 30px;
}
.FormLeft {
	width:340px;
	height:auto;
	display:inline;
	float:left;
	padding:5px 10px 5px 30px;
}
.FormRight {
	width:320px;
	height:auto;
	display:inline;
	float:right;
	padding:5px 30px 5px 10px;
}
#submit {
	width:640px;
	height:auto;
	padding:5px 30px 20px 0px;
	float:left;
	display:inline;
	text-align:right;
}

/* Admin Section */
#AdminTop {
	width:740px;
	height:auto;
	background-color:#B8C9DD;;
	margin:10px 0;
	padding:10px;
}
#AdminPriceHolder {
	width:100%;
	height:auto;
	margin:5px auto;
}
#AdminBot {
	width:740px;
	height:auto;
	background-color:#B8C9DD;;
	margin:10px 0;
	padding:10px;
}
.highlight2 {
	font-size:14px;
	font-weight:bold;
}
