/* 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;
}
a:link {
	color: #2b6991 ;
	text-decoration: none;
	-webkit-transition: text-decoration .2s linear;
	-webkit-transition: color .2s linear;
}
a:visited {
	color: #266992 ;
	text-decoration: none;
}
a:hover {
	color: #3481b3 ;
	text-decoration: underline;
	-webkit-transition: text-decoration .2s linear;
	-webkit-transition: color .2s linear;

}
a:hover img {
	color: transparent;
	text-decoration: none;
}
a:active {
	color: #2b6991 ;
	background-color: #edb88a;
	text-decoration: underline;
}
h1 {
	color: #266992;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0.67em 0;
}
h2 {
	color: #266992;
	font-size: 22px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

#Header_Left {
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#Header_Right {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: right;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: auto;
	height: 40px;
	margin-left: 463px;
}
#Nav_Wrapper {
	width: 100%;
	clear: both;
	background-color: #99D2FF;
	background-image: url(images/TopLinksFade.jpg);
	background-repeat: repeat-x;
}
#Nav_Left {
	padding: 5px;
	float: left;
	width: auto;
}
#Nav_Right {
	width: auto;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: right;
	margin-left: 568px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 26px;
}
#Header_Links_Right {
	text-align: right;
}
#Content_Wrapper {
	clear: both;
	width: 100%;
	height: auto;
	background-image: url(images/ContentFade.gif);
	background-repeat: repeat-x;
	background-color: #eef8ff;
	min-height: 360px;
}
#Content_Left {
	float: left;
	width: 150px;
}
#SpotlightPanel {
	margin: 0px;
	padding: 0px;
}
#SpotlightPanelHeader {
	margin: 0px;
	padding: 0px;
}
#SpotlightContent {
	background-image: url(images/SpotlightBack.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/SpotlightPicShadow.jpg);
	background-repeat: no-repeat;
}
#spotlightBottom {
	width: 150px;
	height: 20px;
	margin-top: -20px;
	background-image: url(images/SpotlightBottom.jpg);
}
#Content_Right {
	width: auto;
	text-align: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-image: url(images/SpotlightCorner.gif);
	background-repeat: no-repeat;
}
#Footer {
	clear: both;
	color: #333;
	font-size: 12px;
	background-color: #eef8ff;
	background-image: url(images/BorderImages/BottomFade.gif);
	background-repeat: repeat-x;
	background-position: 0 30px;
	text-align: center;
	width:auto;
	height:42px;
	padding-bottom: 18px;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	overflow: hidden;
}
#leftBottomCorner {
	width: 30px;
	height: 30px;
	margin-top: 30px;
	float: left;
	background-image: url(images/BorderImages/BottomLeft.gif);
	background-repeat: no-repeat;
}
#rightBottomCorner {
	width: 30px;
	height: 30px;
	margin-top: 30px;
	float: right;
	background-image: url(images/BorderImages/BottomRight.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}
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) {
	#Header_Left {
		padding-bottom: 0px;
	}
	#Header_Right {
		/*padding: 20px 20px 0 0;*/
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 3px;
		padding-bottom: 3px;
		clear: both;
		height: auto;
		margin: 0px;
	}
	.gsearchbutton {
	display: none;
	}
	.gsearchbox {
		width: 112px;
	}
}

@media print {
	body {
		font-size: 12pt;
	}
	#Header_Right {
		padding-top: 20px;
	}
	#Nav_Wrapper {
		display: none;
	}
	#Content_Left {
		display: none;
	}
	#Content_Right {
		margin-left: 0px;
	}
	#Content_Right a:after {
		content: " ("attr(href)") ";
		font-size: 10pt;
	}
}
