﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background:#FAF4D4 url(../Images/bkg_img_01.jpg) repeat-x;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:1.4em;
	color:#472D08;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MAIN NAV 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	width:700px;
	position:relative;
	font-family: Calibri;
	font-size: 14pt;
	color: White;
	margin-top: 280px;
}

/*#nav-main div {
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}*/

#nav-main ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:active,
#nav-main a:visited {
	color:White;
	text-decoration:none;
}

#nav-main a:hover {
	color:White;
	text-decoration:underline;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:White;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:White;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color: White;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER-SUB
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
	font-size:1.0em;
	font-family: Calibri;
	color:#000000;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#666666;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADINGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LINKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#006600;
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	color:#006600;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	/*font-size: 11pt;*/
}

a:active {
	color:#006600;
}

#top-menu a.StaticSelectedStyle:link,
#top-menu a.StaticSelectedStyle:visited,
#top-menu a.StaticSelectedStyle:active 
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINER 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*	CONTENT CONTAINER - THREE COLUMN */

#content-container-three-column {
	margin-top:3px;
	width:800px;
	position:relative;
	}

#content-main-three-column {
	width:355px;
	float:left;
	margin-left:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
		Modal Popup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.popupControl {
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.modalPopup {
	background: white url(../Images/Content_Top_Bkgd.png) no-repeat;
	border: solid 3px #472D08;
}

#buttonclose {
	float: right;
	padding-right: 5px;
}

.popup-header {
	float: left;
	padding-left: 10px;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 5px;
}

.popup-close {
	float: right;
	padding-right: 5px;
	font-size: 11pt;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#HeaderContainer {
	margin: 0px auto 0px auto;
	position: relative;
	width: 950px;
	height: 25px;
	vertical-align: middle;
}

#bookmark-container {
	width: 950px;
	height: 25px;
	margin: 5px auto 0px auto;
	position: relative;
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
}

#menu-container {
	float: left;
	width: 650px;
	height: 25px;
	position: relative;
	margin: 10px auto 0px auto;
	padding-left: 20px;
}

#top-menu {
	position: relative;
	color: White;
}

#header-image {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 350px;
	vertical-align: middle;
	background: url(../Images/slideshow_container_bkgd.jpg) no-repeat;
}

#ContentContainer {
	margin: 0px auto 0px auto;
	position: relative;
	width: 950px;
	vertical-align: middle;
}

#weather-container {
	margin: 0px auto 0px auto;
	width: 950px;
	height: 20px;
	position: relative;
	vertical-align: middle;
	background: url(../Images/Content_Img_Bkgd.jpg) repeat-y;
	clear: both;
}

#FooterContainer {
	width: 950px;
	margin: 0px auto 0px auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
	clear: both;
	position: relative;
	background: url(../Images/Content_Img_Bkgd.jpg) repeat-y;
	border-bottom: solid 1px #472D08;
}

.weather {
	width: 950px;
	position: relative;
	padding-left: 100px;
}

.hr-container {
	width: 950px;
	clear:both;
	height: 5px;
	position: relative;
	margin: 10px auto auto auto;
	padding-bottom: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CONTENT CONTAINERS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#content-container {
	margin: 0px auto 0px auto;
	width: 950px;
	height: auto;
	position: relative;
	background: url(../Images/Content_Img_Bkgd.jpg) repeat-y;
	vertical-align: middle;
	z-index: 0;
	}
	
	#left-content-container {
	width: 660px;
	margin-left: 10px;
	float: left;
	position: relative;
	padding-top: 10px;
	z-index: 0;
}

#right-content-container {
	width: 250px;
	margin-right: 10px;
	float: right;
	position: relative;
	padding-top: 10px;
	z-index: 0;
}

.left-content-column {
	width: 660px;
	text-align:justify;
	padding: 5px 5px 0px 5px;
	border: solid 1px #A29A77;
	background: url(../Images/Content_Top_Bkgd.png) no-repeat;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

#left-menu-container {
	width: 445px;
	margin-left: 10px;
	float: left;
	position: relative;
	padding-top: 10px;
	z-index: 0;
}

#right-menu-container {
	width: 445px;
	margin-right: 10px;
	float: right;
	position: relative;
	padding-top: 10px;
	z-index: 0;
}
.left-menu-column {
	width: 445px;
	text-align:justify;
	padding: 5px 5px 0px 5px;
	border: solid 1px #A29A77;
	background: url(../Images/Content_Top_Bkgd.png) no-repeat;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.right-menu-column {
	width: 445px;
	text-align:justify;
	padding: 5px 5px 0px 5px;
	border: solid 1px #A29A77;
	background: url(../Images/Content_Top_Bkgd.png) no-repeat;
	position: relative;
	float: right;
	margin-bottom: 10px;
}