/*
COLORS
Dark brown: #541F00
Olenjack Brown: #A14813;
Swirl brown: #B06E32;
Lightbrown: #E3C6AC;
Dark gray: #333;
Black: #000
Dark Turquoise: #005454;
Turquoise: #13A0A1


*/

/***LAYOUT***/

body {
text-align:center;
font-size:small;
margin:0px;
padding:0px;
background:url(../images/bg.jpg) center 10px repeat-x #000000;
}

	#container {
	text-align:center;
	width:770px;
	margin:55px auto;
	}
	

	#header {
	margin:0px 0px 10px 0px;
	width:770px;
	height:53px;
	}
	
		#header h1 span {
		display:none;
		}
		
			#header h1 {
			background:url(../images/logo.jpg) right top no-repeat;
width:100%;
			height:53px;
			}
		
		#header img {
		
		}
		
		#header #search {
		}
	

	#nav {
	background:url(../images/navbg.jpg) repeat-x top left #A44E1D;
	margin:0px 0px 7px 0px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	}

		#nav ul {
		display:block;
		}
		
		#nav ul li {
		display:inline;
		padding:0px 7px;
		line-height:30px;
		font-weight:bold;
		}
		
		#nav a {
		color:white;
		text-decoration:none;
		}
		
		#nav a:hover {
		text-decoration:underline;
		}
		
		
	#showcase {
	margin:0px 0px 0px 0px;
	}
		
	#content {
	background:white;
	margin:0px 0px 7px 0px;
	padding:10px;
	}
	
		#main {
		width:500px;
		float:right;
		text-align:left;
		}
		
		

		#sidebar {
		float:left;
		width:240px;
		text-align:left;
		}
		
			#sidebar ul {
			text-align:center;
			margin:0px;
			list-style:none;
			}
				
				#sidebar ul li {
				margin:5px;
				}

	
	#footer {
	padding:10px 0px 20px 0px;
	clear:both;
	
	}
	
		#footer p {
		color:#B06E32;
		margin-bottom:10px;
		}
	
/***STYLES***/

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family:"Georgia", Times, Serif;
  line-height: 1em;
  color: #333;
}

h1,h2,h3,h4,h5,h6 { 
  font-family: "Georgia", Times, Serif;
  margin: 0; 
  color:#111; 
  clear:both; 
}

h1 { 
font-size: 200%; 
margin:0px 0px 0px 0px;
}

h2 { 
font-size: 175%; 
margin:10px 0px 5px 0px;
color:#A14813; 
clear:none;
clear:left;
font-weight:bold;	
}

h3 { 
font-size: 130%; 
margin:1em 0px 2.5px 0px; 
padding:0px;
text-transform:uppercase;
color: #005454;
clear:none;
clear:left;
line-height:1.1em;
}




h4 { 
font-size: 100%; 
margin:10px 0px 2.5px 0px;
font-weight:bold;
}

h5 { 
font-size: 100%;
font-weight:bold; 
}

h6 { 
font-size: 100%; 
font-weight:bold; 
}


p {
margin:0px 0px 1.6em 0px;
line-height: 1.3em;

}

sup {font-size: 0.6em; line-height: 0.5em;
vertical-align:top;
}  

a {
color:#005454;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

small {
font-size:80%;
color:#ccc;
}

ul {
margin:10px 20px;
list-style:square;
}

	ul li {
	margin:0px 0px 7px 0px;
	}
	

	blockquote {
    margin: 1em 3em 1em 1em;
    color: #541F00;
	line-height:1.4em;
    padding-left: 1em; 
	font-size:120%;
  font-style:italic;
  
  }

	blockquote .author {
	padding-top:3px;
	text-align:right;
	font-size:90%;
	color:#999;
	}

table {
width:98%;
border-top:1px solid #E3C6AC;
border-right:1px solid #ccc;
background:#FFF0E2;
margin:1em auto;
border-collapse:collapse;
}

	td {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:.3em 1em;
	text-align:center;
	}
	
	tr.odd td {
	background:#f7bff;
	}
	
	tr.odd .column1 {
	background::#f4f9fe;
	}
	
	.column1 {
	background:#f9fcfe;
	}
	
	th {
	font-weight:normal;
	font-size: 130%; 
padding:5px 0px 4px 0px;
text-transform:none;
color: #005454;
line-height:1.1em;
	}			
					
	thead th {
	background:#f4f9fe;
	text-align:center;
	line-height:1.5em;
	color:#66a3d3
	}	
	
	tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
	
	tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
	}		
	
	tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	

/***CLASSES***/	
	
p.intro {
font-size:30px;
line-height:36px;
display:block;
}

.top {
margin:0px;
}

.floatleft {
float:left;
margin:0px 10px 10px 0px;
}

.floatright {
float:right;
margin:0px 0px 10px 10px;
}

.clearleft {
clear:left;
}

.clearright {
clear:right;
}

.clearboth {
clear:both;
}

.border {
border:1px solid #ccc;
}

.padding {
padding:5px;
}

.datatable {


}

.bar {
margin:7px 0px;
}

dl {
margin:12px 0px;
border-top:1px solid;
border-color:#E3C6AC;
background:#FFF0E2;
padding:0px 7px 7px 7px;
}

dt {
font-size: 130%; 
padding:5px 0px 4px 0px;
text-transform:none;
color: #005454;
line-height:1.1em;
}

dd p {
margin:0px 0px 5px 0px;
}

.menu {
background:#f0f0f0;
border:1px solid #ccc;
margin:10px;
padding:10px;
}

.brandera {
float:right;
font-size:90%;
}

.brandera a {
color:white;
}

.photorotatorbox {
width:240px;
height:330px;
min-height:330px;
background:url(../images/215x300-sidebg.jpg);
}

.photorotator {
margin-left:11px;
margin-top:12px;

}

#sidebar ul li a {
text-decoration:none;
padding:4px 8px;
display:block;
}


#sidebar ul li a:hover, #sidebar ul li a.active {
background:#005454;
color:white;
text-decoration:none;

}

/*FORMS*/
    input.error {
    background:pink;
    border:2px solid red;
    }
    label.error {
    margin:0px 5px;
    color:red;
    font-weight:bold;
    }
