﻿@media screen and (-webkit-min-device-pixel-ratio:0){
#div {margin-left: 0px;}
}

* { padding: 0; margin: 0; }


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: White;
}

#wrapper { 
 margin: 0 auto;
 width: 1172px;
}

#header {
 color: #333;
 width: 1172px;
 float: left;
 height: 190px;
 margin: 0px 0px 0px 0px;
 
/* background-image: url('/images/HarborRidge3.png');*/
 background-repeat:no-repeat;
}

#navigation {
float: left;
 width: 1150px;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #BCC7BD;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
  background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1420px;
 width: 150px;
 float: left;
}

#contentNavigation { 
 float: left;
 width: 900px;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #BCC7BD;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 20px;
 height: 1400px;
 width: 957px;
 display: inline;
}

#footer { 
 width: 1150px;
 clear: both;
 color: #333;
 padding : 10px;
 background-image: url('/images/home_content_bg.jpg');
 border: 0px solid #ccc;
}

#listViewContent 
{
	float:left;
	width:60%
}
.imageViewContent 
{
	 float:right;
	width:39%;
}
.Text_Bold_Title 
{
	font-size: larger;
	font-weight:bold;
}

.Text_Announcement 
{
	font-size: larger;
	font-weight:bold;
	text-align : center;
	
	margin-bottom: 10px; 
	padding: 10px; 
	background-color: #ffff99; 
	border: 3px double #cc0000;
}

H4 { text-align: center; }
DIV.article { text-align: center; margin-top: 2em; }
DIV.title { text-align: center; margin: 0.75em 0; text-decoration: underline; }
DIV.signature { margin-top: 2em; }
P { text-indent: 5em; text-align: justify; }

#image_container { 
width: 100%;

} 
#image_container img { 
width: 100%;
} 
#fit_to_div_width 
{
	width : 100%;
}
.Panel2 {
Z-INDEX: 1; 
LEFT: 674px; 
POSITION: absolute; 
TOP: 184px;
	height: 365px;
	width: 417px;
	vertical-align: middle;
	 text-align:center;
	 padding-top:30px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #9acd32;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: White;
    border: 1px dashed #7cfc00;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.GreenTextLarge
{
	font-family:Tahoma;
	font-size:  large;
	 color:Green;
}

.GreenTexLarge
{
	font-family:Tahoma;
	font-size:  large;
	 color:Green;
}
.BlueTextLarge 
{
		font-family:Tahoma;
	font-size:  large;
	 color:Blue;
}
.GreenText
{	font-family:Tahoma;
	font-size: small;
	 color:Green;
}
.BlueText 
{
	font-family:Tahoma;
	font-size: small;
	 color:Blue;
}

.BlueTextSmaller
{
	font-family:Tahoma;
	font-size: 8;
	 color:Blue;
}

.GreenTextSmaller
{	font-family:Tahoma;
	font-size: 8;
	 color:Green;
}


/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* menu structure */

.art-menu
{ 
	padding: 12px 6px 0px 6px;
}

.art-nav
{
	/*position: relative; */
	float:left;
	width:1172px;
	height: 41px;
	z-index: -1;
	background-image: url('/images/nav.png');
}

.art-nav .l, .art-nav .r
{
	position:  absolute;
	z-index: -1;
	
	height: 41px;

}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 100%;
	clip: rect (auto, auto, auto, auto);
	top: 4px;
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('/images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:4px;
}

.art-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.art-menu a .t 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #D8DFD9;
	padding: 0 8px;
	margin: 0 0px;
	line-height: 29px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-29px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-29px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-29px;
}
.art-menu a:hover .t
{
	color: #F4F6F4;
}

.art-menu li:hover a .t
{
	color: #F4F6F4;
}

.art-menu li:hover>a .t
{
	color: #F4F6F4;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -58px;
}

.art-menu a.active .t
{
	color: #000000;
}


/* end MenuItem */

.collapsePanel {
	width: 640px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:640px;		
	height:20px;
	color:  Green;
	background-color:Scrollbar;
	font-weight:bold;
	float:none;
	
	cursor: pointer; 
	vertical-align: middle;
}