﻿body, table
{
	background: #D8E5F5;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	font-family: Book Antiqua, Palatino Linotype, Palatino, Serif;
	font-size: 16px; 
	color: #003471;
	line-height: 22px;
}

/* table with borders */
table
{
	border: solid 1px #696A6C;
}

td
{
	border: solid 1px #696A6C;
    margin: 0;
    padding: 4px;
}

/* headings */
h1, .Heading1
{
	font-size: 22px;
	font-family: Book Antiqua, Palatino Linotype, Palatino, Serif;
	color: #003471;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2,h3,h4, .Heading2, .Heading3, .Heading4
{
	font-family: Book Antiqua, Palatino Linotype, Palatino, Serif;
	color: #003471;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2, .Heading2 { font-size: 20px; border-top: solid 1px #7293da; margin-top: 30px; padding-top: 3px; }
h3, .Heading3 { font-size: 18px; }
h4, .Heading4 { font-size: 16px; }

/* Paragraphs */
p, .Para
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Hyperlinks */
a
{
	text-decoration: none;
	color: #7293da; /* #468211;*/
}

a:hover
{
	text-decoration: underline;
}
		
/* simple classes */
.NoBorder { border: none; }

.ClearBoth { clear: both; }

.ExtraLargeText { font-size: 130%; }
.BigText { font-size: 110%; }
.NormalText { font-size: 100%; }
.SmallText { font-size: 90%; }		

.Central { text-align: center; }

.PicLeft { float:left; padding: 0 10px 0 0; border: none; }
.PicRight { float:right; padding: 0 0 0 10px; border: none; }

.ErrorLabel { color: #ff0000; font-weight: bold; }
.Tip { color: #00498d; font-size: 11px; font-weight: bold; }

.Spacing20 { width: 100%; height: 20px; }
.Spacing { width: 100%; height: 10px; }
.Spacing5 { width: 100%; height: 5px; }
.Spacing2 { width: 100%; height: 2px; }
.Spacing8 { width: 100%; height: 8px; }

.hidden { display: none; }
.unhidden { display: block; }

.Bold { font-weight: bold; }

.Overflow { overflow: auto; }

/* Standard warnings */
.InfoMsg 
{	
	background: #d8e5f5 url(Graphics/info1.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

.ErrorMsg
{	background: #d8e5f5 url(Graphics/error.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

.WarningMsg
{
	background: #d8e5f5 url(Graphics/warning.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

/* wrapper */
.Wrapper
{
	width: 845px;
	margin: 0 auto 0 auto;
}

/* left stripe */
.LeftStripe { background: transparent url(Graphics/horizbg.gif) repeat-y; }

/* Page banner */
#Banner
{
	background: #b1c5dd url(Graphics/banner.gif) no-repeat scroll center center;
	height: 150px;
}	


/* menu navigator */
#Navigator
{
	background: #003471; /* #040426; #0d5fa4; */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}	

/* Styles for Menu Items */
#Navigator a 
{
	float: left;
	display: block;
	width: 24%;
	height: 100%;
	color: #ffffff; /* #67a1d2;*/
	text-align: center;
	font-size: 18px;
}

#Navigator a:hover 
{ 
	background: #220979; /* #1b1b3a;*/
	color: #ffffff;
	text-decoration: none;
}	

		
/* content */
.ContentWrapper { background-color: #D8E5F5; }
.Content { padding: 10px 0 10px 0; width: 845px; margin: 0 auto 0 auto; }
	
/* footer */
#Footer
{
	width: 100%;
	margin: 0 auto 0 auto;
	clear: both;
	background: #003471; /*#220979;  #1b1b3a;*/
	padding: 15px 0 15px 0;
	text-align: right;
	font-size: 12px;
	color: #dcdcdc; /* #ebf2fa; */
}

#Footer a { color: #ffffff; /* #548BC0; */ font-size: 15px; }
#Footer a:hover { color: #ffffff; }

#Credits
{
	line-height: 40px;
	text-align: right;
}


#ColLeft
{
	font-size: 10px;
	float:left;
	padding-top: 20px;
	width: 69%;
	text-align: left;
}

#ColRight
{
	font-size: 10px;
	float:right;
	text-align: right;
	padding-top: 20px;
	width: 20%;
}

#ColRight a { font-size: 10px; }
	
/* highlight a section */
.ShowMe { color: #548BC0; font-size: 16px; margin-bottom: 40px; }
.ShowMeSomeMore { color: #548BC0; font-size: 16px; margin-top: 30px; }

/* quotes */
blockquote
{ 
	background: transparent url(Graphics/quote-open.gif) no-repeat scroll top left; 
	padding-top: 10px;
	margin: 20px 20px 20px 20px;
	font-style: italic;
	font-size: 18px;
	color: #1849B5; /* #548BC0; */
}

blockquote div
{
	background: transparent url(Graphics/quote-close.gif) no-repeat scroll bottom right;
	padding: 0 50px;
}

.homeblock { width: 240px; text-align: center; }


/* contact page */
#Contact
{
	padding-top: 20px;
}

#ContactForm
{
	float:left;
	width: 52%;
	padding-right: 4%;
	/* border-right: solid 1px #dcdcdc;*/
}

#ContactMap
{
	float: right;
	width: 40%;
}

/* home page */
#HomePics { height: 380px; margin-bottom: 20px; }
.HomeCol2 { float: left; margin-left: 10px; height: 380px; width: 275px; }
.HomeCol1 { float:left; height: 380px; width: 275px; }

#HomeQuotes
{
	height: 60px;
	border-bottom: solid 1px #ebf2fa;
	margin-bottom: 20px;
}

.Quote1 { float:left; height: 100%; }
.Quote2 { float: right; text-align: right; height: 100%; }
.QuoteBy { font-size: 10px; color: #0d5fa4; padding-right: 20px;}

/* quotes */
blockquote
{ 
	background: transparent url(Graphics/quote-open.gif) no-repeat scroll top left; 
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
	font-size: 14px;
	color: #0d5fa4;
}

blockquote div
{
	background: transparent url(Graphics/quote-close.gif) no-repeat scroll bottom right;
	padding: 0 30px;
}

/* prices */
.Prices { clear: both; margin-top: 10px; height: 108px; }
.Prb { float:left; width: 85%; }
.Pr { float: right; width: 14%; text-align: right; font-weight: bold; padding-top: 66px; color: #1849B5;}
	
.Watermark { background: transparent url(Graphics/watermark.jpg) no-repeat scroll center center; }	

/* Gallery */
.GalleryLine
{
	width: 100%;
	height: 200px;
	padding: 0 0 10px 0;
}

.ImageHolder
{
	float:left;
	width: 200px;
	height: 200px;
	padding: 0 5px 0 5px;
	text-align: center;
}
