/* ******** BODY and CONTAINER ******** */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
	text-align: center;
}

#container {
	width: 764px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: visible;
}

#skipto {
	display: none;	
}


/* ******** LOGOTYPE ******** */



/* ******** GLOBAL MENU ******** */

#menu-global {
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0 6px 0;
}

#menu-global ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-global li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-global li a {
	margin: 0 18px 0 0;
	padding: 0;
	color: #681888;
	text-decoration: none;
}

#menu-global li a:hover {
	color: #ff8500;
	text-decoration: none;
}

#menu-global li#mg-donate {
	position: absolute;
	right: 0px;
	top: 40px;
}

/* ******** CONTENT CONTAINER ******** */

#content {
	border-top: 1px solid #dde0e5;
	border-bottom: 1px solid #dde0e5;
	overflow: hidden;
	clear: both;
}

body.twocolumn #content {
	background: url(/images/bg_2colcontent.gif) repeat-y;
}

body.threecolumn #content {
	background: url(/images/bg_3colcontent.gif) repeat-y;
}

body.homepage #content {
	background: url(/images/bg_homecontent.gif) repeat-y;
	border-top: 5px solid #8b48a0;
}

/* ******** WRAP ******** */

body #wrap {
	overflow: hidden;
	position: relative;
}

body.twocolumn #wrap {
	width: 764px;
}

body.threecolumn #wrap,
body.homepage #wrap {
	float: left;
	width: 617px;
}


/* ******** LOCAL MENU ******** */

#menu-local {
	width: 158px;
	float: left;
	overflow: hidden;
	padding-top: 10px;
}

#menu-local ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #b78bc2;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu-local li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #b78bc2;
}

#menu-local li a {
	display: block;
	margin: 0;
	padding: 5px 2px 5px 6px;
	text-decoration: none;
}

/* ******** PRIMARY CONTENT ******** */

#primary {
	border-top: 10px solid #8b48a0;
	overflow: hidden;
	float: right;
	z-index: 5px;
}

body.twocolumn #primary {
	width: 606px;
}

body.threecolumn #primary,
body.homepage #primary  {
	width: 459px;
}

#primary div.inner {
	padding: 0 20px 1em 20px;
	margin-bottom: 1em
}

/* ******** SECONDARY CONTENT ******** */

#secondary {
	width: 147px;
	float: right;
	overflow: hidden;
}

#secondary div.inner {
	padding: 0 8px 1em 8px;
}

/* ******** HOMEPAGE STUFF ******** */

#splashpic {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0px;
	bottom: 1px;
	width: 500px;
	overflow: hidden;
}

#intro {
	padding-left: 245px;
	height: 255px;
	z-index: 2;
	position: relative;
}

#intro .inner {
	padding: 120px 50px 0 0;
}

#intro p {
	color: #000000;
}

#column1{
	float: left;
	width: 304px;
	margin-right: 2px;
	background-color: #E1D3E8;
	height: 280px;
	border-top: 1px solid #B890C2;
	border-right: 1px solid #B890C2;
	border-left: 1px solid #B890C2;
	
	z-index: 3;
	position: relative;
}

#column2{
	float: left;
	width: 304px;
	background-color: #E1D3E8;
	height: 280px;
	border-top: 1px solid #B890C2;
	border-right: 1px solid #B890C2;
	border-left: 1px solid #B890C2;
	
	z-index: 3;
	position: relative;
}

#column1 h3,
#column2 h3 {
	color: #1fbeca;
	font-size: x-large;
	font-weight: normal;
	padding: 8px 16px;
	border-bottom: 1px dashed #ffffff;
	margin-bottom: 1em;
}

#column1 p,
#column2 p {
	margin: 0.5em 1em 0.5em 16px;
}

#column1 ul, #column2 ul {
	margin: 0 0 0 32px;
	padding: 0;
}

#column1 li, #column2 li {
	margin: 0.4em 0;
	padding: 0;
}
div.roundel {
	text-align: center;
	margin: 1px;
	vertical-align: bottom;
	padding-top: 30px;
	
}

/* ******** FOOT ******** */

#foot {
	margin: 2px 0 1em 0;
	clear: both;
	position: relative;
	height: 1.7em;
	background-color: #F9FAFA;
	border: 1px solid #DDE0E5;
}

#foot a {
	color: #070707;
	text-decoration: none;
}

#foot a:hover {
	color: #ff8500;
	text-decoration: none;
}

p#copyright {
	position: absolute;
	left: 4px;
	top: 0px;
	font-size: x-small;
	color: #070707;
}

p#menu-peripheral {
	position: absolute;
	left: 20%;
	width: 60%;
	text-align: center;
	font-size: x-small;
	color: #070707;
}

p#sitecredit {
	position: absolute;
	right: 4px;
	top: 0px;
	font-size: x-small;
	color: #070707;
}

/* ******** HACKS etc. ******** */

div.clear {
	clear: both;
}