/* CSS Document */
@import url(menu.css);
body {
	background: url(images/template/content-left.gif) repeat-y  #FEFEFE;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}
a {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	color: #660;
}
a:hover { 
text-decoration: none;
}
a.anch_link {
display: block;
margin: 5px 0 5px 15px;
}
a:visited.anch_link {
	color: #666600;
}
.clearfix {
clear: both;
}
table, td, tr, h1, h2, h3, h4, h5, p {
margin: 0;
padding: 0;
}
#header_out {
background: url(images/template/top-right.gif) no-repeat;
position: relative;
height: 107px;
}
#header_out a#logo {
width: 155px;
height: 110px;
position: absolute;
top: 0;
left: 0;
background: none;
}
#header {
margin: 0 0 0 165px;
background: url(images/template/top-rpeatx.gif) 0 75px  repeat-x ;
height: 107px;
}
#main_menu {
padding: 25px 0 0 0;
height: 30px;
}
#black_stripe {
height: 20px;
background: #333;
margin: 0 0 31px 0;
}
#content {
background: url(images/template/content-left.gif) repeat-y #FEFEFE;
}

#content_container {
margin: 0 0 0 165px;
width: 720px;
}
#left_mains {
width: 550px;
float: left;
margin: 0 0 20px 0;
min-height: 400px;
}
#right_gutter {
width: 150px;
float: right;
padding-top: 20px;
}
h1, h2, h3, h5 {
color: #333;
}
h1 {
margin: 10px  0 10px 15px;
font-size: 1.8em;
}
h2 {
margin: 15px  0 5px 15px;
font-size: 1.2em;
}
h3 {
margin: 35px  0 5px 15px;
font-size: 1.1em;
}
h4 {
color: #999966;
margin: 15px  0 0 15px;
font-size: 1.05em;
}
h5 {
margin: 10px  0 0 15px;
font-size: 1em;
}

#left_mains p {
margin: 0 0 12px 15px;
line-height: 18px;
}
#left_mains p,#left_mains ul{
line-height: 18px;
}
#left_mains img {
margin: 0 0 0 15px;
}
table {
margin: 5px 0 20px 20px;
}
td {
font-size: 11px;
line-height: 16px;
padding: 0;
}
.td_number {
width: 28px;
}
.tablecell {
width: 433px;
padding: 5px;
}
ul.indent_list, ul.indent_list_links {
list-style: none;
margin: 0 0 0 30px;
padding: 0;
}
ul.indent_list li {
margin: 0;
padding: 0;
}
ul.indent_list_links li {
margin: 0 0 8px 0;
}
ul.indent_list_links li a {
display: block;
margin:  -12px 0 0 0;

}
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: -18px;
	color: #000000;
	padding-left: 15px;
} 
a.breadlink:link {
	color: #000000;
}
a.bread:hover {
	text-decoration: none;
}
#highlight_box h5 {
margin: 0 0 0 5px;
}
#highlight_box  {
border-left: 4px solid #369;
margin: 20px 0 25px 0;
}
*html #highlight_box  {
margin-top: 40px;
}
#highlight_box p {
margin: 0 0 0 5px;
border-bottom: 2px dotted #A0B0FB;
padding: 5px 0 10px 0;
}



#section_menu {
background: url(images/template/body_section.gif) no-repeat;
width: 138px;
height: 100px;
float: left;
padding: 29px 0 0 17px;
}
#navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
#navigation li {margin-top: 7px;
	margin-bottom: 7px;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width: 138px;
}
#navigation li ul li {
margin-left: 7px;
	width: 127px;
}
#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	background-image: url(images/footer_tile.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 56px;
	padding-left: 16px;

}
#footer {
clear:left;
margin-top: 50px;
}
#footer a {
color: #000;
}
#footer a:hover {
color: #FFF;
text-decoration: none;
}
#footer2 {
background: url(images/template/footer-left.jpg) no-repeat ;
height: 85px;
width: 98%;
padding-top: 1px;
}
#footer3 {
background: url(images/template/footer-right.gif) 100% 0 no-repeat #09C;
height: 58px;
margin: 0 0 0 170px;
}
#footer4 {
margin: 0 0 0 180px;
}
ul.offset, .offset {
  position : absolute;
  top : -9000px;
  right : -9000px;
  z-index : 9;
}

ul.offset a:focus, ul.offset a:active {
  position : absolute;
  top : 9010px;
  right : 9010px;
  background-color : #069; 
  color : #fff;
  padding : 5px;
  font-weight : bold;
  border : 2px solid #09C;
  width : 10em;
  z-index : 9;
}