/* 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: 0px;
	width: 800px;
	padding: 0px;
	background-image: url(/images/imgWrapperBackground.gif);
	background-repeat: repeat-y;
}
#closer {
	position: absolute;
	z-index: 80;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#header {
	position: static;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#homevideo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 381px;
	height: 330px;
	left: 0px;
	top: 270px;
	z-index: 150;
/*	-moz-opacity: 0.5;*/
}

#menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	background-image: url(/images/imgMenu.jpg);
	background-repeat: no-repeat;
	z-index: 80;
}
#menu1 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	background-image: url(/images/imgMenu1.jpg);
	background-repeat: no-repeat;
	z-index: 81;
	visibility: hidden;
}
#menu2 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	background-image: url(/images/imgMenu2.jpg);
	background-repeat: no-repeat;
	z-index: 82;
	visibility: hidden;
}
#menu3 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	background-image: url(/images/imgMenu3.jpg);
	background-repeat: no-repeat;
	z-index: 83;
	visibility: hidden;
}
#menu4 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	background-image: url(/images/imgMenu4.jpg);
	background-repeat: no-repeat;
	z-index: 84;
	visibility: hidden;
}
#menu5 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	background-image: url(/images/imgMenu5.jpg);
	background-repeat: no-repeat;
	z-index: 85;
	visibility: hidden;
}
#menu6 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	background-image: url(/images/imgMenu6.jpg);
	background-repeat: no-repeat;
	z-index: 86;
	visibility: hidden;
}
#menu7 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	background-image: url(/images/imgMenu7.jpg);
	background-repeat: no-repeat;
	z-index: 87;
	visibility: hidden;
}
#menuactions {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 58px;
	left: 0px;
	top: 216px;
	z-index: 90;
}
#menuactions a {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
#menuactions a#one:hover {
    color: #002E53;
}

#leftmenu {
	position: absolute;
    width: 160px;
	z-index: 90;
	left: 35px;
	top: 300px;
	margin: 0px;
	padding: 0px;
}
#leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftmenu li {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	background-image: url(/images/imgPlusBullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 0px;
	line-height: 13px;
}
#leftmenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftmenu li a:hover {
	color: #D8A039;
}

.dropdown {
	visibility: hidden;
	z-index: 85;
	position: absolute;
	background-color: #002E53;
	margin: 0px;
	padding: 0px;
	left: 169px;
	border-left: 6px solid #FFFFFF;
}
.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}
.dropmenu a {
	display: block; 
	text-decoration:none;
	color: #FFFFFF;
	padding: 5px 8px 5px 8px;
} 

.dropmenu a:hover {
	color: #CA6846;
}

#contentwrapper {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	position: static;
	background-image: url(/images/imgContentBackground.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 541px;
}


#content p, ol, ul, li, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-left: 15px;
	margin-right: 15px;
}

#content p {
	font-size: 10px;
}

#content ol {
	font-size: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
#content ul {
	font-size: 10px;
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: square;
}
#content li {
	margin: 0px 0px 5px 0px;
}
#content h3 {
	color: #D8A039;
	font-size: 18px;
	font-weight: normal;
}
#content h4 {
	color: #D8A039;
	font-size: 14px;
	font-weight: bold;
}
#content h5 {
	color: #D8A039;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
#content h6 {
	color: #D8A039;
	font-size: 10px;
	font-weight: bold;
}
#content a {
	text-decoration: none;
	color: #999900;
	
}
#content a:hover {
	text-decoration: underline;
}
#content .smallerfont {
	font-size: 9px;
}

.leftcontentcell {
    width: 198px;
}
.rightcontentcell {
    width: 541px;
	background-color: #133545;
}
.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;
}
.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;
	height: 21px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px 10px 0px 10px;
	padding: 4px 0px 4px 0px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credit {
    position: static;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
}
#credit p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#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;
}

.RightImageMargin {
    margin-left: 15px;
	margin-bottom: 10px;
}
.RightFloatLayer {
    margin: 5px 0px 10px 15px;
	float: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	clear: both;
}
.RightFloatLayer a:hover {
    text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #262324;
	font-size: 11px;
	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;

}

#QualificationsTable {
    margin-left: 15px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#QualificationsTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	padding: 5px 10px 5px 10px;;
	margin: 0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#QualificationsTable td p {
	margin: 0px;
	padding: 0px;
}
.GetAdobeReader {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px 10px 0px 10px;
	font-size: 10px;
	line-height: 12px;
}
.GetAdobeReader a {
	text-decoration: none;
	color: #999900;
	
}
.GetAdobeReader a:hover {
	text-decoration: underline;
}
