/* Hawk-InfoTech style v1.00 2006 */

body {
	margin: 0;
	padding: 0;
	font: 1.5em "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	color: #fff;
	background: url(../images/hawk-background.jpg) no-repeat top;
	background-color: #000;
	}

p {
	text-align: justify;
	}

/* div elements */
#container {
	width: 750px;
	height: 400px;
	position: relative;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	}
	
#container li {
	padding-right: 10px;
	}

#content {
	width: 700px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 105px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	}
	
/* IE hack */
* html #content {
	width: 700px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	padding: 10px;
	color: #000;
	}
/* end of IE hack */

/* link elements */
a:link {
	text-decoration: none;
	color: #000;
	}
	
a:hover {
	text-decoration: none;
	color: #00c;
	}

#menu {
	padding: 0;
	margin-left: 50px;
	list-style: none;
	}
	
#menu li {
	display: block; 
	position: relative;
	text-align: left;
	width: 250px;
	}
	
#menu li a, #menu li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	}
	
/* needed to trigger IE */
#menu li a span, #menu li a:visited span {
	display: none;
	}

#menu li a:hover {
	border: 0; 
	}

#menu li a:hover span {
	display: block;
	text-align: left;
	position: absolute; 
	left: 1px; 
	top: 1px; 
	color: #fff; 
	cursor: pointer;
	}
	
#menu2 {
	padding: 0;
	margin-left: 300px;
	list-style-type: none;
	}
  
#menu2 li {
	float: left;
	width: 100px;
	border: 1px solid #fff; 
	}
  
#menu2 a {
	display: block;
	width: 100px;
	color: #000; 
	background: #d4d4d4; 
	text-align: center; 
	padding: 4px 0; 
	text-decoration: none; 
	float: left; 
	}
  
#menu2 a:hover {
	color: #fff; 
	background: #7f7f9c;
	}
	
dl.curved {
	background: #7f7f9c url(../images/c_tl.gif) top left no-repeat;
	opacity: .85;
	filter: alpha(opacity=85);
	margin: 5px 0;
	padding: 0;
	width: 100%;
	}
dl.curved dt {
	background: transparent url(../images/c_tr.gif) top right no-repeat;
	padding: 10px;
	text-align: center;
	color: #fff;
	}
	
dl.curved dd {
	background: silver; /*url(../images/c_bl.gif) bottom left no-repeat*/
	padding: 0;
	margin: 0;
	}
	
dl.curved dd p {
	margin: 0;
	padding: 10px;
	line-height: 1em;
	}
	
/*dl.curved dd p.last {
	background: url(../images/c_br.gif) bottom right no-repeat;
	}*/

.footnote {
	font-size: xx-small;
	}