@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF url(../images/rapidturf_bg_rep.png) repeat-x;
	border: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	border: 1px solid #979797; 
	padding: 0; 
	margin: auto; 
	width: 778px;
}

#header {
	border: 0;
	background: #FFFFFF;
	height: 94px;
}
h1 {
	font-size: 16px;
}

#navigation {
	border:0;
	border-bottom:1px solid white;
	background: #004b32;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	vertical-align:middle;
}
#navigation a {
	padding-right: 17px;
}


#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#footer {
	border:0;
	border-top: 1px solid white; 
	background: #004B32;
	height:15px;
	color: #FFFFFF;
	padding:5px;
	vertical-align:middle;
}

#contentwrapper {
	background:url(../images/rapidturf_turfbg.png) no-repeat;
	min-height:400px;
}

#contentleft {
	width:420px;
	padding:20px;
	float:left;
}

#contentright {
	padding:5px;
	margin-left:470px;
}

.titletext {
	font-size:18px;
	font-weight:bold;
}

ul {
	margin-left:30px;
}

li {
	font-weight: bold;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: circle;
}
.small {
	font-size: 10px;
}
