/* General Elements
----------------------------------------------------------------------*/
* {
	/*overwrite all default browser settings*/
	margin: 0;
	padding: 0;
	
	/*global font settings*/
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000; /*Main text color*/
}
html,body {
	/*part 1 of 100% height hack*/
	height: 100%;
}
body {
	background:transparent url(../i/backgroundNew.gif) repeat-x scroll center top;
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	
	/*part 1 of centering hack*/
	text-align: center;	
}
img {
	display: block; 
	border: 0;
	behavior: url('../js/pngbehavior.htc');
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	border-bottom: 1px dashed #EAEAEA;
}


/* General Classes
----------------------------------------------------------------------*/
.floatright {
	float: right;
	display:inline;
}
.floatleft {
	float: left;
	display: inline;
}
.padLeft {
	margin-left: 7px;
}
.note {
	color: #666666;
	font-size: 10px;
}
p.quote {
	background: url(../i/quote.gif) no-repeat 0 0;
	border-bottom: 1px dashed #EAEAEA;
	padding-bottom: 10px;
	padding-left: 30px;
}

/* Layout
----------------------------------------------------------------------*/
#wrapper {
	/*background:transparent url(../i/backgroundBtm.gif) repeat-x scroll center bottom;*/

	/*part 2 of 100% height hack*/
	min-height: 100%;
	height: 100%;
	
	/*part 2 of centering hack*/
	text-align: center;
	margin: 0 auto;
	
}
html>body #wrapper {
	/*part 3 of 100% height hack*/
    height: auto;
}
#main {
	width: 971px; 
	margin: 0 auto;
}



/* General Elements
----------------------------------------------------------------------*/
h1, h2, h3, h3 a {
	color: #EC665D;
	font-family: Arial;
}
h1 {
	font-size: 22px;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #666666;
}
h2 {
	font-size: 17px;
	margin: 20px 0 6px;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 4px;
}
h3, h3 a {
	font-size: 14px;
}
p {
	line-height: 18px;
	margin-bottom: 10px;
}
blockquote {
	background:transparent url(../i/quote.gif) no-repeat scroll 10px 0.75em;
	font-family :Georgia,Times,serif;
	font-size: 1.05em;
 	font-weight: normal;
	line-height: normal;
	margin: 0.25em 0;
	padding: 0.25em 10px 0.25em 40px;
}
blockquote p {
	font-size: 11px;
	font-style: italic;
}


/* Header
----------------------------------------------------------------------*/
#header {
	padding:18px 0 0 0; 
	background: url('../i/headerTan.png') no-repeat top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../i/headerTan.png');
	_background: none;
	text-align: left;
	margin: 23px 0 0 0; 
	_height: 1%;
}
#header.new {
	background: url('../i/headerNew.png') no-repeat top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../i/headerNew.png');
	_background: none;
	margin: 0 0 0 0; 
	padding: 13px 0 0 0; 
}
#header #email {
	text-indent: -9999px;
	background: url(../i/icons/email.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../i/icons/email.png');
	_background: none;
	height: 16px;
	width: 16px;
	display: inline-block;
	float: right;
	margin-right: 20px;
}
#header #paypal {
	text-indent: -9999px;
	background: url(https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif);
	height: 21px;
	width: 74px;
	display: inline-block;
	float: right;
	margin-right: 20px;
}
#header p {
	margin: 0 !important;
}
#header ul {
	margin: 0 0 10px 20px;
	padding: 0;
}
#header.new ul {
	margin: 0 0 15px 20px;
	padding: 0;
}
#header ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#header ul li a {
	text-decoration: none;
	border-right: 1px #eaeaea solid;
	display: block;
	padding: 5px 25px;
	font-weight: bold;
}
#header ul li a:hover {
	border-bottom: none;
}
#header ul li.active a {
	border: 1px solid #EAEAEA;
	background: #FBFAF4;
}
#header ul li.last a {
	border: none;
}

/* subnav */
#header ul li ul {
	margin: 0 0 0 -1px !important; 
	padding: 0;
	background: url(../i/subMenuBg.png) repeat;
	border: 1px solid #ddd;
	display: none;
	position: absolute;
}
#header ul li ul li {
	margin: 0;
	padding: 3px 5px;
	float: none;
	display: block;
	border-bottom: 1px dashed #E8E8E8;
}
#header ul li ul li.hover {
	background-color: #ffffff;
}
#header ul li ul li.last {
	border-bottom: none;
}
#header ul li.active ul li a {
	border: none;
	background: none;
}
#header ul li ul li a {
	border: none;
	padding: 0;
	font-weight: normal;
}
 

/* Right Sash
----------------------------------------------------------------------*/
#right {
	width: 215px;
	float: right;
	display: inline;
	padding: 6px;
}
#right h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
 
/* lists */
#right ul {
	margin-left: 20px;
}

/* Left Sash
----------------------------------------------------------------------*/
#left {
	width: 215px;
	float: left;
	display: inline;
	padding: 6px;
}
#left .box {
	margin-bottom: 25px;	
}
#left h3 {
	margin-top: 0;
	margin-bottom: 5px;
	/*font-family: Georgia,Times,serif;*/
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
}

