/* FRAMEWORK */

#main-wrapper
	{
	float: left;
	width: 100%;
	}
/*
body#left-nav #main-wrapper {
	width:789px;
	margin-left:171px;
}

body#left-border #main-wrapper {
	width:732px;
	margin-left: 28px;
}*/

#main
	{
	margin: 0 263px 0 263px;
	background:#fff;
	}
	
body#left-nav #main {
	margin: 0 150px 0 171px;
}

body#left-border #main {
	margin: 0 200px 0 28px;
}

#left
	{
	float: left;
	margin-left: -100%;
	width: 261px;
	background:#d8ebe7;
	min-height:300px;
	}
	
body#left-nav #left {
	float: left;
	margin-left: -100%;
	width: 169px !important;
	background:#d8ebe7;
	min-height:300px;
}

body#home #wrapper{
	background: url(../../images/common/body_home_bg.gif) repeat-y top left;
}

body#home #main-wrapper {
	background: url(../../images/common/body_home_bg.gif) repeat-y top right;
}

body#left-nav #wrapper{
	background:url(../../images/common/body_left-nav_bg.gif) repeat-y top left;	
}

body#left-border #wrapper{
	background:url(../../images/common/body_left-border_bg.gif) repeat-y top left;	
}

body#left-nav #main-wrapper {
	/*background:url(../../images/common/body_bg.gif) repeat-y top right;*/
}

body#left-border #left {
	float: left;
	margin-left: -100%;
	width: 26px;
	background:#d8ebe7;
	min-height:300px;
}
	
#right
	{
	float: right;
	margin-left: -100%;
	width: 261px;
	background:#d8ebe7;
	}

	
body#left-nav #right {
	float: right;
	margin-left: -100%;
	width: 148px;
	background:#fff;
}


body#left-border #right {
	float: right;
	margin-left: -100%;
	width: 198px;
	background:#fff;
}



/* Start Mac IE5 filter \*/
/*#main, #left, #right
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}*/
/* End Mac IE5 filter */
#wrapper
	{	
	/*overflow: hidden;*/ /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */

#footer
	{
	clear: both;
	background:#fff;
	border-top:1px solid #cccccc;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
/* > form, */
* > #footer, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
#header {
	width:100%;
}

/* END FRAMEWORK */





/* BEGIN HEADER */

#header .nav {	
	font-size:0px;
	line-height:0px;
	height:33px;	
	background: #e75519 url(../../images/header/nav-top.gif) top left no-repeat;
}	

#header .nav img {
	border:0px;
}

#header .nav ul {
	margin:0px;
	padding:0px;
	margin-left:225px;
	padding-top:7px;
	height:26px;
	white-space:nowrap;
}

#header .nav ul li {
	display:inline;
	margin:0px;
	padding:0px;
	clear:none;
	font-family:verdana;
	font-size:12px;
	line-height:14px;
	color:#fff;
	margin-left:15px;
	margin-right:0px;
	padding-right:15px;
	border-right:1px solid #fff;
}

#header .nav ul li.end {
	border-right:0px;
}

#header .nav ul li.login {
	border:0px;
	margin-left:40px;
}

#header .nav ul li a{
	font-family:verdana;
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-decoration:none;
}

#header .nav ul li a:hover {
	text-decoration:underline;
}

#header #logo-search {
	width:955px;
	white-space:nowrap;
	margin-bottom:7px;
}

#header #logo {
	float:left;
	width:733px;
	background:#fff;
	font-size:0px;
	line-height:0px;
	margin-top:20px;
	padding-left:22px;
}

#header #logo img {
	border:0px;
}

#header #search {
	float:left;
	width:200px;
	background:#fff;
	margin-top:7px;
	color:#65b2a8;
}

#header #search #form {
	text-align:right;
	clear:none;
	float:left;	
	font-size:12px;
}

#header #search #label {
	float:right;
	width:20px;
	clear:none;
	display:inline;
	margin-right:20px;
	
}

#header #search #form input.box {
	width:100px;
	height:15px;
	margin-top:1px;
	clear:none;
	border:1px solid #cccccc;
}

#header #search #label img {
	border:0px;
}

#header #graphic {
	width:100%;
	background:yellow;
	clear:both;
	background:url(../../images/header/graphic_bg_slice.gif) top left;
	font-size:0px;
	line-height:0px;
	height:61px;
	margin-bottom:2px;
}

body#left-nav #header #graphic,
body#left-border #header #graphic {
	height:22px;
}

/* END HEADER */




/* BEGIN GENERIC STYLES */

