@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.5;
	background-color: #666;
	min-width: 860px;
}
#wrapper  {
	width: 85%;
	min-width:inherit;
	background: #FFF url(images/nav-faux-column.gif) repeat-y 23% 0;
	margin-left:auto;
	margin-right:auto;
}
#heading {
	height: 166px;
	width: 100%;
	background-image: url(images/gradbg.png);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9;
}
#bpslogo {
	margin-top: 5px;
	padding-top: 0px;
	float: left;
}
#heading p {
	color: #143460;
	font-size: 36px;
	font-family:"Comic Sans MS", cursive;
	font-weight: bold;
	margin-top: 5px;
	line-height: 2;
	padding-top: 0px;
	padding-right: 20px;
	float:right;
	text-align:center;
	vertical-align: top;
}
#mainNav {
	float: left;
	width: 23%;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	color: #ff9;
	padding-top: 40px;
	padding-bottom: 20px;
}
#content {
	clear: both;
	float: right;
	width: 75%;
	min-height: 700px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #ff9;
}
#mainContent p {
	padding-right: 5px;
	padding-left: 5px;
}
#mainContent {
	width: 66%;
	float: left;
}
#introduction {
	text-align: justify;
	margin-bottom: 40px;
}
#introduction span{
	text-align: center;
	margin-top: 20px;
}
#secondaryContent {
	float: right;
	width: 31%;
	color: #143460;
}
#footer {
	clear: both;
	text-align:center;
}
#mainNav li {
	padding-left: 20px;
}
#home #mainNav .home a,
#about #mainNav .about a,
#contactus #mainNav .contactus a,
#services #mainNav .services a{
	color:#666;
}
#mainNav a {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-weight: bold;
	color: #FF9;
	text-decoration: none;
}
#introduction ul li {
	text-align: left;	
}
#counter {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
input:focus, textarea:focus {
	background: #999
}
.warning {
	font-weight:bold;
	color:#f00
}