/* CSS Document */

body {
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #333;
line-height: 120%;
background-color: #fff;
}


h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	margin-top: 0px;
	margin-bottom: 7px;
	letter-spacing: 3px;
}

h2 {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 2px;

}

h3 {
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 2px;

}

h4 {
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 2px;
	

}


h5 {
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 2px;



}

p {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	


}

ul {
list-style-type: disc;
list-style-position: outside;
margin-top: 2px;
}


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}



a:active.nav {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 5px;
}

a:link.nav {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 5px;
}
a:visited.nav {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 5px;
}
a:hover.nav {
	color: #090;
	text-decoration: none;
	font-size: 14px;
	letter-spacing:5px;
}



table.main {
font-size: 10px;
color: #000;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
border-collapse: collapse;
width: 800px;
border:thin;
border-style: dashed dashed dashed dashed;
}

table.main td {
border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted;
	border-color: gray gray gray gray;
	background-color: #fff;

}

table.smalltable {
border: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom:0px;
margin-left: 0px;
border-collapse: collapse;
} 

table.smalltable td {
	border-width: 1px 1px 1px 1px;
	padding: 7px 7px 7px 7px;
	border-style: solid;
	border-color: gray gray gray gray;
}

table.feature {
background-image:url(../../images/cell_bg.jpg);
border: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom:0px;
margin-left: 0px;
border-collapse: collapse;
width: 247px;
} 

table.feature td {
	border: none;
	padding: 0px 0px 0px 0px;
	
}

table.blank {
border: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom:0px;
margin-left: 0px;
border-collapse: collapse;

} 

table.blank td {
	border: none;
	padding: 0px 0px 0px 0px;
	
}

textarea {
border: 1px solid #999;
width: 150px;
height: 50px;
font-size: 11px;
background: #fff;
}

select {
border: 1px solid #999;
width: 160px;
font-size: 11px;
background: #fff;
}

select.numberselect {
border: 1px solid #999;
width: 40px;
font-size: 11px;
background: #fff;
}

input {
border: 1px solid #999;
background: #fff;
font-size: 11px;
}


input.longtext {
border: 1px solid #999;
background: #fff;
font-size: 11px;
width: 400px;
}


input.shorttext {
border: 1px solid #999;
background: #fff;
font-size: 11px;
width: 60px;
}

input:hover {
border: 1px solid #999;
background: #fff;
font-size: 11px;


}
button {
border: 1px solid #999;
background: #fff;
font-size: 11px;
width: 140px;
}




button:hover {
border: 1px solid #999;
background: #fff;
font-size: 11px;

}

input.button
{
width: 140px;
}

.button, .button-red {
	color: #fff !important;
	background: url(/new-c5-site/themes/stillwatertheme/images/button.png) no-repeat;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	font-size: 14px;
}

