/* Website Design by Tim Andres */
@import url(http://www.google.com/cse/api/overlay.css);
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	background-image: url(../images/Brown-Radial-Gradient.jpg);
	background-repeat: no-repeat;
	background-color:#ECE2D2;
}
a:link {
	color: #323D0F;
	text-decoration: none;
	-webkit-transition: text-decoration .2s linear;
	-webkit-transition: color .2s linear;
}
a:visited {
	color: #323D0F;
	text-decoration: none;
}
a:hover {
	color: #485A10;
	text-decoration: underline;
	-webkit-transition: text-decoration .2s linear;
	-webkit-transition: color .2s linear;
	-moz-transistion: color .2s;

}
a:hover img {
	background: none;
	text-decoration: none;
}
a:visited img {
	background: none;
	text-decoration: none;
}
a:active img {
	background: none;
	text-decoration: none;
}
a:active {
	color: #2b6991 ;
	background-color: #edb88a;
	text-decoration: underline;
}
h1 {
	color: #513713;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0.67em 0;
}
h2 {
	color: #513713;
	font-size: 22px;
	letter-spacing: 1px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#mainContent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#Header_Wrapper {
	background-image: url(../images/NavBarBack.png);
	background-position: right;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
}
#Header_Left {
	float: left;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#Header_Right {
	width: auto;
	margin-left: 463px;
	height: 100px;
	text-align: right;
}
#Nav_Left {
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	width: auto;
}
#Nav_Right {
	width: auto;
	padding-top: 13px;
	padding-right: 20px;
	padding-left: 0px;
	text-align: right;
	margin-left: 568px;
	height: 26px;
}
#Header_Links_Right {
	text-align: right;
}
#Content_Wrapper {
	clear: both;
	width: 100%;
	height: auto;
	background-image: url(../images/Content-Fade.jpg);
	background-repeat: repeat-x;
	background-color: #E1E5CE;
	min-height: 370px;
}
#Content_Left {
	float: left;
	width: 150px;
}
#SpotlightPanel {
	margin: 0px;
	padding: 0px;
}
#SpotlightPanelHeader {
	margin: 0px;
	padding: 0px;
}
#SpotlightContent {
	background-image: url(../images/Spotlight-Back.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
#SpotlightContent a:link, #SpotlightContent a {
	color:#FFF;
}
#SpotlightContent a:hover {
	color: #FFF;
}
#SpotlightContent a:visited {
	color: #FFF;
}
#SpotlightText  {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(../images/Spotlight-Pic-Shadow.jpg);
	background-repeat: no-repeat;
}
#spotlightBottom {
	width: 150px;
	height: 40px;
	margin-top: 0px;
	background-image: url(../images/Spotlight-Bottom.png);
}
#Content_Right {
	width: auto;
	text-align: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-image: url(../images/SpotlightCorner.jpg);
	background-repeat: no-repeat;
}
#Footer {
	clear: both;
	color: #A18865;
	font-size: 12px;
	background-image: url(../images/BorderImages/BottomFade.png);
	background-repeat: repeat-x;
	text-align: center;
	width:auto;
	height:42px;
	padding-bottom: 18px;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	overflow: hidden;
	letter-spacing: 1px;
}
p.indented {
	text-indent: 20px;
}
.paddedContent {
	padding: 20px;
}
div.clear {
	clear: both;
	width: auto;
}
#q {
	width: 112px;
}
.placeholderText {
	color: #999;
}
.gsearchbox {
	background-image: url(../images/srch_bg_blank.gif);
	border: none;
	height: 16px;
	padding-left: 19px;
	padding-right: 19px;
}

@media only screen and (max-device-width: 480px) {
	.gsearchbox {
		width: 112px;
	}
}

@media print {
	body {
		font-size: 12pt;
	}
	#Content_Right a:after {
		content: " ("attr(href)") ";
		font-size: 10pt;
	}
}
ul.emailList {
	list-style-image: url(../images/icons/email.gif);
	list-style-position: inside;
	padding-left: 5px;
}
ul.emailList li {
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
}
ul.eventList {
	list-style-image: url(../images/icons/calendar.gif);
	list-style-position: inside;
	padding-left: 5px;
}
ul.eventList li {
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
}
ul.linkList {
	list-style-image: url(../images/icons/chain.gif);
	list-style-position: inside;
	padding-left: 5px;
}
ul.linkList li {
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
}
