@import url(//fonts.googleapis.com/css?family=Coustard);
/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn,  th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	background-image: url(../images/bg_purp.jpg);
	background-repeat: repeat;
	color: #606060;
}
a {
	color:#606060;
}
#PageContainer {
	width: 778px;
	margin: 0 auto 20px;
	box-shadow:0px 5px 60px #000;
}
#HeaderLeft {
	background-image: url(../images/HeaderLeft_purp.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 199px;
	width: 229px;
}
#HeaderRight {
	background-image: url(../images/HeaderRight_purp.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 199px;
	width: 549px;
}
#FooterTextContainer {
	padding-top: 50px;
	text-align: center;
	color: #000000;
}
#FooterTextContainer a{margin:0 6px;}

#TopNav {
	width: 546px;
}
#TopNavContainer {
	padding-top: 125px;
	padding-left: 8px;
}
#TopNav li {
	float: left;
	color: #4e4a90;
	font-size: 15px;
	text-align: center;
}
#TopNav a {
	font-family: 'Coustard', serif;
	margin-right: 2px;
	margin-left: 2px;
	padding-left: 10px;
	padding-right: 10px;
	color: #4e4a90;
	text-decoration: none;
	text-shadow:0px 1px 1px #fff;
	-moz-text-shadow:0px 1px 1px #fff;
	-webkit-text-shadow:0px 1px 1px #fff;
}
#TopNav a:hover {
	color: #480146;
}
#TextContainer p {
	margin-bottom: 10px;
}

#TopNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#LeftNav {
	width: 155px;
	float: left;
	display: inline;
}
#LeftNav li {
	display: block;
	width: 140px;
	margin-left: 11px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
	background-image: url(../images/NavIcon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#LeftNav a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
#LeftNav a:hover {
	color: #000000;
}
#MainContent {
	width: 622px;
	float: left;
	display: inline;
}
#TextContainer {
	padding-right: 30px;
	padding-left: 25px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #1d1a5f;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	font-style: italic;
	color: #666666;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}
.ClearBoth {
	clear: both;
}
#ContentContainer {
	background-image: url(../images/PageBg.jpg);
	background-repeat: repeat-y;
}
#Footer {
	background-image: url(../images/Footer.jpg);
	height: 98px;
	font-weight: bold;
	background-repeat: no-repeat;
}
#Footer a {
	text-decoration:none;
	color:#000;
}
#Footer a:hover {
	color:#4e4a90;
}
#LeftNav .BottomItem {
	background-image: url(../images/NavIcon2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#TextContainer ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#TextContainer li {
}
#TextContainer ol {
	list-style-type: decimal;
	margin-left: 15px;
	margin-bottom: 10px;
}
#TextContainer ol li {
	margin-bottom: 5px;
	margin-left: 10px;
}
#TopNav-2ndRow {
	width: 546px;
}
#TopNav-2ndRowContainer {
	padding-top: 12px;
	padding-right: 12px;
}

#TopNav-2ndRow li {
	float: right;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}
#TopNav-2ndRow a {
	margin-right: 2px;
	margin-left: 2px;
	color: #666666;
	text-decoration: none;
}
#TopNav-2ndRow a:hover {
	color: #000000;
}
#MainContent h3 {
	color: #000000;
	font-size: 18px;
	margin-top: 5px;
}
#HomeOnline {
}
#HomeOnline td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}

.dropShad{
	border:3px solid #fff;
	box-shadow:	0px 3px 8px #888;
	-moz-box-shadow:0px 3px 8px #888;
	-webkit-box-shadow:	0px 3px 8px #888;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=180, Strength=3);
}
.map{
	width:100%;
	height:350px;
}


#slideshow {
    position:relative;
    height:191px;
	width:295px;
	margin-right:10px;
	border:1px solid #888;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.facebookLink{
	float:right;
	position:relative;
	top:53px;
	left:-10px;
}

