/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #CC0016;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	/* margin: 0px 0px 10px 50px; */
	margin: 0px auto 10px auto;
	width: 1000px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
}



#HeaderEmployees 
{
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 55px;
	margin: 0px;
	padding: 0px;
}

#HeaderText
{
	position: absolute;
	z-index: 55;
	left: 372px;
	top: 77px;
	margin: 0px;
	padding: 0px;
}
#HeaderBackground
{
	position: absolute;
	z-index: 40;
	left: 0px;
	top: 35px;
	margin: 0px;
	padding: 0px;
	
}
#HeaderLogo
{
	position: absolute;
	z-index: 45;
	left: 845px;
	top: 35px;
	margin: 0px;
	padding: 0px;
	
}
#closer {
	position: absolute;
	z-index: 80;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

#menu {
	position: absolute;
	z-index: 90;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 32px;
	background-color: #000000;
	border-bottom: 3px solid #A19A68;
	
}

#menu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 20px;
	color: #CC0016;
	text-align: left;
}
#menu p a {
	padding: 0px 10px 0px 10px;
	margin: 0px; 
	color: #FFFFFF; 
	text-decoration: none;
}
#menu p a:hover {
   color: #A19A68;
}
.dropdown {
	visibility: hidden;
	z-index: 95;
	position: absolute;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	top: 28px;
	background-color: #A19A68;
    background-image: url(/images/imgDropdownBackground.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.dropmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF; 
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 150px;
	
}
.dropmenu a {
	text-decoration:none;
	color: #FFFFFF; 
	padding: 4px 10px 4px 10px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}


.dropmenu a:hover {
   color: #CCCCCC;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: static;
	height: 30px;
}

#contentwrapper {
	margin: 275px 0px 0px 0px;
	padding: 0px;
	position: static;
	background-color: #FFFFFF;
}

#content {
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
}


#content p, #content ol, #content ul, #content li, #content h1, #content h2, #content h3, #content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	padding: 0px;
	margin: 15px 10px 10px 10px;
	
}

#content p {
	font-size: 11px;
	line-height: 16px;
}

#content ol {
	font-size: 11px;
	margin-left: 15px;
	padding-left: 15px;
}
#content ul {
	font-size: 11px;
	margin-left: 12px;
	padding-left: 12px;
}
#content li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 10px;
}
#content h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#content h2 {
	color: #EE3224;
	font-size: 12px;
	font-weight: bold;
}
#content h3 {
	color: #EE3224;
	font-size: 11px;
	font-weight: bold;
}
#content h4 {
	color: #EE3224;
	font-size: 10px;
	font-weight: normal;
}
#content a {
	text-decoration: none;
	color: #005DAB;
	
}
#content a:hover {
	text-decoration: underline;
}

#LHSContent p, #LHSContent ol, #LHSContent ul, #LHSContent li, #LHSContent h1, #LHSContent h2, #LHSContent h3, #LHSContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	padding: 0px;
	margin: 15px 20px 10px 30px;
	
}

#LHSContent p {
	font-size: 11px;
	line-height: 16px;
}

#LHSContent ol {
	font-size: 11px;
	margin-left: 15px;
	padding-left: 15px;
}
#LHSContent ul {
	font-size: 11px;
	margin-left: 12px;
	padding-left: 12px;
}
#LHSContent li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 10px;
}
#LHSContent h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#LHSContent h2 {
	color: #B50013;
	font-size: 12px;
	font-weight: bold;
}
#LHSContent h3 {
	color: #B50013;
	font-size: 11px;
	font-weight: bold;
}
#LHSContent h4 {
	color: #B50013;
	font-size: 10px;
	font-weight: normal;
}
#LHSContent a {
	text-decoration: none;
	color: #005DAB;
	
}
#LHSContent a:hover {
	text-decoration: underline;
}

.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;
}

#footerlinks {
	margin: 0px;
	padding: 0px;
}

#footerlinks p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D6E6F;
	margin: 0px 0px 0px 10px;
	padding: 0px;
    font-size: 10px;
}

#footerlinks a {
	text-decoration: none;
	color: #6D6E6F;
}
#footerlinks a:hover {
	text-decoration: underline;
}

#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: 1000px;
	clear: both;
	border: none;
}
#credit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
}
#credit a {
	color: #CCCCCC;
	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;
}

.GeneralTable {
    margin-left: 20px;
    
}	
.GeneralTable td p  {
	margin: 0px;
	padding: 0px;
}

.LHSTableCell 
{
    vertical-align: top;
    width: 292px;
    background-color: #A19A68;
    margin: 0px;
    padding: 0px;
}

#search 
{
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 5px;
	margin: 0px;
	padding: 0px;
}
#search p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0016;
	margin: 0px;
	padding: 0px;
}
#search .searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #FFFFFF;
	width: 200px;
}
#search .searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #A19A68;
	background-color: #A19A68;
    margin: 1px 0px 0px 5px;
	padding: 0px;
}
