@charset "utf-8";
/* CSS Document */

img, div { behavior: url(common/iepngfix/iepngfix.htc) }

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	background:url(../grfx/body_bg.jpg) top left no-repeat #FFFFFF;
}

#container {
	width: 860px;
	padding: 0;
	margin: 0 auto;
	background: url(../grfx/content_bg.png) top left repeat-y;
}

#background-repeater {
	width: 842px;
	padding: 0 9px;
	margin: 0;
}

#header {
	float: left;
	width: 842px;
	height: 157px;
	padding: 0;
	margin: 0;
	background:#FFF;
	text-align:center;
}

#navigation {
	float: left;
	width: 842px;
	height: 32px;
	padding: 0;
	margin: 0;
	border-top:1px solid #FFF;
	background: url(../grfx/nav.jpg) top left repeat-x;
}

#navigation ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	border-right: 1px solid #FFF;
}
#navigation li.last {
	border-right:none;
}

#navigation li a {
	border: 0;
	display: block;
	height: 32px;
	line-height: 32px;
	color:#FFF;
	text-decoration: none;
	text-transform:uppercase;
	padding:0 31px 0 30px;
}
#navigation li a:hover {
	background: url(../grfx/nav.jpg) 0 -32px repeat-x;
}

/*#navigation li a span {
	display: none;
}*/

/*
#navigation li#about a {
	width: 82px;
}
#navigation li#about a:hover {
	background: url(../grfx/nav.gif) -73px -32px no-repeat;
}

#navigation li#donations a {
	width: 136px;
}
#navigation li#donations a:hover {
	background: url(../grfx/nav.gif) -155px -32px no-repeat;
}

#navigation li#vending a {
	width: 76px;
}
#navigation li#vending a:hover {
	background: url(../grfx/nav.gif) -291px -32px no-repeat;
}

#navigation li#fundraising a {
	width: 189px;
}
#navigation li#fundraising a:hover {
	background: url(../grfx/nav.gif) -367px -32px no-repeat;
}

#navigation li#distributors a {
	width: 109px;
}
#navigation li#distributors a:hover {
	background: url(../grfx/nav.gif) -556px -32px no-repeat;
}

#navigation li#buy a {
	width: 89px;
}
#navigation li#buy a:hover {
	background: url(../grfx/nav.gif) -665px -32px no-repeat;
}

#navigation li#contact a {
	width: 88px;
}
#navigation li#contact a:hover {
	background: url(../grfx/nav.gif) -754px -32px no-repeat;
}*/

* html #navigation li ul { 
	position: absolute;
	z-index: 20;
	margin: 0;
	width: 140px;
	padding: 0 0 5px 0;
	left: -999em;
}

#navigation li ul { 
	position: absolute;
	z-index: 20;
	margin: 0;
	width: 140px;
	padding: 0;
	left: -999em;
}

#navigation li ul li {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 32px;
}

#navigation li:hover ul, 
#navigation li li:hover ul, 
#navigation li.sfhover ul, 
#navigation li li.sfhover ul { 
	left: auto;
}

*:first-child+html #navigation li:hover, 
*:first-child+html #navigation li li:hover, 
*:first-child+html #navigation li.sfhover, 
*:first-child+html #navigation li li.sfhover { 
	left: auto;
	position: static;
}

#navigation li ul li a {
	padding: 0 0 0 15px;
	display: block;
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #FFFFFF;
	background: url(../grfx/li_hover.jpg) top left repeat !important;
	font-size: 11px;
	text-decoration: none;
	width: 140px !important;
	text-align: left;
}

#navigation li ul li a:hover {
	text-decoration: none;
	background: #ef661b !important;
}

#banner {
	float: left;
	width: 842px;
	height: 126px;
	padding: 0;
	margin: 0;
	background: url(../grfx/banner_bg.jpg) top right no-repeat #FFF;
	position:relative;
	border-bottom:1px solid #f58836;
}

#content-container {
	float: left;
	width: 842px;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding: 0;
	margin: 0;
	background: url(../grfx/content-area-bg.jpg) top right no-repeat #FFF;
}

#content-container2 {
	float: left;
	width: 842px;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding: 0;
	margin: 0;
	background: url(../grfx/content-area-bg3.jpg) top right no-repeat #FFF;
}

