/*
--------------------------------------------------
IE hacks
hide from IE
show only in IE
--------------------------------------------------
*/

/*\*/
html>body .ie-hack {
}
/**/

* html .ie-hack {
}

/*
--------------------------------------------------
main stuff
--------------------------------------------------
*/

html, body {
	height: 100%;
}

body {
  font-size: 87.0%;
  color: #505050;
	font-family: Times, Arial, Verdana, Tahoma, "Lucida Sans", 'Trebuchet MS', xVerdana, sans-serif;
  background-color: #FFF;
  
  
	margin: 15px auto 20px auto; 
	padding: 0px 0px 0px 0px;
	text-align: center; /* IE bug fix to center div */
}

/*\*/
html>body {
	text-align: left;
}
/**/
.outerwrapper {
	width: 100%;
	margin: 0px auto 0px auto;
	background-image:url(../images/bg_images.jpg);
	background-repeat: no-repeat;
	
}
	


.container {
	width: 1022px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	
}
	
.main-content {
	border: 0px solid #ede5b4;
	width: 856px;
	height: 100%;
	background-color:#FFF;
	padding: 12px;
	
}
#content {
	height: 625px;
}


	

.orangecol {
	width: 27px;
	height: 100%;
	background-color:#F07900;
	background-image: url(../images/stripes_orange.gif);
	background-repeat: repeat-y;
	
	
}	

.greencol {
	width: 68px;
	height: 100%;
	background-color:#8DBF00;
	background-image: url(../images/stripes_green.gif);
	background-repeat: repeat-y;	
}

.pinkcol {
	width: 47px;
	height: 100%;
	background-color:#CE3177;
	background-image: url(../images/stripes_pink.gif);
	background-repeat: repeat-y;	
}	
	

/*
--------------------------------------------------
content definitions
--------------------------------------------------
*/

.logo {
  margin: 0px 0px 12px 0px;
}


