@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,900);

@charset "UTF-8";
body {
	height:100pc;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	background-image: url(images/5x220bgGrad.png);
	background-repeat: repeat-x;
	background-position: top;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Source Sans Pro;
}
h1  {
	font-size: 30px;
	color: #060;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 15px;
	font-weight: 900;
}
h2  {
	font-size: 24px;
	color: #060;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 15px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: 600;
	color: #060;
	letter-spacing: -1px;
}
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666;
	line-height: 1.4em;
	margin-top: 0px;
}
h5 {
	font-size: 12px;
	font-style: italic;
	color: #666;
	line-height: 1.4em;
	margin-top: 0px;
	font-family: Source Sans Pro, Times, serif;
}
.h1shadow {
	font-size: 30px;
	color: #060;
	letter-spacing: -1px;
	line-height: 30px;
	margin-top: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.text-12px {
	font-size: 12px;
}
p  {
	font-size: 13px;
	color: #000;
	line-height: 1.4em;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	text-align: center;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: none;
	color: #090;
}
a:visited {
	text-decoration: none;
	color: #090;
}
a:hover {
	text-decoration: underline;
	color: #060;
	-webkit-filter: contrast(140%);
}
a:active {
	text-decoration: none;
}
a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
#page {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#textmenu {
	color:#FFFFFF;
	text-align:right;
	font-size: 11px;
	line-height: 1.4em;
	height: 26px;
	padding-top: 12px;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#textmenu a {
	color: #FFF;
}
#horizontalrule   {
	background-image: url(images/horizontalrule.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 500px;
	margin-left: 45px;
	margin-top: 15px;
}
#header {
	height: 130px;
	background-image: url(images/headerNEW.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 18px;
}
#homelink {
	height: 75px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 14px;
	float: left;
	left: 5px;
}
#speciallink {
	width: 250px;
	height: 80px;
	position: relative;
	left: 20px;
	display: block;
	top: 25px;
	float: left;
}
#fblink {
	width: 48px;
	height: 48px;
	position: relative;
	left: 30px;
	display: block;
	top: 60px;
	float: left;
}
#twitterlink {
	width: 48px;
	height: 48px;
	position: relative;
	left: 42px;
	display: block;
	top: 60px;
	float: left;
}
#youtubelink {
	width: 48px;
	height: 48px;
	position: relative;
	left: 53px;
	display: block;
	top: 60px;
	float: left;
}
#menuicons {
	height: 42px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	background-repeat: repeat-x;
	padding-top: 6px;
}
#maincontent {
	width: 590px;
	float: left;
	height: auto;
	padding-bottom: 100px;
	padding-right: 27px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	text-align: left;
}
ol li p {
	font-size: 12px;
	color: #000;
}
#sidebar {
	width: 330px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999;
	border-left-color: #999;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #CCCCCC;
	height: auto;
	min-height: 1200px;
	padding-bottom: 50px;
	padding-left: 25px;
	padding-right: 15px;
}
#twitter {
	width: 270px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20;
	margin-left: 15px;
}
#sbhorizontalrule   {
	background-image: url(images/hr300x10.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 300px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: -5px;
}
#footer {
	background-image: url(images/5x60grad.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #666;
	padding-top: 10px;
	text-align: center;
}
.advert {
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
}
.header {
	background-color: #999999;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.red {
	color: #F00;
}
.green {
	color: #060;
	font-weight: bold;
}
#maincontent blockquote p {
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
p a strong {
	color: #060;
}
#overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:375%;
	text-align:center;
	z-index: 1000;
	background-image:url(images/black70.png);
	background-repeat: repeat;
}
#overlay div {
	width:70%;
	background-image:url(images/white80.png);
	border:5px solid #F00;
	padding:15px;
	text-align:center;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#page #maincontent ul li {
	font-size: 13px;
	line-height: 1.4em;
}
