/***********/
/* General */
/***********/

.relleft {
	position: relative;
	float: left;
}
.spacer {
	position: relative;
	float: left;
	height: 15px;
}
.static_placeholder {
	position: static;
	float: none;
	color: #EBEAD1;
}
.footer {
	border: 1px solid gray;
	background-color: lightgray;
	width: 890px;
	margin: 10px auto;
	padding: 3px;
	text-align: center;
	font-size: 10pt;
}

/************************/
/* Conveyor Texture Bar */
/************************/

.black_texture_bar {
	position: absolute;
	top: 0px;
	left: 4px;
	height: 198px;
	width: 892px;
	background-image: url(../images/black_texture_bar.png);
	background-repeat: repeat-x;
}

/********************/
/* Contact Info Bar */
/********************/

.contact_bar {
	position: absolute;
	top: 5px;
	right: 10px;
	font-weight: bold;
}
.contact_bar img {
	vertical-align: middle;
	margin: 0px 5px;
}

/**********************/
/* Left Side Menu Bar */
/**********************/

.sidebar_content {
	margin: 200px 10px 0px 15px;
	width: 190px;
	font-weight: bold;
}
.main_menu li {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
}
.main_menu li h3 {
	margin: 0.5em 0em;
	border-top: 1px dashed gray;
	border-bottom: 1px dashed gray;
	padding: 0.1em 0em;
	font-weight: bold;
}
.main_menu li ul {
	margin-left: 15px;
}
.main_menu li ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.main_menu ul ul {
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.expanded_menu {
	display: block;
}
.hidden_menu {
	display: none;
}
.main_menu ul ul li {
	font-size: 10pt;
	display: inherit;
}
.plus_bullet {
	background-image: url(../images/plus.gif) !important;
}

/*********************/
/* Main Content Area */
/*********************/

/* Wrappers */

.main_content {
	margin: 100px 10px 0px 5px;
	width: 655px;
	border: 1px solid gray;
	background-color: #EBEAD1;
}
.main_lining {
	position: relative;
	float: left;
	width: 607px;
	border: 4px solid white;
	padding: 10px 20px 20px 20px;
	min-height: 200px;
}
.top_stretch {
	height: 0px;
}

/* Formtatting */

.main_content {
	text-align: justify;
}
.main_content p {
	margin-bottom: 10px;
}
.main_content ul {
	margin: 1em;
	text-align: left;
}
.main_content li {
	margin-top: 0.1em;
	margin-bottom: 0.3em;
}
.main_content .full_width {
	width: 607px;
}
.main_content .pad {
	margin-bottom: 15px;
}

/* Images */

.bordered_image {
	border: 1px solid gray;
	padding: 4px;
	background-color: white;
}
.image_wrapper {
	margin: 0px auto 15px auto;
}
.image_caption {
	margin-top: 5px;
	border: 1px solid gray;
	padding: 4px;
	background-color: white;
}
.image_caption div {
	border: 1px solid gray;
	padding: 2px;
	background-color: #E3E3E3;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.video_wrapper {
	margin: 0px auto 50px auto;
}

/* Title */

.main_title {
	position: relative;
	float: left;
}

/* Misc */

.list_allow_pdf li {
	min-height: 20px;
}
.list_allow_pdf li img {
	margin-left: 5px;
	vertical-align: text-top;
}
.pdf_bullets {
	text-align: left !important;
}
.pdf_bullets li {
	background-image: url(../images/pdf.gif);
	padding-left: 28px;
}

/***********/
/* Columns */
/***********/

/* General */

.columns {
	position: relative;
	float: left;
}
.col {
	position: relative;
	float: left;
}
.pad_right {
	margin-right: 15px;
}

/* One Column Area */

.one_col .col { 			width: 605px; }
.one_col .image_wrapper { 	width: 605px; }
.one_col .resize_image { 	width: 595px; }

/* Two Column Area */

.two_col .col {				width: 295px; }
.two_col .image_wrapper { 	width: 295px; }
.two_col .resize_image { 	width: 285px; }

/* Three Column Area */

.three_col .col {			width: 190px; }
.three_col .image_wrapper { width: 190px; }
.three_col .resize_image { 	width: 180px; }

/* Four Column Area */

.four_col .col {			width: 140px; }
.four_col .image_wrapper { 	width: 140px; }
.four_col .resize_image { 	width: 130px; }

/* Five Column Area */

.five_col .col {			width: 108px; }
.five_col .image_wrapper { 	width: 108px; }
.five_col .resize_image { 	width:  98px; }

/* Six Column Area */

.six_col .col {				width:  88px; }
.six_col .image_wrapper { 	width:  88px; }
.six_col .resize_image { 	width:  78px; }

/* Special Column Area */

.special_col .col_1 {					width: 355px;
										margin-right: 20px; }
.special_col .col_1 .image_wrapper { 	width: 355px; }
.special_col .col_1 .resize_image { 	width: 345px; }

.special_col .col_2 {					width: 230px; }
.special_col .col_2 .image_wrapper { 	width: 230px; }
.special_col .col_2 .resize_image { 	width: 220px; }