/*--------------------------------------------------------------------------------------------
*
*	General
*	
*--------------------------------------------------------------------------------------------*/
/*ADDING COMMENT TO TEST SOURCE TREE */
.clear{ clear: both; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

.hl { padding: 0; margin: 0; list-style: none; display: block; position: relative; overflow: hidden; }
.hl li { float: left; display: block; margin: 0; padding: 0; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Container auto clearfixes */
.container:before, .container:after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.container:after { clear: both; }
.container { zoom: 1; }

body {
	font: 62.5% sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}


/*--------------------------------------------------------------------------------------------
*
*	TYPOGRAPHY
*	
*--------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	color: #157096;
	font-weight: normal;
	margin: 0 0 0.75em;
}

h1 {
	font-size: 3.0em;
	line-height: 1em;
	margin: 0 0 1em;
	font-weight: normal;
}

h2 {
	font-size: 2.3em;
	line-height: 1.2em;
	margin: 2em 0 0.25em;
}

h3 {
	font-size: 1.7em;
	line-height: 1.2em;
	color: #494949;
	font-weight: bold;
}

h2 + h3 {
	position: relative;
	margin-top: -3px;
}

h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0;
}

p, li, td, th {
	color: #666666;
	font-size: 1.3em;
	line-height: 1.4em;
}

p {
	margin: 0 0 1em;
}

#header-toolbox p{
	font-size: 1.4em;
}

a {
	text-decoration: none;
	color: #0088bb;
}

a:hover {
	text-decoration: underline;
}

.tier-2 h3 a{
	color: inherit;
}
.tier-2 h3 a:hover{
	text-decoration: none;
}

blockquote p {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	color: #157096;
	font-size: 2.1em;
	line-height: 1.2em;
	margin: 1em 0;
}

img {
	display: block;
}

img.align-right {
	float: right;
	margin: 0 0 0 15px;
}

img.align-left {
	float: left;
	margin: 0 15px 0 0;
}

/*--------------------------------------------------------------------------------------------
*
*	Lists
*	
*--------------------------------------------------------------------------------------------*/

ul {
	list-style:outside disc;
	padding-left:14px;
	margin: 0 0 20px;
}

ol {
	list-style:outside disc;
	padding-left:14px;
}

li {
	line-height: 1.3em;
	margin: 0 0 0.7em;
}


/*--------------------------------------------------------------------------------------------
*
*	Buttons
*	
*--------------------------------------------------------------------------------------------*/
.button {
	width: 100px;
	height: 30px;
	display: block;
	cursor: pointer;
	background: url(../images/layout/button-blue.png);
	line-height: 28px;
	font-size: 13px;
	color: #fff;
	text-shadow: #005e7d 0 -1px 0;
	text-align: center;
	text-decoration: none;
}

.button:hover {
	background-position: 0 -50px;
	text-decoration: none;
}

a.button_join, a.button_volunteer, a.button_donate {
	width: 308px;
	height: 113px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
a.button_join:hover {
	background-position: 0 -117px !important;
	text-decoration: none;
}
a.button_volunteer:hover {
	background-position: 0 -117px !important;
	text-decoration: none;
}
a.button_donate:hover {
	background-position: 0 -117px !important;
	text-decoration: none;
}


/*--------------------------------------------------------------------------------------------
*
*	Tables
*	
*--------------------------------------------------------------------------------------------*/

table,tr,td,th {
	vertical-align: top;
}

table {
	width:100%;
	margin: 20px 0;
}

table {
	
}

table th {
	
}

table tbody tr:hover td {
	
}

td,th {
	padding: 5px 10px;
	font-size: 1.1em;
}

th {
	
}


/*--------------------------------------------------------------------------------------------
*
*	Images
*	
*--------------------------------------------------------------------------------------------*/

.image-caption {
	position: relative;
}

.image-caption .caption {
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.image-caption .caption .inner {
	padding: 10px;
}

.image-caption * {
	color: #fff !important;
	text-shadow: rgba(0,0,0,0.3) 0 1px 0;
}

/*--------------------------------------------------------------------------------------------
*
*	Forms
*	
*--------------------------------------------------------------------------------------------*/

form {
	display: block;
	position: relative;
}

form .field {
	display: block;
	position: relative;
	margin-bottom: 10px;
	clear: left;
}

form label {
	position: absolute;
	color: #999999;
	font-size: 15px;
	line-height: 15px;
	top: 11px;
	left: 11px;
	cursor: text;
	z-index: 2;
}

form input[type="text"],
form input[type="password"] {
	display: block;
	resize: none;
	border: #b2a9a9 solid 1px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 3px #b9b9b9, #f6f6f4 0 1px 0;
	padding: 9px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	line-height: 15px;
	outline: none;
	color: #6f6f6f;
}
form .error input[type="text"],
form .error input[type="password"],
form .error textarea {
	border-color: #e24d3b;
}
form label.error {
	color: #e24d3b;;
	font-size: 11px;
	font-style: italic;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 2px 0 0;
}

form textarea {
	display: block;
	resize: none;
	border: #b2a9a9 solid 1px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 3px #b9b9b9, #f6f6f4 0 1px 0;
	padding: 9px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	line-height: 15px;
	outline: none;
	color: #6f6f6f;
	height: 150px;
	width: 540px;
}

form input[type="submit"] {
	width: 100px;
	height: 30px;
	padding: 0 0 4px;
	display: block;
	cursor: pointer;
	background: url(../images/layout/button-blue.png);
	font-size: 13px;
	color: #fff;
	text-shadow: #005e7d 0 -1px 0;
	text-align: center;
	text-decoration: none;
	border: 0 none;
}

form input[type="submit"]:hover {
	background-position: 0 -50px;
}

form input[type="submit"].big {
	background-position: 0 -250px;
	width: 156px;
	height: 40px;
}

form input[type="submit"].big:hover {
	background-position: 0 -200px;
}

form .select {
	position: relative;
	max-width: 325px;
}

form .select .label {
	display: block;
	height: 29px;
	line-height: 29px;
	white-space: nowrap;
	padding: 0 0 0 10px;
	background: url(../images/layout/select.png) 0 0 no-repeat;
	text-decoration: none;
}

form .select .label span {
	display: block;
	padding-right: 35px;
	height: 29px;
	background: url(../images/layout/select.png) 100% -50px no-repeat;
	color: #494949;
	font-size: 13px;
}

form .select ul.list {
	position: absolute;
	left: 0px;
	width: 97%;
	overflow: auto;
	max-height: 140px;
	top: 27px;
	background: #fff;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
	border: #bcbbb7 solid 1px;
	margin-left: 1%;
}

form .select ul.list li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	
}

form .select ul.list li a {
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #494949;
	text-decoration: none !important;
	text-shadow: none !important;
}

form .select ul.list li a:hover {
	background: #e7f2f6;
}

form .select ul.list li.active a{
	background: #0091c2;
	color: #fff;
}

form .select ul.list li label {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #494949;
	text-decoration: none !important;
	text-shadow: none !important;
	cursor: pointer;
}

form .select ul.list li label:hover {
	background: #e7f2f6;
}

form .select ul.list li label input {
	margin-right: 3px;
}

form .select-checkbox ul.list {
	display: none;
}

