/***************
*   Elements   *
***************/

html {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
    font-size: 0.88em; 
	color: #4b4b4b;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

h1{
    padding-left: 1.5em;
    font-size: 1.2em;
    background:  #FFFFFF url(../images/icon_star.gif) no-repeat scroll left center;
    border-bottom: 1px solid #DDDDDD;
    text-transform: uppercase;
}

h2{
    font-size: 1.1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

a{
    color: #000000;
}

a:hover{
    color: #666666;
}

div p{
    padding-top: 0px;
    margin-top: 0px;
}

/***************
*   Classes    *
***************/

.threecol div{
    width: 240px;
    float: left;
    margin: 0px 0px 35px 20px;
}

.threecol h3{
    padding-left: 1.5em;
    margin-bottom: 0em;
}

.colone h3{
    background: #ffffff url(../images/icon_brush.gif) no-repeat scroll left center;
}

.coltwo h3{
    background: #ffffff url(../images/icon_person.gif) no-repeat scroll left center;
}

.colthree h3{
    background: #ffffff url(../images/icon_star.gif) no-repeat scroll left center;
}

.clear{
    clear: both;
}

.featureimage{
    background: #ffffff url(../images/feature_bg.gif) no-repeat scroll 0 0;
    height: 96px;
    width: 206px;
    padding: 12px 0 0 12px;
}

.featurelist li{
    list-style-image: url(../images/bullet.gif);
    list-style-type: none;
    padding: 3px 0px 3px 16px;
    font-size: 10px;
}

.green{
    color: #6CC06A
}

.ital{
    font-style: italic;
}

/***************
*     IDs      *
***************/

#blurb{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 1em
}

#footer{
    text-align: center;
    font-size: 0.75em;
    margin-top: 5em;
}

#nav{
    background:#000000 url(../images/nav_bg.gif) repeat-x scroll 0 0;
    height:44px;
    margin:0;
    padding:0 0 0 6px;
    width:794px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 0.88em;
}

#nav li a {
	text-decoration: none;
	padding: 13px 30px 14px 30px;
}

#nav li a:link, ul#nav li a:visited {
	color: #fff;
}

#nav li a:hover, ul#nav li a:active {
	color: #6CC06A;
}

#subnav {
    font-size: 10px;
	margin: 0;
	padding: 0 0 0 30px;
	width: 770px;
	height: 31px;
	background: #000 url(../images/subnav_bg.gif) repeat-x;
	color: inherit;
}

#subnav li {
	float: left;
	margin: 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

#subnav li a {
	text-decoration: none;
	padding: 7px 20px 7px 20px;
	background: transparent url(../images/subnav_sep.gif) no-repeat left;
}

#subnav li a:link, ul#subnav li a:visited {
	background-color: inherit;
	color: #303030;
}

#subnav li a:hover, ul#subnav li a:active {
	background-color: inherit;
	color: #000;
}

#subnav li#subnavfirst a:link, ul#subnav li#subnavfirst a:visited {
	background: transparent url(../images/subnav_icon.gif) no-repeat left;
	color: #303030;
}

#subnav li#subnavfirst a:hover, ul#subnav li#subnavfirst a:active {
	background: transparent url(../images/subnav_icon.gif) no-repeat left;
	color: #000;
}