#left-col {
	float: left;
	width: 444px;
	min-height:450px;
	padding: 20px 40px;
	margin: 0;
	font-size:0.9em;
	position:relative;
	text-align:justify;
	line-height:120%;
}

#right-col {
	float: right;
	width: 315px;
	padding: 20px 0;
	margin: 0;
	font-size:0.9em;
}

#right-col-distributor {
	float: right;
	width: 315px;
	padding: 20px 0;
	margin: 0;
	font-size:0.9em;
	background:url(../grfx/content-donations-bg.png) top left no-repeat;
	min-height:450px;
}

#dist-login {
	float:right;
	height:120px;
	width:250px;
}
#dist-login form {
	width: 250px;
	padding: 0;
	margin: 0;
}
#dist-login th {
	text-align:left;
	font-weight:600;
}
#dist-login h4 {
	margin:0 0 0 55px;
}

#follow {
	position:absolute;
	top: 5px;
	right: 20px;
	margin: 0 0 10px 0;
}
#follow h3 {
	color:#0082c8;
	font-size:17px;
}

#nova-holder {
	margin:10px 0;
	width:312px;
	height:120px;
}
#nova-holder #leftdiv {
	float:left;
	height:120px;
	width:173px;
}
#nova-holder #toprightdiv {
	float:right;
	height:60px;
	width:139px;
	margin:0;
	padding:0;
}
#nova-holder #bottomrightdiv {
	float:right;
	height:44px;
	width:139px;
}

#nova-holder ul {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#nova-holder li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

#nova-holder li a {
	border: 0;
	display: block;
	text-decoration: none;
	color:#000;
}

#nova-holder li#topright a {
	width: 129px;
	height: 35px;
	padding-top:25px;
	padding-left:10px;
	background:url(../grfx/nova-topright.png);
}
#nova-holder li#topright a:hover {
	background:url(../grfx/nova-topright-hover.png);
	text-decoration:none;
}
#nova-holder li#bottomright a {
	width: 129px;
	height: 45px;
	padding-top:15px;
	padding-left:10px;
	background:url(../grfx/nova-bottomright.png);
}
#nova-holder li#bottomright a:hover {
	background:url(../grfx/nova-bottomright-hover.png);
	text-decoration:none;
}

#footer {
	float: left;
	width: 842px;
	height:50px;
	padding: 0;
	margin: 0 9px;
	background: url(../grfx/footer.jpg) top left no-repeat #FFF;
	color: #0082c8;
}

#footer #links {
	float: left;
	width: 842px;
	padding: 17px 0 0 0;
	margin: 0;
	position:relative;
}

#links ul {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align:center;
	list-style:none;
}

#links ul li {
	margin: 0;
	padding: 0 15px 0 15px;
	display:inline;
	border-right:1px solid #0082c8;
}

#links ul li.last {
	border-right:none;
}

#footer a {
	color: #0082c8;
	text-decoration: none;
}

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

#footer #loft-logo-holder {
	width: 98px;
	height: 16px;
	top: 19px;
	right: 0px;
	margin: 0;
	position:absolute;
}

li.pdf {
	list-style-image:url(../grfx/pdf_icon.jpg);
	padding-left:10px;
}

li.jpg {
	list-style-image:url(../grfx/jpg_icon.jpg);
	padding-left:10px;
}

/* common styles */
h1 {
	color:#f47b20;
	font-family:"Arial Narrow", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1.8em;
	margin:10px 0 20px 0;
}
h2 {
	color: #f47b20;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	color: #f47b20;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin:10px 0 10px 0;
}
h4 {
	color: #f47b20;
	font-size: 12px;
}
#right-col-donations h3 {
	color:#0082c8;
	margin:5px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
}
h5, h6 {
	color: #f47b20;
	font-size: 12px;
	margin:0;
}

p, ul, ol, label, td {
	font-size: 11px;
}
li {
	margin:5px 0;
}
hr {
	color: #a29f96;
	height: 1px;
	background: none;
}

a img {
	border: none;
}

