﻿/* CSS Document */
blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	border-style: solid;
	border-color: inherit;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
}
div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #eae3bb url(../images/bg.jpg) top repeat-x;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	background: #eae3bb url(../images/bg.jpg) top repeat-x;
}
body {
	font-size: 12px;
}
.clear {
	clear: both;
	height: 0;
}
.clears {
	clear: both;
	font-size: x-large;
	height: 0;
	font-weight: 700;
}
.center {
	text-align: center;
	margin: 0 auto;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: none;
}
/*************************************************** Typography ***************************************************/
h6 {
	color: #4f350d;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h5 {
	color: #4f350d;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	color: #4f350d;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	color: #4f350d;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	color: #4f350d;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	color: #4f350d;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}
p {
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}
/*************************************************** Layout Divs ***************************************************/
#main-wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	width: 950px;
	height: 375px;
	margin: 0 auto;
}
#strapline {
	color: #FF0000;
}
.h1header {
	color: silver;
	font-size: xx-large;
	text-decoration: none;
}
.h1header a {
	color: #CC0000;
	font-size: xx-large;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	margin-left: 5px;
}
.h2header {
	color: gray;
	font-size: small;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	padding-left: 25px;
	padding-top: 0px;
}
#logo {
	width: 500px;
	height: 62px;
	padding-top: 0px;
	padding-bottom: 40px;
}
#logo a {
	font-size: 30px;
	text-decoration: none;
	font-style: italic;
	color: #fdba4d;
}
#logo a span {
	font-size: 24px;
	font-style: italic;
	color: #fff;
}
#navigation {
	width: 400px;
	float: left;
}
#banner-photo {
	width: 525px;
	height: 239px;
	float: right;
	margin: 18px 4px 0 0;
}
#content-wrapper {
	width: 950px;
}
#footer {
	width: 950px;
	border-top: 1px solid #cdc078;
	margin-top: 20px;
}
/*************************************************** Main Content Styles ***************************************************/
#content-wrapper #content-right {
	width: 347px;
	float: right;
	margin-left: 50px;
}
#content-wrapper ul {
	padding: 10px 30px 20px 30px;
}
#content-wrapper ul li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171717;
	padding-bottom: 9px;
	padding-left: 28px;
	background: url(../images/list-bullet.gif) 12px 5px no-repeat;
	list-style: none;
}
#content-wrapper #content-right h2.title {
	width: 347px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
	padding-top: 16px;
}
#content-wrapper h1.title {
	width: 544px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
}
#content-wrapper img.photo-left {
	border: 2px solid #cdc078;
	float: left;
	margin: 3px 20px 10px 0;
}
#content-wrapper img.photo-right {
	border: 2px solid #cdc078;
	float: right;
	margin: 48px 0 10px 50px;
}
/***************************************************** Banner Styles *****************************************************/
#banner-photo img {
	border: 2px solid #fff;
	text-align: center;
}
/*************************************************** Navigation Styles ***************************************************/
#topnav {
	width: 950px;
	text-align: right;
	padding-left: 150px;
	color: #ffffff;
}
#topnav a {
	color: #fdba4d;
	text-decoration: none;
	font-size: 14px;
}
#topnav a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#navigation ul {
	margin: 18px 0 0 0;
	width: 400px;
}
#navigation ul li {
	list-style: none;
	border-top: 1px solid #593b0e;
}
#navigation ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fdba4d;
	font-size: 11px;
	font-weight: bold;
	width: 376px;
	padding: 7px 0;
	padding-left: 24px;
	background: url(../images/nav-arrow.gif) 9px 10px no-repeat;
}
#navigation ul li a:link {
	display: block;
	text-decoration: none;
	color: #fdba4d;
	font-size: 11px;
	font-weight: bold;
	width: 376px;
	padding: 7px 0;
	padding-left: 24px;
	background: url(../images/nav-arrow.gif) 9px 10px no-repeat;
}
#navigation ul li.last {
	border-bottom: 1px solid #593b0e;
}
#navigation ul li a:hover {
	color: #fff;
}
#about #navigation ul li a#website-design {
	color: #fdba4d;
}
#home #navigation ul li a#home-link {
	color: #fdba4d;
}
/*************************************************** Footer Styles ***************************************************/
#footer p {
	margin: 0;
	padding: 8px 0;
	font-size: 11px;
	color: #8d6929;
	text-align: left;
}
#footer p a {
	text-decoration: none;
	color: #8d6929;
}
