/* CSS Document */

/* Joanne Shaw - jo-shaw_mainl.css  =============================================== */
/* Copyright Joanne Shaw 2012  =============================================== */
/* Author A&G Creative  =============================================== */

/* Quick Colour Reference  =============================================== */
/* Light Brown #eeeee9 */
/* Grey #4a4a48 */

/* @ Font Face  =============================================== */

@font-face {
	font-family: 'TeXGyreAdventorRegular';
	src: url('fonts/texgyreadventor-regular-webfont.eot');
	src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),  url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),  url('fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TeXGyreAdventorBold';
	src: url('fonts/texgyreadventor-bold-webfont.eot');
	src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),  url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),  url('fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TeXGyreAdventorItalic';
	src: url('fonts/texgyreadventor-italic-webfont.eot');
	src: url('fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/texgyreadventor-italic-webfont.woff') format('woff'),  url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),  url('fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Generic Selectors  =============================================== */

* {
	padding:0;
	margin:0;
}
body {
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a48;
	background: #eeeee9;
}
a {
	color: #1e1205;
	text-decoration: none;
}
a:hover {
	color: #747575;
}		
h1 {
	color: #4a4a48;
	font-size: 22px;
	font-weight: normal;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
h2 {
	color: #4a4a48;
	font-size: 18px;
	font-weight: normal;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
h3 {
	color: #4a4a48;
	font-size: 16px;
	font-weight: normal;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
p {
	text-align: left;
	line-height: 18px;
	margin-bottom: 20px;
}
p.NoBotMargin {
	margin-bottom: 0px;
}
img {
	border: 0;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
small {
	font-size: 10px;
	line-height: 11px;
}

/* Begin Page Layout  =============================================== */

#divContainer {
	width: 887px;
	margin: 15px auto;
}
#divHeader {
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0 0 15px;
	height: 115px;
	position: relative;
}
#ulSocialLinks {
	position: absolute;
	right: 0;
	top: 55px;
}
#ulSocialLinks li {
	display: inline;
	margin: 0 0 0 10px;
}
/*#divHeader h1, #ulTopNav a, #ulTopNav a.current, #divFooterImages {
	text-shadow:0 1px 1px rgba(255,255,255,1);
}
*/
/* Navigation Layout  =============================================== */

#divMainNav {
	text-align: center;
	margin: 0 auto 30px;
}
#ulMainNav {
  list-style:none;
  margin: 0 auto;
  width: 887px;
  height: 22px;
  text-align: center;
  border-bottom: 1px solid #4a4a48;
}
#ulMainNav li {
  border-right: 1px solid #4a4a48;
  display:inline;
  padding: 0 10px 0 4px;
}
#ulMainNav li.First {
  /*padding: 0 15px 0 0;*/
}
#ulMainNav li.Last {
	padding: 0 0 0 10px;
	border: none;
}
#ulMainNav li a {
	font-size: 14px;
	line-height: 14px;
	color: #4a4a48;
	text-transform: uppercase;
}
#ulMainNav li a:hover {
	color: #000;
	text-shadow:0 1px 1px rgba(255,255,255,1);
}
#ulMainNav li a.current {
	color: #000;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
	text-shadow:0 1px 1px rgba(255,255,255,1);
}

/* Navigation Layout END  =============================================== */


/* Body Layout  =============================================== */

#divBody {
	padding: 15px;
	background: #FFF;
}
#divMainImg {
	margin: 0 0 15px 0;
	position: relative;
	overflow: hidden;
	height: 440px;
}
#divBodyMainLeft {
	float: left;
	width: 312px;
}
#divBodyMainLeft h1 {
	font-size: 36px;
	line-height: 40px; 
}
#divBodyMainLeft h1.Med {
	font-size: 28px;
	line-height: 32px
}
#divBodyMainLeft h1.Sml {
	font-size: 22px;
	line-height: 26px;
}
#divBodyMainLeft h1.xSml {
	font-size: 18px;
	line-height: 24px;
}
#divBodyMainRight {
	float: left;
	width: 514px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #4a4a48;
}
#divBodyMainRight ul {
	font-size: 13px;
	margin: 0;
}
#divBodyMainRight ul li {
	margin-bottom: 10px;
	line-height: 16px;
}
#divBodyMainRight_2colLeft, #divBodyMainRight_2colRight {
	float: left;
	width: 250px;
}
#divBodyMainRight_2colRight {
	margin: 0 0 0 14px;
}
#divBodyMainRight_2colLeft h1, #divBodyMainRight_2colRight h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
}
#divBodyMainRight_3colLeft, #divBodyMainRight_3colMid, #divBodyMainRight_3colRight {
	float: left;
	width: 162px;
}
#divBodyMainRight_3colMid, #divBodyMainRight_3colRight {
	margin: 0 0 0 14px;
}
#divBodyMainRight_3colLeft h1, #divBodyMainRight_3colMid h1, #divBodyMainRight_3colRight h1 {
	font-size: 18px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
}
#divBodyMainRight_3colLeft p , #divBodyMainRight_3colMid p, #divBodyMainRight_3colRight p {
	margin: 0 0 10px 0;
}
#divBodyMainRight_3colLeft ul, #divBodyMainRight_3colMid ul, #divBodyMainRight_3colRight ul {
	margin: 0;
}
#divBodyMainRight_3colLeft ul li, #divBodyMainRight_3colMid ul li, #divBodyMainRight_3colRight ul li {
	margin-bottom: 5px;
}

