﻿/* Import the layout.css stylesheet */
@import url("layout.css");

/* Format the dividers */
body {
	font-family: Garamond, Calibri, Arial Black, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #F0F0E0;
	background-attachment: scroll;
}
#PageContainer {
	width: 700px;
	background-color: #fff;
}
#MasterHeader {
	text-align: center;
	width: 700px;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	background-color: #FFFFE0;
}
#BreadcrumbTrail {
	text-align: left;
	width: 700px;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	background-color: #FFFFC0;
	font-variant: small-caps;
	font-weight: bold;
	text-indent: 10px;
	font-size: 0.9em;
}
#LeftContainer {
	position: relative;
	float: left;
	width: 150px;	
	font-size: 0.9em;
}
#MainNavigation {
	float: left;
	width: 100%;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	background-color: #FFFFC0;
	font-variant: small-caps;
	font-weight: bold;
}
#DownloadMenu {
	float: left;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#PartiesText {
	float: left;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#ContentContainer {
	float: left;
	width: 543px;	
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	font-family: Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFC0;
	font-size: 1em;
	font-variant: normal;
}
#MapContainer {
	width: 520px;	
	background-color: Transparent;
	padding: 2px;
	border: 1px solid #008080;
}
#ContactUsContainer {
	width: 520px;
}
#TextContainer {
	width: 533px;
}
#ImageContainer {
	width: 450px;
}
#FooterContainer {
	width: 700px;		
	background-color: Transparent;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.9em;
}
#FooterNavigation {
	width: 100%;
	text-align: center;
	clear: both;	
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	background-color: #FFFFC0;
}
#LegalContent {
	width: 100%;
	text-align: left;
	clear: both;
	background-color: #F0F0E0;
}

/* Breadcrumb Trail Styles */
#BreadcrumbTrail b {
	color: #008080;
	padding: 3px;
	font-size: 1em;
}

#BreadcrumbTrail a {
	color: #008080;
	text-decoration: none;
	padding: 3px;
	font-size: 1em;
}
#BreadcrumbTrail a:hover {
	color: #F38248;
	text-decoration: none;
}
#BreadcrumbTrail img {
	padding: 0;
}

/* Main Navigation Styles */
#MainNavigation .staticMenuItem {
    color: #008080;
    width: 150px;
    padding: 6px;
    padding-left: 3px;
    background-color: #FFFFC0;
    text-decoration: none;
    border-bottom-color: #308850;
    border-bottom-style: dotted;
    border-bottom-width: 1px;  
}
#MainNavigation .staticMenuHover {
    color: #008880;
    background-color: #F0E8A0;
}
#MainNavigation .dynamicMenu {
	margin-bottom: 0px;
	background: #FFFFC0;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
}
#MainNavigation .dynamicMenuItem {
	width: 130px;
    color: #008080;
    background-color: #FFFFC0;
    padding: 6px; 
    padding-left: 3px;      
    text-decoration: none;
    border-bottom-color: #308850;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 1px; 
}
#MainNavigation .dynamicMenuHover {
    color: #008880;
    background-color: #F0E8A0;
}

/* Content Styles */
#ContentContainer h6 {
	color: #008080;
	background-color: #FFFFC0;
	background-position: top;
	width: 100%;
	text-indent: 4px;	
	font-style: italic;
	font-variant: small-caps;
}
#ContentContainer h5 {
	color: #008080;
	background-color: #FFFFC0;
	background-position: top;
	width: 100%;
	text-indent: 4px;
	font-style: italic;
	font-variant: small-caps;
}
#ContentContainer h4 {
	color: #008080;
	background-color: #FFFFC0;
	background-position: top;
	width: 100%;
	text-indent: 0px;
	font-style: italic;
	font-variant: small-caps;
}
#ContentContainer h3 {
	color: #008080;
	background-color: #FFFFC0;
	background-position: top;
	width: 100%;
	text-indent: 2px;
	font-variant: small-caps;
	font-style: italic;
}
#ContentContainer h2 {
	color: #008080;
	background-color: #FFFFC0;
	background-position: top left;
	width: 100%;
	font-style: italic;
	font-variant: small-caps;
}
#ContentContainer h1 {
	color: #008080;
	background-color: #FFFFC0;
	background-position: top left;
	width: 100%;
	font-style: italic;
	font-variant: small-caps;
}

/* Footer Navigation Styles */
#FooterNavigation p {
	text-align:center;
	color: #008080;
	margin-top: 0px;
}
#FooterNavigation a {
	text-align:center;
	color: #008080;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}
#FooterNavigation a:hover {
	color: #F38248;
	text-decoration: none;
}

/* Legal Content Styles */
#LegalContent p 
{
	font-family: Calibri, Verdana, Arial;
	color: #808080;
	margin-top: 5px;
	font-variant: normal;
}

/* 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;
}

/* Button Styles */
.btnleft {
   color: #308850;
   width: 80px;
   font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight: bold;
   background-color: #F0F7FF;
   border: 1px solid #308850;
   margin: 5px;
   margin-top: 10px;
   float: right;
   filter: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
.btnleft:hover {
	border-color:#006000;
	color: #006000;
	background-color: #E0D8E0;
}
.btnright {
   color: #308850;
   width: 80px;
   font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   font-weight: bold;
   background-color: #F0F7FF;
   border: 1px solid #308850;
   margin: 5px;
   margin-top: 10px;
   float: left;
   filter: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}
.btnright:hover {
	border-color:#006000;
	color: #006000;
	background-color: #E0D8E0;
}

/* 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: Times New Roman, Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1em;
	font-weight: bold;
	text-align:left;	
}
.LblWarning {
	font-family: Times New Roman, Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	color: #B02020;
}
.LblData {
	font-family: Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;	
	font-size: 1em;
}
.TextBox {
	font-family: Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	Width: 241px; 
}
.MultiRowTextBox {
	font-family: Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:left;
	Width: 99%;
	height: 99px;
	overflow: hidden;
}

/* Messages */
.WarningMessage {
	font-size: 1em;
	font-weight: bold;
	color: #B02020;
	font-variant: normal;
}
.SuccessMessage {
	 font-size: 1em;
	 font-weight: bold;
	 color: #30C830;
	 font-variant: normal;
}

/* Images */
.SmallRightImage {
	margin: 5px;
	margin-right: 0px;
	Width: 100px; 
	Height: 100px;
}
.MediumRightImage {
	margin: 5px;
	margin-right: 0px;
	Width: 175px;
}
.MediumLeftImage {
	margin: 5px;
	margin-left: 0px;
	Width: 150px;
}
/* Contact Us Table*/
.MenuLbl {
	font-family: Times New Roman, Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	text-align:left;
	color: #404000;
}
.MenuLblPrice {
	font-family: Times New Roman, Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1em;
	text-align:left;
	color: #000080;
}
.MenuHeader {
	font-family: Times New Roman, Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	text-align:left;
	color: #000000;
}
.MenuDescription {
	font-family: Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.1em;
	text-align:left;
	color: #000040;
}
.MenuTitle {
	color: #008080;
	background-color: #FFFFC0;
	background-position: top;
	width: 100%;
	text-indent: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
}
.MenuComesWith {
	font-family: Times New Roman, Garamond, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align:left;
	color: #000000;
}
.MenuLblPrice {
	 float: left;
}
