/* basic elements */
body {
	margin:0;
	padding:0;
	background:#273340 url(../img/main_bg.jpg) no-repeat bottom fixed;
	text-align:center;
	width:100%;
	height:100%;
	font-family:verdana, arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
acronym {
	cursor:help;
}
acronym:hover {
	border-bottom:2px solid #919AA4;
}
/* structural elements */
#container {
	background:url(../img/container_bg.gif) repeat-y;
	position:relative;
	margin:0 auto;
	padding:0 3px;
	width:600px;
	text-align:left;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width:594px;
}
#intro {
	padding:0;
}
#pageHeader {
	background:url(../img/title.gif) no-repeat top left;
	height:235px;
}
/*#pageHeader:hover {
	background-position: 0 -132px;
}*/
#main {
	position:relative;
	left:0;
	width:359px;
}
#linkList {
	position:absolute; 
	top:272px;
	right:2px;
	margin:0 0 0 359px;
	background:url(../img/linkList_bg.gif) no-repeat top right;
}

/* intro */
#pageHeader h1, #pageHeader h2 {display:none;}
#quickSummary {
	position:absolute;
	top:235px;
	right:2px;
	background:url(../img/quickSum_bg.gif) no-repeat top right;
	width:292px;
	height:47px;
	font-size:11px;
	color:#92A0AB;
	text-align:right;
	padding:0;
	margin:0;
}
#quickSummary p {
	margin:10px 20px 0 0;
}
#quickSummary a:link, #quickSummary a:active, #quickSummary a:visited {
	color:#92A0AB;
	text-decoration:none;
	border-bottom:2px solid #506067;
}
#quickSummary a:hover {
	color:#b4c2cd;
	text-decoration:none;
	border-bottom:2px solid #708089;
}

/* main */
#main div {
   padding-bottom:10px;
}
#main h3 {
	margin:10px 0 0 0;
	height:22px;
	background:url(../img/header_bg.gif) no-repeat top left;
   text-indent:10px;
   color:#919AA4;
   font-size:14px;
   font-weight:normal;
   line-height:22px;
   text-transform: uppercase;
}
#preamble h3 {
   font-weight:bold;
}
#preamble h3 em {
   font-style: normal;
   color:#f50;
}
#main h4 {
   margin:10px 0 -8px 10px;
   font-size: 13px;
   color:#ccc;
}
#main p {
	color:#919AA4;
	margin:10px 0 15px 10px;
	line-height:14px;
	font-size:11px;
	padding:0 45px 0 0;
}
#main ul {
   margin:-10px 0 15px 10px;
   list-style-position: inside; 
}
#main li {
	color:#919AA4;
	line-height:14px;
	font-size:11px;
	margin:0;
	padding:0 45px 0 0;
}
#main li a:link, #main li a:active, #main li a:visited {
   font-weight:normal;
}
#main a:link, #main a:active, #main a:visited {
	color:#919AA4;
	font-weight:bold;
}
#main a:hover {
	color:#b3bcc6;
}
#main div:hover {
	background:url(../img/contentHover_bg.gif) no-repeat 0 20px;
}
#footer {
	text-align:center;
	border-top:1px solid #68717A;
	padding:10px;
	background:#101C28;
	margin:0 2px 0 0;
	font-size:10px;
	font-weight:normal;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#5D6772;
}
#footer a:hover {
	color:#919AA4;
}

/* linkList */
#linkList ul {
	list-style:none;
}
#linkList li {
	padding:7px 0 7px 15px !important;
   padding:7px 0 0 15px;
	color:#909FB1;
   font-size:10px;
}
#linkList div {
	margin:10px 0 0 0;
	font-size:10px;
   padding-bottom:15px;
}
#linkList div h3 {
   background:url(../img/nav_bg.gif) no-repeat top left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   line-height: 29px;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   text-indent: 15px;
   color:#ccc;
   height:29px;
   width:237px;
   margin:10px 0 10px 0;
}
#linkList a:link, #linkList a:active, #linkList a:visited {
	color:#909FB1;
}
#linkList a:hover {
	color:#f50;
}

