/*
// Venture Forth
//
// Author: Dan Richards, Orpheus Software Ltd
// 3-Jul-2007
*/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Georgia,"Times New Roman",Times,Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	color: #0D0885;
	background-image :url(img/bg_bars.png);
	background-repeat : repeat-x;
	background-position : 0px 0px;
	background-attachment : fixed;
}

img { border: none; }

a { color:#0D0885; text-decoration:none; }
a:link { color:#0D0885; border:0; text-decoration:none; }
a:visited { color:#0D0885; text-decoration:none; }
a:hover, a:active { color:#4b5d85; text-decoration:none; }

h1 {
	padding: 0;
	margin: 0 0 -14px 0;
	color: #666;
	font-size: 12px;
	font-weight: bold;
  font-variant: small-caps;
}

h2 {
	padding: 0;
	margin: 0 0 -6px 0;
	font-size: 13px;
	font-weight: bold;
}

#line {
	width: 512px;
	margin: 100px 0 20px 40px;
}

#main {
  margin: 0;
	padding: 0;
	overflow: auto;
}

html>body #main {
	height: 100%;
}

#outline {
	height: 480px;
	width: 600px;
  margin: 15px 0 6px 0;
	padding: 2px 0 0 0;
  border: 1px solid #0D0885;
  background: #E7ECED;
}

#content {
  position: relative;
  top: 0;
	overflow: auto;
  height: 100%;
	width: 100%;
	font-size: 12px;
  text-align: left;
}

#vf_logo {
  float: left;
	margin: 8px;
  width: 240px;
  height: 57px;
}

#header {
	float: right;
	margin: 0;
  padding: 0;
  width: 330px;
  font-size: 20px;
  font-weight: bold;
}

#header ul li {
	display: inline;
	padding-left: 10px;
}

.current {
	padding-bottom: 4px;
	background: url(img/line.png) repeat-x bottom;
}


/*
** Home Page styles
*/

#mission_text {
  position: absolute;
  top: 130px;
  left: 40px;
	width: 510px;
	margin: 0;
	padding: 0 2px 2px 2px;
	font-size: 15px;
	line-height: 160%;
	text-align: justify;
}

#mission_text {
	font-size: 13px;
	font-weight: bold;
	line-height: 160%;
}

#mission_bullets {
	position: relative;
	margin-top: 10px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

dt {
  clear: both;
  float:left;
  width: 36px;
  margin: 4px 0 0 2px;
  padding: 4px 0 2px 0;
  text-align: left;
  background: url(img/bullet.png) no-repeat;
}

dd {
  float: left;
  width: 450px;
  margin: 0 0 30px 0;
  padding-left: 6px;
  line-height: 160%;
}

/*
** Clients Page styles
*/

#client_text {
  position: absolute;
  top: 140px;
  left: 40px;
	width: 510px;
	margin: 0;
	padding: 0 2px 2px 2px;
	font-size: 13px;
	font-weight: normal;
	line-height: 130%;
	text-align: justify;
}

#client_text A {
	margin-left: 0;
	padding-left: 36px;
	font-size: 12px;
	background: url(img/bullet.png) no-repeat;
}


/*
** Contact Page styles
*/

#contact_form {
  position: absolute;
  top: 140px;
  left: 40px;
	width: 540px;
	text-align: justify;
	font-size: 14px;
	line-height: 115%;
}

#contact_table {
	width: 540px;
}

#contact_form TD {
	height: 26px;
	font-size: 10px;
}

#contact_form INPUT, #contact_form TEXTAREA {
  width: 300px;
	font-family: Georgia,"Times New Roman",Times,Serif;
	font-size: 11px;
  color: #0D0885;
  border: 1px solid #0D0885;
}

#btnSubmit {
  color: #0D0885;
  background: #4b5d85;
  border: 1px dotted #0D0885;
}

#enquiry {
  height: 90px;
}


#contact_done {
  position: absolute;
  top: 250px;
  left: 140px;
	width: 400px;
	font-size: 12px;
}

#error_fullname {
	visibility: hidden;
	color: #800000;
	font-size: 8px;
}

#error_email {
	visibility: hidden;
	color: #800000;
	font-size: 7px;
}

#error_enquiry {
	visibility: hidden;
	vertical-align: top;
	color: #800000;
	font-size: 8px;
}

#error_spamsum {
	visibility: hidden;
	color: #800000;
	font-size: 8px;
}

.clr {
	clear: both;
}

