/* MAIN STYLES */

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	color: #000000;
	font-family: Times New Roman;
	font-size: 12pt;
}

body {
	background: url('/graphics/wood-bg.jpg') repeat transparent;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #003F87;
}

a:hover {
	text-decoration: none;
	color: #003F87;
}

img {
	border: 0px;
}

.cline {
	clear:both;
}

/* HEADER STYLES */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	background-color: #B0B0B0;
	width: 1000px;
	height: 150px;
	margin-top: 15px;
	border-radius: 15px 15px 0px 0px;
}

#header-logo {
	width: 400px;
	float: left;
}

#header-logo .logo-image {
	margin: 5px;
	float: left;
}

#header-logo .business-name {
	margin-top: 15px;
	font-size: 24pt;
	font-family: Arial;
	font-weight: bold;
	float: left;
}

#header-image {
	width: 600px;
	float: right;
}

#header-image img {
	float: right;
}

#header-image img.right-image {
	border-radius: 0px 15px 0px 0px;
}

/** Navigation Bar Properties **/
#nav-holder {
	height:35px;
}
#navbar {
	height:40px;
	position: absolute;
	top: 165px;
	z-index: 100;
	background: url('/graphics/nav-sawblade.png') repeat-x transparent;
	width: 1000px;
}

#navbar ul {
	list-style-type: none;
	display: inline;
}

#navbar li {
	float: left;
	padding: 6px 24px;
	height: 24px;
	font-size: 14pt;
}

#navbar a, #navbar a:visited, #navbar a:active {
	text-decoration: none;
	color: #FFD39B;
}

#navbar a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/** End of Navigation Bar Properties **/

/* BODY STYLES */

#content {
	background-color: #FFFFFF;
	/* for IE */
	filter: alpha(opacity=90);
	/* CSS3 standard */
	opacity: 0.9;
}

#maincontent {
	float: left;
	width: 680px;
	padding: 10px;
	background-color: #FFFFFF;
}

#maincontent ol {
	padding: 10px 0px 10px 25px;
}

#maincontent ul {
	list-style: disc outside none;
	padding: 10px 0px 10px 25px;
}

#maincontent li {
	padding: 5px 0px;
}

#maincontent h1 {
	padding: 0px 0px 10px 0px;
	font-size: 18pt;
	color: #000000;
}

#maincontent h2 {
	padding: 10px 0px;
	font-size: 14pt;
	color: #3B3131;
}

#maincontent h3 {
	padding: 10px 0px;
	font-size: 12pt;
}

#maincontent p {
	padding: 10px 0px;
}


/* FOOTER STYLES */

/** Right Column Styles **/
#rightcolumn {
	width: 300px;
	float: left;
}

#rightcolumn img {
	padding: 20px 10px 0px;
}

/** End of Right Column Styles **/

#footer {
	background-color: #FFFFFF;
	/* for IE */
	filter: alpha(opacity=90);
	/* CSS3 standard */
	opacity: 0.9;
	text-align: center;
	margin-bottom: 15px;
	padding: 0px 0px 10px 0px;
	border-radius: 0px 0px 15px 15px;
}

#footer  p {
	padding: 5px 0px;
}