﻿/* Import the layout.css stylesheet */
@import url("layout.css");

/* Format the dividers */
body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #E0E8F0;
	background-attachment: scroll;
}
#PageContainer {
	width: 700px;
	background-color: #fff;
}
#MasterHeader {
	text-align: center;
	width: 100%;
	height: 140px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	background-color: #4E9258;
	background-image: url("../Images/Header.gif");
	background-repeat: no-repeat;
}
#BreadcrumbTrail {
	text-align: left;
	width: 700px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	background-color: #4E9258;
}
#LeftContainer {
	position: relative;
	float: left;
	width: 112px;
}
#MainNavigation {
	float: left;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #4E9258;
}
#SecondNavigation {
	float: left;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #387C44;	
}
#ContentContainer {
	float: left;
	width: 422px;	
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#MapContainer {
	width: 408px;	
	background-color: Transparent;
	padding: 2px;
	border: 1px solid #800517;
}
#ContactUsContainer {
	width: 400px;
}
#TextContainer {
	width: 410px;
}
#RightContainer 
{
	position: relative;
	float: right;
	width: 150px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#FooterContainer {
	width: 700px;		
	background-color: Transparent;
}
#FooterNavigation {
	width: 100%;
	text-align: center;
	clear: both;	
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #F0F8D0;
}
#LegalContent {
	width: 100%;
	text-align: left;
	clear: both;
	background-color: #E0E8F0;
}

/* Master Header Styles */
#MasterHeader h1 {
	color: #fff;
}
#MasterHeader h3 {
	color: #fff;
}

/* Breadcrumb Trail Styles */
#BreadcrumbTrail b {
	color: #fff;
	padding: 3px;
	font-size: 1em;
}

#BreadcrumbTrail a {
	color: #fff;
	text-decoration: none;
	padding: 3px;
	font-size: 1em;
}
#BreadcrumbTrail a:hover {
	color: #800517;
	text-decoration: none;
}

#BreadcrumbTrail img {
	padding: 0;
}

/* Main Navigation Styles */
#MainNavigation .staticMenuItem {
    color: #fff;
    width: 112px;
    padding: 2px 0px 1px 0px;
    text-indent: 5px;
    background-color: #4E9258;
    text-decoration: none;
    border-bottom-color: #387C44;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    display:block;
}
#MainNavigation .staticMenuHover {
    color: #fff;
    background-color: #387C44;
}
#MainNavigation .dynamicMenu {
	background: #387C44;
}
#MainNavigation .dynamicMenuItem {
	width: 112px;
    color: #fff;
    background-color: #4E9258;
    padding: 3px;       
    text-decoration: none;
    border-bottom-color: #387C44;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 2px 0px 1px 0px;
    text-indent: 5px;
    display:block;
}
#MainNavigation .dynamicMenuHover {
    color: #fff;
    background-color: #387C44;
}
#MainNavigation .StaticSelectedStyle {
	color: #800517;
    background-color: #fff;
}
/* Second Navigation Styles */
#SecondNavigation .staticMenuItem {
    color: #fff;
    width: 112px;
    padding: 3px;
    background-color: #387C44;
    text-decoration: none;  
    border-bottom-color: #4E9258;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    padding: 2px 0px 1px 0px;
    text-indent: 5px;
    display:block;
}

/* Content Styles */
#ContentContainer h6 {
	color: #800517;
	background-color: #E0E8F0;
	background-position: top;
	width: 100%;
	text-indent: 2px;
}
#ContentContainer h5 {
	color: #800517;
	background-color: #E0E8F0;
	background-position: top;
	width: 100%;
	text-indent: 2px;
}
#ContentContainer h4 {
	color: #800517;
	background-color: #E0E8F0;
	background-position: top;
	width: 100%;
	text-indent: 2px;
}
#ContentContainer h3 {
	color: #800517;
	background-color: #E0E8F0;
	background-position: top;
	width: 100%;
	text-indent: 2px;
}
#ContentContainer h2 {
	color: #800517;
	background-color: #F0F7FF;
	background-position: top left;
	width: 100%;
	text-indent: 2px;
}
#ContentContainer h1 {
	color: #800517;
	background-color: #E0E8F0;
	background-position: top left;
	width: 100%;
	text-indent: 2px;
}

/* Gallery Styles */
.ThumbStyle {
	width:100px; 
	height:100px;
	text-align:center; 
	vertical-align:middle;
	padding: 5px;
}
.ThumbDataList {
	border: 1px solid #387C44;
	margin-left:10px;
	margin-right:10px;
}
/* Gallery Breadcrumb Trail Styles */
#GalleryBreadcrumbTrail {
	text-align: left;
	width: 100%;
	background-color: #F0F8D0;
	text-indent: 5px;
}