.centered-image {
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

.quotes {
	width: 200px;
	color: #4e2201;
	line-height: 1.3em;
	text-align: justify;
	margin: 20px auto 20px auto;
}

.quotes p {
  margin: 0px 0px 25px 0px;
}

.quotes i {
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

ul { 
	margin: 2px 0px 0px 0px;
	}


li {
	margin: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
}
.award {
	float: right;
	margin: 5px 0px 10px 18px;
	border: 10px solid #523215;
	}
	


.bluebars {
	height: 17px; 
	width: 100%;
	background-color:#b6dddf;
}	

.gallery {
	height: 362px; 
	width: 100%;
	text-align: center;
	padding: 30px 0 30px 0;
}	
	
.gallerynav {
	height: 113px; 
	width: 100%;
	text-align: left;
	background-color: #a9d037;
}	


.bodycopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#767676;
	padding: 40px 40px 30px 40px;
	float:right;
	line-height: 17px;
	width:590px;
	}
	
.bodyheader {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#CE3177;
	}	

.bodyphoto {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	}

/*
--------------------------------------------------
navigation related
--------------------------------------------------
*/

.navigation-box {
  background-color: #FFF;
  height: 295px;
  text-align: left;
}

.navigation {
	font-size: 13px;
	line-height: 24px;
    color: #53b6bb;
  	padding: 30px 20px 0px 15px;
	
}
.pubs-box {
	background-color: #6BC0C4;
	text-align: left;
	height: 181px;
	background-image:url(../images/bg_press.jpg);
	background-repeat: no-repeat;
	padding-left:20px;
	
	}

.gallerynav .links{
	color: #FFF;
	text-align: left;
	float: left;
	padding: 20px 140px 20px 60px;
	line-height: 18px;
	
}

.links  a:link { color: #FFF;}
.links  a:visited { color: #FFF;}
.links  a:hover { color:#F5FFE5}
    	
	
	
/*
--------------------------------------------------
main-content related
--------------------------------------------------
*/

.main-texthome {
  
  font-size: 12px;
  color: #d2c8a5;
  line-height: 1.5em;
  text-align: justify;
  background-color: #644122;
  padding: 35px 45px 10px 45px;
  min-height: 326px;
  background-image:url(../img/twig_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.main-text {
  
  font-size: 12px;
  color: #d2c8a5;
  line-height: 1.5em;
  text-align: justify;
  background-color: #644122;
  padding: 35px 45px 10px 45px;
  min-height: 326px;
   
}

.tidbittext {
	font-size: 13px;
	line-height: 18px;
    color: #FFF;
  	padding: 30px 20px 0px 30px;
	
}

.quotetext {
	font-size: 13px;
	line-height: 16px;
    padding: 35px 30px 30px 30px;
	color: #abc22b;
	
}
.quote-box {
	background-color: #FFF;
	text-align: left;
	background-image:url(../images/bg_quotes.jpg);
	
	}	
	

.text-right {
  text-align: right;
  margin: 0px 0px 0px 0px;
}

.lower-right {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

/*
--------------------------------------------------
links
--------------------------------------------------
*/

a:link,
	a:visited {
		color: #489DA0;
		text-decoration: none;
		
}

a:hover,
	a:active {
		color: #99CC00;
		text-decoration:underline;
}

.tidbittext a:link
  {
    color: #FFF;
    text-decoration: none;	
}

  .tidbittext a:visited {
    color: #FFF;
    text-decoration: none;	
}

.tidbitext a:hover   {
    color: #489DA0;
	text-decoration: underline;
}




 /*
--------------------------------------------------
copy related
--------------------------------------------------
*/

p { 
	font-size: 1.0em;
}

.copy   {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 5px 20px 0px 0px;
	padding: 0px 0px 3px 0px;
}

.copy:first-line  {
	margin: 0px 20px 12px 0px;
	padding: 0px 0px 0px 0px;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

.copyright {
	color: #C0C0C0;
	padding: 5px 80px 0 0;
	text-align:right;

}
.contact {
	color: #C0C0C0;
	padding: 5px 0px 0 60px;
	text-align:left;

}



.photocredit { 
	color: #FFF;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 60px;
	padding-top: 3px;
	}
	
.names { 
	color: #999;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 60px;
	padding-top: 3px;
	}
		
	
/*
--------------------------------------------------
spacing related
--------------------------------------------------
*/

.vertical-20 {
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-40 {
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*
--------------------------------------------
cleaner
--------------------------------------------
*/

.cleaner {
	clear: both;
}

/*
--------------------------------------------------
headers
--------------------------------------------------
*/

h1  {
	color: #999999;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #505050;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3    {
	color: #ceb662;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

h4  {
	color: #999999;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

h5  {
	color: #999999;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
footer
--------------------------------------------------
*/

#footer {
	margin: 3px 0px 0px 10px;
  color: #644122;
}

.footer p {
  margin: 0px 0px 0px 0px;
}

#footer a:link,
	#footer a:visited {
	 color: #644122;
}

#footer a:hover,
	#footer a:active {
		color: #661013;;
}

a.pH7:link,
	a.pH7:visited {
		color: #661013;
}

a.pH7:hover,
	a.pH7:active {
		color: #644122;
}
.pH7 {
	
  color: #661013;
}

/*
--------------------------------------------------
column definitions
float left (organize as desired on page)
float-right allows text to flow around div
10px less than column width to allow for IE bug
universal padding of 5px (adjust spacing within section a required)
--------------------------------------------------
*/

.logo-column {
	
	width: 312px;
	vertical-align: top;
  
}

.content-column {
	
	width: 530px;
	margin: 0px 0px 0px 12px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  background-color: #644122;
  
}


.one-column {
	float: left;
	width: 128px;
  padding: 5px 5px 5px 5px;
}

.one-column-right {
	float: right;
	width: 128px;
  padding: 5px 5px 5px 5px;
}

.two-column {
	float: left;
	width: 258px;
  padding: 5px 5px 5px 5px;
}

.two-column-small {
	float: left;
	width: 240px;
  padding: 5px 5px 5px 5px;
}

.two-column-right {
	float: right;
	width: 258px;
  padding: 5px 5px 5px 5px;
}

.three-column {
	float: left;
	width: 398px;
  padding: 5px 5px 5px 5px;
}

.three-column-right {
	float: right;
	width: 398px;
  padding: 5px 5px 5px 5px;
}

.four-column  {
	float: left;
	width: 528px;
  padding: 5px 5px 5px 5px;
}

.five-column  {
	width: 668px;
  padding: 5px 5px 5px 5px;
}
