/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: arial,sans-serif;;
	font-size: 1em;
	line-height: 1.5em;
	line-height: 139%; 
	color: #979797;
	background-color: #b9bcbd;
	text-align: center; 
}

h1 {
	font-size: 1.9em;
	color: #8CAF55;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 21px  arial,sans-serif;;
}
h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

/* LINKS */
a:link {
 	color: #484848;
	text-decoration: none;
	}
a:visited{
 	color: #484848;
	text-decoration: none;
	
}
a:hover{
	color: #a6bcc6;
	
	
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
}

li {
	padding: 2px;
	list-style:none;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;
	background-color: #b9bcbd;
	margin: 0 auto; 
	text-align: left;
}


/* BANNER */

#banner {
	width: 980px;
	background-color: #b9bcbd;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 5px;
	position: relative;
}

#banner a {
	border-bottom: hidden;
}
#banner #tagline {
	position: absolute;
	right: 1px;
	top: 110px;
}
#banner #smallbanner {
	position: absolute;
	right: 370px;
	top: 45px;
}

/* INNER WRAPPERS */

#backgroundwrapper {
	width: 100%;
	background-color: #a6bcc6;
}

#contentwrapper {
	width: 980px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

/* VERTICAL LEFT NAV BAR */

#sidebar {
	float: left;
	width: 175px;
	margin-top: 10px;
	padding-top: 30px;
}
#sidebar ul {
	border-top: 1px #4f4f4f solid;
}

#sidebar li {
	margin: 2px 0;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	border-bottom: 1px #4f4f4f solid;
	letter-spacing: 1.5px;
}

/* MAIN IMAGE */
#mainimage {
	float: left;
	width: 310px;
	margin-left: 15px;
}

/* MAIN CONTENT */

#main {
	margin-left: 520px;
}

#main h1 {
	color: #6592a7;
	letter-spacing: 1px;
	padding-left: 5px;
	font-size: 1.25em;
	font-weight: bold;
	text-align: justify;
	}

#main h2 {
	margin: 0 0 3px 0;
	padding-bottom: 5px;
	padding-top: 25px;
	border-bottom: 1px #ADADAD solid;	
	color: #6592a7;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 1em;
}
#main h3 {
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4d4d;
	padding-left: 20px;
	padding-right: 40px;
}

#main p {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 40px;
	text-align: justify;
}
/* MAIN BODY LINKS */

#main ul {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	}
#main li {
	margin-left: 10px;
	padding-right: 20px;
	list-style: disc;
	
}
.smallheader {
	font-size: 14px;
	color: #D21F54;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	
}
.greenword {
	font-size: 16px;
	color: #77953A;
	font-weight: bold;
}

/* MAIN GALLERY CONTENT */

#maingallery {
	margin-left: 170px;
	font-size: 11px;
}

#maingallery h1 {
	color: #8CAF55;
	padding-top: 15px;
	margin-bottom: 10px;
	font: 1.8em  Arial, Helvetica, sans-serif;
}
#maingallery h2 {
	margin: 0 0 3px 30px;
	padding-bottom: 5px;
	padding-top: 25px;
	border-bottom: 1px #ADADAD solid;	
	color: #77953A;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 1.45em;
}
#maingallery h3 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px dotted #cccccc;
	padding: 5px 15px 5px 0;
	margin-bottom: 15px;
	color: #006a72;
}
#maingallery a:link {
 	color:  #77953A;
	font-size: 11px;
	text-decoration: none;
}
#maingallery a:visited{
 	color:  #77953A;
	font-size: 11px;
	text-decoration: none;
}
#maingallery a:hover{
	color: #414142;
	font-size: 11px;
}
#maingallery p {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-right: 10px;
}
.photo img {
	background-color: #fff;
	border: 1px dashed #D7D7D7;
	padding: 10px;
}
.photo a {
	text-decoration: none;
	border-bottom: none;
}
.smtitle {
	font-size: 11px;
	color: #9D9D9D;
}

.photo a {
	text-decoration: none;
	border-bottom: none;
}

	
/* FOOTER / COPYRIGHT INFO */
#copyright {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	color: #7c7c7c;
	background-color: #b9bcbd;
	width: 100%;
	clear: both;
}
#copyright a:link {
 	color:  #ADADAD;
	text-transform: uppercase;
	text-decoration: none;
}
#copyright a:visited{
 	color:  #ADADAD;
	text-transform: uppercase;
	text-decoration: none;
}
#copyright a:hover{
	color: #ffffff;
	text-transform: uppercase;
}