/* Body Layout END =============================================== */

/* Home Layout  =============================================== */

#divHomeMain {
	height: 440px;
	margin: 0 0 15px 0;
	position: relative;
	width: 857px;
}
#divHomeMainLeft, #divHomeMainRight {
	float: left;
	width: 421px;
	height: 440px;
	margin: 0 0 15px 0;
	position: relative;
}
#divHomeMainLeft, #divHomeMainRight {
	float: left;
	width: 421px;
	height: 440px;
	margin: 0 0 15px 0;
	position: relative;
}
#divHomeMainRight {
	margin-left: 15px;
}
.divHomeMainText {
	position: absolute;
	top: 300px;
	left: 0;
/*	width: 381px;*/	
	width: 817px;	
	padding: 10px 20px;
	text-align: center;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
    zoom: 1;
	background: rgba(255,255,255,0.5);
}
.divHomeMainText h1 {
	font-size: 20px;
	margin:0;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.divHomeMainText h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.divHomeMainText h3 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}
.divHomeBotCol, .divHomeBotColFirst, .divHomeBotColLast {
	float: left;
	width: 203px;
	height: 220px;
	margin: 0 0 0 15px;
	position: relative;
}
.divHomeBotColLast .SponsoredBy {
	position: absolute;
	top: 0;
	left: 0;
	width: 197px;
	padding: 6px 3px;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
	z-index: 500;
}
.slideshow {
	height: 220px;
	overflow: hidden;
}
.divHomeBotColFirst {
	margin: 0;
	width: 421px;
}
.divHomeBotColFirst h1 {
	color: #4a4a48;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0 !important;
}
.divHomeBotCol a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 173px;
	height: 140px;
	padding: 80px 15px 0;
	text-align: center;
	color: #FFF;
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    zoom: 1;
	background: rgba(0,0,0,0.5);
}
.divHomeBotCol a:hover {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    zoom: 1;
	background: rgba(0,0,0,0.1);
}
.divHomeBotCol a h1 {
	font-size: 18px;
	color: #FFF;
	margin:0 0 10px 0;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.divHomeBotColFirst a h2, .divHomeBotCol a h2 {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	font-family: 'TeXGyreAdventorRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

/* Home Layout END =============================================== */

/* Events Layout  =============================================== */

#divEvents {
	margin-bottom: 20px;
}
#divEvents h1 {
	font-size: 16px;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#divEvents h2 {
	font-size: 14px;
	font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#divEvents p {
	margin: 0 0 10px 0;
}

/* Footer Layout  =============================================== */

#divFooter {
	background: #e91f2d;
	padding: 0px 5px;
	color: #FFF;
}


#divFooter a{
color: #ffffff;

text-decoration:underline;
}

#divFooterLeft, #divFooterRight, #divFooterMiddle {
	float: left;
	width: 260px;
	padding: 10px 10px;
	
}



#divFooterLeft {
	margin-left: 0px;
	text-align: center;
}
#divFooterRight {
	margin-left: 0px;
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
}
#divFooterMiddle {
	margin-left: 0px;
		margin-top: 20px;
	text-align: left;
	font-size: 12px;
}
#divFooterRight img {
	margin: 0 0 0 5px;
}

#divFooterBase {
	float: left;
	width: 807px;
	margin-left: -5px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
	background-color:#900;
	padding: 20px 40px;
}


#divSiteDesign {
	width: 887px;
	margin: 0 auto 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

/* Body Layout END  =============================================== */

/* Easy Slider */

 /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:857px;
		height:440px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:38px;
		height:37px;
		position:absolute;
		left: 30px;
		top:200px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:792px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:39px;
		height:37px;
		background:url(../images/btn_scroller_left.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_scroller_right.png) no-repeat 0 0;	
		}		
		
	
/* // Easy Slider */

#Gallery {
	clear: left;
}
#Gallery li {
	float: left;
	clear: left;
	margin-right: 18px;
}

/* Quick Colour Reference  =============================================== */
/* Light Brown #eeeee9 */
/* Grey #4a4a48 */

#twitter {
width:203px;
}
#twitter_m {
width: 203px;
padding: 0;
}
#twitter_container {
min-height:45px;
height:200px !important;
height:40px;
padding-bottom:2px;
padding-top:2px;
overflow: hidden;
}
#twitter_update_list {
width: 203px;
padding: 0;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #31353d;
line-height: 14px;
margin-left:-5px;
}
#twitter_update_list li {
width: 203px;
list-style: none;
padding: 5px;
border-bottom: dotted 1px #ccc;
}
#twitter_update_list li a {
color:#747575;
text-decoration: none;
}
#twitter_update_list li a:hover {
color: #1e1205;
}	
