@charset "utf-8";
/* CSS Document */

body {
	background-color: #E9E9E9;
	margin: 0px;
	padding: 0px;
}
.logoTop {
	background-image: url(images/logotop.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 630px;
	margin: 0px auto 0px auto;
}
.mainTop {
	background-image: url(images/maintop.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 630px;
	margin: 0px auto 0px auto;

}
.mainBg {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
}

.contentleft {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	width: 340px;
}

.blueTop {
	background-image: url(images/bluebg.jpg);
	background-repeat: repeat-x;
	height: 85px;
	width: 600px;
	margin-left: 16px;
	float: left;
}
.menuTop p {
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	width: 90px;
}
.mainTxtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0083B7;
}
.blueTop p {
	height: 50px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 45px;
	float: left;
}

.menuTop {
	float: left;
	width: 385px;
	margin-top: 25px;
	margin-left: 36px;
	height: 30px;
}

.mainBtm {
	background-image: url(images/mainbottom.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.books {
	background-image: url(images/books.png);
	float: right;
	height: 120px;
	width: 190px;
	margin-top: -35px;
}

.aGrey  {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	height: 20px;
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 7px;
	line-height: 20px;
}
.aGrey:hover {
	color: #FFFFFF;
	background-image: url(images/menuBtn.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
}
a {
	line-height: normal;
	text-decoration: none;
}
.footer {
	background-repeat: no-repeat;
	height: 54px;
	width: 630px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 20px;
	float: left;
}
.logoBtm {
	background-image: url(images/webformalogo.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 92px;
	float: right;
	margin-right: 20px;
}

.lightergrey {color: #999999}
.aGreySmall {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	height: 20px;
	width: 70px;
	text-align: center;
	float: left;
	margin-right: 7px;
	line-height: 20px;
}
.aGreySmall:hover {
	color: #FFFFFF;
	background-image: url(images/menuBtn70.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
}
.aGreyMed {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	height: 20px;
	width: 85px;
	text-align: center;
	float: left;
	margin-right: 7px;
	line-height: 20px;
}
.aGreyMed:hover {
	color: #FFFFFF;
	background-image: url(images/menuBtn85.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 85px;
}
.mainGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	float: left;
	margin-right: 7px;
}


label {
	font-weight: bold;
	display: block;
}

input, textarea {
	border: 1px solid #999;
	width: 275px;
	padding: 3px;
}

#container {
	margin: 10px 0 0 30px;
}

#contact-us {
	padding-left: 10px;
	width: 275px;
}
	#contact-us textarea {
		height: 100px;
	}

#contact-us-message {
	display: none;
}

.input-box {
	margin-bottom: 5px;
}

.submit {
	text-align: right;
}
	.submit input {
		font-weight: bold;
		width: 75px;
		border: 1px solid;
		border-color: #999 #333 #333 #999;
	}

.error, .success {
	padding: 5px 5px 5px 25px;
    margin: 5px 0px;
}

.error {
	border: 1px solid #ff0000;
	background: #ffdddd;
	background-image: url('images/action-error.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.success {
	border: 1px solid #009900;
	background: #cfffcf;
	color: #003300;
	background-image: url('images/action-success.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
		color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.loading {
	background: #ffdddd;
	font-weight: bold;
	padding: 6px;
	font-size: 8pt;
}
