html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
body {
	line-height:1;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
 } /* Use this br class to clear your floated columns */
 

/* 2	Basic layout */
body {
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-position:bottom center;
}
#branding img {
	border: 0;
	clear: both;
	display: block;
}


#logo {
	position: absolute;
	width: 405px;
	height:56px;
	top: 20px;
	left: 0px;
	z-index: 2;
}
#logo a{
	text-decoration: none;
	border: 0;
}

ul#links{
	position: absolute;
	top: 10px;
	right: 0;
}
ul#links li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}
ul#links li a {
	font-size: 130%;
}


#page {
	padding: 0;
	margin: 0 auto;
	width: 1300px;
	background: #ffffff;
}


/* Needs position relative and z-index or this will not show above slideshow*/
#branding {
	height: 93px;
	width: 1300px;
	position: relative;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	z-index: 99!important;
	margin: 0;
	
}


#container {
	float: left;
	margin: 10px -290px 0 0;	
	width: 100%;
}



#content {
	margin: 0 256px 20px 0;
	
}


#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 256px;
	margin: 0 0 0 20px;
	padding: 0;
}
#primary {
	
}
#secondary {
	clear: right;
	margin-top: 40px;
}


/* =Menu
-------------------------------------------------------------- */
#access {
	margin: 0px auto;
	font-family: arial;
	font-weight: bold;
	width: 1300px;
	height: 38px;
	padding: 0;
	background-image: url(images/access.jpg);
	background-repeat: repeat-x;
	display:block;
	maregin-bottom: 20px;
	position: relative;
	z-index:99;
}
#access ul {
	clear:left;
    float:right;
	position:relative;
    right:50%;
    text-align:center;
}

#access .menu-header, div.menu {
	font-size: 13px;
	padding-top: 7px;
	margin: 0;
	width: 1300px;
	height: 27px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float: left;
	position: relative;
}
#access a {
	font-size: 13px;
	color: #566a73;
	display: block;
	line-height: 27px;
	padding: 0 11px;
	text-decoration: none;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-position:bottom center;
}

#access li:hover > a{
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-position:bottom center;
	color: #95a2a7;
}

#access ul li {
	padding: 0 0 0 20px;
    float:left;
    position:relative;
    left:50%;
	text-align: left;
}

#access ul li:first-child, #access ul ul li {
	padding: 0;
}
#access ul ul li {
	padding: 0;
	float: none;
	left: auto;
}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 27px;
	left: 20px;
	float: left;
	width: 180px;
	z-index: 999;
}
#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul li a {
	/*background-color: #808080;*/
}
#access ul ul a {
	background-color: #808080;
	background-image: none;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access ul li li > a{
	background: #808080;
	color: #fff;
}
#access ul ul :hover > a{
	background: #939893;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li > a {
}
* html #access ul li a, * html #access ul li a:hover {
}

#breadcrumbs {
	background-color:#edeceb;
	font-size: 11px;
	line-height: 22px;
	padding: 0 0 0 6px;
	margin-bottom: 20px;
}
#searchbox {
	position: absolute;
	top: 50px;
	right: 0;
}
#searchbox input {
	float: left;
}

#searchbox input[type=text] {
	border: 1px solid #999;
	margin: 0;
	margin-right: 5px;
	width: 200px;
	padding: 4px;
}

#searchbox .submit {
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
	height: 25px;

}

#footer {
	clear: both;
	width: 1300px;
	height: 164px;
	padding: 0;
	color: #000;
	font-size: 13px;
	position: relative;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0;
	position: relative;
}

#footer .mediast {
	position: absolute;
	bottom: 10px;
	right: 0px;
}


#footer #links a{
	text-decoration: none;
	color: #666;
}

#footer ul{
	width: 100%;
	padding-top: 60px;
}

#footer ul ul{
	padding: 0;
}

#footer li{
	list-style:none;
	float: left;
	display: block;
	color: #FFFFFF;
}

#footer li.left{
	float: left;
}

#footer li.middle{
	width: 466px;
	padding-top: 30px;
}

#footer  #newsletter{
	width: 230px;
	margin: 0 auto;
	line-height: 1.2;
}

#footer  #newsletter input.text {
	width: 100%;
	padding: 2px;
	margin-bottom: 5px;
}

#footer li.right{
	float: right;
}

#footer ul ul li{
	list-style:none;
	display: inline;
	float: none;
	line-height: 1;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	border: none;
}

#footer a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #eeeeee;
}


#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}



/* Upcoming Events */
#recent-news {
	background-image: url(images/recent-news.jpg);
	background-repeat: no-repeat;
	/*
	wicked little trick for forcing a minimum height. Cross browser too!
	*/
	min-height: 400px; /* 638 */
	height:auto !important;
	height: 400px;	
}
#recent-news {
	padding: 0;
	font: arial;
	padding-top: 60px;
	color: #414141;
	width:100%;
	font-size: 90%;
	position: relative;
}
#recent-news ul {
	list-style: none;
}
#recent-news ul li {
	padding: 0 16px 8px;
}

#recent-news strong {
	text-decoration: none;
	line-height: 30px;
}

#recent-news a {
	color: #414141;
	text-decoration: underline;
	line-height: 1.5;
}
#recent-news a:visited {
	text-decoration: underline;
}
#recent-news a:hover {
	color: #68695e;
	text-decoration: underline;
}

#recent-news div {
	margin-top: 30px;
	margin-left: 20px;
}

