/**********************************
 
 NOTES:
 
 - Naming Convention: ALL ID's are to be named off their parent ID i.e #content -- #content_title -- #content_title_title1  
 
***********************************/



/**********************************
 
 GLOBAL
 
***********************************/


html {
	background-color: #222222;
}

body {
	background-color: #222222;
	margin:0;
	padding:0;
}

#wrap {
	margin: 0px auto;
	width: 979px;
	padding: 0px;
}

/**********************************
 
 GLOBAL - STYLES
 
***********************************/


p {
	margin: 0px;
	padding: 0px;
	color: #efefe5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .05em;
}

h1 {
	font-family: Garamond, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #888853;
	font-size:14px;
	font-weight: normal;
	letter-spacing:1px;
	margin:15px 0 15px 0;
	text-transform:uppercase;
	line-height:18px;
	font-weight:bold;
}

h2 {
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	font-size:28px;
	text-transform:uppercase;
	color: #666262;
	padding:0px;
	margin:0px 0 15px 0;
}

h3 {
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	font-size:32px;
	color: #666262;
	text-transform:uppercase;
	padding:0px;
	margin: 20px 5px 10px 20px;
}

* html h3 {
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	font-size:28px;
	color: #666262;
	text-transform:uppercase;
	padding:0px;
	margin: 20px 5px 10px 20px;
}

h4 {
	font-family: Futura, Century Gothic, AppleGothic, sans-serif;
	font-size:28px;
	text-transform:uppercase;
	color: #888853;
	padding:0px;
	margin:20px 0 15px 0;
}

h5 {
	font-family: Garamond, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #888853;
	font-size:12px;
	font-weight: normal;
	letter-spacing:1px;
	margin:15px 0 5px 5px;
	text-transform:uppercase;
	font-style:oblique;
	line-height:18px;
}

h6 {
	font-family: Garamond, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #666262;
	font-size:12px;
	font-weight: normal;
	letter-spacing:1px;
	margin:25px 0 5px 25px;
	font-style:oblique;
	line-height:18px;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#f4c73c;
	}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin: 20px 10px 20px 40px;
	padding: 0 0 0 10px;
	color: #999999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .05em;
	border-left: 1px solid #999999;

}

hr {
	margin: 25px 0 25px 0;
}

/**********************************
 
 HEADER
 
***********************************/

#header {
	background-image: url(images/index_01.gif);
	background-repeat: no-repeat;
	height:141px;
}

#header ul {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin: 25px 0 0 0;
	color: #6c6c46;
	font-size:14px;
	text-transform:uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Sans-Serif;
}

#header ul a {
	color: #6c6c46;
	text-decoration:none;
}

#header li {
	display: inline;
	margin:25px 0 0 0;
	padding: 0px;
	text-decoration:none;
}

#header li a:hover {
	text-decoration:none;
	color: #fcfcfc;
}

/******** NAVIGATION ********/

#navigation {
	width:979px;
	height:100px;
	margin-top:28px;
}

#navigation ul	{
	margin-right:-20px;
	list-style-type: none;
	text-transform:uppercase;
	color: #42c0fb;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	letter-spacing: 1px;
}

* html #navigation ul {
	margin-right:-28px;
}

*:first-child+html #navigation ul {
	margin-right:-28px;
}


#navigation ul a {
	color: #42c0fb;
}

#navigation ul a:hover {
	text-decoration:none;
	color: #fcfcfc;
}

#navigation li {
	display: inline;
	margin-right:20px
}

/**********************************
 
 BODY
 
***********************************/


#content_index {
	background-color: #3b3939;
	height: 546px;
	overflow: hidden;
}

#content_inner {
	float: left;
	width: 979px;
	background: url(images/background_inner.gif);
	background-repeat: repeat-y;
}

#flash {
	float: left;
	height: 546px;
	width: 602px;
	margin-left: 2px;
}

* html #flash {
	width: 600px;
	margin:0px;
}

#main {
	float: left;
	width: 453px;
	padding: 20px;
}

#main p {
	margin-left: 5px;
}

#main h1 {
	margin-left:5px;
}

#main ul {
	color: #888853;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .05em;
	margin: 20px 20px 20px 0;
	list-style-image: url(images/bullet.jpg);
}

* html #main ul {
	margin: 20px 20px 20px 30px;;
}

