/* Main Styles */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	background-color: #27629e;
	background-image:url(images/back-grad.jpg);
	background-repeat:repeat-x;
	color:#383838;
		
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#18489d;
	font-weight:normal;
	margin: 15px 0px 25px 0px;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	color: #594580;
	font-weight:normal;
	margin: 15px 0px 25px 0px;
}

a:link, a:visited {
	text-decoration:underline;
	color:#da762d;	
}

a:hover {
	text-decoration:none;
	color:#a2541b;	
}


input, textarea, checkbox, select {
	color:#bf631f;
	margin-bottom:2px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	margin-top:2px;
	margin-bottom:2px;
}

/* CONTAINERS */

#container {
	width: 1056px;
	float:left;
}

#leftAbstract {
	width: 136px;
	float:left;
	background-image:url(images/backLeftAbstract.jpg);
	background-repeat:no-repeat;
	height: 919px;
}

#mainContainer {
	width:920px;
	float:left;
	background-image:url(images/backMain.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

/* TOP */

.logo {
	width:920px;
	float:left;
}

.nav {
	width:800px;
	margin-left:39px;
	float:left;
}

.bannerBlock {
	width: 836px;
	float:left;
	margin: 33px 0px 23px 39px;
}

/* MAIN */

.mainContent {
	width:836px;
	float:left;
	margin-left:39px;
	margin-bottom:25px;
}

.mainContentShorter {
	width:818px;
	float:left;
	margin-left:39px;
	margin-bottom:25px;
}

.staffpicBlock {
	width:338px;
	float:left;
	margin-right:40px;
	vertical-align:top
}

.staffpicText {
	width:338px;
	float:left;
}

.productBlock {
	width:813px;
	float:left;
	padding:10px;
	background-color:#e2f2f8;
	margin-bottom:25px;
	border:1px solid #b1d4e1;
}

.productImage {
	width: 342px;
	float:left;
	margin-right:25px;
}

.productText {
	width: 425px;
	float:left;
}

.lightPurple {
	color: #8a6dc6;
}

.headingPurple {
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	color: #594580;
	font-weight:normal;
	margin: 15px 0px 25px 0px;
}

/* Footer */
.footerBlock {
	width:861px;
	float:left;
	background-color:#f1f1f1;
	color:#7e7e7e;
	padding: 20px 20px 20px 39px;
}

