/********************************************
   Author:  			Hannah Parsons
   Version:          1.0  
   Last modified:    08/04/09       	
 *******************************************/
/******************************************* 
 Design modified from:  http://www.styleshout.com/
********************************************/ 
/********************************************
   HTML Elements
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
	background: url(../images/dots.jpg) repeat-x left bottom;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;

}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
hr {
	color: #fff;
	background:transparent;
	margin: 0;
	padding:0;
	border:0;
	border-bottom: 1px #c5c5c5 dotted;
	clear:both;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.odd {
	background: #F8F8F8;
}
tr.even{
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #e8e8e8; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input.textinput {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
/*input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 10px;
	padding: 2px 30px; 
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}*/

input.button { 
	color:#686661;
	font-size:100%;
	margin:0 0 20px 10px;
	padding:2px 1em;
	width:100px;
	
}
.errormessage{
  color: #FF0000;
  font-size: 11px;

}

.example{
  font-size: 11px;
	
}

.required{
  color:#FF0000;
  font-weight:bold;
}


/********************************************
   LAYOUT
********************************************/ 

#container {
	position: relative;
	width: 820px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
    position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; 
	left: 0;
	z-index: 2;	
}

#header {
	width: 820px;
	position: relative;
	height: 100px;
	background: #CCC url(../images/header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}

#header img{
	padding: 42px 0 0 30px;
	background:none;
	border:none;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 200px;
	width: 790px;
	margin: 0 auto;
	background: #FFF url(../images/header/header_01.jpg) no-repeat center center;
}
#header-photo img{
	padding:0 0 0 0;
	margin: 5px auto 0 auto;
	width: 790px;
	border:none;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #00b4da;
	border-left: 1px solid #0096a7;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x;	
}

#content {
	position: relative;
	clear: both;
	float: left;	
	width: 790px;	
	padding: 0 0 40px 0; 	
	background: #FFFFFF;	
	border-top: 5px solid #FFF;
	border-bottom: 1px solid #D0D0D0;
	margin-left: 15px;	
	display: inline;
}

/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 24px 0 0 0; 
	margin: 0 0 0 0;
	display: inline;

}
#main h1 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #0c91a1; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#main .contact-columns {
	margin: 40px auto; 
	padding: 2px;	
	width: 70%;
	border:1px dotted #CCCCCC;
	height:106px;
	}
	
#main .contact-columns .col1 {
	width: 50%;
	float:left;

}
#main .contact-columns .col2 {
	float: right;
	width: 50%;	
}



/* rightnav */	
#rightnav {
	float: right;
	width: 26%;
	padding: 20px 0 0 0; 
	margin: 0;		

}	
#rightnav h2 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #0c91a1; 		
}
#rightnav h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #0c91a1; 		
}
#rightnav ul {
	text-align: left;
	margin: 7px 4px 8px 0; 
	padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#rightnav ul li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 10px 0 10px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}


#rightnav ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}

#rightnav ul li a:hover {	
	color: #1773BC;	
}

#rightnav ul ul { 
	margin: 0 0 0 5px; 
	padding: 0; 
}

#rightnav ul ul li { 
	background: none; 
}


/* footer */
#footer {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: center;
	padding: 15px 0;
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;	

}
#footer a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer a:hover {
	color: #000;	
}
#footer p {
	padding:0px 10px 10px 10px;
}
#footer h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}


/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 820px;
	padding: 10px 0;
	text-align: center;
}

.gallerycontainer{
	clear:both;
}

.gallerycontainerleft{
  	float:left; 
	width:340px;
}

.gallerycontainerright{
	float:right; 
	width:200px;
}

.gallerytext{
clear:both;
display:block;
}

.gallerytextleft{
	float:left; 
	width:80px;
}
.gallerytextright{
	float:right;
	width:260px;

}
.gallerytextright p{
 	text-align:left;
}



