/*
Company:	Mimi Planas
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	color: #757575;
	background-color: #FFF;
}
/* @end */

/* @group Layout */

/* Head */
#hd {
	height: 161px;
	background: url(../images/bg-header.jpg) top left repeat-x;
}

/* Body */
#bd {
	background: url(../images/bg-bd.jpg) top left repeat-x;
}

#content {
	width: 963px;
	margin: 0 auto;
	background: url(../images/bg-content.jpg) top left no-repeat;
}

#content-inner {
	padding-left: 33px;
	overflow: hidden;
}

.main {
	width: 631px;
	float: left;
	margin-right: 66px;
	padding: 53px 0px 40px 0;
}

.side {
	width: 233px;
	float: left;
	padding: 70px 0px 40px 0px;
}

.side .img-link {
	margin-bottom: 14px;
	display: block;
}

/* Footer */
#ft {
	clear: both;
	background: #147ac2 url(../images/bg-footer.jpg) top left repeat-x;	
	overflow: hidden;
	padding: 0 0 1px 0;
}

#ft-nav {
	width: 910px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0px 0px 0px;
}

#ft-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0 0 50px 0px;
	overflow: hidden;
}

#ft-nav ul li {
	list-style: none;
	padding: 0;
	margin: 0 12px 0 0;
	float: left;
	background: url(../images/bg-footer-tab-left.jpg) top left no-repeat;
	
}
#ft-nav ul li a {
	color: #51a1e9;
	float: left;
	display: block;
	padding: 10px 12px;
	background: url(../images/bg-footer-tab-right.jpg) top right no-repeat;
	font-size: 130%;
	font-style: italic;
	text-decoration: none;
	font-family: Georgia;
	line-height: 1em;
}

#ft-nav ul li a:hover {
	color: #FFF;
}

#ft-home {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 199px;
	height: 25px;
	background: url(../images/bg-footer-home.gif) top left no-repeat;
	text-indent: -9999px;
	display: block;
}

#disclaimer {
	clear: left;
	float: left;
	display: inline;
	background: url(../images/bg-footer-disclaimer-left.jpg) top left no-repeat;
}

#disclaimer-inner {
	background: url(../images/bg-footer-disclaimer-right.jpg) top right no-repeat;
	padding: 0 0 12px 0;
	font-size: 78%;
	float: left;
	display: inline;
	color: #FFF;
}

#disclaimer p {
	padding: 9px 12px;
	margin: 0;
	line-height: 1em;
}

/* @end */

/* @group Modules */
.call-out {
	height: 67px;
	background: url(../images/bg-side-call-out.jpg) top left no-repeat;
	color: #FFF;
	padding: 0 15px 0 15px;
	font-size: 85%;
	margin-bottom: 15px;
}

#content-inner .side .call-out a {
	color: #FFF;
	text-decoration: none;
}

.call-out h4 {
	font-weight: bold;
	padding-top: 22px;
	text-decoration: underline;
}

.main-img {
	margin: 16px 0;
}
/* @end */

/* @group Common Text Styles */
p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

.read-more-news {
	font-size: 85%;
	color: #7a8d18;
	font-weight: bold;
}

.center {
	text-align: center;
	display: block;
}

.bold {
	font-weight: bold;
}
/* @end */

/* @group Default Headings */
h1 {
	width: 963px;
	height: 161px;
	display: block;
	margin: 0 auto;
	background: url(../images/bg-logo.jpg) top left no-repeat;
	text-indent: -9999px;
	position: relative;
}

h1 a {
	position: absolute;
	top: 21px;
	left: 274px;
	width: 392px;
	height: 124px;
	text-indent: -9999px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #696868;	
	margin: 0 0 5px 0;
	font-family: Georgia;
	font-style: italic;
	font-size: 140%;
	font-weight: normal;
}

h2 span {
	color: #adc23d;
}

h3#get-involved {
	width: 75px;
	height: 5px;
	background: url(../images/bg-h3-get-involved.gif) top left no-repeat;
	text-indent: -9999px;
	margin: 0 0 15px 15px;
	padding: 0;
	font-size: 20%;
	display: block;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
#nav {
	background: #858484 url(../images/bg-nav.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul {
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	list-style: none;
	text-align: center;
	padding: 14px 0 14px 0px;
}

#nav ul li {
	list-style: none;
	display: inline;
	padding: 17px 0px 17px 0px;
	}

#nav ul li a {
	line-height: 1.4em;
	padding: 17px 14px 17px 14px;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	}

#nav ul li a:hover {
	background: #0b68a8 url(../images/bg-nav-current.jpg) top left repeat-x;
	}

#nav ul .current a {
	background: #0b68a8 url(../images/bg-nav-current.jpg) top left repeat-x;
}

/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #9bb02d;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */