/*This is the core styles sheet for the Red Oak Counseling website*/

BODY {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color : #333333;
	font-size : 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #dad9ce;
	}
	TD {
	font-family : "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	color : #333333;
	font-weight: normal;
	}
	a:link, a:active, a:visited {
	font-size: 12px;
	color:#990033;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	font-size: 12px;
	color:#660000;
	text-decoration:none;
	font-weight: bold;
}
a.headerred:link, a.headerred:active, a.headerred:visited {
font-family : "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size : 16px;
	color:#990000;
	font-weight: bold;
	margin: 0px;
	padding-bottom:5px;
	text-decoration:none;
}

a.headerred:hover {
	font-size : 16px;
	color:#660000;
	font-weight: bold;
	margin: 0px;
	padding-bottom:5px;
	text-decoration:none;
}
a.footer:link, a.footer:active, a.footer:visited {
	font-size: 11px;
	color:#990033;
	text-decoration:none;
	font-weight: normal;
}

a.footer:hover {
	font-size: 11px;
	color:#660000;
	text-decoration:none;
	font-weight: normal;
}
a.mainNavOn:link, a.mainNavOn:active, a.mainNavOn:visited {
	font-size: 13px;
	color:#990000;
	text-decoration:none;
	font-weight: bold;
}

a.mainNavOn:hover {
	font-size: 13px;
	color:#660000;
	text-decoration:none;
	font-weight: bold;
}
a.mainNavOff:link, a.mainNavOff:active, a.mainNavOff:visited {
	font-size: 13px;
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}

a.mainNavOff:hover {
	font-size: 13px;
	color: #660000;
	text-decoration:none;
	font-weight: bold;
}

h1 {
	font-family : "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size : 16px;
	color:#990000;
	font-weight: bold;
	margin: 0px;
	padding-bottom:5px;
}

h2 {
	font-family : "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	color:#990000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


h3 {
margin-left: 15px;
font-size: 1em;}

h4 {
margin-left: 15px;
font-size: 1em;
margin-bottom: -10px;
}

/* Forms formatting */

label,input {
display: block;
width: 150px;
float: left;
margin-bottom: 10px;
}

label {
text-align: right;
width: 75px;
padding-right: 10px;
}

br {
clear: left;
}

textarea{
width: 250px;
height: 150px;
}

#submitbutton{
margin-left: 43px;
margin-top: 5px;
width: 90px;
}
