﻿@import url(../ContentStyles.css);

/*############################################################# 
#                                                             #
#   Stylesheet for site specific rules.                       #
#   Included only on frontend. Do not style CMS content       #
#   here as it is not included in the management system       #
#   for preview. Style CMS content in ContentStyles.css       #
#                                                             #
#############################################################*/

body {
	background-color: #242021;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 20px;
}

/* Text Classes
========================================================================================== */
h3 {
	background: url(../../Images/Arrow.gif) no-repeat center left;
	color: #FFF;
	font-size: 0.812em;
	font-weight: bold;
	float: left;
	margin-bottom: 6px;
}
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	padding: 5px 7px 5px 40px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
}

/* Layout
========================================================================================== */
body 
{
    text-align: center;
}
.wrap 
{
    width: 770px;
    margin: 0 auto;
    text-align: left;
	background: #EAEAEA url(../../Images/bg.gif) repeat-y top right;
}
.head {
	background: #FFF url(../../Images/HeaderRight.jpg) no-repeat 208px 0;
	position: relative;
	left: 0; top: 0;
	width: 770px;
	height: 190px;
}
.head img {
	display: block;
}
.head a:link.home,
.head a:visited.home,
.head a:hover.home,
.head a:active.home {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size:	0.625em;
	background: url(../../Images/ArrowBack.gif) no-repeat center left;
	padding-left: 25px;
}
.head .search {
	position: absolute;
	right: 20px;
	bottom: 40px;
}
.head .search input {
	width: 120px;
	font-size: 0.69em;
	border: solid 1px #000;
	font-weight: bold;
	padding-left: 3px;
}
.head .search input.btn {
	width: auto;
	position: relative;
	top: 4px;
	margin-left: 3px;
}
.head .mainNav {
	position: absolute; 
	bottom: 10px;
	right: 20px;
}
.left {
	background: #FFF url(../../Images/HeaderSide.jpg) no-repeat 0 0;
	padding: 20px 0 100px;
	width: 178px;
	float: left;
}
.right {
	width: 117px;
	float: right;
}
.right img {
	display: block;
}
.content {
	width: 592px;
	float: left;
}
.foot {	
	clear: both;
	background-color: #F36E23;
	padding: 6px 20px;
	height: 1em;
}
.foot a:link,
.foot a:visited,
.foot a:hover,
.foot a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	font-size: 0.875em;
}
.foot .mainNav {
	padding: 0.3em 0;
	float: right;
}
.foot .mainNav a:link,
.foot .mainNav a:visited,
.foot .mainNav a:hover,
.foot .mainNav a:active {
	color: #FFF;
	font-size: 0.625em;
	border-right: solid 1px #FFF;
	line-height: 2.0;
}

/* Main Navigation
========================================================================================== */
.mainNav li {
	list-style: none;
	padding-bottom: 2px;
	float: left;
}
.mainNav a:link,
.mainNav a:visited,
.mainNav a:hover,
.mainNav a:active {
	font-size: 0.687em;
	font-weight: bold;
	line-height: 0.7;
	color: #000;
	text-decoration: none;
	padding: 0 7px;
	border-right: solid 1px #000;
	display: block;
}
.mainNav li.last a:link,
.mainNav li.last a:visited,
.mainNav li.last a:hover,
.mainNav li.last a:active {
	border-right: none;
	padding-right: 0;
}

/* Left Navigation
========================================================================================== */
.leftNav {
	list-style: none;
	margin-bottom: 30px;
	background: url(../../Images/NavLine.gif) no-repeat 3px 2em;
}
.leftNav a:link,
.leftNav a:visited,
.leftNav a:hover,
.leftNav a:active {
	color: #000;
	font-size: 0.687em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 8px;
	display: block;
}
.leftNav .parent a:link,
.leftNav .parent a:visited,
.leftNav .parent a:hover,
.leftNav .parent a:active {
	font-size: 0.9375em;
	padding: 1em 0 1em 28px;
	background: url(../../Images/NavArrow.gif) no-repeat center left;
}
.leftNav li {
	background: url(../../Images/NavLineBottom.gif) no-repeat 3px 0;
	padding-left: 25px;
}
.leftNav li.parent {
	padding-left: 0;
	background-image: none;
}
.leftNav li.last {
	background: url(../../Images/NavLineTop.gif) no-repeat 3px 0;
}
.leftNav li.on a:link,
.leftNav li.on a:visited,
.leftNav li.on a:hover,
.leftNav li.on a:active {
	color: #F36E21;
}

/* Registration box
========================================================================================== */
.register {
	background-color: #F36E23;
	padding: 10px 12px 4px;
	margin: 0 0 30px;
}
.register p {
	font-size: 0.687em;
	padding: 5px 0 10px;
	color: #000;
}
.register a
{
	color: #000;	
}
.register input {
	width: 148px;
	border: none;
	float: right;
	margin-bottom: 3px;
}
.register input.btn {
	width: auto;
	float: right;
	margin-top: 6px;
}

/* Search
========================================================================================== */
.searchResults h1 {
	font-size: 1.125em;
	margin-bottom: 25px;
}
.searchResults h1 strong {
	color: #F46E24;
}
.searchResults p {
	clear: left;
}
.searchResults em {
	font-style: normal;
	font-weight: bold;
	background-color: #F46E24;
}

/* Sitemap
========================================================================================== */
.Sitemap 
{
    padding: 30px 50px;
}
.Sitemap h1
{
	font-size: 1em;	
}
.Sitemap li
{
	font-size: 0.687em;
	margin-left: 15px;
	padding-bottom: 3px;	
    font-weight: bold;
}
.Sitemap ul 
{
    margin: 10px 0 5px;
    clear: left;
}
.Sitemap p
{
	font-size: 0.9em;
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns 
{
    float: left;
		padding: 10px 10px 0;
}
.pnlParaBtns select 
{
    position: relative;
    top: -4px;
}
.pnlParaBtns br {
	display: none;
}
.SiteHeader 
{
    float: left;
		clear: left;
		padding: 10px 10px 10px 30px;
}
.pnlConfirm 
{
    clear: left;
		float: right;
    margin: -35px 30px 0 0;
		display: inline;
}
.paraControls
{
    clear: left;
		width: 205px;
		padding-left: 30px;
}
.paraControls a:link,
.paraControls a:visited,
.paraControls a:hover,
.paraControls a:active 
{
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}