@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color: #296376;
	text-decoration: underline;
}
a:hover {
	color: #FF6633;
	text-decoration: none;
}

#wrapper {
	width: 800px;
	text-align: left;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#preheader {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85A3A3;
	padding-bottom: 10px;
	padding-right: 40px;
}
#header {
	display: block;
	clear: both;
	height: 280px;
	background-image: url(../1mages/BGs/header_grad_03.png);
	background-position: 20px bottom;
	position: relative;
}
#nav_subheader {
	position: absolute;
	left: 2px;
	top: 57px;
	z-index: 99;
}

#logo {
	position: absolute;
	left: 46px;
	top: 4px;
}
#logo a {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#nav_wrapper {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A2BFD4;
	height: auto;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-bottom: 7px;
	background-color: #FFFFFF;
}
#nav_wrapper a {
	padding-right: 20px;
	padding-left: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 7px;
	background-image: none;
}
/* float clearing for IE6 */
* html #mainContent,
* html .classThatNeedsToBeCleared,
* html div.anotherClassThatNeedsToBeCleared,
* html #random_img_box .someClass .yetAnotherClassThatNeedsToBeCleared{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html #mainContent,
*+html .classThatNeedsToBeCleared,
*+html div.anotherClassThatNeedsToBeCleared,
*+html #random_img_box .someClass .yetAnotherClassThatNeedsToBeCleared{
  min-height: 1%;
}

/* float clearing for everyone else */
#mainContent:after,
.someClassThatNeedsToBeCleared:after,
div.anotherClassThatNeedsToBeCleared:after,
#random_img_box .someClass .yetAnotherClassThatNeedsToBeCleared:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}



#mainContent {
	height: auto;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	position: absolute !important;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #85A3A3;
}
#content_endline {
	background-color: #993300;
	clear: both;
	display: block;
}

#nav_left {
	width: 125px;
	float: left;
	position: relative;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF99CC;
	font-size: 14px;
	padding: 0px;
}
#nav_left a {
	background-position: top;
	width: 115px;
	display: block;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
#nav_left a:hover {
	color: #FF00FF;
	background-image: url(../1mages/BGs/header_grad.png);
	background-position: center top;
}
a.a_lef_nav_on {
	background-color: #D2D6DB;
	background-image: url(../1mages/BGs/header_grad.png);
	background-position: center bottom;
	width: 115px;
	display: block;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
}
a img, img a {
	color: #FF6600;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
#col_left {
	width: 580px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #A2BFD4;
	padding-right: 20px;
}
#col_right {
	width: 180px;
	float: right;
	position: relative !important;
	clear: both;
	top: 0px;
}
strong {
	color: #333333;
}
#nav_wrapper a:hover {
	background-image: url(../1mages/grafix/brush_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#box_right {
	position: absolute;
	left: 498px;
	width: 283px;
	text-align: right;
	top: 5px;
	display: none;
}
a.a_top_nav_on {
	color: #EB8C36;
	background-image: url(../1mages/grafix/brush_small.png)!important;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EB8C36;
}
strong {

}
.highlight {
	color: #F9007C;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	color: #D2D6DB;
	border-top-color: #85A3A3;
	clear: both;
}


.disp_N {
	display: none;
}
#thumbs td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#thumbs {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0F569D;
	line-height: normal;
}


#thumbs table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#thumbs img {
	margin-right: 12px;
	margin-bottom: 10px;
}

#thumbs a {
	background-image: none;
	text-indent: 0px;
	padding-left: 1px;
	padding-bottom: 5px;
}
.thumb_box {
	display: inline-block;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	width: auto;
	vertical-align: bottom;
}
.disp_N_status_fallow {
	display: none;
}
a.a_override_default {
	color: #FF6600;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../1mages/grafix/brush_10h.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#back_box {
	position: absolute;
	top: -31px;
	left: 0px;
}
img.img_border_Y {
	border: 1px solid #85A3A3;
}

#title_box {
	position: absolute;
	top: 14px;
	font-size: 22px;
	color: #F9007C;
	text-align: right;
	width: 292px;
	right: 15px;
}
#basket {
	position: absolute;
	top: -41px;
	right: 0px;
}

#footer {
	padding-bottom: 0;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #D2D6DB;
	margin-left: 125px;
	background-image: url(../1mages/BGs/header_grad.png);
	background-position: center top;
	text-indent: 15px;
	text-align: right;
	z-index: auto;
	visibility: inherit;
	padding-right: 15px;
}
#next_prev {
}
.title_onpage_highlight {
	font-size: 22px;
	color: #F9007C;
	display: inline;
}
.title_onpage_grey {
	font-size: 22px;
	color: #333333;
	display: inline;
}
.cards_title {
	font-weight: bold;
	color: #666666;
	background-image: url(../1mages/BGs/header_grad.png);
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.cards_desc {
	text-indent: 10px;
	margin-left: 10px;
}
hr.hr_pink_dash {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F9007C;
	border-right-color: #F9007C;
	border-bottom-color: #F9007C;
	border-left-color: #F9007C;
}
#paypal_logo {
	position: absolute;
	height: auto;
	width: 337px;
	top: -20px;
	right: -95px;
	text-align: right;
}
.blog_dimmed_info {
	color: #999999;
}
#pledge_box {
	width: 130px;
	border: 1px dashed #0000FF;
	padding: 15px;
	display: block;
	float: right;
	margin-left: 15px;
}
img.img_top_right {
	float: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0F569D;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
