/* CSS Document */
#wrapper {
	width: 1360px;
	margin-right: auto;
	margin-left: auto;
}
#contentWrapper {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	padding-right: 186px;
	padding-left: 186px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #D41111;
}
h2 {
	color: #D59A4B;
}

#leftBar {
	float: left;
	width: 195px;
}
#rightBar {
	float: right;
	width: 195px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#rightBar p {
	margin: 8px 10px;
	font-size: 11px;
	padding: 0px;
}
#divContent {
	width: 554px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/contentBG.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	margin: 0px;
	min-height:730px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(images/bottomBar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-size: 11px;
	color: #FFF;
}
.rightBox {
	background-image: url(images/boxRepeat.png);
	padding-right: 20px;
	padding-left: 20px;
}
.rightBoxWrapper img {
	display: block;
}
img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


#footer #caption {
	font-size: 9px;
	color: #59C7C8;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #59C7C8;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#caption {
	margin-top: 5px;
}
#topNav {
	text-align: center;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/topNavBG.png);
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #59C7C8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.imageLeftBordered {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}

.imageRightBordered{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}
h3 {
	color: #D59A4B;
}
.rightBox h5 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #377273;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #D59A4B;
	margin: 0px;
}
.rightBox h6 a:hover{
}
.rightBox h6 a{
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.rightBox h6  {

	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #DEF9F9;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}

.rightBox h6 img {
	display: inline;
}
.rightBox ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.rightBox a {
	color: #FFF;
	text-decoration: none;
}
.whiteBorder {
	border: 3px solid #FFF;
}
.submit {
	text-transform: uppercase;
	color: #FFF;
	background-color: #BC1414;
	border: 1px solid #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}
#featuredTable td, #featuredTable td form {
	text-align: center;
	padding: 5px;
}
#featuredTable {
	margin-right: auto;
	margin-left: auto;
}
.editor {
	background-color: #404041;
}

