@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #A93906;
	margin-top: 0px;
	color: #34322F;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
a:link {
	color: #34322F;
	text-decoration: underline;
}
a:visited {
	color: #4E4B48;
	text-decoration: underline;
}
a:hover {
	color: #34322F;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:active {
	color: #34322F;
	text-decoration: none;
	background-color: #FFFFFF;
}
.container {
	font-size: 0.96em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 136px;
	margin: 0px;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.name {
	padding-top: 47px;
	padding-left: 46px;
	float: left;
	padding-right: 327px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.home {
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.diamond {
	float: right;
	padding-top: 44px;
	padding-right: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.diamond_home {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.pcts {
	padding: 0px;
	height: 320px;
}
.text_home {
	margin-top: 21px;
	padding-left: 46px;
	padding-top: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(images/bg_hometext.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.right_col {
	float: right;
	width: 310px;
	padding-left: 50px;
}
.left_col {
	width: 294px;
	padding-right: 50px;
	padding-bottom: 30px;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #55534F;
}
.end_float {
	clear: both;
}
.footer {
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	font-size: 0.8em;
	color: #ECEBE8;
	text-align: left;
	padding-right: 40px;
	padding-left: 56px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
a.footerlinks {
	text-decoration : none;
	color : #ECEBE8;
}

a.footerlinks:visited {
	color : #CFCECC;
}

a.footerlinks:hover{
	color: #706E6B;
	background-color: #DBDAD5;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a.footerlinks:active {
	text-decoration : none;
	color : #706E6B;
}

.orange_bold {
	font-weight: bold;
	color: #B13D06;
}
.bold {
	font-weight: bold;
}
.float_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
.float_left {
	float: left;
}
.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
