/* Don't steal this without asking me.  I mean it. */
/* Copyright 2007, Craig D. Wilding                */
/* craig@nexusarts.com                             */

body {
	margin: 0 0 40px 0;
	padding: 0;
	line-height: 1em !important;
	line-height: 1em;
}
font {
	line-height: 1em; /* hack to prevent existing content to get ruined by FONT tags in the markup */ 
}




#iconbar {
	z-index:200;
	position:absolute;
	margin:0;
	padding:0;
	top:30px;
	width:200px;
	right:10px;
	height:72px;
}
#iconbar UL {
	padding:0;
	margin:0;
}
#iconbar LI {
	float: right;
	list-style-type:none;
	margin:0 0 0 10px;
}
#iconbar ul li A {
	display:block;
	width:77px;
	height:72px;
	text-indent:-5000px;
	overflow:hidden;
}
A#iconjoin {
	background:url(/images/v3/btn_join.gif) left top;
}
A#iconjoin:hover {
	background-position: left bottom;
}
A#icondonate {
	background:url(/images/v3/btn_donate.gif) left top;
}
A#icondonate:hover {
	background-position: left bottom;
}
A#iconcontact {
	background:url() left top;
}
A#iconcontact:hover {
	background-position: left bottom;
}





#leftSidebar, #pageFooter {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
/********** LEFT SIDEBAR START ***********/
#leftSidebar {
	float: left;
	font-size: 17px;	/* keep the font-size at the container level */
	width: 160px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;	/* IE hack to correct margins when using a floated element*/
	line-height:1em;
}
#leftSidebarHeader {
	height: 20px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(/images/v3/leftsidebar_header.jpg);
}
#leftSidebarContent {
	padding: 0;
	margin: 0 10px 10px 10px;
}
#leftSidebarFooter {
	display: none;
}
#leftSidebarContent a, #navStaticLink {
	display: block;
	font-weight: bold;
	padding: 0 0 4px 0;
	text-decoration: none;
	width: 100%;
}
#leftSidebarContent a:link, #leftSidebarContent a:visited {
	color: #FFFFFF;
}
#leftSidebarContent a:hover{
	color: #C22038;
}
#leftSidebarContent #navHeading {
	color: #000000;
	padding: 10px 0px 2px 0px;
	font-size: .8em; /* relative to container */
	font-style: italic;
}
#navStaticLink {
	color: #C22038;
}
/********** LEFT SIDEBAR END  ************/

#page,
#page2col {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	width: 780px;
	background-image: url(/images/v3/pagebkg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0;
	padding: 0;
}
#pageWrapper {
	background-image: url(/images/v3/logobkg.jpg);
	background-repeat: no-repeat;
	background-position: 165px bottom; /* ff/ie can't agree on "right bottom" while having a right border */
	/* IE/FF height hack */
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/* end hack */
	margin:0;
	padding:0;
	position:relative;
}
#pageHeader {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/v3/header_bkgd.jpg);
	height: 120px;
	position:relative;
}
#mainContent {
	width: 440px;
	margin: 10px 0 20px 7px;
	background-color:transparent;
	display: block;
	float: left;
	overflow: hidden;
}
#page2col #mainContent {
	width:604px;
}
p {
	padding: .5em 0;
	margin: 0;
}
#mainContent .textblock {
  margin:0 0 1em;
  padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#mainContent .textblock p {
  margin:0;
  padding:0;
	font-size:.7em;
	color:#333;
}
#mainContent .textblock h3 {
	font-family:"Trebuchet MS";
	font-size:1.2em;
	font-weight:normal;
	color:#800000;
	margin:0 0 .1em;
	padding:0;
}
#mainContent .textblock h4 {
	font-size:.8em;
	font-style:italic;
	font-weight:normal;
	color:#800000;
	margin:0 0 .1em;
	padding:0;
}
#rightSidebar {
	width: 154px;
	padding: 0;
	margin: 0;
	float: right;
	display: inline;	/* IE hack to correct margins when using a floated element*/
}
#rightSidebarHeader {
	display: none;
}
#rightSidebarContent {
	margin: 0 0 0 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C22038;
	padding: 0px;
}
#rightSidebarContent .paddedContent{
	padding: 5px 5px 20px 5px;
}
#rightSidebarFooter {
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/v3/rightsidebarend.jpg);
}
#pageFooter {
	color: #FFF;
	font-size: 10px;
	height: auto;
	clear: both;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/v3/footerbkg2.jpg);
	border: 2px solid #FFF;
	border-style: solid none none none;
	background-color: #595959;
	padding: 0px 5px 1px 5px;
	margin:0;
}
#pageFooter table {
	color: #FFF;
	font-size: 10px;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
	margin: 0px;
}
#pageFooter table td {
	vertical-align: bottom;
	text-align: right;
	font-weight: normal;
	padding: 0px 5px 5px 0px;
}
#pageFooter span {
	color: #C22038;
	font-weight: bold;
	font-size: 14px;
}
.italic {
	font-style:italic;
}

