﻿/*
'**************************************************************************************************
'*																																																*
'*	OTW1.css																																											*
'*																																																*
'**************************************************************************************************
*/

body 
{
	margin:0;
	font-family:Sans-Serif;
	font-size:90%;
	color: Navy;
	background-color:#d7e6f8;
	background-image:url('images/BG5.gif');
	background-position:center;
	background-repeat:repeat-y;
}

.body_style
{
	width:960px;
	margin: auto;
	text-align:left;
	color:Navy;
	background-color:White;
	padding: 00px;
	padding-top:0;
}

.FooterContent
{
	clear: both;
	font-size:80%;
	text-align:center;
	margin: 24px;
}

.FooterCopyright
{
	font-size:70%;
	text-align:center;
	margin: 24px;
}

/**************************************************************************************************\
|*																																																*|
|*	Page Menu																																											*|
|*																																																*|
\**************************************************************************************************/

.PageMenu
{
	text-align: right;
	color: Navy;
	padding: 2px;
	margin: 4px;
	margin-left: 0;
	margin-right: 0;
	padding-right: 4px;
	border-style: none;
	background-color: #e0e0e0;
}

/******************************************************
'*****
'*****	OTW1 Elements
'*****
*******************************************************/

body
{
	color:#404040;
}

h1
{
	color:Navy;
	background-color:#d0ddfb;
	font-size:120%;
}

h2
{
	font-weight:bold;
	font-size:110%;
}


.CommunitiesOnTheWeb
{
	font-variant:small-caps;
	font-weight:bold;
}

.HomePageMainSection
{
	background-color:#eeffff;
	border: solid 1px silver;
	color:Blue;
	font-size:115%;
	padding:15px;
	margin-bottom:20px;
}

.HomePageSectionHeader
{
	font-weight:bold;
	font-size:135%;
	color: Navy;
	background-color:Transparent;
}

.OTW1_HeaderTitle
{
	background-color:#eeeeee;
	color:Navy;
	font-size:110%;
	font-weight:bold;
	padding:5px;
	margin-top:0;
	text-align:center;
}

.OTW1_HeaderList
{
}

.HomePageAbout
{
	color:#0041a7;
	background-color:#bed1ec;
	font-size:150%;
	font-weight:bold;
	padding:20px;
	margin:20px;
	text-align:center;
}

.HomePageFeaturesBox
{
	background-image:url('images/BG-Grad2.gif');
	background-position:left;
	background-repeat:repeat-y;
	padding:15px;
	height:100%;
}

.HomePageFeatureTitle
{
	background-color:#155abc;
	color:White;
	padding:15px;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:15px;
}

.HomePageFeatureDetail
{
	padding:10px;
}

.FeatureSection
{
	border: solid 1px #155abc;
	width: 685px;
	margin-left: 19px;
	margin-bottom: 24px;
}

.FeatureSectionHeader
{
	background-color: #155abc;
	color: White;
	padding: 6px;
	font-size: 120%;
	font-weight: bold;
}

.FeatureSectionContent
{
	padding:12px;
}

.PageContentSection
{
	border: solid 1px #155abc;
	margin: 24px;
}

.PageContentSectionHeader
{
	background-color: #155abc;
	color: White;
	padding: 6px;
	font-size: 120%;
	font-weight: bold;
}

.PageContentSectionContent
{
	padding:12px;
}

hr
{
	border:0; 
	border-bottom: solid 1px #155abc;
}

.FeatureSectionTable
{
	margin-top:10px;
	margin-left:20px;
	border:solid 1px #155abc;
	padding:0;
	border-collapse:collapse;
	width:685px;
}

.FeatureSectionTitleCell
{
	background-color:#155abc;
	color:white;
	padding:5px;
	margin:0;
	font-size:120%;
	font-weight:bold;
}

.FeatureSectionContentCell
{
	padding-top:15px;
	padding-left:25px;
	padding-right:15px;
	padding-bottom:10px;
	text-indent:-15px;
}

.FeaturesPageChimney
{
	float: right;
	border-left: solid 1px #155abc;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 36px;
	margin-right: 20px;
	width: 200px;
}

.FeaturesPageChimneyHeader
{
	color:#0041a7;
	background-color:#bed1ec;
	font-size:125%;
	font-weight:bold;
	padding:10px;
	text-align:center;
}




.OTW_MainLinks
{
	color: white;
	background-color:#155abc;
	padding:5px;
}

.OTW_MainLinks a:link
{
	color: white;
	text-decoration:none;
	padding:5px;
}

.OTW_MainLinks a:visited
{
	color: white;
	text-decoration:none;
	padding:5px;
}

.OTW_MainLinks a:hover
{
	background-color:#003898;
	color: yellow;
	text-decoration: underline;
	padding:5px;
}

.OTW_MainLinks_Active
{
	font-weight:bold;
	color:#ffffff;
}

.OTW_SecondaryLinks
{
	color: Navy;
	background-color:#81a3c9;
	padding:5px;
}

.OTW_SecondaryLinks a:link
{
	color: maroon;
	text-decoration:none;
	padding:5px;
}

.OTW_SecondaryLinks a:visited
{
	color: maroon;
	text-decoration:none;
	padding:5px;
}

.OTW_SecondaryLinks a:hover
{
	color: yellow;
	text-decoration: underline;
	background-color: #003898;
	padding:5px;
}

/******************************************************
'*****
'*****	Features Page
'*****
*******************************************************/

.TourSectionHeader
{
	font-size:110%;
	font-weight:bold;
}

.FeatureName
{
	font-size:110%;
	font-weight:bold;
}

.FeaturesTitle
{
	font-size: 120%;
	font-weight:bold;
}

.FeaturesOverview
{
	margin:20px;
}

.BlogNavDiv
{
	margin: 20px;
}

.BlogNavDiv a:link
{
	color: Maroon;
	text-decoration: none;
}

.BlogNavDiv a:visited
{
	color: Maroon;
	text-decoration: none;
}

.BlogNavDiv a:hover
{
	color: Red;
	text-decoration: underline;
}

.QuoteRequest_FAQ_Q
{
	font-weight: bold;
	margin-bottom: 8px;
	color: Maroon;
}

.QuoteRequest_FAQ_A
{
	margin-bottom: 8px;
	color: Navy;
}

.PriceQuote
{
	width: 90%;
	margin-top: 12px;
	margin-left: 5%;
	margin-right: 5%;
	border: solid 1px #155abc;
}

.PriceQuote_Header
{
	background-color: #155abc;
	color: Yellow;
	padding: 6px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.PriceQuoteContent
{
	padding: 12px;
}

.PriceQuote_SectionHeader
{
	font-weight: bold;
	margin-top: 18px;
}

.PriceQuote_SectionContent
{
	padding-top: 8px;
	padding-right: 18px;
	padding-left: 18px;
}

.PrivacyHeading
{
	margin-top:12px;
	margin-bottom: 12px;
	font-size: 120%;
	font-weight: bold;
}

.PrivacyDateSection
{
	padding: 24px;
	font-weight:bold;
}

.PrivacySectionHeading
{
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight:bold;
}

.PrivacySectionContent
{
	padding: 8px;
}