*:first-child+html #main ul {
	margin: 20px 20px 20px 30px;;
}

#main li {
	margin-bottom:10px;
}

/******** SIDEBAR ********/

#sidebar {
	float: left;
	height: 546px;
	width: 375px;
}

* html #sidebar {
	width: 300px;
}

#sidebar ul {
	list-style-type:none;
	font-family: Garamond, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #f4c73c;
	font-size: 12px;
	text-transform: uppercase;
	margin: 3px 0 0 ;
	letter-spacing: 1px;
	line-height: 18px;
	width: 200px;
}

* html #sidebar ul {
	margin: 3px 0 0 50px;
}

*:first-child+html #sidebar ul {
	margin: 3px 0 0 50px;
}

#sidebar ul a{
	text-decoration:none;
	color: #f4c73c;
}

#sidebar ul a:hover {
	color:#fcfcfc;
}

#sidebar li {
	display:block;
	border-bottom:dotted thin #f4c73c;
	margin-bottom:10px;
}

#sidebar_inner {
	float: left;
	background-repeat: no-repeat;
	background-position: left;
	width:268px;
	height:547px;
}

#sidebar_inner ul {
	list-style-type:none;
	font-family: Garamond, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #f4c73c;
	font-size: 12px;
	text-transform: uppercase;
	margin: 3px 0 0 0px;
	letter-spacing: 1px;
	line-height: 18px;
	width: 200px;
}

* html #sidebar_inner ul {
	margin: 3px 0 0 30px;
}

*:first-child+html #sidebar_inner ul {
	margin: 3px 0 0 30px;
}

#sidebar_inner ul a{
	text-decoration:none;
	color: #f4c73c;
}

#sidebar_inner ul a:hover {
	color:#fcfcfc;
}

#sidebar_inner li {
	display:block;
	border-bottom:dotted thin #f4c73c;
	margin-bottom:10px;
}

#middle {
	float: left;
	width: 218px;
	margin-bottom:-5px;
}

#events {
	width:250px;
	margin:0 0 0 50px;
}

* html #events {
	width:250px;
	margin:0 0 0 30px;
}


/**********************************
 
CONTACT FORM
  
***********************************/

input.left_form {
	background: #ffffff;
	width: 400px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

input.alert {
	background: #ffffff;
	width: 400px;
	border: 1px solid #054988;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054988;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

textarea {
	background: #ffffff;
	width: 400px;
	height: 150px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

textarea.alert {
	background: #ffffff;
	width: 400px;
	height: 150px;
	border: 1px solid #054988;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054988;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

.alt_button_format {
	float: left;
	background: #ffffff;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 4px 4px 4px 4px;
	margin: 0px 5px 0px 0px;
}

.alert_text {
	color: #42C0FB;
}     

select {
	background: #ffffff;
	width: 240px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 3px;
	margin: 0px 0px 10px 0px;
}

/******** DONATION PAGE ********/

select.state {
	float: left;
	margin: 0px 10px 0px 0px;
}

select.phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 159px;
}

select#designation_choice {
	width: 410px;
}

select.exp_month {
	float: left;
	width: 240px;
	margin: 0px 10px 0px 0px;
}

select.exp_year {
	width: 160px;
}

input.zip {
	width: 150px;
}

input.radio {
	margin: 0px 10px 10px 0px;
}

input#cc_cvv {
	width: 140px;
}

input#other_amount {
	width: 376px;
}

/**********************************
 
 FOOTER
 
***********************************/


#footer {
	background-image: url(images/index_04.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 30px 0 0 0;
}

#footer p {
	font-family: Helvetica, Arial sans-serif;
	font-size: 10px;
	color: #333333;
}

#footer p a {
	font-family: Helvetica, Arial sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration :none;
}

#footer p a:hover {
	text-decoration: underline;
}

/**********************************
 
 VARIOUS CLASSES
 
***********************************/

.disabled {
	background: #3b3939;
}

.clear {
	clear: both;
}

.credit {
	float: left;
}

.credit2 {
	float:right;
}

.blue {
	color:#42c0fb;
	font-family: Garamond, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	padding: 0 0px 0 0px;
}

.image {
	float: right;
	margin: 0px 0 5px 10px;
}

.caption {
	float:right;
}