@charset "UTF-8";
/* CSS Document @dcliment */
 
* {
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}
.flagged {
	outline: 5px solid red;
}
hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
}
html {
	text-align: center;
}
body {
	background: #ebebeb url(../img/static/bg.gif) repeat left;
	color: #444;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 13px;
	font-size: 62.5%;
}
#container {
	width: 100%;
	margin: -251px auto 0;
	position: absolute;
	height: 500px;
	/*border-top: 1px solid silver;
	border-bottom: 1px solid silver;*/
	top: 50%;
	text-align: left;
	background: white no-repeat;
}
#mainContainer {
	background-color: white;
	height: 500px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	/*background-image: url(../img/static/gradient.png);*/
}
em, q {
	font-weight: bold;
	font-style: normal;
	color:#006666;
}
a {
	outline: none;
}
a img {
	border: 0;
}
.dummyBevelTop{
	width: 100%;
	height:40px;
	float:left;
	top:0px;
	position:absolute;
	background-image:url(../img/static/gradient_top.png);
	background-repeat:repeat-x;
	z-index:9999;
}
.dummyBevelBtm{
	width: 100%;
	height:40px;
	float:left;
	bottom:0px;
	position:absolute;
	background-image:url(../img/static/gradient_btm.png);
	background-repeat:repeat-x;
	z-index:9999;
}
.section {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	position:relative;
	background-repeat: no-repeat;
	background-image:url(../img/sectionBkgd/0.png);
}
div#mainContent {
	height: 500px;
	width: 600px;
	margin-left: 150px;
	text-align: center;
}
.arrowlistmenu {
	width: 150px;
	float: left;
	margin-left: -20px;
}
.arrowlistmenu img {
	padding-top: 20px;
	padding-left: 0;
	margin-left: 12px;
}
.arrowlistmenu p {
	color: gray;
	margin-left: 15px;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #006666; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor:pointer;
	/*cursor: hand;
	cursor: pointer;*/
	letter-spacing: .125em;
	background-position: center;
	background-repeat: repeat-x;
	padding: 0 0 2px 15px;
	margin-top: 10px;
}
.arrowlistmenu .menuheader a:hover {
	color: #003333 !important;
}
.arrowlistmenu .menuheader a:visited {
	color: #006666 !important;
}
.arrowlistmenu .openheader {
	list-style-type: none;
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.arrowlistmenu ul li {
	list-style-type: none;
	margin: 0 0 2px;
}
.arrowlistmenu ul li a {
	color: #444; /*custom bullet list image*/
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	padding-left: 0;
	background-position: center;
	background-repeat: no-repeat;
	font: 8px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: none;
	margin-left: 15px;
	margin-right: 15px;
	/*border-bottom: 1px dotted #dadada;*/
	text-transform: uppercase;
	letter-spacing: .1em;
}
.arrowlistmenu ul li a:visited {
	color: gray;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #993300;
}
.arrowlistmenu ul li a:active { /*active state CSS*/
	/*color: #FFF !important;*/
}
.workmore {
	width: 600px;
	position: relative;
	height: 50px;
	letter-spacing: .125em;
	margin-left: 5px;
	text-align: center;
}
a.workmore {
	text-decoration: none;
	color: #006666;
}
a:hover.workmore {
	text-decoration: none;
	color: #003333 !important;
}
h1 {
	color: #006666;
	font: 22px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
	/*padding-left: 20px;*/
	padding-top: 20px;
}
div#ab01 {
	margin-left: 25px;
	padding-top: 25px;
	text-align: left;
	margin-right: 25px;
}
div#ab02 {
	margin-left: 25px;
	padding-top: 25px;
	text-align: left;
	margin-right: 25px;
}
td {
	line-height: 15px;
	font-size: 11px;
	padding-right: 20px;
	float: left;
	padding-left: 20px;
}
h6 {
	color: #006666 !important;
	font-weight: bold;
	margin-top: 5px;
	font-size: 9px;
	position: relative;
	display: inline;
	letter-spacing: .125em;
}
#logo {
	margin-top:20px;
	margin-left:-50px;
	width:190px;
	height:85px;
}
div#logo a:link {
	width: 190px;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: 12px;
	background: url(../img/HDlogo.png) no-repeat 0 top;
	display: block;
}
div#logo a:visited {
	width: 190px;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: 12px;
	background: url(../img/HDlogo.png) no-repeat 0 top;
	display: block;
}
div#logo a:hover {
	width: 190px;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: 12px;
	background: url(../img/HDlogo.png) no-repeat 0 bottom;
	display: block;
}
div#logo a:active {
	width: 190px;
	height: 26px;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: 12px;
	background: url(../img/HDlogo.png) no-repeat 0 bottom;
	display: block;
}
#info02 h1{
	padding-bottom:5px;
	padding-right: 80px;
}
#info02 div{
	line-height:1.6em;
	padding-right: 80px;
}
#a00 div{
	width: 400px;
	line-height:1.6em;
	color: #CCC;
	padding-left:100px;
	padding-top:200px;
	
}
.floatTextElement {
	float:left;
	width: 200px;
}

a:link { color:#ffffff; text-decoration:underline} 
a:visited { color:#000000; text-decoration:underline} 
a:hover { color:#a70303; text-decoration:underline} 
/*.swf{
	margin-top: 50px;	
	
}*/

