/* CSS Document */

body 
{
	text-align: center;
	min-width: 762px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #373737;
}

#container 
{	
	text-align: left;
	width: 762px;
	margin: 0 auto;
/*	background-color: #FFFFFF;*/
}

#banner
{
	margin: 15px 0 0;
}

/* if h1 or h2 exist a margin sticks out above the main div.   */
/* To prevent this add either a top border or padding to main. */
#main 
{
	padding: 0;
	margin: 0;
	width: 762px;
	height: auto;
	line-height: 1.6em;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	float: left;
}

#mainimages
{
	text-align: center;
}

/*#mainimages img
{
	padding: 5px 35px 5px 35px;
}*/

#nav
{
	text-align: center;
}

#sidebar 
{
	width: 250px;
/*	border-left: 1px solid #BBB;*/
	float: right;
	margin-left: 9px;
	padding: 4px;
	text-align: left;
	clear: both;
	height: auto;
}

h1 
{
	padding-top: 5px;
	text-align: center;
}

h2
{
	text-align: center;
	padding: 0 20px;
}

h3
{
	text-align: center;
	font-size: 14px;
}

.headertext1 
{
	font-size: 18px;
	font-weight: bold;
}

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

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

/* Colours for noteblock1 are defined in theme-specific stylesheets */
.noteblock1
{
	width: 232px;
	padding: 5px;
	margin-top: 7px;
	margin-right: 6px;
	margin-bottom: 7px;
	margin-left: 6px;
	text-align: center;
}

/* Colours for noteheader are defined in theme-specific stylesheets */
.noteheader
{
    width:auto;
		padding-bottom: 5px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
}

#footer 
{	
	width: 762px;
	height: 20px;
	margin: 0;
	border-bottom: 1px solid #990000;
	color: #fff;
	text-align: center;
	clear: both;
}

p
{
	margin: 0;
	padding-top: 5px;
	padding-right: 19px;
	padding-bottom: 5px;
	padding-left: 19px;
}

/* Form styles */

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

form {
	margin: 10px 25px 0 50px;
}
	
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;
}
	
#message {
	width: 575px;
	height: 150px;
}
