@font-face {
    font-family: 'BostonTrafficRegular';
    src: url('fonts/boston_traffic-webfont.eot');
    src: url('fonts/boston_traffic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/boston_traffic-webfont.woff') format('woff'),
         url('fonts/boston_traffic-webfont.ttf') format('truetype'),
         url('fonts/boston_traffic-webfont.svg#BostonTrafficRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background: url('body-bg.png') top center #FFF;
	font-size: 100%;
	font-family: arial, sans-serif;
}

body {
	background: url('header-tile.png') repeat-x top center;
	margin: 0;
}

#page_wrap {
	background: repeat-y top center;
	width: 994px;
	margin: 0 auto;
}

#header {
	padding: 1px 0 0;
	background: url('header.png') no-repeat top center;
}

#header img {
	border: none;
}

#header ul {
	margin: 250px auto 20px;
	padding: 20px 0;
	width: 780px;
	text-align: center;
	display: block;
	border-bottom: 2px solid #DDD;
}

#header ul li {
	margin: 0 10px 0 10px;
	padding: 0;
	list-style: none;
	display: inline;
	font-size: 1.3em;
	font-family: 'BostonTrafficRegular';
}

#header ul li a {
	text-decoration: none;
	color: #333;
}

#column_container {
	width: 840px;
	margin: 0 auto;
}

#single_column {
	margin: 0 20px 0 0;
	padding: 0px 20px 0 40px;
}

#left_column {
	margin-right: 301px;
	padding: 1px 20px 0 30px;
}

#right_column {
	padding: 1px 0;
	width: 267px;
	float: right;
	margin: 0 20px;
}
/*
#single_column div.border_wrap {
	padding: 30px 20px 0 40px;
	background: no-repeat top left;
}

#left_column div.border_wrap {
	padding: 0 20px 0 40px;
	background: no-repeat top left;
}

#right_column div.border_wrap {
	padding: 30px 20px 0 40px;
	background: no-repeat top left;
}
*/
h1 {
	margin: 30px 0 5px;
	color: #E32424;
	font-size: 2.2em;
	font-weight: bold;
	font-family: 'BostonTrafficRegular';
	border-top: 2px solid #DDD;
	padding: 20px 0 0;
}

#single_column h1:first-child {
	border-top: none;
}

h2,
#supports {
	font-size: 1.6em;
	color: #333;
	font-family: 'BostonTrafficRegular';
	margin: 20px 0 5px;
}

#supports {
	margin: 30px 0 20px;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	padding: 10px 0;
}

h3 {
	font-size: 1.2em;
	color: #888;
	font-family: Arial;
	margin: 20px 0 5px;
}

ul,
ol,
p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #5A5A5A;
	margin: 0 0 15px;
}

ul,
ol {
	margin: 15px 0;
	padding: 0 0 0 20px;
}

ul ul {
	font-size: 1em;
	margin: 0;
}

a img {
	border: none;
}

a:link {
	color: #DA2A29;
}

a:visited {
	color: #D9605F;
}

a:active, a:hover {
	color: #EE3A39;
}

div.border_wrap h2 {
	background: transparent no-repeat scroll left top;
	left: -5px;
	margin: 20px 0 0;
	padding: 0.3em 10px 0.3em 5px;
	position: relative;
	top: 0;
}

#support_stats {
	padding: 20px;
	text-align: center;
}

#support_stats h2 {
	color: #5A5A5A;
}

#support_stats h2 span {
	color: #E32424;
}

#donate_now {
	margin: 20px 0 0;
}

#footer {
	margin: 0 auto;
	padding: 20px 0 20px;
	width: 780px;
	background: no-repeat top center;
	text-align: center;
	border-top: 2px solid #DDD;
}

#footer_wrap {
	background: no-repeat bottom center;
	clear: both;
	padding: 40px 0 20px;
}

#footer ul {
	margin: 0;
	padding: 0 0 0;
	line-height: 1.6em;
	color: #5A5A5A;
	font-variant: small-caps;
	letter-spacing: 1px;
	list-style: none;
}

#footer p {
	margin: 5px 0;
	clear: left;
}

#footer ul li {
	display: inline;
	margin: 0 0.8em 0 0;
	padding: 0 0 0 1.5em;
	background: url(/_resources/bullet.gif) no-repeat left center;
}

#footer ul #first_point {
	padding: 0;
	background: none;
}

#actions_list {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#actions_list li {
	display: inline;
}

div.label_width_long label {
	width: 22em;
}

div.label_width label {
	width: 10em;
}

label {
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
	width: 120px;
}

.checkbox label {
	width: auto;
}

