﻿/*RESET*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*HTML*/

html {
	background: #f6f6e9 url(/images/htmlBg.jpg) repeat-x;
}

body {
	color: #6b6b6b;
	font-family: helvetica, arial, sans-serif;
	line-height:18px;
}




/*GENERAL*/

#container {
	width:910px;
	margin:auto;
	padding-top:10px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



/*HEADER*/

#header {
	position: relative;
}

#header img {
	padding-bottom:10px;
}


#tempShell { 
	width:86px; 
	clear:both;
	position:absolute;
	top:10px;
	right:0;
}

#header #nav {
	float:right;
	padding-top:20px;
	clear:both;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

#header #nav li {
	display:inline;
	padding-left:40px;
}

#header #nav li.selected a{
	color:#ffe14f;
	text-decoration:none;
}

#header #nav li a {
	color:#ffffff;
	font-weight:bold;
	margin-left:10px;
	text-decoration:none;
}


#header #nav li a:hover {
	color:#ffe14f;
}

#header #nav li img {
	padding:0;
}



/*MAIN*/

#main {
	font-size:13px;
	line-height:18px;
	padding-bottom:20px;
	height:260px;
}

#mainHome {
	font-size:13px;
	line-height:18px;
	padding-bottom:20px;
	height:310px;
}

#aboutContent {
	font-size:13px;
	line-height:18px;
	padding-bottom:20px;
	height:340px;
}

#mainContentLogo {
	text-align:center;
	padding-top:20px;
	padding-bottom:15px;
}

#mainMessage {
	width:910px;
	padding-bottom:20px;
	background-color:#FFF;
	height:408px;
	margin-bottom:30px;
}

#mainAbout {
	width:910px;
	background-color:#FFF;
	height:330px;
	margin-bottom:30px;
}

#mainAboutLeft {
	width:380px;
	padding: 20px;
	float:left;
}

#mainAboutLeft img {
	padding-bottom:20px;
}

#mainAbout p {
	padding-bottom:10px;
	font-size:12px;
	line-height:18px;
}

#mainAbout h2 {
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#0398a5;
	padding-bottom:10px;
}

#mainMessageImg {
	position:absolute;
	top:95px;
	right:0;
}

#messageContent {
	width:800px;
	padding:20px 0 20px 20px;
}

#messageContent img {
	padding-bottom:10px;
}

#donateContainer {
	font-size:13px;
	width:910px;
	padding-bottom:20px;
	background-color:#FFF;
	margin-bottom:30px;
}

#donateContent {
	padding:40px;
}

#donateContent a {
	color:#4c93cb;	
}

#donateContent img{
	padding-bottom:10px;
}

#aboutVideo {
	width:470px;
	float:right;
	padding-top:25px;
	padding-right:20px;
}

#videoCaption {
	float:right;
	width:470px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding-top:15px;
	padding-right:20px;
	color:#0398A5;
}

#col1 {
	float:left;
	width:255px;
}

#col1 img {
	padding-bottom: 15px;
}

#col1 img.button {
	padding: 0 0 15px 0;
}

#col1 p {
	padding-right: 35px;
	padding-bottom:15px;
	font-size:12px;
}

#col1 h4 {
	font-weight:bold;
	font-size:14px;
}

#col2 {
	float:left;
	width:260px;
	padding-left:40px;
	border-right:1px dotted #6b6b6b;
	border-left:1px dotted #6b6b6b;
}

#col2 img {
	padding: 0 0 15px 0;
}

#col2 img.button {
	padding: 0 0 15px 0;
}

#col2 img.thumbs {
	padding: 0;
}

#col2 p {
	padding-right:35px;
	padding-bottom:15px;
}

#col3 {
	width:305px;
	float:left;
	background:url(/images/socialBG.jpg) repeat;
	margin-left:45px;
	display:block;
	padding:15px 0 15px 0;
}

#col3 .facebook{
	margin:10px 10px 15px 20px;
}

#col3 .facebook img{
	padding-right:20px;
}

#col3 .facebook a{
	color:#6b6b6b;
	background:#d2d8d8;
	padding:13px 25px 13px 13px;
	vertical-align:100%;
}

#col3 .facebook a:hover {
	color:#4c93cb;
	text-decoration:none;
	border-top:1px dotted #4c93cb;
	border-bottom:1px dotted #4c93cb;
}

#col3 .twitter{
	margin:15px 10px 15px 20px;
}

#col3 .twitter img{
	padding-right:20px;
}

#col3 .twitter a{
	color:#6b6b6b;
	background:#d2d8d8;
	padding:13px 70px 13px 13px;
	vertical-align:100%;
}

#col3 .twitter a:hover {
	color:#4c93cb;
	text-decoration:none;
	border-top:1px dotted #4c93cb;
	border-bottom:1px dotted #4c93cb;
}

#col3 .youtube{
	margin:15px 10px 10px 20px;
}

#col3 .youtube img{
	padding-right:20px;
}

#col3 .youtube a{
	color:#6b6b6b;
	background:#d2d8d8;
	padding:13px 58px 13px 13px;
	vertical-align:100%;
}

#col3 .youtube a:hover {
	color:#4c93cb;
	text-decoration:none;
	border-top:1px dotted #4c93cb;
	border-bottom:1px dotted #4c93cb;
}

#col4 {
	float:left;
	width:260px;
	padding-left:40px;
	border-right:1px dotted #6b6b6b;
}

#col4 p {
	padding-right:50px;
	padding-bottom:10px;
	font-size:12px;
	line-height:18px;
}

#col4 p span {
	font-style:italic;
}

#messageImgTop {
	float:right;
	padding:0 20px 10px 10px;
}

#messageImgBtm {
	float:right;
	padding:0 20px 15px 10px;
}

/*FOOTER*/

#footer {
	font-size:10px;
	width:910px;
	height:60px;
	margin-top:auto;
	background:url(/images/footerBG.png) repeat;
	padding-top:40px;
	margin-bottom:40px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

#footer img {
	padding: 0 15px 0 20px;
}

#footer p {
	float:left;
	font-size:10px;
}

#footer-nav {
	float:right;
	padding-top:4px;
	padding-right:10px;
}

#footer-nav li {
	display:inline;
}

#footer-nav li a {
	color:#6b6b6b;
	margin-left:12px;
	margin-right:15px;
}

#footer-nav li.selected a {
	text-decoration:none;
	border-bottom:1px dotted #8b8b8b;
}

#footer-nav li a:hover {
	color:#8b8b8b;
	text-decoration:none;
	border-bottom:1px dotted #8b8b8b;
}