@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

H1, H2, H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	font-weight:normal;
	margin-top:0;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-left:0;
	padding-left:1em;
}

.clear {clear:both;}

/* Header section */

#header-wrap {
	width: 948px;
	height: 208px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0;
}
#header-left {
	width: 24px;
	height: 208px;
	float: left;
	background-image: url(../images/header-left.jpg);
}
#header-right {
	width: 24px;
	height: 208px;
	float: left;
	background-image: url(../images/header-right.jpg);
}
#header-center {
	width: 900px;
	height: 208px;
	float: left;
	background-image: url(../images/header-centre.jpg);
}
#header-logo {
	width: 450px;
	margin-top: 75px;
	padding-left:450px;
}
#header-nav {
	margin-top: 23px;
	padding: 0 25px;
}
#nav-list {
	margin: 0;
	padding: 0;
	z-index: 1;
}
#nav-list li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#nav-list li a {
	display: block;
	width: auto;
	color: #333333;
	text-align: left;
	text-decoration: none;
	z-index: 1
}
#nav-list li a:hover {
	color:#000000;
}
.nav-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 45px;
	padding-right: 46px;
	background-image: url(../images/nav-bullet.png);
	background-repeat: no-repeat;
	background-position: right;
}
.nav-text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 45px;
}

/* Main content section */

#content-wrap {
	width: 900px;
	padding: 20px;
	background-image: url(../images/border-back.jpg);
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 900px;
	background-color: #ffffff;
}
#content-main {
	width:460px;
	padding:20px;
	float:left;
	background-color: #ffffff;
}
#content-left-main {
	width:660px;
	padding:20px;
	float:left;
	background-color: #ffffff;
}
#content-main p a, #content-main p a:visited, #content-left-main p a, #content-left-main p a:visited {
	color:#990000;
}
#content-main p a:hover, #content-left-main p a:hover {
	color:#000000;
}
#content-lhs-links {
	width:180px;
	padding:20px 0 20px 20px;
	float:left;
	background-color:#ffffff;
}
#content-rhs-ads {
	width:180px;
	padding:20px 20px 20px 0;
	float:left;
	background-color: #ffffff;
}
.rhs-ad {
	margin-bottom: 10px;
}
#content-lhs-links .lhs-border {
	border-right:1px solid #cccccc;
}
#content-lhs-links ul {
	margin:-10px 15px 5px 0;
	padding-left:0;
}
#content-lhs-links ul li {
	list-style: none;
	margin:0;
	/* padding:10px 0 10px 0; */
	border-bottom:1px solid #cccccc;
}
#content-lhs-links ul li a, #content-lhs-links ul li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #990000;
	font-weight:normal;
	text-decoration:none;
	line-height:30px;
}
#content-lhs-links ul li a:hover {
	color:#000000;
}

/* Footer section */

#footer-wrap {
	width: 900px;
	padding: 20px;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 860px;
	height: 185px;
	text-align: center;
	background-color: #000000;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
.footer-col {
	float: left;
	width: 143px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: left;
	line-height: 20px;
}
.footer-col a , .footer-col a:visited{
	text-decoration: none;
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer-col a:hover {
	color: #FFF;
}

/* Other */
div.img_left {
    float: left; 
    margin: 8px 8px 8px 0;
}
div.img_left div {
	position:relative;
}
div.img_left div img {
	position:absolute;
	right:2px;
	bottom:2px;
}
div.img_right {
    float: right; 
    margin: 8px 0 8px 8px;
}
div.img_center {
	margin: 8px auto;
}

div.hr {
	height:1px;
	margin:10px 0;
	background-image:url(../images/hr.png);
	clear:both;
}

.btn-red {
	width:180px;
	height:30px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:bold;
	background-image:url(../images/btn-red.jpg);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	border:none;
}
.btn-red a, .btn-red a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.btn-red a:hover {
	color:#000;
}
.btn-black {
	width:180px;
	height:30px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:bold;
	background-image:url(../images/btn-black.jpg);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	border:none;
}
.btn-black a, .btn-black a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.btn-black a:hover {
	color:#999999;
}
.inline-btn {
	float:right;
	margin-left:10px;
}

#tbl-show, .tbl-std {
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
}
#tbl-show th {
	background-color:#cccccc;
	font-weight:bold;
	font-size:12px;
	color:#990000;
	text-align:left;
	padding:14px;
}
.tbl-std th {
	background-color:#cccccc;
	font-weight:bold;
	font-size:12px;
	color:#990000;
	text-align:left;
	padding:4px;
}
#tbl-show td {
	background-color:#e6e6e6;
	font-size:12px;
	color:#990000;
	text-align:left;
	padding:14px;
}
.tbl-std td {
	background-color:#e6e6e6;
	font-size:12px;
	color:#990000;
	text-align:left;
	padding:4px;
}
#tbl-show tr.alt td, .tbl-std tr.alt td {
	background-color:#eee;
}

.err {
	color:#FF0000;
}
.phone {
	font-size:20px;
}
p.center {
	text-align:center;
}

/* Forms */
.generalForm {
	width:100%;
	height:auto;
	float:left;
	margin:0 26px 15px 0;
	border:1px solid #ddd;
	background: #FFFDFD
}
.generalForm form {
	margin:0;
	padding:0;
}
.generalForm fieldset {
	margin:10px;
	padding:0;
	border: none;
}
.generalForm legend {
	margin:0;
	padding:0 0 10px 0;
	font-size:140%;
	font-weight:bold;
	color: #990000;	
}
.generalForm div { 
	clear:both;
	padding:0 0 5px 0;
}
.generalForm label { 
	float:left;
	width:150px;
}
.generalForm .textboxHome { 
	width:200px;
}
.generalForm input, .generalForm select {
	width:200px;
	display:block;
}    
.generalForm .button {
	margin:10px 0 0 160px;
	width:180px;
}
.generalForm .button:hover {
	color:#000;
	cursor:pointer;
}
.form-note {
	color:#333333;
	font-size:11px;
	margin:0 0 0 150px;
	padding:0;
}

.plaqueTextarea {
	text-align:center;
	font-family:trebuchet,helvetica,sans-serif;
	font-size:11px;
}