@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}
body {
	background-image: url(../images/backGradient.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
p {
	margin-bottom: 12px;
}
img {
	border:0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #8052BC;
	margin-bottom: 12px;
}
a, a:active, a:visited {
	color: #8052BC;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline:none;
}
a:hover {
	color: #9a63a8;
	text-decoration: none;
}

/*Rules for Home Page Only*/
#HomeTop {
	background-color: #FFFFFF;
	height: 202px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#WelcomeMessage {
	margin-bottom: 22px;
}
.WhatsNewAndEvents {
	margin-bottom: 25px;
	width:400px;
}
.NewsSubtitle {
	font-size: 14px;
	font-weight: bold;
	color: #8052BC;
}
.DatePosted {
	font-style: italic;
	color: #999999;
}
/*Rules for Home Page Only*/

/*General Rules*/
#LogoSearchContainer {
	width: 780px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#BannerContainer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
#TopColorBarContainer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #382d3a;
	height: 30px;
}
#LogoPositioner {
	float: left;
}
#SearchBoxPositioner {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}
.SearchBoxStyle {
	font-size: 11px;
	color: #666666;
	background-image: url(../images/searchIcon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 17px;
	width: 100px;
}
.largeParagraph {
	margin-bottom: 20px;
}
#MainContainer {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 10px;
}
#RightContent {
	float: right;
	width: 530px;
	padding-right: 30px;
}
#LeftContent {
	float: left;
	width: 170px;
	padding-left: 20px;
}
.LargeTitle {
	width: 400px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
#Footer {
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	font-size: 11px;
}
.LeftFloat {
	float: left;
	margin-top: 10px;
}
.Clear {
	clear: both;
}
#FooterLeftFloat {
	float: left;
	margin-top: 10px;
}
#FooterRightFloat {
	float: right;
	text-align: right;
	margin-top: 10px;
}
#HomeBtnStyler {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E1E1E1;
}
#ContactUsBtnStyler {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #E1E1E1;
	margin-bottom: 20px;
}
.NarrowContainer {
	margin-bottom: 25px;
	width:500px;
}
.RegularContainer {
	margin-bottom: 25px;
}
.SuperNarrowContainer {
	margin-bottom: 25px;
	width:400px;
}
.LeftIndent {
	padding-left: 25px;
}
.LeftIndentBullet {
	padding-left: 25px;
	background-image: url(../images/bulletCircleSingle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.LeftDoubleIndentBullet {
	padding-left: 50px;
	background-image: url(../images/bulletCircleDouble.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.LeftDoubleIndent {
	padding-left: 50px;
}
.GreyBoldText {
	font-weight: bold;
	color: #666666;
}
.largeParagraphLine {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.paragraph {
	margin-bottom: 12px;
}
.largeParagraph {
	margin-bottom: 17px;
}
.smallParagraph {
	margin-bottom: 5px;
}
.smallParagraph img {
	border: 1px solid #CCCCCC;
}
.largeParagraph img {
	border: 1px solid #CCCCCC;
}
.formContainerShaded {
	margin-bottom: 25px;
	background-color: #E1E1E1;
	padding: 15px;
	width: 400px;
}
#map {
	width: 530px;
	height: 450px;
	margin-bottom: 25px;
	border: 1px solid #CCCCCC;
}
#getDirections {
	margin-bottom: 15px;
}
#directions {
	margin-bottom: 25px;
}
.newsletterBox {
	padding: 5px;
	background-color: #EBEBEB;
	width: 127px;
	border: 1px solid #D6D6D6;
}
.LeftBox {
	padding: 5px;
	background-color: #EBEBEB;
	width: 127px;
	border: 1px solid #D6D6D6;
	text-align: center;
}
