@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #000;
	background-image:url(../images/bkg.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	overflow: scroll;
}

*+html body {
	overflow: auto;
}

#container {
	width: 1104px;
	margin: 0 auto;
	position: relative;
}

#breadcrumb {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	height: 37px;
	padding: 78px 0 0 480px;	
	}
	
#breadcrumb a:link,
#breadcrumb a:visited {
	color: #FFF;
	text-decoration:none;
}

#breadcrumb a:hover {
	color: #c8e7ec;
	text-decoration: underline;
}

#green_tab {
	background-color: #669933;
	width: 22px;
	height: 106px;
	position: absolute;
	top: 133px;
	left: -22px;
	
}

#left_col {
	background-color: #FFF;
	float: left;
	width: 833px;
	padding: 17px 0 0 0;
	margin: 0;
}

* html #left_col {}

#left_col_home {
	background-color: #FFF;
	float: left;
	width: 833px;
	padding: 17px 0 0 0;
	margin: 0;
	opacity: 0.9;
	filter:alpha(opacity=90);
}


#right_col {
	background-image: url(../images/bkg_right_col.jpg);
	background-repeat: no-repeat;
	height: 507px;
	width: 265px;
	float: right;
	
}

#header {
	background-color: #FFF;
}

#body_content {
	float: left;
	margin: 60px 0 0 52px;
	width: 520px;
}

* html #body_content {
	float: left;
	margin: 60px 0 0 32px;
	width: 520px;
}

a:link,
a:visited {
  color: #693;
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

#body_content ul {
  padding-left: 30px;
}

#body_breadcrumb {
	font-size: 15px;
}

#body_breadcrumb a:link,
#body_breadcrumb a:visited {
	color: #0070a4;
	text-decoration: none;
}

#body_breadcrumb a:hover {
	color: #639143;
	text-decoration: underline;
}


#right_body_col {
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin: 130px 42px 0 0;
	width: 164px;
}

#right_body_col a:link,
#right_body_col a:visited,
#home_body_center a:link,
#home_body_center a:visited
{
	color:#000;
	text-decoration: none;
}

#right_body_col a:hover,
#home_body_center a:hover{
	color: #0083bf;
	text-decoration: underline;
}

#right_body_col ul, 
#home_body_center ul,
#home_body_right ul{
	list-style: none;
}


#right_body_col ul li,
#home_body_center ul li,
#home_body_right ul li {
	background-image: url(../images/acrobat-icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 31px;	
}

#body_footer {
	font-size: 11px;
	padding: 25px;
	}

#body_footer a:link,
#body_footer a:visited {
	color: #0070a4;
	text-decoration: none;
}

#body_footer a:hover {
	color: #639143;
	text-decoration: underline;
}

.footer_bread_crumb {
	float: right;
	color: #0070a4;
}

/*h1 {
	color: #0083bf;
}
*/

p, li {
	font-size: 12px;
	line-height: 17px;
}

p, ul {
	padding-bottom: 20px;
}

.clear {
	clear: both;
}

/* Home Styles */

#home_body_left,
#home_body_center,
#home_body_right {
	width: 231px;
	float: left;
}

#home_body_left {
	margin-left: 45px;
}

#home_body_center ,
#home_body_right {
	margin-left: 34px;
	font-size: 14px;
	font-weight: bold;
}

#home_body_center a,
#home_body_right a {
	font-size: 14px;
}

.blue_text {
	color: #1165b3;
	font-size: 12px;
}

.black_text {
	font-size: 14px;
}

/* IE 6 */

label {
  display: block;
  margin-bottom: 10px;
}

label span {
  display: block;
  float: left;
  width: 7em;
}