﻿@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.jpg);
	background-color:#f2ecca;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0; 
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#01497b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #bb5b1a;

}

a:active {
	color:#01497b;
}


li {
	margin-left: 20px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: transparent;
}

#logo {
	width: 825px;
	height: 167px;
	margin: 0 auto;
	padding: 0;
	background: url(images/logo.jpg) no-repeat ;
}

#menu {
	width: 741px;
	height: 39px;
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
	padding: 0px;
	background-color: transparent;
}

#nav {
	height: 39px;
	width: 741px;
	margin-left:45px;

}

#nav ul{
	list-style: none;
	float: left;
	width: 741px;
	margin: 0 auto;
	padding: 0;
	line-height: 30px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 5px 20px 5px 20px;
	background: url(images/star.png) no-repeat left center;
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font: small-caps;
	color:#fff;
	text-decoration: none;
	font-weight: bold; 
}

#nav a:hover {
	color:#361513;
}

#nav a:active {
	color:#fff;
}

#content {
	clear: both;
	width: 741px;
	background-image: url(images/pageBG.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0 auto;
}

#contentTop {
	width: 741px;
	height: 42px;
	background-image: url(images/contentTop.jpg);
	background-repeat: no-repeat;	
	margin: 0 auto;	
}

#content p{
	margin: 0;
}

#text {
	width: 670px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -5px;
	padding-bottom:0px;
	background:transparent;
}

#text h4, h3, h2{
	font-family: Verdana, Helvetica;
	font-style:italic;
	color:#660000;
	margin-top: 5;
	
	margin-bottom:5px;
}

#text h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-top: -5px;
	margin-bottom:5px;
	padding-bottom:0px;
}


#footer {
	width: 741px;
	height: 107px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin:0 auto;
	
}

#copyright {
	width: 400px;
	margin:0 auto;
	padding-top: 40px;
	line-height: 65px;
	text-align: center;
	color:#660000;
}

#waves {
	width: 100%;
	height: 23px;
	background:url('images/waves.png') repeat-x;
	margin-top:20px; 
	margin-bottom:50px;			
}

input, select    { 
	border: 1px solid silver; 
	}

input.error, select.error {
	padding-right: 16px; 
	border: 1px solid red; 
	background-color: #FFFCE2; 
	background-image: url(images/warning_obj.gif); 
	background-position: right; background-repeat: no-repeat;
	}

input:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}

.addthis_toolbox .custom_images a
{
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}

#share {
	float:right;			
}