/* ====================== */
/* Forms         		  */
/* ====================== */
#form {
	margin: 0;
	padding: 0;
}
#form small{
	color: #3a2717;
}
#form table {
	width: auto;
	border: 0;
	margin: 0;
	margin-bottom: 5px;
}
#form table td{
	border: 0;
	padding: 0 2px;
}
#form label {
	display: block;
	font-size:11px;
	color: #3a2717;
	padding: 0px;
	margin: 0 0 2px 0;
	vertical-align:middle;
	font-weight: bold;
	text-transform: uppercase;
}
#form label.inline {
	display: inline;
	margin: 0;
	font-weight: normal;
}
#form label span{

}
#form input.text {
	width: 250px;
	padding: 2px;
	margin-bottom: 5px;
}
#form input.short {
	width:105px;
}
#form textarea {
	width:390px;
	height: 80px;
	margin: 2px 0 0 0;
	padding: 2px;
	cursor: text;
}
input, select {
	vertical-align:middle;
}
#form .form_col {
	float: left;
	width: 50%;
}

#form #captcha {
	height: 20px;
	margin-bottom: 20px;
}


#form #captcha img {
	float: left;
}

#form #captcha input.text {
	float: left;
	margin-left: 10px;
	width: 80px;
}

/* ====================== */
/* Size         		  */
/* ====================== */
small {
	font-size:.7em;
}

/* ====================== */
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.notice,
.success    { font-size: 90%; padding: .8em; margin: 1em 0;}

.error      { color: #8a1f11;  }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }


.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* BUTTONS */

.buttons .save{
    display:block;
    margin:0 7px 0 0;
    background-color:#7d8f9c;
    border:1px solid #dce6f0;
    border-top:1px solid #dce6f0;
    border-left:1px solid #dce6f0;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:16px;
    height: 38px;
	line-height:38px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    padding:0 10px ; 
	text-align: center;
}
.buttons .save:hover{
    background-color:#9cb2c5;
    text-decoration:none;
}


/* TYPOGRAPHY */
/* ----------------------------------------- */
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	font-weight: normal;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold
} /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert {
	background:red;
	color:white
} /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: normal; color: #c11f10; }

h1 { font-size: 1.6em; line-height: 1; margin-top: 1em; margin-bottom: 0.5em; }
h2 { font-size: 1em; margin-bottom: 0.25em; }
h3 { font-size: 14px; font-weight:bold; line-height: 1.5em; margin-bottom: .75em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

p {
	font: 14px Georgia, Palatino,"Palatino Linotype", Times, "Times New Roman", serif;
	line-height: 1.5em;
	color: #333;
	margin: 0 0 10px 0;
}

hr.dotted {color: #fff; background-color: #fff; border: 1px dotted #eee; border-style: none none dotted; margin: 0;}

#content li ul, #content li ol {
	margin: 0 1.5em;
}
#content ul, #content ol {
	margin: 1.5em;
	line-height: 1.2;
	font: 14px Georgia, Palatino,"Palatino Linotype", Times, "Times New Roman", serif;
}
#content ul, #content ol, #content li {
	list-style-position: inside;
}
#content ul {
	list-style-type:disc;
}
#content ol {
	list-style-type:decimal;
}
a {
	color: #414141;
	text-decoration: none;
}

#newsletter h2 {
	color: #ffffff;
	font-size: 1.4em;
}


/* ====================== */
/* Forms         		  */
/* ====================== */
#form {
	margin: 0;
	padding: 0;
}
#form fieldset, #form img { border:0; padding-left: 0; margin-left: 0;}
#form small{
	color: #3a2717;
}
#form table {
	width: auto;
	border: 0;
	margin: 0;
	margin-bottom: 5px;
}
#form table td{
	border: 0;
	padding: 0 2px;
}
#form label {
	display: block;
	font-size:11px;
	color: #3a2717;
	padding: 0px;
	margin: 0 0 2px 0;
	vertical-align:middle;
	font-weight: bold;
	text-transform: uppercase;
}
#form label.inline {
	display: inline;
	margin: 0;
	font-weight: normal;
}
#form label span{

}
#form input.text {
	width: 250px;
	padding: 2px;
	margin-bottom: 5px;
}
#form input.short {
	width:105px;
}
#form textarea {
	width:390px;
	height: 80px;
	margin: 2px 0 0 0;
	padding: 2px;
	cursor: text;
}
input, select {
	vertical-align:middle;
}
#form .form_col {
	float: left;
	width: 50%;
}

#form #captcha {
	height: 20px;
	margin-bottom: 20px;
}


#form #captcha img {
	float: left;
}

#form #captcha input.text {
	float: left;
	margin-left: 10px;
	width: 80px;
}

/* ====================== */
/* Size         		  */
/* ====================== */
small {
	font-size:.7em;
}

/* ====================== */
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.notice, 
.success    { width: 90%; line-height: normal; padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }

.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* BUTTONS */

.buttons .save{
    display:block;
    margin:0 7px 0 0;
    border:1px solid #dce6f0;
	background: #cccccc;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:16px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    padding: 5px 10px ; 
	text-align: center;
	width: 150px;
}
.buttons .save:hover{
    background-color:#cccccc;
    text-decoration:none;
}
#graphs_visuals ul{
	margin-left: 0;
}
#graphs_visuals li{
	list-style: none;
	padding: 10px 0;
}


#graph {
padding: 10px 0 0 0;	
}

#facebook2 {
	position: absolute;
	top: 20px;
	right: 270px;
}

.counter {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


.facts{
 border:solid #000 1px;
 width:225px;
 margin-left:auto;margin-right:auto;
 text-align:left;
}

.tblsp{text-align:left;vertical-align:middle;padding-top:15px !important;padding-right:3px !important;padding-bottom:15px !important;padding-left:9px !important}