/*** Global ***/

* {
	padding: 0;
	margin: 0;
}

img, img a {
	border: none;	
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: white;
	margin: 0px 0px 0px 0px;
	background:url(../images/bg_sliver.jpg) repeat-x;
	background-color: #EFEBE8;
}

body#index {
	background-color: #E9A07D;	
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 3px;	
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-size: 70%;
}

h1 {
	color: #362f2d;
	font-size: 2.6em;
}

h2 {
	color: #421102;
	font-size: 1.8em;
}

h3 {
	color: white;
	font-weight: bold;
	font-size: 1.4em;
}

h3 a {
	font-weight: normal;	
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

p {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 15px;
}

a {
	color: #206fa7;
	text-decoration: underline;
}

a:link {
}

a:visited {
}

a:hover {
	color: black;
}

a:active {
}

ul, ol {
	font-size: 1em;
	margin: 0px 0px 15px 20px;
}

ol {
	margin-left: 25px;	
}

p + ul {
	margin-top: -10px;	
}

img.floatLeft {
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 1px;
	border: solid 1px black;
}

img.floatRight {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 1px;
	border: solid 1px black;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block; /* IE6 hasLayout */
}

.clearfix {
	display: block; /* IE7 hasLayout */
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.larger {
	font-size: 120%;	
}

.smaller {
	font-size: 80%;	
}

.hide {
	display: none;	
}

div.floatLeft {
	width: 200px;
	float: left;
	margin: 0px 5px 5px 0px;
}

div.floatRight {
	width: 200px;
	float: right;
	margin: 0px 0px 5px 5px;
}


/*** Layout ***/

#home, #wrapper {
	margin: -30px auto 0px auto;				
	width: 1000px;
	min-height: 795px;
	height: 795px;	
}

#home {
	background: transparent url(../images/background/home.jpg) no-repeat top left;		
}

#wrapper {
	background-color:#E9A07D;
	background: transparent url(../images/background/pages.jpg) no-repeat top left;	
}

#home ul {
    float: left;
    margin: 285px 0px 0px 54px;
}

#home ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

#home ul li a {
    display: block;
    width: 105px;
    height: 238px;
}

a#backHome {
    display: block;
    width: 552px;
    height: 82px;   
    position: absolute;
    top: 90px;
    left: 45px;
}

#contentwrap {
	float: left;
	width: 880px;
	margin: 100px 0px 0px 50px;
}

#contentBoxTop {
	float: left;
	width: 800px;	
	height: 179px;
	background: transparent url(../images/masthead.jpg) no-repeat top left;	
	border-left: solid 4px #E9A07D;
	border-right: solid 4px #E9A07D;
	border-top: solid 4px #E9A07D;
}
#masthead_content  {
	float:right;
	margin-right:10px;
	margin-top:35px;
	width:330px;
}


#nav {    
	float: left;
	font-size: 1.2em;
	width: 740px;
	padding: 0px 30px 0px 30px;
	background: #A14F27;
	border-left: solid 4px #E9A07D;
	border-right: solid 4px #E9A07D;
}

#nav ul {
	float: left;
	margin: 0px 0px 0px 0px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	margin-right: 0px;    
}

#nav ul li a {
	float: left;
	cursor: pointer;
	font-size: 0.9em;
	color: #606060;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background: transparent url(../images/background/global_nav.gif) no-repeat top right;
	height: 29px;
}

#nav ul li a span {
	display: block;
	height: 30px;
	padding: 10px 0px 0px 15px;
	background: transparent url(../images/background/global_nav.gif) no-repeat top left;
}

#nav ul li a:hover, #nav ul li a.hover {
	background: transparent url(../images/background/global_nav.gif) no-repeat bottom right;
	color: white;
}

#nav ul li a:hover span, #nav ul li a.hover span {
	background: transparent url(../images/background/global_nav.gif) no-repeat bottom left;
	color: black;
}

#content {
	float: left;
	width: 780px;
	padding: 0px 10px;
	margin: 0px;
	border-left: solid 4px #E9A07D;
	border-right: solid 4px #E9A07D;
	border-bottom: solid 4px #E9A07D;
	background: #A14F27 url(../images/background/content_box.gif) repeat-x bottom left;
}

#innerbox{
padding:10px;
background-color:#000000;
margin-bottom:20px;
margin-left:2px;
}

#footer {
	float: left;
	width: 880px;
	margin-bottom: 30px;		
}

#footer #footerRight {
	float: right;
    width: 50%;
}

#footer #footerRight p {
	text-align: right;
	color: #000000;
	font-size: 80%;
	margin: 12px 30px 0px 0px;
}

#footer #footerLeft {
	float: left;
    width: 40%;
	padding-left:50px;
}

#footer #footerLeft p, #homeNumbers {
	text-align: left;
    color: #ffffff;
    font-size: 0.9em;
}

#remodeling {
    position: relative;
    top: 600px;
    left: -500px;
	color: #ffffff;
    font-size: 1.4em;
	margin-right:-50px;
}

#remodeling a {
	color: #ffffff;
}

#homeNumbers {
    position: relative;
    top: 700px;
    left: -578px;
}