form > p {
	overflow: hidden;
}

form h2 {
	margin-bottom: 20px;
}

p.required_text {
	font-weight: bold;
}

label span,
p.required_text span {
	color: #cb0404;
	font-weight: normal;
	font-size: 0.9em;
}

input.text {
	padding: 5px 10px;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	color: #333;
	width: 300px;
	background: url(/_resources/input_background.gif) repeat-x top left #FFF;
}

input.short {
	padding: 5px 10px;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	color: #333;
	width: 70px;
	background: url(/_resources/input_background.gif) repeat-x top left #FFF;
}

textarea {
	padding: 5px 10px;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	color: #333;
	background: url(/_resources/input_background.gif) repeat-x top left #FFF;
	font-family: arial, sans-serif;
}

select {
	padding: 5px 10px;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	color: #333;
	background: url(/_resources/input_background.gif) repeat-x top left #FFF;
}

.invalid input.text,
.invalid input.short,
.invalid textarea,
.invalid select {
	border: 1px solid red;
}

div.label_width span.error,
div.label_width_long span.error {
	color: #FFF;
	display: block;
	clear: left;
	padding-bottom: 2.8em;
	margin: 0 0 5px 10.8em;
	background: url(/_resources/error_arrow.gif) no-repeat -1.4em bottom;
}

div.label_width_long span.error {
	margin: 0 0 5px 22.8em;
}

span.error strong {
	background-color: #BA0606;
	display: block;
	float: left;
	padding: 2px 6px;
}

input[type=submit] {
	background: url('submit.gif') top left red;
	color: #FFFFFF;
	padding: 10px 20px;
	font-size: 1.6em;
	font-family: 'BostonTrafficRegular';
	border: none;
	cursor: pointer;
	display: block;
	margin: 20px 0 0;
}

a.button {
	background: url('button-black.gif') top left red;
	color: #FFFFFF;
	padding: 10px 20px;
	font-size: 1em;
	font-family: 'BostonTrafficRegular';
	border: none;
	cursor: pointer;
	display: block;
	margin: 0 20px 0 0;
	float: left;
	text-decoration: none;
}

.webcam-buttons {
	margin: 20px 0;
	overflow: auto;
}

#show_support_form,
div.show_support_form {
	background: url(/_resources/footer_background.gif) no-repeat top center;
	padding: 30px 0;
}

#opt_out {
	margin-top: 30px;
}

div.centered_form_column form {
	display: inline;
}

div.details {
	font-size: 1.1em;
}

#pay_errors {
	color: #E32424;
	font-weight: bold;
}

#securesite {
	float: right;
	margin: 0 0 20px 20px;
}

div.image_container {
	width: 170px; 
	text-align: center; 
	margin: 15px 0 10px 15px; 
	padding: 10px 0;
	float: right;
	background: url(/_resources/photo_border.gif) bottom left no-repeat #fff;
}

div.image_container img {
	display: none;
}

div.image_container p {
	font-size: 0.6em;
	margin: 10px;
	padding: 0;
	height: 60px;
}

div.image_container p a {
	color: #5A5A5A;
	text-decoration: none;
}

a.image_wrap {
	display: block;
	width: 150px;
	height: 125px;
	margin: 0 auto;
}

#pc1 {
	background: url(/_resources/pc1_thumb.jpg) center center no-repeat #2F2F2F;
}

#pc2 {
	background: url(/_resources/pc2_thumb.jpg) center center no-repeat #2F2F2F;
}

#pc3 {
	background: url(/_resources/pc3_thumb.jpg) center center no-repeat #2F2F2F;
}

#pc4 {
	background: url(/_resources/pc4_thumb.jpg) center center no-repeat #2F2F2F;
}

#pc5 {
	background: url(/_resources/pc5_thumb.jpg) center center no-repeat #2F2F2F;
}

#more_photos {
	color: #DA2A29 !important;
	text-decoration: underline !important;
}

#widgetmain {
	border: 1px solid #000;
	border-width: 31px 1px 2px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: #000;
}

#rsswidget {
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#rss-title {
	color: #FFFFFF;
	margin: 20px 0 -20px;
	padding: 0 10px;
	font-weight: normal;
	font-size: 11px;
}

#gallery {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 180px;
}

#gallery ul {
	margin: 10px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#gallery li {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	text-align: center;
}

#gallery li p {
	font-size: 14px;
}

#gallery li p span {
	display: block;
	text-align: center;
	font-size: 12px;
}

#gallery li img {
	max-width: 140px;
	max-height: 110px;
}

#gallery li .image {
	width: 140px;
	height: 110px;
	background: #444;
}


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 500px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

