/* CSS Document */

/* Color Swatches
Brown: #543018
Light Brown: #a47152
Tan: #f2f2e8
Pink: #f799c4
*/

/* RESET STYLES FOR ALL BROWSERS */
html, body, p, ul, ol, li, h1, h2, h3, h4, div, span, table, form {
	margin:0;
	padding:0;
}
img, a img {
	border:none;
}
blockquote {
	quotes:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* END RESET */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#543018;
	font-size:100%;
	background:#f2f2e8 url(../images/bg_page_top.jpg) repeat-y top center;
}

/* Page Container */
#container {
	padding:0;
	margin:0 auto;
	width:960px;
	position:relative;
	background:#ffffff url(../images/bg_content.jpg) repeat-y;
}

/* Page header */
#header {
	background:#543018 url(../images/bg_header.jpg) no-repeat right top;
	height:124px;
	margin:0 auto;
	padding:10px;
	width:940px;
	text-align:left;
}
#header img {
	vertical-align:bottom;
}

/* Sidebar */
#sidebar {
	width:210px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	position:relative;
	text-align:center;
}

/* Main Content */
#mainContent {
	padding:10px 25px;
	margin:0;
	width:700px;
	text-align:left;
	position:relative;
	float:left;
	display:inline;
}

/* General styles */
a:link, a:visited {
	color:#543018;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
a:hover, a:active {
	color:#543018;
	text-decoration:none;
}
h1, h2, h3, h4 {
	color:#543018;
	margin:0 0 5px;
	padding:0;
	letter-spacing:-1px;
	font-weight:normal;
}
h1 {
	font-size:1.5em;
	line-height:1.3em;
	font-weight:bold;
}
h2 {
	font-size:1.2em;
	line-height:1.1em;
	color:#a47152;
}
h3 {
	font-size:1.1em;
	line-height:1.1em;
	color:#a47152;
}
h4 {
	font-size:1.0em;
	line-height:1.1em;
}
p {
	font-size:0.9em;
	line-height:1.5em;
	margin-bottom:10px;
}
ul {
	margin:10px 0 10px 5px;
	padding-left:10px;
	list-style-type:none;
}
ul li {
	font-size:0.9em;
	line-height:1.4em;
	margin:0;
	padding:0 0 8px 21px;
	background:url(../images/bullet.gif) no-repeat 0px 2px;
}
ol {
	margin:10px 0 10px 20px;
	padding-left:10px;
}
ol li {
	font-size:0.8em;;
	line-height:1.4em;
	margin:0;
	padding:0 0 8px 8px;
	background:none;
}
ul.horizColumns li {
	float:left;
	width:220px;
	margin-right:10px;
}
table {
	margin-bottom:16px;
}

td, th {
	padding:3px;
	font-size:12px;
	font-weight:bold;
}
th {
	color:#ffffff;
	background-color:#8ac33d;
}
.floatright {
	float:right;
	margin:0 0 0 10px;
}
.floatleft {
	float:left;
	margin:0 10px 0 0;
}
.redText {
	color:#cc0000;
}
.instrText {
	font-size:10px;
}
blockquote {
	margin-bottom:20px;
}
blockquote h3 {
	margin-bottom:2px;
}
blockquote p {
	margin-bottom:5px;
}
cite {
	font-size:0.9em;
	margin-top:0;
}

#homeAnimation {
	margin:10px 0;
	padding:0;
	width:698px;
	height:280px;
	border:1px solid #543018;
}
	
/* Main navigation menu */
ul#navMenu {
	list-style-type:none;
	width:210px;
	margin:6px 0 20px;
	padding:0;
	text-align:left;
	position:relative;
	zoom: 1; /* IE 6 fix */
}
ul#navMenu li {
	margin:0 10px;
	padding:0;
	width:190px;
	display:block;
	position:relative;
	vertical-align:bottom;
	border-bottom:1px solid #543018;
	background:none;
}
ul#navMenu li a {
	font-size:0.95em;
	line-height:1.1em;
	color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	width:180px;
	margin:0;
	padding:9px 5px;
	background:#a47152;
	text-decoration:none;
	display:block;
}
ul#navMenu li a:hover {
	color:#ffffff;
	background:#543018 url(../images/bg_header.jpg) no-repeat -320px 0px;
}

