/* BEGIN style1 */
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid white;
width: 180px;
}
#navcontainer {
	padding: 0px;
	margin-top: 0px;
}
#centerContent {
	padding: 0px;
	margin-right:6px;
	margin-left: 6px;
	margin-top:5px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em 0.25em 0.25em 12px;
	border-top: 1px solid white;
	font-family: "georgia", serif;
	style: italic;
	font-size: 13px;
	
	color: #486639;
}

#navlist li a 
{ 
   text-decoration: none; 
   color: #660000;
}

/* END style1 */

/* BEGIN MASTHEAD */
#container {
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#info {
	font-family: "georgia", serif;
	font-size: 14px;
	line-height: 18px;
	color: #48663A;
	text-align: right;
}


/* END MASTHEAD */

    #socialmedia{
	position:absolute;
	bottom:0;
	}
#quote {
	font-family: georgia, Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #486639;
	padding: 10px;
	text-align: right;
}
#news {
	font-family: georgia, Times, serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
	text-align:center;
}
  #rightColumn {
	padding: 5px;
	font-family: georgia, Times, serif;
	font-size: 12px;
	color: #486639;
	text-align: center;
	font-style: normal;
}
.rightColumnBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: right;
}

  #legal {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
	background-color: #FFE4B5;
}
a:link {
	color: #48663A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #48663A;
}
a:hover {
	text-decoration: underline;
	color: #669966;
}
a:active {
	text-decoration: none;
	color: #48663A;
	text-align: center;

}
  
.captionType {
	font-family: georgia, Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #660000;
	text-align: center;
}
.intoLarge {
	font-family: "georgia", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #486639;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #333333;
	text-align: justify;

}
 .quote {
	font-family: georgia, Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #486639;
	padding: 10px;
	text-align: right;
}

 .news {
	 font-family:  Georgia, "Times New Roman", Times, serif;
	 font-size: 12px;
	 font-weight: bold;
	 text-align: center;
	 color:#0C3B2B;
 }
 
.contentBorder {
	border: 1px solid  #DBE9E2;
}
.legalType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #48663A;
}
.thickWhite {
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.legal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a.legal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.contentHeader {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #0C3B2B;
	font-weight:bold;
}
#centerGallery {
	padding: 12px;
}
#next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 2px;
	padding: 2px;
	float: right;
	border: 1px solid #486639;
	top: 0px;
	right: 5px;
}
.contentBorder .rightColumnBorder #rightColumn #msn {
	font-family: georgia, Times, serif;
	font-size: 10px;
	color: #486639;
	text-align: right;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	padding: 6px;
	width: 180px;
	background-color: #ffffff;
}
.contentBorder .rightColumnBorder #rightColumn #msn strong {
	color: #476439;
	font-size: 10px;
}

.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity=0.7;
}

.modalPopup  
{
    background-color:white;
    border-width:thin;
    border-style:solid;
    border-color:gray;
    padding:3px;
    width:315px;
}

.DragHandleClass
     {
          width: 12px;
          height: 12px;
          background-color: brown;
          cursor:move;
     }