div, div p /*#wrapper h2, #header h1, #wrapper p, #header p, #footer p, */
	{
	margin: 0;
	padding: 0;
	}
	
body {
	margin:0px;
	padding:0px;
	font-family:arial;
	margin-bottom:50px;
}

body h1 {
	font-size:18px;
	font-family:arial;
	line-height:22px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-transform:lowercase;
	color:#2a130d;
}

body h1.title-case {
	text-transform:capitalize;
}

.normal-case {
	text-transform: none;
}

body h2 {
	font-size:14px;
	font-family:arial;
	line-height:18px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-transform:capitalize;
	color:#418370;
}

body#home h2 {
	text-transform:lowercase;
}

body h2.title-case,
body h3.title-case {
	text-transform:capitalize;	
}

body h3 {
	font-size:13px;
	font-family:arial;
	line-height:17px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	text-transform:lowercase;
	color:#666666;
}

body .uppercase {
	text-transform:uppercase;
}

body h3.blurb {
	font-style:italic;
	text-transform:none;
	margin-bottom:10px;
}

body .block {
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	margin-bottom:10px;
}

body .block-last {
	border:0px;
	padding-bottom:5px;
	margin-bottom:10px;
}

body p {
	margin-bottom:10px;
}

#wrapper a,
#wrapper a:link,
#wrapper a:visited,
#wrapper a:active {
	color:#66b1aa;
	text-decoration:none;
	font-weight:bold;
}

#wrapper #left .intro a,
#wrapper #left .intro a:link,
#wrapper #left .intro a:visited,
#wrapper #left .intro a:active {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#wrapper #left .intro a:hover {
	color:#fff;
	text-decoration:underline;
}
#wrapper a:hover {
	text-decoration:underline;
}

#wrapper h1 a,
#wrapper h1 a:link,
#wrapper h1 a:visited,
#wrapper h1 a:active {
	font-weight:normal;
	color:#000;
}

#wrapper h2 a,
#wrapper h2 a:link,
#wrapper h2 a:visited,
#wrapper h2 a:active {
	font-weight:normal;
	color:#418370;
}

#wrapper h3 a,
#wrapper h3 a:link,
#wrapper h3 a:visited,
#wrapper h3 a:active {
color:#666;
}

body .intro {
	/*height:78px;*/
	display:block;
}

body .content {
	font-size:12px;
	line-height:16px;
	color:#666666;
}

body.article #main {
	font-family:georgia;
}

body .content .body h1 {
	border-bottom:1px solid #cccccc;
	padding-bottom:2px;
	margin-bottom:10px;
}

body .content .body h2 {
	
	margin-bottom:10px;
}

img.wrap {	
	display:block;
	clear:left;
	float:left;	
	margin-right:20px;
	margin-bottom:10px;
	border:1px solid black;
}

p.foreward {	
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	background:#dff1f1;
	border:1px solid #009590;	
	
}

div.callout {	
	float:left;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	background:#dff1f1;
	border:1px solid #009590;
	width:150px;
	clear:none;
}

div.callout-right {	
	float:right;
	padding:5px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	background:#dff1f1;
	border:1px solid #009590;
	width:150px;
	clear:none;
}

div.wrap{
	display:block;
	clear:left;
	float:left;	
	margin-right:20px;
	margin-bottom:10px;
}

div.wrap-left{
	display:block;
	clear:right;
	float:right;	
	margin-left:20px;
	margin-bottom:10px;
	
}

div.wrap img.wrap,
div.wrap-left img.wrap{
	display:block;
	clear:left;
	float:left;	
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	border:1px solid black;
}


img.wrap-left {
	display:block;
	clear:right;
	float:right;	
	margin-left:20px;
	margin-bottom:10px;
	border:1px solid black;
}

img.wrap-bare-bones {
	display:block;
	clear:left;
	float:left;	
	margin-right:10px;
	margin-bottom:0px;
}

table.grid {
	border-collapse:collapse;
	border:none;
}

table.grid td,
table.grid th {
	border:1px solid;
	text-align:center;
	padding:3px;
}

table.grid tr.odd td,
table.grid tr.odd th {
	background:#fff;
}

table.grid tr.even td,
table.grid tr.even th {
	background:#D8EBE7;
}

table.grid tr td.hl {
	font-weight:bold;
}


/* END GENERIC STYLES */





/* BEGIN LEFT */

#left .content {
	background:#fff;
}

#left .content .intro {
	background:#65b2aa;
	margin-bottom:2px;
	padding:15px;
	color:#fff;
}

#left .content .intro h1 {
	color:#fff;
}