/* tables */

table {
	/*width: 804px; */
	border-collapse: collapse; 
	margin: 5px 0px 20px 140px; 
	font-size: 1em;
	background-color: white;
    border-bottom: solid 4px black;
}

thead {
	/*background: #c75335 url(../images/background/table_header.gif) no-repeat top left;*/
	background-color: #c75335;
}

th {
	color: white; 
	font-weight: normal; 
	font-size: 1em;
	font-weight: bold;
    border-right: solid 1px #df896a; 
	padding: 12px 4px;
}

td {
	color: black;
	text-align: center;
	border-bottom: solid 1px #bbd7eb; 
	padding: 7px 15px;
	font-size: 0.9em;
}


/* forms */

/*********** Forms ***********/

fieldset, legend {
	border: none;
	padding: 0;
	margin: 0;
}

form
{
	font-size: 110%;
	width: 100%;
	color: white;
	padding: 25px 0px;    
	margin: 15px 0px; 
	border-top: solid 1px #C75335;
	border-bottom: solid 1px #C75335;
}

form p {
	font-size: 0.9em;	
}

form ul {
	margin: 0px; /* keep it aligned all the way to the left gutter */
	padding: 0px;
	font-size: 0.9em;
}

form li {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 1.4;
	clear: both;	
}

form label {
	float: left;
	text-align: right;
	width: 180px;
	line-height: 1.4;
	margin: 3px 10px 0px 20px;
        font-weight: bold; 
}

form span.reqfield {
	color: black;
	font-size: 100%;
        padding-left: 5px;
}

form span.optional {
	display: block;
	font-size: 90%;
	color: #606060;
	font-weight: normal;
}

form label.error {
	color: black;
	font-size: 90%;
	text-align: left;
	width: 50px;
	line-height: 1.2;
	margin: 2px 0px 0px 0px; 
	display: none;
}

form input {
	float: left;
	color: black;   
	font-size: 1.1em;	
	width: 210px;
	border: solid 1px #c75335;
	padding: 6px 5px 4px 5px;
    background-color: #ffdfd4;
	margin: 0 10px;
}

form input.error, form select.error, form textarea.error {
	border: solid 2px #dc1d00;
}

form select {
	float: left;
	width: 220px;
	border: solid 1px #cc75335;
	padding: 2px;
	background-color: #ffdfd4;
}

form textarea {
	float: left;
	width: 210px;
	border: solid 1px #c75335;
	padding: 5px;
	background-color: #ffdfd4;
	margin: 0 10px;
}

form li.radio, form li.checkbox { /* add a class of radio or checkbox to a list item whenever using radio buttons and checkboxes */
	margin-bottom: 10px;
}
	
form li.radio ul, form li.checkbox ul { /* also create a new list for radio buttons and checkboxes */
    float: left;
    font-size: 1em;
    margin-bottom: 0px;
   /* width: 400px;*/ /* fix IE6 alignment, this width could change depending on the overall form width */
}

form li.radio ul li, form li.checkbox ul li {
	margin-bottom: 0px;	 /* IE fix */ 
}

form li.radio li label, form li.checkbox li label {
    text-align: left;
    width: auto; /* overwrite the parent label width */
    margin: 0px; /* overwrite the parent label margin */
    padding: 2px 0px 5px 0px;
}

form li.radio li label input, form li.checkbox li label input { 
	border: none;	/* IE fix */
	margin-right: 5px;
	width: 20px;

	height: 12px; /* fix IE alignment */
	position: relative;
	left: 0px;
	top: 2px;
	background: transparent;	
}


form button {
	float: left;
	border: none;
	cursor: pointer;
	margin-left: 210px;
	width: 80px; /* this will change depending on the button width */ 
	height: 40px; /* this will change depending on the button height */
	background: transparent url(../images/background/button_submit.gif) no-repeat top left;
}

form button:hover {
	background: transparent url(../images/background/button_submit.gif) no-repeat bottom left;
}



/* jQuery classes */

.clickable { /* add class to headers to ask as anchors */
	cursor: pointer;
	color: #206fa7;
	text-decoration: underline;
}

.clickable:hover {
	color: black;	
}


/* gallery */

.screen {
	margin: 0px 0px 0px 0px;
	width: 100%;
	float: left;
}

.screen #buttons {
	float: left;
	width: 100%;
}

.screen #buttons a {
	display: block;
	font-size: 150%;
	font-weight: bold;
	color: #6699CC;
	padding: 10px 15px;
}

.next, .prev {
	cursor: pointer;
}

.screen .prev {
	float:left;
	border-top: solid 2px #f5f5f5;
	border-right: solid 2px #f5f5f5;
}
.screen .next {
	float:right;
	border-top: solid 2px #f5f5f5;
	border-left: solid 2px #f5f5f5;
}
.slideshow {
	overflow: hidden;
	width: 796px; /* table width minus cell padding */
	float: left;
}
.slideshow ul {
	width: 2000px;
}
.slideshow li {
	cursor: pointer;
	float: left;
	margin: 5px 10px;
	display: inline;
	list-style: none;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
