/* Warrens Home Page CSS */
/* Green: #84B444 */
/* Grey: #929AA0 */
/* Lines: #C8CCCF */


/***** BODY *****/
body {
	background: url(../images/body_inside_background.gif) 0 109px repeat-x;
}
div#body {
	margin: 20px 24px 0;
}
div#col1 {
	float: left;
	padding-right: 10px;
	width: 176px;
	border-right: 1px solid #C8CCCF;
	margin-bottom: 12px;
}
div#col1 img {
	margin-bottom: 1em;
}
div#col3 {
	float: right;
	width: 106px;
	border-left: 1px solid #C8CCCF;
}
div#col3 div.icon {
	width: 86px;
	margin: 0 10px;
	padding: 6px 0;
	border-top: 1px solid #C8CCCF;
}
div#col3 div#ftp {
	width: 86px;
	margin: 0 10px 6px;
}

div#col3 div#ftp a {
	color: #84B444;
}
div#col3 div#ftp a:hover {
	font-weight: bold;
	text-decoration: none;
}

div#col2 {
	margin: 0 106px 0 186px;
	padding: 0 10px;
	border-left: 1px solid #C8CCCF;
	border-right: 1px solid #C8CCCF;
}
div#col2 h1, div#col2 h3 {
	margin: 0 2em 1em 0.6em;
	font-size: 11px;
	font-weight: bold;
	color: #84B444;
}
div#col2 p {
	margin: 1em 2em 1em 0.6em;
}

div#col2 p.bigarrow {
	padding: 0 2em;
	background: url(../images/bullet_list_image.gif) 0 8% no-repeat;
}
div#col2 p.testimony {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #C8CCCF;
}
div#col2 div.certification {
	margin-bottom: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #C8CCCF;
}
img.leftfloat {
	float: left;
	padding-right: 12px;
	padding-bottom: 6px;
}
div#col2 ul {
	margin: 0 2em;
}
div#col2 ul li {
	margin: 0 2em;
}

blockquote {
	margin: 0 24px;
}

div#col4 {
	margin: 0 106px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #C8CCCF;
}
div#col4 h1, div#col4 h3 {
	margin: 0 2em 1em 0;
	font-size: 12px;
	font-weight: bold;
	color: #84B444;
}
div#col4 p {
	margin: 1em 2em 1em 0;
}

div#col4 p.bigarrow {
	padding: 0 2em;
	background: url(../images/bullet_list_image.gif) 0 8% no-repeat;
}
div#col4 form div {
	margin: 12px 0;
	border-bottom: #EEEEEE solid 1px;
}
div#col4 form div label.left {
	float: left;
	width: 200px;
}
div#col4 form input, div#col4 form textarea {
	border: 1px solid #C8CCCF;
}
div#col4 form input.button {
	border: thin outset black;
	font-size: 11px;
}