body {
	background-attachment: fixed;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/background.jpg");
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	margin-bottom: 20px;
}

img {
	border: none;
}

a {
	color:#0985e7;
	cursor: pointer;
	margin: 0 0 0 0em;
	text-decoration: none;
}

a:hover {
	curson: pointer;
	text-decoration: none;
}

table.mainLayout {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

table.mainLayout td {
	margin: 0px;
	padding: 0px;
}

table.mainLayout td.nav {
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 6px 6px 5px #000000;
	-webkit-box-shadow: 6px 6px 5px #000000;
	box-shadow: 6px 6px 5px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	background-color: #EA6E14;
	color: #FFFFFF;
	border: 0px solid #000000;
	height: 32px;
	font-family: helvetica;
	font-size: 18px;
	font-weight: 900;
}

td.nav a {
	color: #FFFFFF;
	margin-left: .8em;
	padding-right: 15px;
}

td.nav a:hover {
	color: #B13B08;
}

.highlight {
	width: 620px;
	color: #FFFFFF;
	font-family :   arial;
	font-size: 14px;
	border: 2px solid #000000;
	margin-right: 35px;
	margin-top: 20px;
	padding: 10px;
	background-color: #B13B08;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 6px 6px 5px #000000;
	-webkit-box-shadow: 6px 6px 5px #000000;
	box-shadow: 6px 6px 5px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.info {
	color: #FFFFFF;
	font-family: arial;
	font-size: 14px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 10px 15px 5px 15px;
	background-color: #EA6E14;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 6px 6px 5px #000000;
	-webkit-box-shadow: 6px 6px 5px #000000;
	box-shadow: 6px 6px 5px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.info a{
	color: #c6e4f5;
}

.info h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 5px;
	margin-top: 0px;
}

.content {
	background-color: #F2EFE9;
	color: #000000;
	font-family: arial;
	font-size: 14px;
	border: 2px solid #000000;
	/*margin-right:35px;*/
	margin-top: 16px;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 6px 6px 5px #000000;
	-webkit-box-shadow: 6px 6px 5px #000000;
	box-shadow: 6px 6px 5px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


.errors {
	background-color: #F2EFE9;
	color: #FF0000;
	width: 650px;
	font-family: arial;
	font-size: 14px;
	border: 2px solid #000000;
	margin-left: auto;
	margin-right: auto; margin-top : 16px;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 6px 6px 5px #000000;
	-webkit-box-shadow: 6px 6px 5px #000000;
	box-shadow: 6px 6px 5px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
margin-top: 16px;
}

.messages {
	background-color: #F2EFE9;
	color: #098500;
	width: 650px;
	font-family: arial;
	font-size: 14px;
	border: 2px solid #000000;
	margin-left: auto;
	margin-right: auto; margin-top : 16px;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 6px 6px 5px #000000;
	-webkit-box-shadow: 6px 6px 5px #000000;
	box-shadow: 6px 6px 5px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	margin-top: 16px;
}

.sideNav {
	margin-bottom: 5px;
}

.sideNav a{
	color: #FFFFFF;
}

.button {
	cursor:pointer;
}

table.searchResults
{
	
}

table.searchResults td, th
{
	padding: 3px;
}

table.searchResults th
{
	font-weight: bold;
	font-size: larger;
}

table.formTable
{
	
}

table.formTable td, th
{
	padding: 3px;
}

table.formTable td.formLabel
{
	text-align: right;
}

table.formTable td.formData
{
	text-align: left;
}

td.formButtons
{
	text-align: center;
}

p.footer
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: helvetica;
	font-size: 12px;
	text-align: center;	
}

/*Slides show styles */

#slides
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width:600px; 
	height:400px;
}

.slides_container
{
	margin: 0px;
	width:600px; 
	height:338px;	
}

.slides_container div
{
	margin: 0px;
}

.pagination 
{
	margin:5px 0px 0px 125px;	
}


.pagination li 
{
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a 
{
	display:block;
	width:16px;
	height:0px;
	padding-top:16px;
	background-image:url(../images/slideshow/inactive.png);
	overflow:hidden;
}

.pagination li.current a 
{
	background-image:url(../images/slideshow/active.png);
}
