@charset "UTF-8";
/* CSS Document */
/*
 * DEFAULT STYLES
 * 
 */
body {
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	font-family: sans-serif;
}
/*
 * PAGE CONTAINERS
 * See documentation for details regarding use of #wrap and #content
 */
#header {
}
#wrap {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	padding: 0;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
}
#footer {
	background: #434343 url(../images/sprite-footer.png) repeat-x top;
	padding: .7em 0em;
	clear: both;
	height: 3em;
}
/*
 * BASIC ELEMENTS
 * Basic styling of common elements.
 */
p  {
	line-height: 125%;
	margin-top: .7em;
	margin-bottom: 1em;
	clear: both;
}
#footer p {
	color: #FFF;
	font-size: .8em;
	margin-left: 10px;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
}
strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
/*
 * LINK STATES
 * 
 */
a:link {
	color:#003399
}

a:visited {
	color:#006600
}

a:hover {
	color:#FF9900
}

a:active {
	color:#990000
}
/*
 * NATIVE LISTS
 * 
 */
ul.bullet {
	list-style: disc;
	margin-left: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
}
ul.bullet ul {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

ol {
	list-style: decimal;
	margin-left: 10px;
	margin-top: 1em;
	padding-left: 10px;
}

ol ol {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

/*
 * CLEAR
 * 
 */
.stack {
	clear:both;
}
/*
 * HEADERS
 * 
 */
 /*designed to be used at the very top of a page*/

.bigcenter{
	font-size: 1.7em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .3em;
	margin-left: -10px;
	margin-right: -10px;
	text-align:center;
}

.big2center {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .3em;
	margin-left: -10px;
	margin-right: -10px;
	text-align:center;
}


h1 {
	font-size: 1.7em;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	background: #FFF url(../images/img-h1-gradient.png) repeat-x bottom;
	border-top: 1px solid #D8D8D8;
	margin-top: .5em;
	margin-bottom: .3em;
	margin-left: -10px;
	margin-right: -10px;
}

h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	clear: both;
	border-bottom: 1px solid #D8D8D8;
}


h3 {
	font-size: 1.3em;
	color: #000077;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	clear: both;
}

h4 {
	font-size: 1.3em;
	color: #219B00;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	clear: both;
}


/*
 * END DEFAULT STYLES
 * 
 */
/*
 * 1. BRANDING AND MARKETING
 * 
 */
/*
 * BRANDING AREA
 * logo, tagline, background and hyperlink
 */

.header  { background: #e0ffe0; color: green; border-bottom: solid 1px green; margin: 0 0 5px 0; padding: 2px; }
.header  {text-align:center}
		

/*
 * SIMPLE STYLED LIST BOX
 * 
 */
/*note: line height adjusts height*/
ul.list {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: -10px;
	border-bottom: 1px solid #D5D8D8;
	color: #333333;
}
ul.list li {
	background: #F6F6F6 url(../images/sprite-list.png) repeat-x top;
	line-height: 40px;
	display: block;
}
ul.list a {
	padding-left: 10px;
	display: block;
	height: 40px;
	background: url(../images/sprite-open.png) no-repeat right top;
	text-decoration: none;
}
ul.list li:hover {
	background: #82CB20 url(../images/sprite-list.png) repeat-x 0px -50px;
	color: #FFFFFF;
}

ul.list a:link, ul.list a:visited  {
	color: #333333;
}
ul.list a:hover {
	color: #FFFFFF;
	background: url(../images/sprite-open.png) no-repeat right bottom;
	outline: none;
}
ul.list a:active {
	color: #990000;
}


/*
 * 3. NAVIGATION COMPONENTS
 * 
 */
/*
 * BACK TO TOP
 * 
 */
div.top {
	font-size: .9em;
	background: #F6F6F6 url(../images/img-top.png) no-repeat 10px center;
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	padding-left: 2.2em;
	padding-top: .3em;
	padding-bottom: .3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: -10px;
	margin-right: -10px;
	clear: both;
}

div.top a {
	color: #535353;
	text-decoration: none;
	width: 100%;
	display: block;
}
/*
 * HOME
 * 
 */
div.home {
	font-size: .9em;
	background: #F6F6F6 url(../images/img-home.png) no-repeat 10px center;
	border-top: 1px solid #D8D8D8;
	padding-left: 1.5em;
	padding-top: .3em;
	padding-bottom: .3em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: -10px;
	margin-right: -10px;
	clear: both;
}

div.home a {
	color: #535353;
	text-decoration: none;
	width: 100%;
	display: block;
}


.footer  { background: #e0ffe0; color: green; border-top: solid 1px green;  margin: 10px 0 0 0; }

/*
 * 4. STYLIZED LINKS
 * includes icon to represent the type of link
 */
/*external link*/
a.external {
	background: url(../images/img-link-external.png) no-repeat right top;
	padding-right: 1em;
}
/*links to ical data*/
/*see 'data-ical' in resources*/
a.ical {
	background: url(../images/img-link-ical.png) no-repeat right top;
	padding-right: 1em;
}

a[href^="mailto:"] {
	background: url(../images/img-link-email.png) no-repeat right top;
	padding-right: 1em;
}

a[href^="tel:"] {
	background: url(../images/img-link-tel.png) no-repeat right top;
	padding-right: 1em;
}

a[href^="sms:"] {
	background: url(../images/img-link-sms.png) no-repeat right top;
	padding-right: 1em;
}

.centerbold  {
	text-align: center;
	font-weight: bold;
}

hr       { clear: both; border:solid; border-width:1px; border-bottom-color:#007300; border-top-color:#ffffff; border-left-color:#ffffff; border-right-color:#ffffff;}
.top-news img { float: left; margin-right: 5px; }
.top-news h3, .news h3 { font-size: large; font-weight: bold; }


.content {
	text-align: justify;
}

.centered {
	text-align: center;
}


.tweet_ago{
	font-size: 0.8em;
	color: green;
}
.tweet_status{
	font-size: 1em;
}
 
.img_left{
	float: left;
	margin:0 5px 0 0;
}

.news_time{
	font-size: 1em;
	color: green;
}
