/* CSS Document */
body {
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
    margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-top: 10px;
	width: 1024px;
	padding: 0px;
	border: none;
	
}


#closer {
	position: absolute;
	z-index: 80;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#menu {
	position: absolute;
	z-index: 90;
	left: 284px;
	top: 222px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/imgSpacer.gif);
	background-repeat: repeat;
	
}

#menu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #939598;
	text-transform: uppercase;
	text-align: right;
}
#menu p a {
	padding: 0px 26px 0px 26px;
	margin: 0px; 
	/*color: #939598; */ 
	color: #444444; 
	text-decoration: none;
}
#menu p a:hover {
   color: #ED1B2E;
}
.dropdown {
	visibility: hidden;
	z-index: 85;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 240px;
	background-color: #E3E4E4;
}
.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	/*color: #939598; */ 
	color: #444444; 
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.dropmenu a {
	text-decoration:none;
	/*color: #939598; */ 
	color: #444444; 
	padding: 4px 0px 4px 0px;
	display: block;
}


.dropmenu a:hover {
   background-color: #D2D3D4;
}

#header {
	margin: 0px;
	padding: 0px;
	position: static;
	height: 90px;
	text-align: right;
}

#featureimage {
	margin: 0px;
	padding: 0px;
	position: static;
	height: 128px;
	border-top: 4px solid #ED1B2E;
}

#contentwrapper {
	margin: 0px;
	padding: 0px;
	position: static;
	background-image: url(/images/imgContentWrapperBackground1.jpg);
	background-repeat: repeat-y;
}

#content {
	margin: 105px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	min-height: 400px;
	/* overflow: auto; */
}


#content p, #content ol, #content ul, #content li, #content h1, #content h2, #content h3, #content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #939598; */ 
	color: #444444; 
	padding: 0px;
	margin: 15px 90px 10px 20px;
	
}

#content p {
	font-size: 11px;
}

#content ol {
	font-size: 11px;
	margin-left: 25px;
	padding-left: 25px;
}
#content ul {
	font-size: 11px;
	margin-left: 20px;
	padding-left: 20px;
}
#content li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
#content h1 {
	/* color: #939598; */
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#content h2 {
	color: #939598;
	font-size: 11px;
	font-weight: bold;
}
#content h3 {
	color: #939598;
	font-size: 10px;
	font-weight: bold;
}
#content h4 {
	color: #939598;
	font-size: 9px;
	font-weight: normal;
}
#content a {
	text-decoration: none;
	color: #005DAB;
	
}
#content a:hover {
	text-decoration: underline;
}

#LHS {
	padding: 0px;
	margin: 165px 0px 0px 0px;
	
}

#LHS p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	/* color: #8A868F; */
	color: #333333;
	padding: 0px;
	margin: 15px 0px 10px 25px;
	line-height: 18px;
}

#sectionmenu {
	padding: 0px;
	margin: 20px 0px 0px 25px;
	
}

#sectionmenu p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 15px 10px 10px 10px;
	line-height: 16px;
}
#sectionmenu a {
	text-decoration: none;
	color: #FFFFFF;
	
}
#sectionmenu a:hover {
	text-decoration: underline;
	color: #AAB300;
	
}

.subscribebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #FFFFFF;
	width: 120px;
}
.subscribebutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #818285;
	background-color: #818285;
    margin: 1px 0px 0px 5px;
	padding: 0px;
}

.CellBorderR {
	border-right: 1px solid #999999;
}
.CellBorderLR {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.CellBorderLRT {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderLRB {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.CellBorderRT {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderLT {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}
.CellBorderT {
	border-top: 1px solid #999999;
}

#footer {
    position: static;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #FFFFFF;
	height: 8px;
}

#credit {
	position: relative;
	margin: 0px auto 10px auto;
	padding: 0px;
	width: 1024px;
	clear: both;
	border: none;
}
#credit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AAAAAA;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
}
#credit a {
	color: #BBBBBB;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: underline;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.contactresult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	margin-left: 10px;
}
.resultok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00CC00;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #262324;
}

.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.RightFloatLayer {
    margin: 5px 0px 10px 15px;
	float: right;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	clear: both;
}
.RightFloatLayer a:hover {
    text-decoration: none;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262324;
	font-size: 10px;
	font-weight: normal;
}
#AnnouncementManagementTable {
    margin-left: 10px;
}	
#AnnouncementManagementTable thead td  {
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	background-color: #EEEEEE;
}	
	
#AnnouncementManagementTable td  {
	border-bottom: dotted 1px #CCCCCC;
}
#AnnouncementManagementTable td p  {
	margin: 0px;
	padding: 0px;
}
#ProjectsRotator {
	margin: 0px;
	padding: 0px;
	width: 434px;
	height: 370px;
	text-align: left;
}

  
.GeneralTable {
    margin-left: 20px;
    
}	
.GeneralTable td p  {
	margin: 0px;
	padding: 0px;
}

#trailimageid { 
   font-size: 12px;
   position:absolute;
   display:none;
   left:0px;
   top:0px;
   width:420px;
   height:0px;
   z-index:200
}

.trailimagethumb { 
   border: 5px solid #9A9B9D;
}

.SLCARed {
   color: #ff0000; 
}
