/* CSS Document

GHL Computer Services

21/3/08 GL Removed a:link & a:visited bold so pop menu current marker works (see p7pmh10.css)

the html min-height property is needed for Firefox
so that background-position: bottom displays correctly
*/
html
{
	min-height: 100%;
}

body 
{
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	min-width: 715px;
	text-align: center;
	background: #5F8000 url(../images/bg.gif) repeat-y center top;  
}

#container 
{
	width: 715px;
	margin: 10px auto 0 auto;
	text-align: left;
}

#main 
{
	float: left;			/*	this ensures main div stretches full length of sidebar  */
	padding: 5px;
	width: 703px;
	text-align: justify;
	color: #333;
	line-height: 1.4em;
	background-color: #E0FFC2;
	/*background-color: #D6FFAD;*/
	border: 1px solid #E44A2E;
}

#fpic
{
	width: 700px;
	height: 185px;
	background-color: #F7F8D3;
	background: url(../images/banner_new.jpg) no-repeat;
}

.navbar
{
	width: 700px;
}

#sidebar 
{
	float: right;
	width: 204px;
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CAE6AF;
	border-left: 2px solid #E44A2E;
	margin-left: 9px;
	margin-top: 5px;
	padding-left: 8px;
	text-align: left;
	height: 420px;
}

#events
{
	height: 390px;
	overflow: auto;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#text, .aboutustext
{
	padding: 5px;
	margin: 7px;
	width: auto;
	/*width: 458px;*/
/*	width: 458px;   for quirks mode - to simulate IE5 */
}

.aboutustext
{
	background-color: #D0DCC4;
	width: 331px;
	border: 1px solid #E44A2E;
}

#aboutusphoto
{
float: right;
width: 340px;
height: 255px;
margin-top: 65px;
background: url(../images/huntandcoady.jpg) no-repeat;
}

.noteblock1
{
	background-color: #CAE6AF;
	width: 456px;
	padding: 5px;
	border: 1px solid #5F8000;
	color: #5F8000;
	margin-left: 7px;
	text-align: center;
}

.noteheader
{
	padding-bottom: 5px;
	border-bottom: 1px solid #5F8000;
	color: #E44A2E;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

th, tr {
	text-align: center;
	background-color:#CAE6AF;
	}

tr.hilite {
  background-color:#E8F2F8;
  }

a.offsite:link {
	font-weight: normal;
	}

a:link {
	text-decoration: none;
	/*font-weight: bold;*/
	color:#A03420;
	}

a:visited {
	text-decoration: none;
	/*font-weight: bold;*/
	color:#A03420;
}

a:hover {
	text-decoration: underline;
	}
	
h1 
{
	font-size: 20px;
	font-weight: bold;
	color: #E44A2E;
	padding-top: 5px;
}

.headertext1 
{
	font-size: 18px;
	font-weight: bold;
	color: #E44A2E;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.headertext2 
{
	font-size: 16px;
	font-weight: bold;
}


.headertext3 
{
	font-size: 14px;
	font-weight: bold;
}

#footer
{
	background-color: #7DCE27;
	background: url(../images/bgfooter.gif) repeat-x; 
	color: #E44A2E;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	clear: both;
	width: auto;
	border-right: 1px solid #E44A2E;
	border-bottom:1px solid #E44A2E;
	border-left:  1px solid #E44A2E;
}

#footer a
{
color: #E44A2E;
}

#registered
{
	clear: both;
	text-align: center;
	color: #333399;
}

p
{
	margin: 0;
	padding: 0;
}

.info {
	text-align: center;
	color: #333399;
}

/* Form styles */

.formheader {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 25px 0 50px;
}

form {
	margin: 10px 25px 0 50px;
	}
	
/* See GL comments on P166 of PHP4DW8    */
label {
	display: block;
}

label, .warning {
	font-family: Verdana, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
}
	
.warning {
	color: #F00;
}

/* Contact Form styles */
#name, #email {
	width: 280px;
	}
	
#event_name, #doc_name {
	width: 380px;
	}
	
#message {
	width: 575px;
	height: 150px;
	}

/* Registration, Attendance & Upload Form styles */
/* Putting a form here causes submit button to be centred */
#insertEventForm, #updateEventForm, #deleteEventForm, #loginForm, #uploadForm {
	width: 400px;
}
	
#formContainer {
	width: 100%;
	height: 375px;
}

#col1, #col2 {
	width: 49%;
}

#col1 {
	float: left;
}

#col2 {
	float: right;
}

#telephoneNo, #faxNo {
	width: 150px;
}

#firstName, #lastName, #town, #country, #username, #psswd {
	width: 175px;
}

#postCode {
	width: 55px;
}

#position, #company, #address_1, #address_2, #other {
	width: 225px;
}

#website, #lname, #description {
	width: 275px;
}

.clientForms input , .clientForms textarea, .clientForms select {
	border: 1px solid #E44A2E;
	background-color: #D0DCC4;
}

.clientForms input.button_hover {
	color: #FFFFFF;
	background-color: #E44A2E;
	border: 1px solid #7DCE27;
}

/* IE doesn't understand :hover so create new class and use Javascript to switch class onMouseOver */

.clientForms input.button {
	color: #000000;
	background-color: #7DCE27;
	border: 1px solid #E44A2E;
}

/* when IE gets round to supporting :hover, use this style rule & remove Javascript & the CSS rule above.
	input.button:hover {
	color: #FFCC66;
}*/

.disabled {
	color: #000099;
	font-weight: bold;
	background-color: #F7F8D3;
	border: 0;
}
