/* ___________ LAYOUT ______________*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color:#000000;
	background-image:url(../images/watermark.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	width: 99%;
	width: 960px;
	text-align: left;
	margin: 10px auto 10px auto;
	border-top:1px solid;
	border-right:5px outset;
	border-bottom:5px outset;
	border-left:1px solid;
	background-color: #ffffff;
	padding: 0;
}
#banner {
	background-image:url(../images/lcs-1.jpg);
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #54463D;
	clear: both;
	height:143px;
}
#logo	{
	width:135px;
	height:143px;
	background-color:#FFFFFF;
	margin-left:  7px;
	padding-left: 5px;
	float:left;
}
#bannertext {
	max-width:700px;
	height:143px;
	float:right;
	margin: 0 0 0 0;
	padding-right:5px;
	text-align:right;
}
#topnav {
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border-top: 1px solid #54463D;
	border-bottom: 1px solid #54463D;
}

/* |||||||||| 3-COLUMN DESIGN ||||||||||||| */
#nav {
	width:200px;
	height:auto;
	float:left;
	padding:5px;
	margin:0;
}
#content {
	width:500px;
	height:auto;
	float:left;
	margin-left: 10px;
	padding: 5px;
}
#content_noleft {
	width:700px;
	height:auto;
	float:left;
	margin-left: 10px;
	padding: 5px;
}
#rightside {
	width:200px;
	height:auto;
	float:right;
	margin-left: 10px;
	margin-right: 5px;
	padding: 5px;
}
/* |||||||||| /3-COLUMN DESIGN ||||||||||||| */

#footer {
	clear:both;
	padding:5px;
	background-color:#54463D;
	color: #FFFFFF;
	margin: 0;
	height:100%;
}
		#footer a {
			color: #FFFFFF;
		}
		#footer a:hover {
			color:#000000;
		}
		.footerleft {
			float:left;
			width:85%;
			margin: 0;
		}
		.footerright {
			float:right;
			width:10%;
			text-align:right;
			margin: 0;
		}
.brclear { 
     clear:both; 
     height:0px; 
     margin:0px;
	 padding:0px;
     font-size: 1px;
     line-height: 0px;
}
.brclearright { 
     clear:right;
}
#gallery_index	{
	background-color:#F3B17D;
	/*border:1px solid #54463D;*/
}
.callout {
	margin: 0;
	padding: 20px 10px;
}
/* ___________ /LAYOUT ______________*/

#content_gallery {
	margin: 0;
	padding: 15px;
}
#content p {
	max-width:500px;
	line-height: 130%;
	/*text-indent:2em;*/
	margin-top:0;
	padding-top:0;
}
#nav p {
	line-height:normal;
	margin:auto;
	padding:inherit;
}
#content blockquote {
	width:460px;
	line-height: 130%;
	margin-top:0;
	padding-top:0;
}
#content img {
	float:right;
	max-width: 495px;
	padding:5px;
}
#content img.detail_pages {
	padding-top:0px;
}
/* _________ LISTS ______________*/

#content ul {
	list-style:square;
	/*width:460px;*/
}
#content li	{
	height:auto;
	padding-bottom:5px;
}

/* _________ /LISTS ______________*/

/* _________________ menus ___________________ */
ul#newsmenu {
	list-style:square;
	list-style-position:inside;
	margin:0px;
	padding:5px;
	margin-bottom:20px;
	border-top:1px solid #4867A0;
	border-bottom:1px solid #4867A0;
	background-color:#EEEEEE;
}
ul#newsmenu li {
	padding-bottom: 15px;

}
ul#listmenu {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	background-color:#D4D2DF;
	border:1px solid #54463D;
}
ul#listmenu li {
	/*border-bottom:1px solid #54463D;*/
}
ul#listmenu li a:link, ul#listmenu li a:visited {
	display:block;
	width:88%;
	padding:6px 6%;
	font-weight: bold;
	text-decoration:none;
	color:#54463D;
}
ul#listmenu li a:hover {
	background-color:#54463D;
	color:#ffffff;
}
ul#listmenu ul.submenu {
	list-style:none;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
ul#listmenu ul.submenu li {
	border-top: 0 none;
	padding-left: 1.5em;

}
ul#listmenu ul.submenu li a:link, ul#listmenu ul.submenu li a:visited	{
	padding:1px;
	font-weight: bold;
	color: #54463D;
	background-color: transparent;
}
ul#listmenu ul.submenu li a:hover {
	color:#54463D;
	text-decoration: underline;
}

/* __________________ /menus __________________ */

/* __________ HTML SELECTORS _________ */
h1 {
	color:#FFFFFF;
	background-color:#54463D;
	margin:0;
	padding-bottom: 3px;
}
#bannertext strong	{
	color:#FFFFFF;
	background-color:#54463D;
	padding-left:15px;
}
h2 {
	color: #54463D;
	margin-top:0;
	padding-top:0;
	border-bottom: 1px solid #54463D;
}
h2.gallery { 
	color: #54463D;
	margin:0;
	padding:0;
	width:30%;
	float:left;
}
h3 {  
	color:#54463D;
}
h3.gallery {  
	color: #54463D;
	border-bottom: 1px solid #54463D;
}
h4 {  
	color: #54463D;
}
h5 {  
	color: #54463D;
}
table {
	padding:0;
	margin:0;
	border: 1px solid #54463D;
	border-top:0;
}
caption	{
	background-color:#54463D;
	color:#FFFFFF;	
	padding:2px;
	margin:0;
	text-align:left;
	font-weight:bold;
}
caption.two	{
	background-color:#FFFFFF;
	color:#54463D;	
	padding:2px;
	margin:0;
	text-align:left;
	font-weight:bold;
}
th	{
	color:#54463D;
}
td	{
	border-bottom:1px solid #54463D;
}
table.webform td	{
	border-bottom:none;
}
strong {
	color: #54463D;
}
b {
	color: #54463D;
}
img.portrait {
	float:right;
	clear:right;
	width:auto;
	height:auto;
	padding-left:10px;
	margin:0;
}
img.landscape {
	float:right;
	clear:right;
	width:auto;
	height:auto;
	padding:10px 0px 10px 10px;
	margin:0;
}
.pic-right		{
	float:right; 
	padding:0;
	margin:0;
	font-size:90%;
	text-align:right;
	border:1px solid #54463D;
}
/* __________ /HTML SELECTORS _________ */
/* __________ CLASS SELECTORS _________ */
.adbox	{
	background-color:#EEEEEE; 
	padding:5px; 
	border:1px solid #54463D;
}
.skiplink {display:none}
/* __________ /CLASS SELECTORS _________ */
