
/* global =================== */

html { height: 101%; }
body, p, h1, h2, h3 h4, h5, h6, ul, ol, li { margin: 0; padding: 0; font: normal 12px arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

p { font-family: Arial, Helvetica, sans-serif; color: white; }
a img { border: none; }	
a { text-decoration: none; }	
.clear { clear: both; }

ul li a { text-decoration: none; list-style: none; }
ul li a:hover { text-decoration: none; }




/* global 
==================================================== */

#outer { width: 960px; margin: 0 auto; }
#inner { }


#header { height: 125px; background: white; }
#logo { float: left; width: 303px; }
#contact_info { float: right; padding-top: 25px; }
#contact_info p, #contact_info a { color: #777; }
#contact_info p strong { color: #b72127; }
#contact_info a:hover { border-bottom: 1px dotted #929292; }
#contact_info strong { color: #525252; }

/* mainmenu =================== */

ul#mainmenu { background: #b72127; width: 100%; height: 32px; }

ul#mainmenu li { display: block; float: left; }

ul#mainmenu a { color: white; }

ul#mainmenu li a { height: 32px; display: block; float: left; background-repeat: no-repeat; }

ul#mainmenu li.one a { background-image: url(../images/menu/home.jpg); width: 72px; }
ul#mainmenu li.two a { background-image: url(../images/menu/questions.jpg); width: 97px; }
ul#mainmenu li.three a { background-image: url(../images/menu/movement.jpg); width: 102px; }
ul#mainmenu li.four a { background-image: url(../images/menu/programs.jpg); width: 99px; }
ul#mainmenu li.five a { background-image: url(../images/menu/contact.jpg); width: 83px; }
ul#mainmenu li.six a { background-image: url(../images/menu/support.jpg); width: 86px; }
ul#mainmenu li.seven a { background-image: url(../images/menu/blog.jpg); width: 62px; }

ul#mainmenu li a:hover { background-position: 0 -32px; }
ul#mainmenu li.on a { background-position: 0 -32px; }


/* content =================== */

#content { background: url(../images/backgrounds/content.jpg) repeat-y; width: 960px; height: auto; }
#content p { font: normal 12px arial, sans-serif; margin: 0 0 10px; line-height: 1.3em; }
#content p a { color: #E2E3FC; text-decoration: underline;  }
#content a:hover {  }

#content #center p { color: #e2e3fc; }
#content #right p {  margin-top: 5px; margin-left: 0; width: ; color: white;  }
#content #right span.readMore { float: right; font-size: 12px; margin-right: 20px; }
#content #right span.readMore a { color: white; }

/* icons =================== */


ul#icons { clear: right; float: right; margin: 30px -14px 0 0; width: auto; }
ul#icons li { display: inline; }
ul#icons a { margin: 0 9px; }

ul#icons li a { height: 33px; display: block; float: left; background-repeat: no-repeat; }

ul#icons li.one a { background-image: url(../images/icons/newsletter.jpg); width: 116px; }
ul#icons li.two a { background-image: url(../images/icons/blog.jpg); width: 63px; }
ul#icons li.three a { background-image: url(../images/icons/facebook.jpg); width: 37px; }
ul#icons li.four a { background-image: url(../images/icons/twitter.jpg); width: 37px; }

ul#icons li a:hover { background-position: 0 -33px; }


/* columns =================== */

#left, #center, #right { display: block; float: left; }
#left { width: 302px; }
#center { width: 318px; /* background: #252669; */ padding: 10px 10px 10px 20px; }
#right { width: 270px; padding: 10px 20px; /* background: #5c5789; */ }

#inner #content.grey { background: url(../images/backgrounds/content_grey.jpg) repeat-y; }
#content.grey #right { }
#content.grey #center { padding: 20px 0 0 20px; width: 328px; } 



/* footer =================== */

#copyright { float: left; width: 250px; font: normal 11px arial, sans-serif; color: #999; margin: 5px 0; }

#content.home #left { width: 651px; height: 210px; }
#content.home #right { width: 289px; margin: 0; padding: 0 0 0 20px; height: 210px; }
#content.questions { background: url(../images/backgrounds/content_questions.jpg) repeat-y; }
#content.questions #left { width: 282px; padding: 0 10px 0 20px; }
#content.questions #left p { text-decoration: underline; }
#content.questions #right { width: 568px; padding: 0; }
#content.questions #right p { margin: 10px 20px; }

#content.programs { background: url(../images/backgrounds/content_programs.jpg) repeat-y; }
#content.programs p { margin: 10px 20px; }
#content.programs.newsletter { margin: 0; padding: 30px 0 20px;  }
#content.programs.newsletter h1 { font: bold 18px arial, sans-serif; text-transform: uppercase; color: white; margin: 10px 20px; }
#content.programs.newsletter h3 { margin-left: 20px; }
#content .right, #content .left { float: left; }
#content.contact { background: url(../images/backgrounds/content_contact.jpg) repeat-y; }



ul#donate { float: right; }
ul#donate li { list-style: none; }

p.who { display: block; float: left; width: 130px; padding: 0 10px 0 0; }


form#ContactForm label { float: left; width: 100px; clear: both; color: white; margin: 10px 0 0; }
form#ContactForm input { float: left; width: 250px; }
form#ContactForm input.submit-btn { width: 80px; }

h3 { font: bold 14px arial, sans-serif; color: #6f709c; margin: 20px 0 5px; padding: 0;}