#contactArea {
	margin:20px 10px;
	padding:10px 10px 0 10px;
	width:168px;
	background-color:#ffffff;
	border:1px solid #543018;
	color:#543018;
	text-align:center;
}
#contactArea p {
	font-size:0.8em;
}
img.truePortfolio {
	margin:0;
	padding:5px 10px;
	border:1px solid #543018;
	background-color:#ffffff;
}

/* Gallery */
.baSection {
	width:308px;
	margin:10px;
	padding:10px;
	border:1px solid #543018;
	background-color:#f2f2e8;
	float:left;
	display:inline;
	overflow:hidden;
}
.baSection h2 {
	font-size:1.0em;
	text-align:center;
	font-weight:bold;
}
.baSection ul {
	margin:0;
	padding:0;
}
.baSection li {
	float:left;
	width:150px;
	margin:2px;
	padding:0;
	display:inline;
	text-align:center;
	background:none;
}
.baSection li img {
	width:120px;
	height:75px;
	border:1px solid #a47152;
	padding:1px;
	margin:0;
}
.baSection li p {
	font-size:0.8em;
}

/* Forms & Buttons */
fieldset {
	border:none;
	padding:10px 20px 10px;
	margin:2px 0 0;
}
input,textarea {
	border: 1px solid #a47152;
}
input {
	font-size:1.0em;
	padding:3px;
}
#mainContent p.requiredInfo {
	text-align:center;
	color:#cc0000;
	font-weight:bold;
	font-size:0.7em;
}
legend {
	color:#008852;
	font-size:1.0em;
	font-weight:bold;
	padding:5px 1px 10px;
}
div.newLine {
	clear:left;
}
div.frmAdjacent {
	float:left;
	margin-right:24px;
}
label {
	font-size:1.0em;
	padding:2px 0;
	font-weight:bold;
}
 /* Used for jQuery validation */
label.error {
	font-size:0.9em;
	font-style:italic;
	font-weight:bold;
	color:#cc0000;
	margin-left:5px;
	float:none;
	text-align:left;
	width:auto;
	vertical-align:middle;
}
button {
	color:#f2f2e8;
	background-color:#543018;
	text-transform:uppercase;
	font-weight:bold;
	margin:4px 2px;
	cursor:pointer;
	border:1px solid #543018;
}
button:hover {
	color:#543018;
	background-color:#f2f2e8;
	background-position:0px -32px;
}
.buttonArea {
	text-align:center;
}

/* Page footer */
#footer {
	margin:10px 0 0;
	width:940px;
	padding:20px 10px 10px;
	text-align:center;
	color:#ffffff;
	background-color:#543018;
	clear:left;
}
.socialLinks {
	width:730px;
	margin:0 105px 10px;
	padding:0;
	text-align:center;
}
.socialLinks img {
	border:1px solid #f2f2e8;
	background-color:#ffffff;
	padding:2px;
	margin:0 8px;
	vertical-align:middle;
}
#footer ul {
	margin:0 0 0 4px;
	list-style-type:square;
}
#footer li {
	margin:0 0 1px;
	padding:0 0 0 2px;
	font-size:0.85em;
	background:none;
}
#footer p {
	margin:8px 0 8px;
	padding:0;
	font-size:0.7em;
	line-height:1.2em;
}
#footer p#copyright {
	font-weight:bold;
}
#footer a {
	color:#543018;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	text-decoration:underline;
}

/* Float clears */
.clearfloat {
	clear:both;
	height:0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 /* IE6 */
* html .clearfix {
	zoom: 1;
}
 /* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
