/* 
Name: Arbors to Zen
Author URL: http://www.theselongroup.com/
Version: 1.0
Author: Dale Noles
Description: This was created to streamline a current web site's code.
The CSS is owned by The Selon Group, no duplication is permitted unless expressly given by The Selon Group, Virtual Accuracy Companies or Dale Noles.
http://www.theselongroup.com/
http://www.virtualaccuracy.com/
dale@dalenoles.com
 */

body {
	background-color: #9A9A68;
	margin-top: 10px;
}

/********** COMMON TEXT FORMATTING **********/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #566B88;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 4px;
	padding-top: 15px;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #566B88;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0042;
	text-decoration: underline;
	font-style: italic;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #566B88;
	text-decoration: underline;
	font-style: italic;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CA0042;
	padding-right: 10px;
	padding-left: 10px;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
}
ol {
}
li {
}

/********** UNIQUE TEXT FORMATTING **********/
.title1 {
	font-family: "Times New Roman", Times, serif;
	color: #566B88;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 5px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	color: #566B88;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 5px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
}
.quote {
	color: #566B88;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.sidenav p {
	padding-top: 8px;
}

/********** HYPERTEXT FORMATTING **********/
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #566B88;
	text-decoration: underline;
}
.sidenav {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 65px;
}
.sidenav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CA0042;
	text-decoration: none;
}
.sidenav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC3333;
	text-decoration: underline;
}
.botnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CA0042;
	text-transform: uppercase;
}
.botnav a {
	color: #CA0042;
	text-decoration: underline;
}
.botnav a:hover {
	color: #CC3333;
	text-decoration: underline;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CA0042;
}
.copy a {
	text-decoration: none;
	color: #CA0042;
}
.copy a:hover {
	text-decoration: underline;
	color: #CA0042;
}

/********** LAYOUT FORMATTING **********/
#nav {
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 351px;
	width: 219px;
}
#head {
	height: 131px;
}