#container{
	width:806px;
	margin:auto;
	margin-top:10px;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-y;

}

.containerLeft{
	width:300px;
	margin:4px 4 px 44px 4px;
	padding-left:5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float:right;
	border: 1px solid;
	border-color: #8B854F;
	font-size:11px;
}

.downloadsLeft{
	padding-left:5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	float:left;
	border-top: 1px solid;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
	border-color: #8B854F;
	width: 355px;
}

.downloadsRight{
	padding-left:5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	float:right;
	border-top: 1px solid;
	border-left: 1px dotted;
	border-bottom: 1px dotted;
	border-color: #8B854F;
	width: 355px;
}

.downloadsHeadingL{
	padding-left:5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 2px solid;
	border-color: #8B854F;
	float: left;
	width: 355px;
}
.downloadsHeadingR{
	float:right;
	padding-left:5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top: 2px solid;
	border-color: #8B854F;
	width: 355px;
}


.facilitiesLeft{
	width:360px;
	height:225px;
	padding-left:10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	float:left;
	border-top: 1px solid;
	border-right: 1px dotted;
	border-bottom: 1px solid;
	border-color: #8B854F;
}

.facilitiesRight{
	width:360px;
	height: 225px;
	padding-left:10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	float:right;
	border-top: 1px solid;
	border-left: 1px dotted;
	border-bottom: 1px solid;
	border-color: #8B854F;
}

.clear{
	clear:both;
}

#sitemap_bar{
	width:806px;
	height:33px;
	background-image:url(../images/sitemap_bar.jpg);
	background-repeat:no-repeat;
}

.navigation_bar{
	 padding-top:5px;
}

#header{
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-y;
	width:806px;
	height:290px;
	
}

.header_container{
	margin:auto;
	width:806px;
	height:294px;
	background-image:url(../images/header_bg_big.png);

}

.logo{
	width:274px;
	padding:2px 0px 0px 8px;
}


#main{
}

.main_container{
	padding:20px;
	width:755px;
	margin:auto;
	background-color:#084d86;
	background-image:url(../images/main_container_bg.gif);
	background-repeat:repeat-x;
	color:#fff;
}

/**main Links**/
a {
	color:#D4D4D4;
	text-decoration: none;
}

a:hover{
	color:#CCC;
	text-decoration:underline;
}

a:active{
	color:#FFFF33;
}
a:visited{
	color:#D4D4D4;
}


#footer{
	width:806px;
	height:62px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
}


.footer_Content {
    font-size:11px;
	clear: both;
	margin: auto;
	text-align: center;
	color: #736E3F;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}



/**footer links**/
a.footer {
	color: #736E3F;
	text-decoration: none;
}

a.footer:hover{
	color:#BCBC78;
	text-decoration:underline;
}

a.footer:active{
	color: #736E3F;
	text-decoration:none;
}
a.footer:visited{
	color:#736E3F;
}

/**Styles**/
.solidLine {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
.boldText {
	line-height: normal;
	font-weight: bold;
	color: #FFFFCC;
}
.dottedLines {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #736E3F;
}
.dottedBottomandRight {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #89834B;
	border-bottom-color: #736E3F;
}

.solidTandB {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8B854F;
	border-bottom-color: #8B854F;
}



#contactInfo {
	float: left;
	width: 100%;
	clear: both;
}

.drivingMap {
	clear: both;
	float: left;
	border: 1px solid #990;
}

/**contact page links**/

a.contact {
	color: #A69E60;
	text-decoration: none;
	font-weight: bold;
}

a.contact:hover{
	color:#CCC;
	text-decoration:underline;
	font-weight: bold;
}

a.contact:active{
	color:#A69E60;
	text-decoration:none;
	font-weight: bold;
}
a.contact:visited{
	color:#A69E60;
	text-decoration:none;
	font-weight: bold;
}
/**headings for cabs, entrances etc.. fonts**/
h6{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
.Alert {
	color: #FFFF78;
}

