﻿* { margin: 0px; padding: 0px; }

body 
{
	background-color: #fff; 
	color: #50514d; 
	font-size: 10pt; 
	font-family: "trebuchet ms", helvetica, sans-serif;
}

a 
{
	text-decoration: underline; 
	color: #006666; 
}

a:hover 
{
	text-decoration: none; 
	color: #002222; 
}

.contactform
{
	font-size: 10pt; 
	font-family: "trebuchet ms", helvetica, sans-serif;
}

#header 
{
	width: 100%; 
	height: 100px; 
	background-color: #002f52; 
	background: url('Images/HeaderBG.jpg') repeat-x; 
	color: #fff;
}

#header_inner
{
	position: relative;
	width: 780px;
	height: 104px;
	margin: 0px auto;
	
}

#header_inner h1
{
	background: inherit;
	position: absolute;
	left: 0px;
	bottom: 10px;
	text-transform: lowercase;
	font-size: 39px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
}

#header_inner h1 span
{
	background: inherit;
	color: #DADADA;
}

#slogan
{
	background: inherit;
	position: absolute;
	right: 0px;
	bottom: 15px;
	color: #dadada;
	text-transform: lowercase;
	font-size: 13px;
}

#header2
{
	width: 100%; 
	height: 8px; 
	background-color: #e8e8e8; 
	background: url('Images/HeaderBG2.gif') repeat-x; 
	color: #fff;
}

#main
{
	padding-top: 20px;
	position: relative;
	width: 780px;
	margin: 0px auto;
	padding-bottom: 10px;
}

#lcol 
{
	position: relative; 
	width: 200px; 
	float: left; 
	background-image: url('Images/MenuBG.gif');
	background-repeat: repeat-x;
}

#lcontent 
{
	position: relative; 
	padding: 0px 15px 0px 15px; 
	text-align: center;
}

#menu ul
{
	list-style: none;
	margin: 0px;
}

#menu li
{
	background: none;
	padding: 0px;
	font-weight: bold;
}

#menu a
{
	display: block;
	position: relative;
	width: 183px;
	height: 27px;
	margin-bottom: 1px;
	text-decoration: none;
	background: inherit;
	background-image: url('Images/MenuBG.gif');
	padding-left: 17px;
	padding-top: 11px;
	color: #636363;
	text-transform: lowercase;
	font-size: 13px;
}

#menu a:hover
{
	background: inherit;
	color: #fff;
	background: url('Images/HeaderBG.jpg') repeat-x; 
}

#menu_end
{
	height: 15px;
	background-image: url('Images/GreyBG.gif');
}

#rcontent 
{
	position: relative; 
	padding: 10px 10px 0px 10px; 
}

p 
{
	margin-bottom: 9pt; 
	line-height: 20px; 
}

#rcol
{
	position: relative;
	margin-left: 190px;
	width: 570px;
	background-image: url('Images/GreyBG.gif');
	background-repeat: repeat-x;
}

#welcome
{
	background: inherit; 
	color: #50514d; 
	font-size: 22px; 
	margin-bottom: 10pt;
	font-weight: bold;
}

#welcome span
{
	background: inherit; 
	color: #002f52; 
	font-size: 22px; 
}

#rcol h1 
{
	background: inherit; 
	color: #50514d; 
	font-size: 14px; 
	margin-bottom: 10pt;
}


#rcol h1 span
{
	background: inherit; 
	color: #002f52; 
	font-size: 14px; 
}

#rcol h2 
{
	background: inherit; 
	color: #50514d; 
	font-size: 10pt; 
	margin-bottom: 10pt;
}

#rcol h2 span
{
	background: inherit; 
	color: #002f52; 
	font-size: 10pt; 
}

#rcol ul
{
	list-style: circle; 
	margin: 0px 0px 10pt 30px;
}

#rcol li
{
	background: none;
	font-weight: bold;
	margin-bottom: 4px;
}

#footer
{
	clear: both;
	background: url('Images/GreyBG.gif') repeat-x;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 25px;
	padding-top: 10px;
	text-align: center;
}

img.pf
{
	border: solid 1px #50514d;
}

/* Admin section */
#adminheader 
{
	font-family: Arial; 
	font-size: 14pt; 
	color: #000000; 
	margin: 0px; 
	padding-bottom: 10pt
}

.admintheader 
{
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000;
	margin: 0px; 
	padding-bottom: 10px; 
	font-weight: bold; 
	padding-right: 15px 
}
.admintable 
{
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000; 
	margin: 0px; 
	padding: 8px; 
	padding-left: 0px; 
	padding-right: 15px 
}
p.adminmessage 
{
	font-family: Arial; 
	font-size: 12pt; 
	color: Red; 
	margin: 0px; 
	padding-bottom: 10pt
}