/* Content Section
----------------------------------------------------------------------*/
#contentWrapper {
	background: transparent url(../i/contentLeft.png) repeat-y scroll 0 0;
	padding: 30px 20px 40px;
	text-align: left;
	margin: 0;
	_height: 1%;
}
#content {
	width: 665px;
	float: right;
	display: inline;
	padding: 0 5px;
}


/* Lists */
#left ul {
	margin-left: 20px;
}

ul.bullets {
	margin: 0 0 10px 3px !important;
	padding: 0;
	list-style-type: none;
}
ul.bullets li {
	background: url(../i/bullet.gif) 0 6px no-repeat;
	padding-left: 10px;
	margin-bottom: 4px
}
ul.bullets li.nobullet {
	background: none;
}

ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

/* Footer
----------------------------------------------------------------------*/
#footer {
	background: url(../i/footer.png) no-repeat scroll center top; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../i/footer.png');
	_background: none;
	text-align: left; 
	font-size: 11px;
	_height: 1%;
}
#footer a {
	font-size: 11px;	
}
#footer div {
	margin: 0 20px 0;
	padding: 40px 0 0 0;
	border-top: 1px #eaeaea solid;
	height: 60px; 
	color: #666666;
	font-size: 11px;
}


/* Form Elements
---------------------------------------------*/
select {
	color: #454545;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select option {
	padding: 0 2px;
}
input.checkbox,  
input.radio { 
	_height: 13px; 
	_width: 13px; 
}
div.actions {
	margin-top: -25px;
}
input.text,
input.password {
	border: 1px solid #DDD;
	padding: 2px;
	font-size: 11px;
	width: 200px;
}
input.login {
	border: 1px solid #DDD;
	padding: 0;
	font-size: 11px;
	width: 80px;
}

input.text.disabled {
	color: #404040;
	border: 0;
	background: none;
}

input.button,
input.button:visited {
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF !important;
	background-color: #999;
	border: 1px solid #666;
	padding: 1px 6px;
	_padding: 1px 0;
	cursor: pointer;
}
input.date {
	width: 85px;
	background: url(../i/icon/calendar.gif) no-repeat 100% 1px;
}

textarea {
	border: 1px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 350px;
	height: 75px;
	padding: 3px;
}
textarea.editor {
	width: 420px;
	height: 175px;
}
form fieldset {
	border: none;
	padding: 7px 0;
}
form div {
	padding-left: 150px;
}
form div.nolabel {
	margin-left: -145px;
}
form div.buttons {
	margin-left: 0;
}
div.legend {
	font-family: Georgia;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	color: #333333;
	border-bottom: solid 1px #d1cdb5;
	padding-bottom: 2px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 7px;
}
form div label {
	float: left;
	display: inline;
	margin-left: -145px;
	font-weight: bold;
	padding: 0 0 0 10px;
}
form div div label {
	float: none;
	display: inline;
	margin-left: 0;
	font-weight: normal;
}
form div div {
	padding: 0;
	margin: 0;
}
form div.iefix {
	_height: 1%; /*IE FIX*/
	margin-bottom: 10px;
}

/* list columns */
form div.cols {
	margin-bottom: 10px;
}
form div.cols ul.col {
	width: 50%;
	float: left;
}
form div.cols.three ul.col {
	width: 33%;
}
form div ul {
	list-style: none;
}
form div ul.checkbox li,
form div ul.radio li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}
form div ul.checkbox li label,
form div ul.radio li label {
	font-weight: normal;
}

/* Box
---------------------------------------------*/
div.box {
	margin-bottom: 15px;
}

/* Photo List
---------------------------------------------*/
div.box.photos ul {
	margin:0 !important;
	padding: 0;
	list-style-type: none;
}
div.box.photos ul li {
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	min-height: 100px;
}
div.box.photos ul li img {
	width: 200px;
	padding: 3px;
	border: 1px #eaeaea solid;
	background: #ffffff;
	text-align: center;
}
div.box.photos ul li span {
	background: #fff;
	padding: 2px 3px;
	border: #cccccc;
	position: absolute;
	right: 7px;
	bottom: 5px;
	font-size: 11px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Video List
---------------------------------------------*/
div.box.video ul {
	margin:0 !important;
	padding: 0;
	list-style-type: none;
}
div.box.video ul li {
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	border: 1px #eaeaea solid;
	height: 165px;
	padding: 3px;
	background: #ffffff;
	text-align: center;
}
	
/* Video List
---------------------------------------------*/
div.box.sliderQuotes {
	background: #F8F7EF;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	margin-top: 20px;
}
div.box.sliderQuotes h2 {
	border-top: 5px solid white;
	padding-top: 0.5em;
	padding-left: 30px;
	border-bottom: 0;
	margin: 0;
	background: url(../i/quote.gif) 4px 50% no-repeat;
}
div.box.sliderQuotes ul {
	margin:0 !important;
	padding: 0;
	list-style-type: none;
	position: relative;
	overflow: hidden;
	height: 150px;
	border-bottom: 5px solid white;
}
div.box.sliderQuotes ul li {
	position: absolute;
	padding: 10px 0 0 160px;
	width: 450px;
}
div.box.sliderQuotes ul li img {
	max-height: 140px;
	max-width: 140px;
	float: left;
	margin-left: -150px;
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 3px;
}
div.box.sliderQuotes ul li .note {
	text-align: right;
	margin-top: 7px;
	color:#333;
}


/* Clearfix  (http: //www.positioniseverything.net/easyclearing.html)
----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
