/* CSS Document */

/* main container style */

.container {
border:#676e45 solid 2px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background:#FFFFFF;
width:800px;
}

/*header style */
.header {


height:226px;
}

/* Nav Bar Background */
.nav_bar {
background-color:#a89494;
width: 374px;
height: 53px;
float:right;
}

/*Nav Bar Text */
.bar1 {
color:#ffffff;
padding-left: 8px;
padding-top: 5px;

}
.bar2 {
color:#ffffff;
padding-left: 8px;
padding-top: 5px;


}
/* Nav Bar Divider */
.nav_divider {
background-color:#FFFFFF;
width: 374px;
height: 3px;
}

/* Nav link */
a.navlink:link, a.navlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
}
a.navlink:hover, a.navlink:active {
font-family: Arial, Helvetica, sans-serif;
font-weight:500;
text-decoration:underline;
color:#D0DA91;
font-size:11px;
}

/* Values Text */
.values {
width: 375px;
float:left;
padding-top: 25px;
padding-left: 45px;
clear:right;
}

/* Left Column */
.left_column {
width: 65%;
float:left;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 5px;
text-align:left;
}

#left_column h1 {
font-size: 14px;
color: #676e45;
font-weight: bold;
}

/* Right Column */
.right_column {
width: 31%;
float:right;
padding-right: 7px;
padding-top: 10px;
padding-bottom: 5px;
clear:both;
}
/* video caption text style */
.caption {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
/* highlights styles */
.highlights {
background-image:url(images/highlights_back.gif);
background-repeat:no-repeat;
height:178px;
width: 243px;
}

.highlights_header {
padding-left: 8px;
padding-top: 5px;
font-size: 14px;
color:#FFFFFF;
font-weight:bold;
}

#highlights ul {
list-style-image:url(images/bullet.gif);
font-weight:bold;
margin-left:13px;
padding-left:13px;
padding-top: 8px;
margin-top: 8px;
}
#highlights li {
padding-bottom: 4px;
}

/*Call-Outs */
#callouts img {
padding-top: 5px;
}

/* footer */
.footer {
width:100%;
height:20px;
background-color:#676e45;
clear:both;
}
/* miscellaneous styles */
.heading {
font-size: 13px;
font-weight:bold;
}
.director {
background-image:url(images/director_back.gif);
width: 468px;
height:24px;
background-repeat:no-repeat;
}
.bold {
font-weight:bold;
}
.pad_right {
padding-right: 5px;
}
.pad_top_right {
padding-right: 5px;
padding-top: 5px;
}
.pad_top {
padding-top: 5px;
}
.pad_bottom {
padding-bottom: 10px;
border-bottom-color: #a89494;
border-bottom-style:dashed;
border-bottom-width:1px;
}
.pad_left {
padding-left: 5px;
}
.alert {
padding-bottom: 16px;
color:#990000;
font-weight:bold;
}