/* CSS Document */

@import url("/css/main_nav.css"); 
@import url("/css/sub_nav.css"); 
@import url("/css/footer.css"); 

html {-webkit-text-size-adjust:none}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #949494;
	background: #222 url("/images/bg_interior_tile.jpg") repeat-x top;
	text-align: center;
}

.clear {
	clear: both;
}

.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}

.green {
	color: green;
}

.red {
	color: #b93636;
}

div.mini_wrapper {
	width: 1000px;
	text-align: center;
}





/* WRAPPER */


div#wrapper {
	margin: 0 auto;
	text-align:left;
}





/* HEADER, NAVIGATION, BANNER */

div#upper {
	position: relative;
	margin: 0 auto;
	width: 976px;
	height: 146px;
	color: #222;
}

div#header {
	position: relative;
	float: left;
	width: 300px;
	height: 146px;
	text-align: left;
}

div#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px; 
	height: 125px; 
	background: transparent url("/images/logo.jpg") no-repeat 0 0;
}

div#header h1 a:hover {
	background-position: 0 0;
}

div#header h1 a span,
div#header p span {
	display: none;
}

div#navigation {
	position: relative;
	float: right;
	width: 651px;
	height: 42px;
	margin-top: 62px;
	padding-right: 12px;
}











/* CONTENT: LEFT, MIDDLE, AND RIGHT COLS */

div#content_wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 950px;
	margin-top: 5px;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

div#content div#left_col {
	position: relative;
	float: left;
	width: 240px;
}

div#content div#middle_col {
	position: relative;
	float: left;
	width: 468px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

div#content div#right_col {
	position: relative;
	float: right;
	width: 238px;
}

div#content p {
	padding: 0 16px;
	color: #9e9e9e;
}

div#content div#left_col p  {
	font-size: 12px;
	line-height: 14px;
	padding: 0 12px 0 16px;
	margin: 12px 0 0 0;
}


div#content div#left_col p.quote  {
	font-size: 13px;
	line-height: 15px;
	padding: 0 12px 0 16px;
	margin: 12px 0 0 0;
}


div#content div#right_col p {
	font-size: 12px;
	line-height: 14px;
	padding: 0 12px 0 16px;
	margin: 6px 0 10px 0;
}

div#content div#middle_col p,
div#content div#middle_col p.posting {
	font-size: 13px;
	line-height: 15px;
	margin: 6px 0 10px 0;
}

div#content div#middle_col p.bio {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

div#content div#left_col p strong,
div#content div#middle_col p strong,
div#content div#middle_col li strong {
	font-weight: normal;
	color: #f7f7f7;
}

div#content div#middle_col ul {
	padding: 0;
	margin: 4px 16px 10px 16px;
	border-top: 1px solid #303030;
	background: transparent;
	list-style: none;
}


div#content div#middle_col ul li {
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 7px 0;
	margin: 7px 16px 0 16px;
	border-bottom: 1px solid #303030;
	list-style-image: url("/images/bg_arrow_gray.jpg");
}

div#content div#middle_col ul.plain {
	padding: 0 16px;
	margin: 0 16px;
	border: 0;
}

div#content div#middle_col ul.plain li {
	font-size: 12px;
	line-height: 15px;
	border: 0;
	list-style-image: none;
	list-style: circle;
}

div#content div#middle_col ul.plain li a {
	font-size: 12px;
	line-height: 15px;
}

div#content div#middle_col ul.plain li.plain {
	font-size: 12px;
	line-height: 15px;
	padding: 6px 0 6px 0;
	margin: 0;	
	border: 0;
	list-style: disc;
	background: none;
}

div#content p.break_solid {
	border-top: 1px solid #303030;
	margin: 0;
	padding: 0 0 6px 0;
}

div#content div#left_col p.break_dotted,
div#content div#middle_col p.break_dotted,
div#content div#right_col p.break_dotted {
	border-top: 1px dotted #333;
	margin: 0 16px;
	padding: 0 0 6px 0;
	clear: both;
}

div#content h2 {
	font-size: 17px;
	font-weight: bold;
}

div#content h3 {
	font-size: 15px;
	font-weight: bold;
}

div#content h2,
div#content h3 {
	color: #f7f7f7;
	padding-top: 10px;
	margin-left: 16px;
	padding-bottom: 10px;
}

div#content div#left_col h2 {
	padding-bottom: 5px;
}

div#content h4 a {
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
	margin-left: 16px;
	padding-bottom: 10px;
	color: #b93636;
	text-decoration: underline;
}

div#content h4 a:hover {
	text-decoration: none;
}

div#content div#middle_col h5 {
	font-size: 14px;
	color: #f7f7f7;
	/*color: #949494;*/
	padding: 6px 16px 2px 16px;
	margin: 0;
	font-weight: normal;
}

div#content a {
	color: #b93636;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
}

h4.learn a {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 233px;
	height: 38px;
	background: transparent url("/images/btn_learn_more.jpg") no-repeat 0 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

h4.learn a:hover {
	background-position: 0 -38px;
}

h4.learn a span {
	display: none;
}

div#right_col ul {
	list-style: none;
}

div#right_col ul li {
	padding: 6px 0;
	font-size: 12px;
	line-height: 13px;
	margin: 0 16px;
	border-bottom: 1px dotted #303030;
}


