body {
	margin: 0;
	padding: 0;
	font-family: Hevetica, Arial, sans-serif;
	font-size: 14px;
	background: #fff;
	}
a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	margin: 0 auto;
	width: 960px;
	background: url() repeat-y 70% 0;
	}
#content {
	float: left;
	width: 960px;
	color: #333;
	line-height: 1.5em;
	}
	
	.contentcol {
		float:left; 
		width: 650px;	
	}
	.navcol {
		float: left; 
		width: 200px; 
		padding-left:30px;	
	}
.sidebar {
	float: right;
	width: 260px;
	}
#footer {
	clear: both;
	height: 260px;
	background: url(img/footer-bg.gif) no-repeat top left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url() repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	position: relative;
	height: 140px;
	background: #fff;
	}
#header img {
	position: absolute;
	top: 20px;
	left: 0px;
	}

/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, Sans-serif;
	font-size: 28px;
	color: #cc2f79;
	font-weight: normal;
	}
#content h3, h4 {
	margin: 10px 0 0 0;
	font-family: Helvetica, Arial, Sans-serif;
	color: #339933; 
	/* Other color22b24c; */
	}
#content h5 {
	margin: 0;
	padding: 0;
	}
#content .intro {
	font-size: 18px;
	color: #333;
	line-height: 1.5em;
	}
ul {
	margin: 0;
	padding: 0;
	}
ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li-bullet.gif) no-repeat 0 3px;
	}


	#partners {
		overflow: hidden; 
		background: #f7f7f7; 
		padding: 10px 15px;
		}
	#partners p {
		font-size: 12px;
		}

hr {
	clear: both;
	height: 100px;
	width: 900px;
	background: url(img/hr1.gif) no-repeat top left;
	border: 0;
	}
	
			
/* contact form */

ol.forms {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
	background: #f7f7f7;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 300px;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 5px;
	text-align: right;
	width: 70px;
}

ol.forms input { width: 200px; }
ol.forms textarea {
	height: 100px; 
	width: 200px; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 11px Helvetica, Arial, Sans-serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 75px;
	width: 100px;
}
.error {
	font-size: 10px;
	color: #cc2f79;
	}
	
/* nav */

.nav {
	padding: 15px 0 0 15px;
	}
.nav ul li {
	list-style: none;
	background: none;
	font-size: 18px;
	padding: 3px;
	}
	
.nav ul li a {
	list-style: none;
	color: #39c;
	background: #fff;
	text-decoration: none;
	display: block;
	padding: 3px;
	}	
.nav ul li a:hover {
	list-style: none;
	color: #fff;
	background: #39c;
	}
	
	
/* footer */

#footer p {
	margin: 0;
	padding: 220px 15px 15px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #fff; 
	}


