@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #201b21;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;
}
img {
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color: #FFFF00;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	color: #FFFF00;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF00;
	margin-left: 20px;
	font-size: 14px;
}
#wrapper {
	height: 900px;
	width: auto;
	background-image: url(../images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	left: 0px;
	top: 0px;
}
#branding  {
	height: 90px;
	width: 840px;
	left: 215px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#branding img {
	margin: 0px;
}
#navigationBar {
	width: 825px;
	height: 31px;
	padding-top: 7px;
	background-image: url(../images/layout/navagationBar.png);
	background-repeat: repeat;
	padding-right: 15px;
	top: 110px;
	margin-right: auto;
	margin-left: auto;
}
#navigationBar a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigationBar ul {
	list-style-type: none;
	text-align: center;
}
#navigationBar li {
	display: inline;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#slider {
	width:840px; /* Change this to your images width */
	height:300px;
	background-image: url(../images/slider/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#slider img {
	margin: 0px;
	float: none;
	padding: 0px;
}
#mainContent {
	height: 317px;
	width: 800px;
	overflow: auto;
	padding: 20px;
	background-image: url(../images/layout/mainContentBlue.jpg);
	background-repeat: repeat-x;
	background-color: #0E1B3B;
	top: 448px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent a {
	color: FFFF00;
}
#mainContent img {
	float: left;
}
#mainContent #left {
	width: 380px;
	float: left;
}
#mainContent #right {
	width: 400px;
	float: right;
}
#contactform td {
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
#copywriteBar {
	width: 840px;
	height: 30px;
	padding-top: 15px;
	top: 805px;
	margin-right: auto;
	margin-left: auto;
}
#copywriteBar  img  {
	width: 840px;
	margin: 0px;
}
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.nivoSlider {
	float: none;
}
.nivoSlider img {
	height: 300px;
	width: 840px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:820px;
	z-index:8;
	font-family: "Times New Roman", Times, serif;
	padding-left: 20px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	text-decoration: none;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display:block;
	background-color: no;
	background-image: url(../images/slider/arrows.png);
	background-repeat: repeat;
}
a.nivo-prevNav {
	left:15px;
}
a.nivo-nextNav {
	right:15px;
	background-position: -30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	margin-left: 380px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	text-indent: -9999px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;	
}