/* Right Container Styles */
#RightContainer h6 {
	color: #fff;
	background-color: #800517;
	background-position: top;
	width: 100%;
}
#RightContainer h5 {
	color: #fff;
	background-color: #800517;
	background-position: top;
	width: 100%;
}
#RightContainer h4 {
	color: #fff;
	background-color: #800517;
	background-position: top;
	width: 100%;
}
#RightContainer h3 {
	color: #fff;
	background-color: #800517;
	background-position: top;
	width: 100%;
}
#RightContainer h2 {
	color: #fff;
	background-color: #800517;
	background-position: top left;
	width: 100%;
}
#RightContainer .tblRepeater {
	width: 100%;
	font: 10pt Calibri; 
	color: #fff;	
}
#RightContainer .trRepeaterHeader {
	background-color: #387C44;
}
#RightContainer .trRepeaterData {
	 background-color: #4E9258;
}

/* Footer Navigation Styles */
#FooterNavigation p {
	color: #808080;
	margin-top: 0px;
}
#FooterNavigation a {
	color: #800517;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	font-size: 0.9em;
	text-align: center;
}
#FooterNavigation a:hover {
	color: #33627d;
	text-decoration: none;
}

/* Legal Content Styles */
#LegalContent p {
	color: #808080;
	margin-top: 5px;
}

/* General Styles */

/* text styles */
a {
	color: #800517;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Drop Down List Styles */
.ddl {
   color: #800517;
   width: 150px;
   font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight: bold;
   background-color: #F0F7FF;
   border: 1px solid;
   border-top-color: #696;
   border-left-color: #696;
   border-right-color: #363;
   border-bottom-color: #363;
   margin: 5px;
   margin-top: 10px;
   filter: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

/* Button Styles */
.btn {
   color: #800517;
   width: 80px;
   font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight: bold;
   background-color: #F0F7FF;
   border: 1px solid;
   border-top-color: #696;
   border-left-color: #696;
   border-right-color: #363;
   border-bottom-color: #363;
   margin: 5px;
   margin-top: 10px;
   filter: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
.btnhov {
	border-color:#387C44;
}
.btnContactUsSubmit {
	float: right;
	width: 80px;
	color: #800517;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #F0F7FF;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	margin: 5px;
	margin-top: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
.btnContactUsReset {
	float: left;
	width: 80px;
	color: #800517;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #F0F7FF;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	margin: 5px;
	margin-top: 10px;
	filter: progid:DXImageTransform.Microsoft.Gradient
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

/* Repeater Styles */
.tblRepeater {
	width: 100%;
	font: 10pt Calibri; 
	color: Black;	
}
.trRepeaterHeader {
	background-color: #800517;
	color: #fff;
}
.trRepeaterData {
	 background-color: #E0E8F0;
}

/* Contact Us Table*/
.tblContactUs {
	 Width: 100%;
}
.trSingleColumn {
	 Width: 100%;
}
.trDoubleColumn {
	Width: 100%;
}
.tcSingleColumn {
	 Width: 100%;
}
.tcDoubleColumn {
	Width: 100%;
}
.tcContactUsDataLbl {
	 Width: 20%;
}
.tcContactUsDataTB {
	width: 80%;
}

/* Output Text Controls */
.Lbl {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align:left;	
}
.LblData {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 10px;	
}
.TextBox {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	Width: 241px; 
}
.MultiRowTextBox {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	Width: 98%;
	height: 99px;
	overflow: hidden;
}

/* Messages */
.WarningMessage {
	font-size: 1em;
	 font-weight: bold;
	 color: #B02020;
}
.SuccessMessage {
	 font-size: 1em;
	 font-weight: bold;
	 color: #30C830;
}

/* Images */
.ThumbImage {
	border: 1px solid black;
	margin: 3px;
	Width: 120px; 
}
.SmallThumbImage {
	margin: 3px;
	Width: 60px; 
}
.SmallRightImage {
	border: 1px solid black;
	margin: 3px;
	margin-right: 0px;
	Width: 100px; 
}
.SmallLeftImage {
	border: 1px solid black;
	margin: 3px;
	margin-left: 0px;
	Width: 100px; 
}
.MediumRightImage {
	border: 1px solid black;
	margin: 3px;
	margin-right: 0px;
	Width: 200px;
}
.MediumLeftImage {
	border: 1px solid black;
	margin: 3px;
	margin-left: 0px;
	Width: 200px;
}
.LargeRightImage {
	border: 1px solid black;
	margin: 3px;
	margin-right: 0px;
	Width: 200px;
}
.LargeLeftImage {
	border: 1px solid black;
	margin: 3px;
	margin-left: 0px;
	Width: 200px; 
}
.RightImage {
	border: 1px solid black;
	margin: 3px;
	margin-right: 0px;
}
.LeftImage {
	border: 1px solid black;
	margin: 3px;
	margin-left: 0px;
}
.FullWidthImage {
	border: 1px solid black;
	margin: 3px;
	margin-left: 0px;
	width: 405px;
}
