﻿/* CSS layout */
#master {
	width: 850px;
	border: 1px #7F846C solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    color: black;
    overflow:hidden;
}
#header {
	margin: 1px;
	background-color: #CACDB5;
	text-transform: uppercase;
}
#header table {
	border-collapse: collapse;
}
#header td {
	padding: 0px;
	width: 120px;
	height: 120px;
	border: 1px white solid;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size: medium;
}
#header td.header-box-title {
	color: #E6E8D6;
	font-size: 90px;
	font-weight: bold;
}
.header-box-sub-title
{
	color: #3E4529;
	width: 240px;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
}
#header a
{
	padding-top: 50px;
	display: block;
	width: 120px;
	height: 70px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #B83A14;
	color: white;
}
#header a:hover{
	background-color: white;
	color: #B83A14;
}
#header-box-1-1 {
}
#header-box-1-2 {
}
#header-box-1-3 {
	background-image: url('../images/header-2.jpg');
	background-position: center;
}
#header-box-1-4 {
}
#header-box-1-5 {
	background-image: url('../images/header-3.jpg');
	background-position: center;
}
#header-box-1-6 {
}
#header-box-1-7 {
	background-image: url('../images/header-4.jpg');
	background-position: center;
}
#header-box-2-1 {
}
#header-box-2-2 {
	background-image: url('../images/header-5.jpg');
	background-position: center;
}
#header-box-2-3 {
}
#header-box-2-4 {
}
#header-box-2-5 {
	width:240px;
	vertical-align: bottom;
}
#header-box-2-6 {
}
#header-box-2-7 {
}
#header-box-3-1 {
	background: #553A35;
}
#header-box-3-2 {
	background: #3D4428;
}
#header-box-3-3 {
	background: #8E5247;
}
#header-box-3-4 {
	background: #7F8766;
}
#header-box-3-5 {
	background: #3D4428;
}
#header-box-3-6 {
	background: #553A35;
}
#header-box-3-7 {
	background: #8E5247;
}
#page-content {
	background-color: #E6E8D6;
	padding: 15px;
	margin: 0px; 
	border: 0px; 
}
#copypright-container {
	width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 72px;
}
#copypright {
	line-height: 72px;
	width: 500px;
	float: left;
}
#almero {
    display: block;
    width: 130px;
    height: 60px;
    background: url("../images/almero.png") no-repeat;
    margin-top: 6px;
    float: right;
}
#footer-navigation {
	margin-right: 200px;
}
#footer {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #3E4529;
	background-color: #CACDB5;
}
#footer ul {
	display: inline;
	margin: 0 0 0 -40px;
	white-space: nowrap;
	vertical-align: middle;
	
	margin-left: 0 !ie;
}
#footer li {
	padding-left: 15px;
	padding-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3E4529;
	display: inline;
	list-style-type: none;
}
#footer li.footer-navigation-first{
	border-left-style: none;
}
#footer a {
	color: #3E4529;
}
a{
	color: #542E13;
}
h1{
	color: #B83A14;
	font-family:"Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	border-bottom: 1px #B83A14 dotted;	
}
h1 a{
	color: #B83A14;
	text-decoration: none;
}
h2{
	color: #3E4529;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: large;
}
h2 a{
	color: #3E4529;
}
h3{
	color: #542E13;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: medium;
	margin: 0px;
}
h4{
	color: #542E13;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: small;
	margin: 0px;
}
.tight-header
{
	margin: 0px;
}
.content-bullets{
}
.content-bullets ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.content-bullets ul li {
	height: 25px;
	line-height: 25px;
	color: #3E4529;
}
.content-bullets ul li:hover {
	background-color: #CACDB6;
}
.content-bullets ul li a {
	width: 100%;
	display: block;
}
.content-bullets ul li h2 {
	margin-bottom: 0px;
}
.simple-list{
	list-style-type: none;
}
.clear-both
{
	clear: both;
}
blockquote{
	font-style: italic;
}

/* Content Styling */
.one, .two-thirds
{
	margin-right: 1%;
	float: left;
}

.third
{
	width: 32.6%;
}

.forth
{
	width: 24.25%;
}

.two-thirds
{
	width: 66.2%
}

.half
{
	width: 49.5%;
}

.last-one 
{
	margin-right: 0;
}

.clear-both
{
	clear: both;
}