/*
-----------------------------------------------
Acuity Consulting Redesign Style Sheet
author:   Marty Romero
version:  2007.01
----------------------------------------------- */
@import url("layout.css");
html { 
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #E8E5DE;
	text-align: center;
}

a:link, a:active, a:visited {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000; 
	text-decoration: none; 
	border-bottom: none; 
}


a:hover {
	color: #447a3b;
}


/* Generic Rules
----------------------------------------------- */
p {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

li {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#second-content li {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


h1 {
	font-family: arial, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 27px;
	margin: 0;
	padding: 10px 0 5px 0;
}

h2 {
	font-family: arial, sans-serif;
	color: red;
	font-weight: normal;
	font-size: 14px;
	border-bottom: thin solid red;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}
h3 {
	font-family: arial, sans-serif;
	color: red;
	font-weight: normal;
	font-size: 14px;
}
h4 {
	font-family: arial, sans-serif;
	color: green;
	font-weight: normal;
	font-size: 14px;
}
#sidenav img {
	border: none;
	height: 133px; width: 129px; border-width: 0;}


/* recommend form */

#recform, #recform table td tr {
	font-family: arial, sans-serif;
	font-size: 11px;
}

#tempPageBlack {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;	
	font-style: italic;
}
.tempPageRed {
	font-style: italic;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;	
	color: red;
	text-align: center;
}

.tempPageRed2 {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;	
	color: #0099ff;
	text-align: center;
	padding-left: 10px;
}
