/* CSS Document */

html { height: 100%; }

body { 
	text-align: center; 
	font-family: Verdana, Arial, "Times New Roman", serif, sans-serif;
	font-size: 12px;
	background: #000000;
	color: #000000;
	margin: 5px;
	padding: 5px;
}

a:link,a:visited,a:hover {
	color: #274484;
	font-weight: bold;
}

/* ----------------- Header and Footer CSS ----------------- */

#page { 
	margin: 25px auto 0 auto;
	border: none;
	background: #ffffff;
	color: inherit;
	width: 900px;	
}

#header { 
	width: 100%;
	border: none;
	height: 170px;
	padding: 0 0 0 0;
	background: #000000;
	color: black;
	background: url(/themes/quaker-template/images/bannerbg.JPG) top right no-repeat;
}

#contact {
	float: right;
	padding: 25px 20px 20px 20px;
	color: #ffffff;
	text-align: left;
	display: none;
}

#title { 
	font-size: 24px; 
	font-weight: bold;
}

#description { padding: 40px 10px 0 0; text-align: right; }

#printheader { display: none; }

#footer { 
	border-top: 1px solid #000000;
	background: #373737;
	color: #ffffff;
	padding: 5px;
}

/* ----------------- General Website CSS ----------------- */

#siteContent {
	position: relative;
	padding: 10px 5px 10px 5px;
	text-align: left;
}

#breadcrumb { 
display:none;}

#introduction, .introduction { 
	font-size: 18px; 
	font-weight: bold;
	padding: 0 0 10px 0;
}

.quote {
	width: 85%;
	margin-left: 25px;
	background-color: #FBFBFB;
	border: 1px dashed #BD232B;
	padding: 12px 12px 12px 12px;
	text-align: justify;
}

.info { 
	border-right: 1px solid #000000;
	padding: 0 0 0px 10px;
	width: 72%;
}

.infoall { 
	padding: 0 10px 0 10px;
	min-height: 400px;
	width: 98%;
}

.sidemenu { 
	float: right; 
	width: 25%;
	overflow: auto;
}

#buttons { 
	text-align: center; 
}

.back_blue { font-family: Arial,Tahoma; text-decoration:none; font-size:13px; color: #FFFFFF; background-color: #3C5687; border: 1px solid; border-color: #AEAEAE;}
.back_white { font-family: Arial,Tahoma; text-decoration:none; font-size:13px; color: #000000; background-color: #FFFFFF; }