﻿/*Load Default Rules*/
@import url("../Default/Stylesheet.css");

body
{
	margin:0px;
}

body, p, span, li, ul, ol, td
{
	font-family:Georgia, Times New Roman;
	font-size: 13px;
}

#divContentArea p, #divContentArea span, #divContentArea li, #divContentArea ul, #divContentArea ol, #divContentArea td
{
	line-height:18px;
} 

p
{
	margin-top:10px;
	margin-bottom:10px;
}

H1 + p
{
	margin-top:0px;
}

H1
{
	color: #8F0000;
	margin-top:0px;
	margin-bottom:3px;
	font-size:22px;
	word-spacing:-2px;
}

* + H1
{
	margin-top:14px;
}

H2
{
	color:#6B5736;
	font-size:18px;
}

H3
{
	color: #719854;
	font-size:16px;
}

A:link
{
	color: #4890CC;
	text-decoration: underline;
}
	
A:visited
{
	color: #79633E;
	text-decoration: underline;
}
	
A:hover
{
	color: #8F0000;
	text-decoration: underline;
}


.ControlError
{
	background-color:#8F0000;
	color:White;
}


/**********************************************
/* Layout Styles 
**********************************************/
form
{
	width:auto;
	margin:0px;
}

#divBoundary
{
	/*Centered*/
	width:1076px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#divHeader
{
	width:1076px;
	height:273px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#divMiddle
{
	width:1074px;/*1076 wide with borders*/
	border-left:solid 1px #231f20;
	border-right:solid 1px #231f20;
	background-color:White;
	padding-top:37px;
	padding-bottom:10px;
}

#tdContent, #tdLeft
{
	text-align:left;
	vertical-align:top;
}

#tdLeft
{
	border-right:solid 1px #595758;
}

#divLeft
{
	width:189px;	
}

#divLeft .MarginTop
{
	/*This serves as a margin and also way to control the table cell's right border starting point*/
	position:relative;
	right:-10px;
	background-color:White;
	height:19px;
	width:100%;
}

#divMenu
{
	width:160px;
	overflow:hidden;
	margin-left:18px;
	margin-bottom:28px;
	position:relative;
	top:6px;
}


#divLeft .divDirections
{
	background-image:url(images/flag.png);
	background-repeat:no-repeat;
	height:319px;/*image height only 288*/
	width:179px;
	margin-bottom:30px;
	position:relative;
	right:-18px;
	overflow:hidden;
	vertical-align:top;
	text-align:left;
	font-style:italic;
}

#divLeft .divDirections .Inner
{
	position:absolute;
	top:173px;
	left:31px;
	width:112px;
	overflow:hidden;
	color:White;
	font-size:18px;
	line-height:20px;
	word-spacing:-1px;
}

#divLeft .divDirections .Note
{
	position:absolute;
	width:100%;
	bottom:0px;
	right:11px;
	color:#8F0000;
	font-size:13px;
	line-height:15px;
	letter-spacing:1px;
	text-align:center;
	font-weight:bold;
}

#divContentArea
{
	width:824px;
	margin-left:41px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:21px;
	overflow:hidden;
	text-align:left;
	vertical-align:top;
	
	height:auto;
	min-height:300px;
}

.MultiPage_Photos
{
	/*Total width & height with padding 443 x 670*/
	background-image:url(images/PhotoBackgroundbox.jpg);
	background-repeat:no-repeat;
	width:415px;
	height:650px;
	padding-left:14px;
	padding-right:14px;
	padding-top:15px;
	margin-left:35px;
	overflow:hidden;
	position:relative;
	float:right;
}

.MultiPage_Photos .pageLeft, .MultiPage_Photos .pageRight
{
	position:absolute;
	bottom:95px;
	width:30px;
	height:20px;
	border:solid 0px black;
	cursor:pointer;
}

.MultiPage_Photos .pageLeft
{
	left:110px;
}

.MultiPage_Photos .pageRight
{
	right:110px;
}

#divFooter
{
	height:83px;
	width:1076px;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
}

/**************** Contact Page Style *****************/

.moduleContact
{
}

.tblContact
{
	margin-left:10px;
}

.tblContact td 
{
	height:10px;
	line-height:10px;
}

.tblContact td.ContactLabel
{
	padding-right:10px;
}