a {
	color: #0082c8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

span.bolditalic {
	font-weight:bold;
	font-style:italic;
}

/* contact form styles */
form {
	padding: 0;
	margin: 0;
	line-height: 200%;
}

fieldset {
	padding: 0;
	border: none;
}

.col1 {
	text-align: right;
	width: 115px;
	height: 20px;
	padding: 2px 5px 0 0;
	margin: 0;
	float: left;
}
.col11 {
	text-align: right;
	width: 250px;
	padding: 4px 5px 0 0;
	margin: 3px 0 0 0;
	float: left;
	line-height:120%;
}
.col13 {
	text-align: right;
	width: 150px;
	height: 20px;
	padding: 2px 5px 0 0;
	margin: 0;
	float: left;
}

.col2 {
	float: left;
	width: 202px;
	height: 28px;
	margin: 0;
	padding:0;
}
.col22 {
	float: left;
	width: 102px;
	height: 28px;
	margin: 0;
	text-align:right;
}

.col111 {
	text-align: right;
	width: 50px;
	padding: 4px 5px 0 0;
	margin: 3px 0 0 0;
	float: left;
	line-height:120%;
}

.col2-verification-code {
	float: left;
	width: 285px;
	height: 31px;
	margin: 5px 0 0 0;
}
.col22-verification-code {
	float: left;
	width: 185px;
	height: 31px;
	margin: 5px 0 0 0;
}

* html .verification-code {
	margin-bottom: -4px;
}
*:first-child+html .verification-code {
	margin-bottom: -4px;
}
.verification-code {
	margin-bottom: -11px;
}

.col2comment {
	float: left;
	width: 170px;
	margin: 0;
}

.col1comment {
	float: left;
	text-align: right;
	padding: 2px 5px 0 0;
	width: 115px;
}

.col1verification {
	float: left;
	text-align: right;
	padding: 10px 5px 0 0;
	width: 115px;
}
.col11verification {
	float: left;
	text-align: right;
	padding: 10px 5px 0 0;
	width: 250px;
}

div.row {
	float: left;
	clear: both;
	width: 440px;
}
div.row-small {
	float: left;
	clear: both;
	width: 250px;
}

.wrong-code {
	color: #FF0000;
	text-align: center;
}

.input {
	width: 247px;
	height: 18px;
	margin: 2px 5px 0 0;
	border: none;
	padding: 4px 1px 2px 3px;
	font-size:11px;
	border:1px solid #0082c8;
}
.input2 {
	width: 170px;
	height: 18px;
	margin: 2px 5px 0 0;
	border: none;
	padding: 4px 1px 2px 3px;
	font-size:11px;
	border:1px solid #0082c8;
}
.search {
	height: 19px;
	margin: 2px 5px 0 0;
	padding: 5px 1px 1px 3px;
	border:1px solid #0082c8;
	color:#999;
}
.searchselect {
	border:1px solid #0082c8;
	height:25px;
}
.code-input {
	width: 185px;
	height: 19px;
	margin: 2px 5px 0 0;
	border: none;
	padding: 5px 1px 1px 3px;
	font-size:11px;
	border:1px solid #0082c8;
}
.code-input2 {
	width: 107px;
	height: 19px;
	margin: 2px 5px 0 0;
	border: none;
	padding: 5px 1px 1px 3px;
	font-size:11px;
	border:1px solid #0082c8;
}

.textarea {
	border: none;
	margin: 3px 0 0 0;
	padding: 3px 3px 3px 4px;
	width: 244px;
	height: 123px;
	overflow: auto;
	font-size:11px;
	border:1px solid #0082c8;
}

.submit-row {
	float: left;
	width: 378px;
	text-align: right;
	padding: 3px 0 0 0;
}
.submit-row2 {
	float: left;
	width: 434px;
	text-align: right;
	padding: 3px 0 0 0;
}
.submit-row3 {
	float: left;
	width: 236px;
	text-align: right;
	padding: 0;
}
.submit-row4 {
	float: left;
	width: 330px;
	text-align: right;
	padding: 3px 0 0 0;
}

.submit {
	width: 70px;
	height: 19px;
	margin: 2px 5px 0 0;
	border: none;
	background:#0082c8;
	color: #fff;
	padding: 1px 1px 1px 3px;
}
.submit:hover {
	background:#78b1df;
}