div#right_col a.sidebar img {
	padding: 0;
	border: 4px solid #303030;
	margin: 3px 0 5px 0;
}

div#right_col a.sidebar img:hover {
	border: 4px solid #b93636;
}


div#content div#middle_col img.float_left {
	padding: 4px 16px 16px 16px;
	margin: 0;
	border: 0;
}

div#content div#middle_col img.float_left_link a {
	float: left;
	padding: 4px 16px 16px 16px;
	margin: 0;
	border: 4px;
}

/*
div#content div#middle_col div.bio_image {
	float: left;
	margin: 8px 0 0 16px;
	width: 143px;
	 height: 216px; 
}
*/

div#content div#middle_col div.bio_image img  {
	float: left;
	margin: 8px 0 0 16px;
}

div#content div#middle_col div.bio_copy {
	float: left;
	width: 308px;
}

div#content div#middle_col .product_copy {
	float: left;
	width: 235px;
}

div#content div#middle_col .product_img {
	float: left;
	margin: 10px 0 0 0;
	width: 219px;
	/* height: 216px; */
}

div#content div#middle_col div.product_img a img {
	border: 0;
}

div#content div#middle_col div.article_img {
	float: left;
	margin: 4px 0 0 16px;
	width: 108px;
	/* height: 216px; */
}

div#content div#middle_col div.article_copy {
	float: left;
	width: 328px;
}

div.article_img a img,
a.gallery img {
	float: left;
	margin: 0 0 16px 0;
	padding: 0;
	border: 4px solid #303030;
}

a.gallery img {
	margin: 3px 16px 10px 0;
}

div.article_img a img:hover,
a.gallery img:hover {
	border: 4px solid #b93636;
}

div#content a.arrow {
	color: #b93636;
	text-decoration: underline;
	padding-left: 12px;
	background: transparent url("/images/bg_arrow_red.jpg") no-repeat left 50%;
}

div#content a.arrow:hover {
	text-decoration: none;
}

div#content p.arrow {
	padding: 0 26px;
	background: transparent url("/images/bg_arrow_red.jpg") no-repeat 16px 3px;
}

div#content #left_col p.arrow,
div#content #right_col p.arrow {
	padding: 0 26px;
	margin: 12px 0 8px 0;
	background: transparent url("/images/bg_arrow_red.jpg") no-repeat 16px 3px;
}













div#middle_col p.form_left {
	float: left;
	font-size: 12px;
	padding: 0 16px;
	width: 115px;
	color: #9e9e9e;
}

div#left_col input,
div#left_col textarea,
div#right_col input,
div#right_col textarea,
div#middle_col input,
div#middle_col textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	border: 1px solid #444;
	margin: 2px 0 2px 0;
	padding: 3px 5px;
	background-color: #333;
}

html>body div#left_col input,
html>body div#left_col textarea,
html>body div#right_col input,
html>body div#right_col textarea {
	width: 193px;
}

html>body div#left_col input.submit_btn,
html>body div#right_col input.submit_btn {
	width: 60px;
}

div#middle_col table.contact_form {
	margin: 0 0 0 16px;
}

div#middle_col table.contact_form td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	height: 35px;
	vertical-align: middle;
}

div#middle_col table.contact_form td em {
	font-weight: bold;
	color: #b93636;
}

div#middle_col table.contact_form td.desc {
	padding-top: 6px;
	vertical-align: top;
}

div#middle_col table.contact_form input.text_box,
div#middle_col table.contact_form textarea.text_box {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	border: 1px solid #444;
	margin: 2px 0 2px 0;
	padding: 3px 5px;
	background-color: #333;
	width: 150px;
}

div#middle_col table.contact_form select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #949494;
	border: 1px solid #444;
	margin: 4px 0 8px 0;
	padding: 3px;
	background-color: #333;
}

html>body div#middle_col table.contact_form select {
	width: 162px;
}


div#middle_col table.contact_form textarea.text_area_wide {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	border: 1px solid #444;
	margin: 2px 0 10px 0;
	padding: 3px 3px;
	background-color: #333;
	width: 424px;
	height: 150px;
}

html>body div#middle_col table.contact_form textarea.text_area_wide {
	width: 424px;
	height: 150px;
	margin-bottom: 12px;
}

div#content div#middle_col table.contact_form select option {
	margin: 4px 0 4px 0;
}

div#content div#middle_col table.contact_form textarea.text_box {
	width: 274px;
	height: 100px;
}

div#content div#middle_col table.contact_form input.submit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	border: 1px solid #444;
	margin: 2px 0 2px 0;
	padding: 4px 4px 3px 4px;
	background-color: #333;
	width: 75px;
	cursor: pointer;
}

div#content div#middle_col table.contact_form input.submit:hover {
	color: #222;
	background-color: #b93636;
	border: 1px solid #b93636;
}

div#content div#right_col input,
div#content div#right_col textarea {
	font-size: 12px;
	width: 193px;
}

div#content div#right_col input.submit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	border: 1px solid #444;
	margin: 2px 0 2px 0;
	padding: 4px 4px 3px 4px;
	background-color: #333;
	width: 100px;
	cursor: pointer;
}

div#content div#right_col input.submit:hover {
	color: #222;
	background-color: #b93636;
	border: 1px solid #b93636;
}
