/*
* Created by: Mike West on 2006 Feb 24
* Modified by: 

*
* Copyright (c) 2006 condit.west.creative LLC
* 414 S. Mill Avenue, Tempe, Arizona. 85281, U.S.A.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* condit.west.creative LLC. You shall not disclose such confidential
* information and shall use it only in accordance with the terms of
* the license agreement you entered into with condit.west.creative LLC
*/



/***********************************************/
/* HTML tag styles                             */
/***********************************************/

hr {
	border: 0;
	color: #C9D1D6;
	background-color: #C9D1D6;
	height: 1px;
	width: 100%;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	/*background: lightgrey;*/
	
	
	
}

table {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	background: white;
	
	
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #114b7d;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1 {
	/* none set */
}

h1.blueHeadline {
	color:#114b7d;
	font-size:18px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight:normal;
	display:inline;
}


h2 {
	/* none set */
}
h2.bodyText{
	display:inline;
	font-weight:bold;
	font-size:11px;
	line-height: 1.5em;
}

h3 {
	/* none set */
}

h4 {
	/* none set */
}

h5 {
	/* none set */
}


/*************** list tag styles ***************/

ul {
	/* none set */

}

ul ul {
	/* none set */
}

ul ul ul {
	/* none set */
}

li {
	/* none set */
}

/********* form and related tag styles *********/

form {
	/* none set */
}

label {
	/* none set */
}
				
input { /*sets text for form textfields*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}



/***********************************************/
/* Custom styles                               */
/***********************************************/

/*.logo {
	width: 338px;
	height: 48px;
	position: relative;
	top: 10px;
	left: 385px;
}*/
.logo {
	width: 338px;
	height: 48px;
	position: relative;
	left: 180px;
	top: 10px;
	background: white;
}

/*.home {
	width: 50px;
	height: 25px;
	position: relative;
	top: -10px;
	left: 15px;
	text-align: left;
}*/

.home {
	width: 50px;
	height: 25px;
	position: relative;
	top: -10px;
	left: -325px;
	text-align: left;
	background: white;
}

.home a:link, .home a:visited {color: #666666; text-decoration:underline;}
.home a:hover {color: #666666; text-decoration:none;}

.newsLink{
	position: relative;
	color:#fff;
	top: -35px;
	left: -295px;
	width:50px;
}
.newsLink a{
	color:#fff;	
	background:#114b7d;
	padding:3px 6px;
}
.newsLink a:hover{
	color:#fff;	
	background:#4c779d;
}

/*.masthead {
	width: 702px;
	height: 262px;
	position: relative;
	top: 0px;
	left: 15px;
}*/

.masthead {
	width: 702px;
	height: 262px;
	position: relative;
	top: 0px;
	background: white;
	
}

.subMasthead {
	width: 702px;
	height: 181px;
	position: relative;
	top: 0px;
	background: white;
}

/*.navigation {
	width: 702px;
	height: 47px;
position: relative;
	top: 0px;
	margin-left:15px;
	left: 15px;
	margin-bottom: 5px;
	background-color:#114b7d;
}*/

.navigation {
	width: 702px;
	height: 47px;
/*	position: relative;*/
	top: 0px;

	margin-bottom: 5px;
	background-color:#114b7d;
}


.navigation a:link, .navigation a:visited {color: #666666;}
.navigation a:hover {}

.leftColumn {
	width: 415px;
	text-align: left;
	float: left;
	background: white;
	padding-left: 10px;
}

.leftColumn3Sub {
	width: 702px;
	text-align: left;
	float: left;
	background: white;
}

li.GEN { 
	/*background-image: url(Assets/Images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;*/
	list-style:disc;
	list-style-position:outside;
	margin-left: 27px;
}

li.PDF { 
	background-image: url(Assets/Images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 3px 27px;
	margin: 0;
}

li.WEB { 
	background-image: url(Assets/Images/icon_web.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding: 2px 0 3px 27px;
	margin: 0;
}

ul.IconList { /* tells graphic bullets to not indent */
	list-style: none;
	list-style-position:inside;
	margin: 0;
	padding: 0;
}

ul.plainList { /* tells graphic bullets to not indent */
	list-style: none;
	list-style-position:inside;
	margin: 3px 0 3px 0;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
	color:#999999;
}

li.DOC { 
	background-image: url(Assets/Images/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 2px 0 3px 27px;
	margin: 0;
}


.rightColumn {
	width: 240px;
/*	position: inherit;*/
	text-align: left;
	float: right;
	overflow: visible;
	background: white;
	padding-left: 27px;
	padding-right: 10px;
	
	
	
}

.colOne {
	width: 200px;
	position: static;
	text-align: left;
	overflow: visible;
	float: left;
	background: white;
}

.colTwo {
	width: 200px;
	position: relative;
	text-align: left;
	overflow: visible;
	left: 50px;
	float: left;
	background: white;
}

.colThree {
	width: 200px;
	position: relative;
	text-align: left;
	overflow: visible;
	float: right;
	background: white;
}

/*
.rightColumn a:link, .home a:visited {color: #666666; text-decoration:underline;}
.rightColumn a:hover {color: #666666; text-decoration:none;}
*/

.blueHeadline {
	color:#114b7d;
	font-size:18px;
	line-height: 20px;
	padding-bottom: 10px;
}

.greyHeadline {
	color:#666666;
	font-size:16px;
	line-height: 20px;
	padding-bottom: 10px;
}

.orangeHeadline {
	color:#FF9900;
	font-size:16px;
	line-height: 20px;
	padding-bottom: 10px;
}

.orangeHeadline a:link, .orangeHeadline a:visited {color: #ff9900; text-decoration:underline;}
.orangeHeadline a:hover {color: #ff9900; text-decoration:none;}

.greySubHeadline {
	color:#333333;
	font-size:14px;
	line-height: 18px;
	padding-bottom: 10px;
}


#newsModule {
	padding-bottom: 7px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	color: #999999;
	background: white;
}

.volunteerModule {
	padding-bottom: 7px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	background: white;
}

.newsHeadline {
	font-weight: bolder;	
	color:#333333;
	background: white;
}

.noticeBlue {
	color:#FFFFFF;
	background-color:#000066;
}

.bodyContainer {
	padding-bottom: 15px;
	width: 702px;
	padding-top: 15px;
/*	position: relative;*/
	top: 20px;
	height: auto;
	background: white;
	
}

.footerStuff {
	position: inherit;
	float: left;
	padding: 10 0 10 0;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size:11px;
	color:#999999;
	overflow: visible;
	width:702px;
	text-align: left;
	background: white;
}

.emailRegistration {
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	background-color: #656565;
	height: 26px;
	vertical-align: middle;
	background: white;
}

#downloadModule {
	padding-bottom: 7px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.blueType {
	color: #114b7d;
}

.profiletype {
	color: #ff9900;
	font-size:14px;
}

.profiletype a:link, .profiletype a:visited {color: #ff9900; text-decoration:underline;}
.profiletype a:hover {color: #ff9900; text-decoration:none;}

.profileImage {
	border-color:#ff9900;
	border-style:solid;
	border-width:1px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.profileImageLarge {
	border-color:#ff9900;
	border-style:solid;
	border-width:1px;
	margin:10px 5px 10px 10px;
}


.bluelineImage {
	border-color:#0A4071;
	border-style:solid;
	border-width:1px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.colWrapper {
	width:702px;
	background: white;
}

#headercontainer {background: white;}

#container {background: white;}
div {background: white;}

li.donorAmount{
	color:#114b7d;
	font-size:12px;
	padding-top:5px;
}