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

body {
	margin: 0px;
	background-color: #076633;
	background-image: url(../img/exp/bgFade.png);
	background-image: url(../img/exp/body_bg.png);
	background-repeat: repeat;
}
#container {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
#countdown {$(selector).countdown({until: new Date(2014, 12-9, 14)});
}
#header {
	height: 170px;
	width: 800px;
}
#ticker {
	font-size: 14px;
	height: 30px;
	width: 100%;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	padding-top: 5px;
	text-indent: 20px;
	background-image: url(../img/exp/ticker_border.png);
	background-repeat: repeat-x;
}
#nav {
	width: 230px;
	float: left;
	background-color: #00963F;
	padding-top: 10px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #00963F;
}
#nav li a {
	height: 60px;
	display: block;
	text-decoration: none;
	width: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00963F;
}
.contentTopEdge {
	background-image: url(../img/exp/content_topedge.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}

#nav li {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #00963F;
}
#navBtm {
	background-image: url(../img/exp/bottomsup.png);
	height: 50px;
	width: 230px;
	background-repeat: no-repeat;
}

#nav li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#content1 {
	height: auto;
	width: 570px;
	float: right;
	background-image: url(../img/exp/bgcorner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content1 a {
	color: #030;
	text-decoration: none;
}
#content1 a:hover {
	color: #060;
	text-decoration: underline;
}


.item {
	padding: 20px;
	width: 530px;
	line-height: 2em;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
	color: #009640;
}
.item ul {
	line-height: 2em;
}
.item li {
	padding-bottom: 20px;
}


.item h1 {
	font-size: 1.5em;
	color: #4D9F4B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.item h2 {
	font-size: 1.1em;
	color: #4D9F4B;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #489D48;
}
.item h3 {
	font-size: 1em;
	color: #489D48;
	margin-bottom: 10px;
}



.itemImgAlLeft {
	float: left;
	border: none;
	margin-right: 10px;
}
.itemImgLeftwMargin {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

html, body {height: 100%;}
#wrap {min-height: 100%;}
#main {
	overflow: auto;
	padding-bottom: 200px;
	box-shadow: 3px 3px 1px #888888;
	}  /* must be same height as the footer */


#footer {
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear: both;
	background-color: #009640;
	background-image: url(../img/exp/ftr_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
} 
#footer h1 {
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8CC87E;
	color: #FEFEFE;
}

.footerCol1 {
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 10px;
	float: left;
	margin-right: 30px;
}
.footerCol1_img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 5px;
}


.footerCol1 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footerCol1 li a{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #C6F3AF;
	height: 20px;
}
.footerCol1 li a:hover{
	background-color: #044304
}
.footerColSocial {
	position: relative;
	right: 0px;
	bottom: 110px;
	float: right;
	margin-top: 130px;
	margin-right: 10px;
	padding: 5px;
}
.getInvItem {
	height: 60px;
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B6601;
	display: block;
	vertical-align: top;
}

.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #489D48;
	border-right-color: #489D48;
	border-bottom-color: #489D48;
	border-left-color: #489D48;
	margin-bottom: 20px;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
.clear{
	clear:both;
}
#logoPageCon {
	height: auto;
	width: 80%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #060;
}

.posterItem {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
}
.posterImg {
	float: left;
	margin-right: 20px;
}
.posterItemDLbtn {
	margin-top: 5px;
	display: block;
}
.dispImg {
	border: 1px solid #013F00;
}
.centreItmImg {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #489D48;
}
.centreItmImgNoBrdr {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.navTweetBlock {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.horseItem {
	background-color: #489D48;
	height: 5px;
	width: 100%;
}