#left .content .intro h1 a.bullet {
	background:url(../../images/common/bullet_arrow_orange.gif) 0px 2px no-repeat;
	padding-left:20px;
}

#left .content .body {
	background:#d8ebe7;
	padding:15px;
}

/* END LEFT */





/* BEGIN MAIN */

#main .content .body p,ul,ol,td,label {
	font-family:georgia;
	font-size:12px;
}

body#home #main .content .body p {
	font-family:arial;
}

#main .content {
	background:#fff;
}

#main .content .intro {
	background:#e5e5e5;
	margin-bottom:2px;
	padding:15px;
}

#main .content h1,
#main .content h1 a,
#main .content .intro h1 a {
	color:#E75519;
}

#main .content .body {
	background:#fff;
	padding:15px;
}

#main .content .body .more-top {
	float:right;
	clear:none;
	display:inline;
	margin-top:-30px;
}

#main .content .body .more-bottom {
	float:right;
	clear:none;
	display:inline;
}

#main .content .body img.left {
	float:left;
	padding-right:20px;
}

#main .content .body p a.dlink,
#main .content .body p a.dlink:link,
#main .content .body p a.dlink:active,
#main .content .body p a.dlink:visited,
#main .content .body p a.dlink:hover {
	font-size:16px;
	background:url(../../images/common/bullet_circle.gif) left 2px no-repeat;
	padding-left:20px;
	text-decoration:underline;
}





	.formLeft {
		clear:left;
		float: left;
		width: 145px;		
		left: 0px;
		margin: 0px;
		margin-right: 5px;
		margin-top: 5px;
		padding: 0px;
		text-align: right;
		vertical-align: bottom;
	}

	.formRight {
		float: left;
		width: 350px;
		margin: 0px;
		margin-top: 5px;
		padding: 0px;		
		clear:right;
	}

	.formClear {
		clear: both;
		width: 500px;
		height:10px;
		margin: 0px;
		padding: 0px;
	}
	
	

/* END MAIN */





/* BEGIN RIGHT */


#right .content {
	background:#fff;
}

#right .content .intro {
	background:#fff;
	margin-bottom:2px;
	padding:15px;
	color:#fff;
}

#right .content .intro h1 {
	color:#fff;
}

#right .content .intro h1 a.bullet {
	background:url(../../images/common/bullet_arrow_orange.gif) 0px 2px no-repeat;
	padding-left:20px;
}

#right .content .body {
	background:#d8ebe7;
	padding:15px;
}

/*
#right .content {
	background:#fff;
}

#right .content .intro {
	background:#fff;
height:108px;
line-height:0px;
font-size:0px;
	margin-bottom:2px;
	color:#666666;
}

#right .content .intro img {
	border:0px;
}

#right .content .intro h1 a {
	color:#000;
}

#right .content .body {
	background:#d8ebe7;
	padding:15px;
}
*/
/* END RIGHT */





/* BEGIN FOOTER */

#footer .nav {
	float:left;
	width:50%;
	font-size:11px;
	color:#999999;
}

#footer #copyright {
	float:right;
	width:50%;
	text-align:right;
	font-size:11px;
	color:#999999;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color:#999999;
	text-decoration:none;
}

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

/* END FOOTER */



/* MISC HACKS BEGIN */
 
 /* *** Float containers fix:  *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* MISC HACKS END */


/* BEGIN AMEMBER CUSTOM STYLES */



/* END AMEMBER CUSTOM STYLES */

/* BEGIN AMEMBER DEFAULT STYLES */


hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
/*ul, li { list-style: disc; }*/
.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; display:none; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
/*
h1,h2,h3 {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
*/
/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
/*
ul,ol { margin-left: 2em;}
*/
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #8CACBB;
    font-size:12px;
    line-height:16px;
    font-family: georgia;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    padding: 15px 10px 10px 10px;
    font-size:12px;
    line-height:16px;
	font-family: georgia;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    font-weight: bold;
    font-size:12px;
    line-height:16px;
	font-family: georgia;
    background-color: #d8ebe7;
    border: solid 1px #8CACBB;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
font-size:12px;
    line-height:16px;
	font-family: georgia;
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
font-size:12px;
    line-height:16px;
	font-family: georgia;
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #d8ebe7;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: #d8ebe7; /*red;*/
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters td {
    padding: 5px;
    margin: 5px;
}
.newsletters td.disabled {
    padding: 5px;
    margin: 5px;
    color: #505050;
}


/* END AMEMBER DEFAULT STYLES */


#main .content .body p.footnote {
	font-size:11px;
}

div#fda {
	position: absolute;
	top: 52px;
	left: 500px;	
}