body{
	padding: 0;
	margin: 0;
}

#print-header {
	display: none;
}

#page{
	padding: 0;
	margin: 0 auto;
	width: 920px;
}

#header{
	padding: 39px 0 0 4px;
	margin: 0 auto;
	width: 820px;
	height: 330px;
}

#banner{
	padding: 0;
	margin: 0 auto 20px auto;
	width: 820px;
}

#banner-top{
	padding: 10px 40px;
	padding-bottom: 15px;
	margin: 0;
}

#banner-bottom{
	padding: 0;
	margin: 0;
	height: 14px;
}

.banner-detail{
	float: left;
	padding: 0;
	margin: 0;	
	width: 500px;
}

.banner-blurb {
	padding: 0;
	margin: 0 0 0 530px;
	width: 240px;
}

.banner-blurb h4 {
	margin-top: 20px;
}

#content{
	padding: 0;
	margin: 0 88px 20px 0;
	float: right;
	width: 484px;
	text-align: left;
	clear: both;
}

#contact{
	padding: 0;
	margin: 0 0 20px 88px;
	float: left;
	width: 219px;
	text-align: left;
}

#footer{
	padding: 10px;
	margin: 0;
	clear: both;
}	

#footer-text{
		padding: 0 40px;
		margin: 10px auto 40px auto;
		width: 820px;
}

.detail{
	float: left;
	padding: 0 0 0 40px;
	margin: 0;
}

.reg{
	float: right;
	padding: 0 40px 0 0;
	margin: 0;
}

dl, dt, dd{
	margin: 0;
	padding: 0;
}

h2, h3 {
	padding: 0;
	margin: 10px 0;
}

h2 {
	padding-bottom: 0.1em;
}

a#contact-link {
	width: 216px;
	height: 25px;
}

p.contact,
#login-form {
	padding-top: 15px;
}

p#buttons {
	padding-top: 10px;
}

#buttons input {
	float: left;
}

#contact-link {
	clear: both;
}

p.strapline {
	margin-bottom: 0;
}

ul {
	margin: -10px 0 0 -10px ;
}

dl{
	padding: 10px 0;
}

.blurb-text {
	margin: -15px 0 0 0;
	padding: 0;
	width: 215px;
}

a#contact-link {
	text-indent: -1000em;
}

dd.post-content{
	padding: 0 0 10px 0;
}

/* clearfix */
#footer {
	height: 1%;
}

/* 
 TYPOGRAPHY
 Font related information only (ie. font-*, text-*, line-height )
 See http://www.alistapart.com/articles/howtosizetextincss for sizing technique
 
 divide px sizes by 16 to get em's 
	e.g.: 14px / 16 = 0.875

*/
body, textarea {
  font-family: "Lucida Sans Unicode", "Lucida Grande", arial, verdana, sans-serif;
  font-size:100%;
  line-height:1.125em; /* 16×1.125=18 */
}

h2{
	font-size: 1.25em;
}

h3{
	font-size: 1.25em;
}

h4{
	font-size: 1.1875em;
	font-weight: normal;
	line-height: 1.125em;
}

p, #errorExplanation h2, #errorExplanation ul, textarea {
	font-size: 0.625em;
}

dt{
	font-size: 0.875em;
	line-height: 2em;
}

dd{
	font-size: 0.75em;
}

dd p,
#buttons input {
	font-size: 1em !important;
}

dl .post-meta {
		font-size: 0.625em;
		line-height: 3em;
}

li {
	font-size: 0.875em;
	line-height: 1.75em;
}

#contact li { font-size: 1em; }

label{
	font-weight: bold;
	font-size: 1em;
}

#banner .title{
	font-size: 1.1875em;
	line-height: 0.875em;
}

#banner .strapline{
	font-size: 1.125em;
	font-weight: bold;
}

#banner p{
	padding: 0;
}

#submit{
	font-size: 0.625em;
}

#footer p {
	font-size: 0.75em;	
}

.contact{
	font-size: 0.75em;
}

.required{
	font-size: 0.625em;
}

#errorExplanation ul, #flash-notice {
	font-weight: bold;
}

#submit {
	width: 90px;
	margin: 2px 10px 20px 70px;
}

textarea {
	width: 219px;
	height: 150px;
}

body, textarea {
  color: #aea89c;
}

#page{
	background: url("../images/bg.jpg") top no-repeat;
}

h2, h3{
	color: #576a76;
}

h4{
	color: #8A9EAB;
}

#banner{
	color: #fff;
}

#banner .highlight{
	color: #8a9eab;
}

dt{
	color: #f99f1c;
}

.contact{
	color: #576a76;
}

.red {
	color: #f00;
}

.orange{
	color: #f99f1c;
}

.darkblue {
	color: #576a76;
}

#footer{
	background: #f4f4f4;
	background-image: url("../images/footer_rule.gif");
	background-repeat: repeat-x;
}

ul {
	list-style-image: url("../images/arrow.png");
}

.post-content ul, #errorExplanation ul {
	list-style-image: none;
}

#banner-top{
	background: #475761;
	background-image: url("../images/banner_top.jpg");
	background-repeat: no-repeat;
}

#banner-bottom{
	background: url("../images/banner_bottom.gif") bottom;
	background-repeat: no-repeat;
}

.contact-button {
	border-style: none;
}


/*Page Elements*/
dt.view {
	background: url("../images/view.gif") no-repeat right center;
}

dd.post-content{
	background: url("../images/thoughts_divider.gif") no-repeat bottom center;
}


/*Links*/

:link {
	color: #f99f1c;
	text-decoration: none;
}

a:visited{
	color: #f99f1c;
	text-decoration: none;
}


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

a:active{
	color: #f99f1c;
	text-decoration: none;
}

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

a#contact-link.up {
	background: url("../images/contact_open.gif") no-repeat;
}

a#contact-link.down {
	background: url("../images/contact_close.gif") no-repeat;
}

p.contact,
#main-content dl,
#login-form {
	background: url("../images/contact_rule.gif") repeat-x;	
}

#banner p.blurb-text {
	color:#8A9EAB;
}

/* BIR */
a#contact-link {
	display: block;
	overflow: hidden;
}