@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Alpha+Slab+One|Arimo:400,700|Merienda+One);

/* ----------------------------
simple reset
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

fieldset, img {
	border: 0;
}

legend {
	color: #000;
}

sup {
	vertical-align: text-top;
	font-size: 0.75em;
	font-weight: normal;
}

sub {
	vertical-align: text-bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select {
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}

/* ======= My Styles ======= */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #5D962F;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}

#Content {
	width:960px;
	text-align:left;
	margin: 0px auto;
	background-color: #F8F3DC;
	overflow: hidden;
	background-image: url(../images/top-swoosh.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	min-height: 100%;
}

* html #Content {
	height: 100%;
	min-height: 100%;
}

#Header {
	float: left;
	width: 960px;
	padding: 0px;
	margin: 0px;
}

#Logo {
	float: left;
	height: 104px;
	width: 230px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	clear: left;
}

#Titles {
	width: 680px;
	float: right;
	padding: 0px;
	text-align: center;
	margin: 34px 0px 0px 0px;
}

#Navigation {
	width: 960px;
	float: left;
	height: 50px;
	background-image: url(../images/fence-bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	overflow: hidden;
}

#Navigation ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin: 0px;
}

#Navigation ul li {
	width: 160px;
	font-weight: 700;
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
	list-style-type: none;
	text-shadow: 1px 0 1px #000;
	display: block;
	float: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
}


#Navigation ul li a {
	text-decoration: none;
	color: #FFE28A;
	height: 50px;
	display: block;
}

#Navigation ul li a:hover {
	text-decoration: none;
	color: #FFC;
	height: 50px;
	display: block;
	background-color: #4F4F4F;
}

#Main {
	width: 900px;
	text-align: left;
	background-color: #FFF;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	min-height: 600px;
	height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EBDFBC;
	border-right-color: #EBDFBC;
	border-bottom-color: #EBDFBC;
	border-left-color: #EBDFBC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#main-photo {
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #64646A;
	width: 900px;
	height: 350px;
}

#Footer {
	padding: 0px;
	width: 100%;
	float: left;
	margin: 0em;
	text-align: center;
	height: 200px;
	background-color: #28282B;
}

#Footer #footerBox {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #434347;
}

#Footer #footerBox p {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #343438;
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFE28A;
}

#Footer #footerBox a {
	text-decoration: none;
	color: #FFE28A;
}

.basicShadow {
	box-shadow: 5px 5px 7px #888;
	-moz-box-shadow: 5px 5px 7px #888;
	-webkit-box-shadow: 5px 5px 7px #888;
}

.basicRadius {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.basicTextShadow {
	text-shadow: #CCCCCC 1px 1px 1px;
}

.commonTable {
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	border: 1px solid #E1E0DD;
}

.commonTable th {
	background-color: #E6E4E3;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E1E0DD;
	border-right-color: #E1E0DD;
	border-bottom-color: #E1E0DD;
	border-left-color: #E1E0DD;
}

.commonTable th h4 {
	color: #000;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	line-height: 2em;
}

.commonTable td {
	height: 24px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: left;
	margin: 0px;
}

.commonTable td p {
	font-size: 14px;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

.container {
	width: 100%;
	float: left;
}

.container .two-thirds {
	float: left;
	width: 62%;
	margin: 0px;
	padding: 0px;
}

.container .one-third {
	float: right;
	width: 32%;
	margin: 0px;
	padding: 0px;
}

.container .one-third-Left {
	float: left;
	width: 270px;
	padding: 0px;
	text-align: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.container .one-third-Left p {
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#assets, #liabilities {
	border: 1px solid #E1E0DD;
	background-color: #EAE9E8;
	width: 900px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#assets h3, #liabilities h3 {
	font-weight: bold;
	background-color: #E6E4E3;
	color: #4F4F4F;
	border-width: 1px;
	border-style: none none dashed none;
	border-top-color: #DAD7D6;
	border-right-color: #DAD7D6;
	border-bottom-color: #DAD7D6;
	border-left-color: #DAD7D6;
	padding: 5px 5px 4px 5px;
	margin: 0px;
}

.border-1 {
	border: 1px dashed #C7C3C2;
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
}

.border-2 {
	border: 10px solid #9FA1A4;
}
.border-3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
	margin-bottom: 20px;
}
.black-text {
	color: #000;
}



/* ======= FONTS ======= */
/* 
	font-family: 'Alfa Slab One', sans-serif; header
	font-family: 'Merienda One', serif; subheader
	font-family: 'Arimo', sans-serif; mainly body
*/
p, li {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 0px;
}

h1 {
	font-family: 'Alfa Slab One', "Times New Roman", Georgia, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #242424;
}

h2 {
	font-family: 'Merienda One', "Times New Roman", Georgia, serif;
	color: #00703C;
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

h3 {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.2em;
	padding: 0px;
	margin-bottom: 10px;
	text-transform: capitalize;
	margin-top: 0px;
}

h4 {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #00703C;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 700;
}

h5 {
	font-family: 'Arimo', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

ol {
	margin-left: 30px;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ol li {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


/* ===== Margins and Padding ===== */
.margin-L-10 {
	margin-left: 10px;
}

.margin-R-10 {
	margin-right: 10px;
}

.margin-T-10 {
	margin-top: 10px;
}

.margin-B-10 {
	margin-bottom: 10px;
}

.padding-L-10 {
	padding-left: 10px;
}

.padding-R-10 {
	padding-right: 10px;
}

.padding-T-10 {
	padding-top: 10px;
}

.padding-B-10 {
	padding-bottom: 10px;
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}


.accessory-images {
	float: left;
	clear: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gallery-borders {
	background-color: #FFF;
	padding: 11px;
	border: 1px dashed #E4D789;
	box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;

}

img.gallery-borders:hover {
	background-color: #F8F3DC;
	box-shadow: 5px 5px 7px #888;
	-moz-box-shadow: 5px 5px 7px #888;
	-webkit-box-shadow: 5px 5px 7px #888;
}
