/**
 * GENERAL LAYOUT
 * --------------------
 * 
 */

#wrapper {
	width: 760px;
	padding: 10px 0px 0px 10px;
	margin: 0px;
	background-color: #FFF;
	text-align: left;
}

#header {
	margin: 0 0 10px 0; /* changing this moves nav and content down */
	padding: 0px;                  
	text-align: left;
	height: 55px; 
}

#lhs {
	width: 140px;
	float: left;
	text-align: left;
}

#main {
	  margin:0 0px 0 140px; 
}

/**
 * LAYOUT FOR HOME
 * --------------------
 * 
 */

#footer {
	width: 100%;
	background-image: url(../images/bg_home.gif);
	background-repeat: repeat-x;	
	height: 150px;
	text-indent: 10px; 
}

/**
 * LAYOUT FOR CONTENT PAGE
 * --------------------
 * 
 */

#content {
	width: 445px;
	float: left;
	text-align: left;
}

#thumbs {
	  margin:0 0px 0 445px; 
 
}

#contentimage {
	display: block;
	background-image:url(../images/bg_stripe.gif);
	padding: 5px;
	margin-bottom: 10px;
	background-repeat: repeat;
}



#thumblist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#thumblist li {
	float: right;
	margin: 0px 0px 10px 10px;
}

#thumblist img {
	display: block;
	border: 2px solid #7393B3;

}

/**
 * LAYOUT FOR GALLERY
 * --------------------
 * 
 */
 
#gallerylist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

#gallerylist li {
	float: left;
	margin: 10px 10px 10px 0px;
	padding-top: 5px;
	width: 145px;
	text-align: center;
	background-image:url(../images/bg_stripe.gif);
}

#gallerylist img {
	display: block;
	margin: auto;
}

/**
 * GENERAL
 * --------------------
 * 
 */
 
 
html, body {
	padding: 0;
	margin: 0;
	background-color:#FFF;
}

img {
	border: 0;
} 

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/**
 * FONTS
 * --------------------
 * 
 */
 
 p {
 	color: #336699;
	margin: 0px 0px 5px 0px;
	font-family: tahoma, geneva, arial, sans-serif;
	font-size: 0.7em;
 }
 
p.small {
	color: #FFF;
	padding: 4px 0px 0px 0px;
	font-family: tahoma, geneva, arial, sans-serif;
	font-size: 0.7em;
}

p.big {
 	color: #336699;
	margin: 0px 0px 15px 0px;
	font-family: tahoma, geneva, arial, sans-serif;
	font-size: 0.7em;
}

.caption {
	color: #FFF;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: tahoma, geneva, arial, sans-serif;
	font-size: 0.7em;
	background-color: #7393B3;
	display:block;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.title {
	color: #FFF;
	padding: 0px 0px 0px 5px;
	margin-bottom: 10px;
	font-family: tahoma, geneva, arial, sans-serif;
	font-size: 0.8em;
	background-color: #7393B3;
	display:block;
	font-weight: bold;
}
 
 /**
 * LINKS
 * --------------------
 * 
 */
 a:link { color:#1A4169; font-weight : bold; text-decoration: none;}
a:visited { color:#1A4169; font-weight : bold;text-decoration: none;}
a:hover { color:#660033; font-weight : bold;text-decoration: none;}
a:active { color:#660033; font-weight : bold;text-decoration: none;}
 
a:link.whitelink { color:#FFF; font-weight : normal; text-decoration: none;}
a:visited.whitelink { color:#FFF; font-weight : normal;text-decoration: none;}
a:hover.whitelink { color:#FFF; font-weight : normal;text-decoration: underline;}
a:active.whitelink { color:#FFF; font-weight : normal;text-decoration: underline;}
 
 /**
 * TOOLS
 * --------------------
 * 
 */
 .clearing {
	clear: both;
}

.invisible {
	display: none;
}


/**
 * SPECIFIC
 * --------------------
 * 
 */
 
#lhs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#lhs li {
	margin-bottom: 2px;
}

#footer img {
	margin: 33px 10px 0px 0px;
}

.title {
	display: block;
}

.divider {
	margin-bottom: 10px;
}

hr.blue {
	color: #B8CEE4;
	background-color: #B8CEE4;
	border: #B8CEE4;
	height: 1px;
	border-bottom:   1px solid #B8CEE4;
}

/**
 * FORM
 * --------------------
 * 
 */
 
 input.txt {
 	color:#336699;
	background-color:#E4E9EF;
	border: 1px inset #7393B3;
	width: 300px;
	font-family: tahoma, geneva, arial, sans-serif;
	size: 0.8em;
 }
 
textarea.txt {
 	color:#336699;
	background-color:#E4E9EF;
	border: 1px inset #7393B3;
	width: 300px;
	font-family: tahoma, geneva, arial, sans-serif;
	font-size: 1em;
 }
 
  input.btn {
 	color:#FFF;
	font-weight: bold;
	background-color:#7393B3;
	border: 1px outset #003366;
	position: relative;
	left: 120px;

 }
 
 form p {
 	clear: left;
	margin:0;
	padding:0;
	padding-top: 5px;
 }
 
  form p label {
 	float: left;
	width: 120px;
 }