

body {
	background: url(../images/background-tile.jpg) top center repeat-x;
	background-color: #fff8f0;
	padding: 0;
	margin: 0;
}

/*
.content-wrapper {
	border: 1px #FF3300 solid;
	border-top: none;
}

.content {
	border: 1px #000000 solid;
	border-top: none;
}
.header {
	border: 1px #33CCCC solid;
	border-top: none;
}
*/


/*****************************************/
/* CUSTOMISE BLUEPRINT STYLES            */
/*****************************************/

.container {
  width: 830px;
}

/* Form fields */

label {
	font-weight: normal;
}

fieldset {
	padding: 0;
	border: none;
	float: left;
	padding-right: 20px;
}

input.text, input.title,
textarea, select {
	display: block;
  margin:0.1em 0 0.3em 0;
  border:1px solid #bbb;
}

input.text, 
input.title   { width: 190px; padding:0; }
textarea      { width: 190px; height: 130px; padding:0 ; }


/*****************************************/
/* GLOBAL TYPOGRAPHY                     */
/*****************************************/

body {
	color: #1d1207;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #7c481d;
}

h2 {
	font-size: 1.6em;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #eaddca;
}

a:link,
a:visited {
	color: #696c1e;
} 

a:hover,
a:active {
	color: #31320e;
	border-bottom: 1px solid #54561e;
}


/*****************************************/
/* HEADER                                */
/*****************************************/


#header {}

/* START Gilder/Levin image replacement */
h1 {
	width: 830px;
	height: 210px;
	position: relative;
	font-size: 10px;
	overflow: hidden;
	margin: 0;
}

h1 span {
	background: url(../images/header.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* END Gilder/Levin image replacement */

.return-home {
	display: block;
	width: 100%;
	height: 100%;
}

#mainNavigation {
	text-align: right;
	height: 26px;
	background: url(../images/nav_background.jpg) no-repeat;
	background-color: #b7b392;
	padding-top: 12px;
}

#mainNavigation ul {
	list-style:none;
	margin: 0;
}

#mainNavigation li {
	display: inline;
}

#mainNavigation li a {
	color: #2d2e13;
	margin-left: 1.8em;
	text-decoration: none;
	border-bottom: 1px solid #999573;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.1em;
}

#mainNavigation li a:link,
#mainNavigation li a:visited {
	color: #2d2e13;
} 

#mainNavigation li a:hover,
#mainNavigation li a:active {
	border-bottom: 2px solid #2d2e13;
}

#mainNavigation li.selected a {
	color: #474822;
	border-bottom: none;
}


/*****************************************/
/* CONTENT                               */
/*****************************************/

.content, .sidebar {
	margin-top: 3em;
}

.sidebar {
	text-align: center;
}

.sidebar h3 {
	color: #93816e;
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
	font-weight: bold;
}

.sidebar #memberLogos {
	margin: 2em auto 0 auto;
	background: url(../images/sidebar_background.jpg) no-repeat;
	padding-top: 1em;
}

.sidebar #memberLogos a {
	display: block;
	margin-top: 0.5em;
}

.sidebar a,
.sidebar a:link,
.sidebar a:visited,
.sidebar a:hover,
.sidebar a:active {
	border-bottom: none;
}

.sidebar .cgibadge {
	font-size: 0.8em;
	margin-bottom: 4em;
	color: #bfab95;
}

.sidebar img {
	float: none;
	padding: 0;
	margin: 0;
	border: none;
}

/* Press Releases and News Articles */

.pressrelease, .article {
	display: block;
	margin-bottom: 4em;
}

.pressrelease .summary, .article .summary {
	font-weight: bold;
	color: #7c481d;
}

.pressrelease .info h3, .pressrelease .info p {
	font-size: 0.92em;
	margin: 0;
}

.pressrelease .info h3 {
	margin-top: 2em;
}

.article a {
	padding: 2px 2px 2px 23px;
	background: url(../images/icon_word.gif) left no-repeat;
}

.contact-details h3, .contact-form h3 {
	font-size: 1em;
	font-weight: bold;
}

/* Contact page */

.form-container {
	padding-left: 10px;
}

dl dt {
	font-weight: normal;
	float: left;
	margin-right: 1em;
}

dl dd {
	display: block;
	margin-left: 0.5em;
}

#submit {
	display: block;
	margin-left: 125px;
}


/*****************************************/
/* FOOTER                                */
/*****************************************/

.footer {
	background: #f1e7d4 url(../images/footer-tile.gif);
	color: #a18e7a;
	margin-top: 2.5em;
}

.footer p {
	font-size: 0.9em;
	margin: 0.8em 0 0.8em 0;
}