@charset "utf-8";
@import url("lightbox.css");
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #748da5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.main #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
} 
.main #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 109px;
	margin: 0;
} 
.main #menu {
	background-image: url(images/menubg.jpg);
	height: 81px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:0px;
		margin: 0;
}
.main #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.main #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer {
	padding-top: 40px;
	padding-left: 110px;	
}
#navlist
{
margin: 0;
padding: 0 0 20px 10px;

}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #99FF00;
	width: 100px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: #99FF00;
}

#navlist a:hover { color: #ffffff; 
}
.bigblue {
	color: #5c6d7d;
	font-weight: bold;
}
.biggreen {
	color: #a3c64e;
	font-weight: bold;
}
.littlelink {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.indent {
	padding-right: 25px;
	padding-left: 20px;
}
.slideholder {
	margin-top: 20px;
}
.rhcaptext {
	padding-left: 42px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 135px;
	color: #ffffff;
}
.sidetitle {
	padding-left: 35px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}
#navlist2
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 160px;
}

#navlist2 li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist2 li a { 
text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
    color: #000000; 
}
#navlist2  a:link, .navlist2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}
#navlist2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #993333;
	font-weight: bold;
	text-decoration: none;
}
#submenu {
	padding-left: 35px;
}
.whatsontext {
	font-size: 12px;
}
.sidelist {
	font-size: 85%;
	list-style-type: none;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
input.hidden {
	position: absolute;
	left: -1600px;
}
label,textarea {
	display: block;
	width: 150px;
	float: left;	
	margin-bottom: 10px;
}

label {
	text-align: left;
	width:300px;
	padding-left: 1px;
}
.button{
	float:left;
}
.dropdwn {
	padding-right: 59px;
}.formerrors {
	background-color: #FFFF33;
}
