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

/* ---------------------------CSS Reset--------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
ol { 
	list-style-type: decimal; 
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/* ---------------------------General Styles--------------------------- */
img, div {
	behavior: url(/scripts/iepngfix.htc) 
}

body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 11px;
	line-height: 16px;
	color: #3c3c3e;
	padding-bottom: 15px;
}
.small {
	font-size: 10px;
	line-height: 12px;
	color: #3c3c3e;
	padding-bottom: 5px;
}
h1 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
	color: #1a4f8e;
}
h2 {
	font-size: 13px;
	line-height: 16px;
	color: #336699;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #336699;
	padding-bottom: 4px;
}
h4 {
	font-size: 11px;
	line-height: 16px;
	color: #1a4f8e;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #1a4f8e;
}
h6 {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
	color: #1a4f8e;
}
p a:link, p a:visited, ol li a:link, ol li a:visited, ul li a:link, ul li a:visited, h1 a:link, h1 a:visited, label a:link, label a:visited {
	color: #336699;
}
p a:hover, ol li a:hover, ul li a:hover, h1 a:hover, label a:hover {
	text-decoration: none;
}
.image-left {
	float: left;
	margin: 0 15px 15px 0;
}
.image-right {
	float: right;
	margin: 0 0px 15px 15px;
}
.portrait {
	float: left;
	margin: 5px 15px 15px 0;
}
.line_divider_top {
	border-top: 1px solid #c6d8f7;
	padding-top: 15px;
	margin-top: 15px;
	clear: both;
}
.line_divider_bottom {
	border-bottom: 1px solid #c6d8f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear: both;
}
.link-arrows {
	padding-left: 8px;
	background: url(/uploads/images/arrows.gif) no-repeat left 3px;
	font-size: 13px;
	line-height: 16px;
	color: #336699;
	margin-bottom: 5px;
}
.rss_feed {
	text-align: right;
	text-transform: uppercase;
	border-top: 1px solid #c6d8f7;
	padding: 10px 15px 0 0;
	margin-top: 15px;
	background: url(/images/rss_Feed.gif) no-repeat right 12px;
}
.blue_quote {
	font-size: 13px;
	line-height: 16px;
	color: #1a4f8e;
}
.bio {
	clear: both;
}

/* ---------------------------Wrapper Styles--------------------------- */
#divWrapper {
	width: 792px;
	margin: 0px auto;
}

/* ---------------------------Header Styles--------------------------- */
#divHeader {
	width: 790px;
	height: 120px;
	background: url(/images/header_background.gif) repeat-x left top;
	position: relative;
}

/* ---------------------------Logo Styles--------------------------- */
#divLogo, #divContact, #divNav_main {
	position: absolute;
}
#divLogo {
	bottom: 0; 
}

/* ---------------------------Contact Styles--------------------------- */
#divContact {
	width: 550px;
	height: 78px;
	top: 8px;
	right: 12px;
	text-align: right;
}
#divContact h1 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 20px;
	color: #FFF;
}
#divContact a:link, #divContact a:visited {
	color: #bddbfd;
	font-size: 12px;
}

/* ---------------------------Nav (main) Styles--------------------------- */
#divNav_main {
	bottom: 0;
	right: 0;
}
#divNav_main ul{
	height: 29px;
	width: 590px;
}
#divNav_main li{
	float: left;
	height: 29px;
}
#divNav_main a:link, #divNav_main a:visited {
	display: block;
	height: 21px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
	margin-right: 1px;
}
#divNav_main a.home:link, #divNav_main a.home:visited {
	width: 89px;
	background: url(/images/nav_home.gif) no-repeat center 0;
}
#divNav_main a.find_press:link, #divNav_main a.find_press:visited {
	width: 212px;
	background: url(/images/nav_find_press.gif) no-repeat center 0;
}
#divNav_main a.quote:link, #divNav_main a.quote:visited {
	width: 155px;
	background: url(/images/nav_quote.gif) no-repeat center 0;
}
#divNav_main a.contact:link, #divNav_main a.contact:visited {
	width: 128px;
	background: url(/images/nav_contact.gif) no-repeat center 0;
	margin-right: 0;
}
#divNav_main a.home_current:link, #divNav_main a.home_current:visited {
	width: 89px;
	background: url(/images/nav_home.gif) no-repeat center 0;
	color: #000;
}
#divNav_main a.find_press_current:link, #divNav_main a.find_press_current:visited {
	width: 212px;
	background: url(/images/nav_find_press.gif) no-repeat center 0;
	color: #ff6600;
}
#divNav_main a.quote_current:link, #divNav_main a.quote_current:visited {
	width: 155px;
	background: url(/images/nav_quote.gif) no-repeat center 0;
	color: #000;
}
#divNav_main a.contact_current:link, #divNav_main a.contact_current:visited {
	width: 128px;
	background: url(/images/nav_contact.gif) no-repeat center 0;
	margin-right: 0;
	color: #000;
}
#divNav_main a.home_current:link, #divNav_main a.home_current:visited, #divNav_main a.find_press_current:link, #divNav_main a.find_press_current:visited, #divNav_main a.quote_current:link, #divNav_main a.quote_current:visited, #divNav_main a.contact_current:link, #divNav_main a.contact_current:visited {
	background-position: center -29px;
	
}
#divNav_main a:hover {
	text-decoration: underline;
	
}

/* ---------------------------Content Wrapper Styles--------------------------- */
#divContentWrapper {
	width: 792px;
	background: url(/images/content_wrapper_background.gif) repeat-y left top;
}

/* ---------------------------Content (sub) Styles--------------------------- */
#divContent_sub {
	float: left;
	width: 200px;
	padding: 20px 0;
	background: url(/images/content_sub_background.gif) repeat-x left top;
}

/* ---------------------------Nav (sub) Styles--------------------------- */
#divNav_sub ul{
	overflow: hidden;
	padding-bottom: 20px;
}
#divNav_sub li{
	border-bottom: 1px dotted #FFF;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

#divNav_sub a:link, #divNav_sub a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	background: url(/images/nav_arrow_over.png) no-repeat left center;
	color: #FFF;
	margin-left: 10px;
	padding: 1px 0 1px 15px;
}
#divNav_sub a:hover {
	color: #1f5083;
}
#divNav_sub a.closed {
}
#divNav_sub a.opened {
	background: url(/images/nav_arrow_down.png) no-repeat left center;
} 
#divNav_sub a:hover {
}
#divNav_sub li ul li {
	border-bottom: none;
	padding: 5px 0 0 0;
	margin: 0;
}
#divNav_sub li ul li a:link, #divNav_sub li ul li a:visited{
	padding-left: 25px;
	background: none;
}
#left_nav{
	margin: 0;
	padding: 0;
	width: 200px;
	list-style-type: none;
}
#left_nav ul{
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* ---------------------------Search Styles--------------------------- */
#divSearch {
	width: 174px;
	margin: 0 13px;
	padding-bottom: 20px; 
}
#divSearch select {
	width: 170px;
	background-color: #FFF;
	border: 1px solid #1f5083;
	font-size: 12px;
	padding: 2px;
}
#divSearch br {
	clear: both;
}
#divSearchinput { 
	width: 174px;
	height: 25px;
	padding-bottom: 7px;
	background: url(/images/search_box.gif) no-repeat left top;
}
#divSearchinput #query_side{ 
	float: left;
	padding: 0;
	margin: 4px 0 0 6px;
	border: 0;
	width: 135px;
	background: none;
	font-size: 12px;
}
#divSearchinput #go{ 
	float: right;
	width: 30px;
	height: 25px;
	margin: 0;
}

/* ---------------------------Contact (sub) Styles--------------------------- */
#divContact_sub {
	width: 174px;
	margin: 0 13px;
	padding-bottom: 20px;
}

#divContact_sub h1{
	padding-bottom: 5px;
	color: #10335d;
}
#divContact_sub p{
	color: #10335d;
}
#divContact_sub a:link, #divContact_sub a:visited{
	color: #10335d;
}

/* ---------------------------Press Search Styles--------------------------- */
#divSearch_press {
	width: 174px;
	margin: 0 13px; 
}
#divSearch_press p{
	color: #FFF; 
	padding-top: 5px;
}
#divSearchinput_press { 
	width: 174px;
	height: 25px;
	background: url(/images/search_box.gif) no-repeat left top;
}
#divSearchinput_press #s_press{ 
	float: left;
	padding: 0;
	margin: 4px 0 0 6px;
	border: 0;
	width: 135px;
	background: none;
	font-size: 12px;
}
#divSearchinput_press #go_press{ 
	float: right;
	margin: 0;
	width: 30px;
	height: 25px;
}

/* ---------------------------Content (main) Styles--------------------------- */
#divContent_main {
	float: left;
	width: 590px;
}

/* ---------------------------OCC Ad Styles--------------------------- */

/* ---------------------------Content Styles--------------------------- */
#divContent {
	width: 562px;
	margin: 0 10px 0 20px;
}
#divContent td{
	text-align: left;
	vertical-align: top;
}

/* ---------------------------News Styles--------------------------- */
.arrows {
	margin-left: -8px;
	padding-left: 8px;
	background: url(/uploads/images/arrows.gif) no-repeat left 3px;
}
/* ---------------------------Featured Product Styles--------------------------- */
.divFeaturedProduct_left {
	float: left;
	width: 270px;
	height: 145px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(/images/featured_product_bottom.gif) no-repeat left bottom;
	position: relative;
}
.divFeaturedProduct_right {
	float: left;
	width: 270px;
	height: 145px;
	margin-bottom: 10px;
	background: url(/images/featured_product_bottom.gif) no-repeat left bottom;
	position: relative;
}
.divFeaturedProduct_TopRight {
	float: left;
	width: 270px;
	height: 160px;
	margin-right: 0;
	margin-bottom: 10px;
	background: url(/images/featured_product_bottom.gif) no-repeat left bottom;
	position: relative;
}
.divFeaturedProduct_BottomLeft {
	float: left;
	width: 270px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 30px;
	background: url(/images/featured_product_bottom.gif) no-repeat left bottom;
	position: relative;
}
.divFeaturedProduct_BottomRight {
	float: left;
	width: 270px;
	height: 160px;
	margin-right: 0;
	margin-bottom: 30px;
	background: url(/images/featured_product_bottom.gif) no-repeat left bottom;
	position: relative;
}
.divFeaturedProduct_Content {
	width: 270px;
	height: 25px;
	background: url(/images/featured_product_top.gif) no-repeat left top;
}
.divFeaturedProduct_Content dt {
	width: 80px;
	height: 125px;
	position: absolute;
	top: 25px;
	left: 10px; 
	text-align: center;
}

.divFeaturedProduct_Content dd {
	width: 155px;
	height: 135px;
	position: absolute;
	top: 10px;
	right: 10px; 
}
.divFeaturedProduct_Content dd p {
	line-height: 14px;
	padding-bottom: 0;
}
.moreTab {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 15px;
}

/* ---------------------------Content Styles--------------------------- */
#divContent {
	padding-top: 25px;
}
#divContent h2 a:link, #divContent h2 a:visited {
	color: #336699;
	text-decoration: none;
}
#divContent h2 a:hover {
	text-decoration: underline;
}
#divContent ul {
	padding-left: 30px;
	padding-bottom: 15px;
}
#divContent ul li{
	font-size: 11px;
	line-height: 16px;
	color: #3c3c3e;
	padding: 0;
	list-style: disc;
}
#divContent ul.nav_categories li{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #3c3c3e;
	padding: 0;
	list-style: disc;
}
#divContent ul.nav_categories li ul li{
	font-weight: normal;
}
#divContent ol li{
	font-size: 11px;
	line-height: 16px;
	color: #3c3c3e;
	padding: 0;
	list-style-type: decimal;
	padding-bottom: 15px;
	margin-left: 28px;
}

/* ---------------------------Press Example Styles--------------------------- */
#divPressExample {
	width: 540px;
}
#divPressExample h2 {
	font-size: 15px;
	padding-bottom: 25px;
}
#divPressExample h3 {
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 16px;
	color: #3c3c3e;
}
#divPressExample p {
	font-size: 13px;
	padding-bottom: 25px;
}
#divPressExample a:link, #divPressExample a:visited {
	font-size: 15px;
	color: #336699;
}

/* ---------------------------Footer Styles--------------------------- */
#divFooter {
	clear: both;
	margin-left: 200px;
	width: 590px;
	height:150px;
	text-align: center;
}
#divFooter p {
	font-size: 10px;
	clear: both;
	padding-bottom: 10px;
}
.link_list {
	padding-top: 50px;
}
#divFooter a:link, #divFooter a:visited {
	color: #336699;
	font-size: 10px;
	padding: 0 4px;
}
#divBottomAnchors a:link, #divBottomAnchors a:visited {
	color: #336699;
	font-size: 10px;
	padding: 0 4px;
}
#divRightBottomAnchors {
	float: right;
}

/* ---------------------------Form Styles--------------------------- */
#search_page_form {
    width: 400px;
    margin: 0 auto;
}

#search_page span {
   width: 60px;
}

#search_page input,  #search_page select{
   width: 150px;
}

#search_page select {
   width: 158px;
}

#search_page input.search_form_button {
   width: 70px;
   border: 0;
   margin-left: 5px;
   cursor: pointer;
}

/*legend*/
legend {padding: 0 5px; color: #666666; }

/*label, label span*/
fieldset label, fieldset label span {
	display: block; 
	color: #3c3c3e; 
	font-size: 11px;
	float: left; 
}

fieldset label{
	margin-bottom: 10px;
}
fieldset label span {
	width: 130px;
	text-align: right; 
	padding-right: 10px; 
}
fieldset label span.left {
	text-align: left; 
	padding-right: 10px;
	color: #666;
	font-weight: bold;
}
fieldset label span.left_normal {
	text-align: left; 
	padding-right: 10px;
	color: #666;
	width: auto;
}
fieldset label span.right {
	float: right;
	text-align: right; 
	padding-right: 10px; 
	font-size: 35px;
	color: #3c3c3e;
}

/*fieldset, input*/
fieldset { 
	border: 0; padding: 0;
}

fieldset input, fieldset select, fieldset textarea {
	float: left; 
	width: 122px; 
	border: 1px solid #c6d8f7; 
	color: #3c3c3e; 
	font-size: 11px; 
	padding: 3px; 
	margin-bottom: 2px;
}

fieldset select {
	padding: 2px 3px; 
}
fieldset select, fieldset textarea {
	width: 130px; margin-bottom: 5px;
}
select.shortinput {
	width: 74px;
}
select.longinput {
	width: 432px;
}
.longinput {
	width: 392px;
}
.shortinput {
	width: 66px;
}
.label_right {
	width: 140px; text-align: left;
}
.longlabel {
	width: 190px;
}
.longlabel_right {
	width: 190px; text-align: left;
}
.extralonglabel {
	width: 390px;
}
.extralonglabel_right {
	width: 390px; text-align: left;
}
.fulllengthlabel {
	width: 490px;
}
.fulllengthlabel_right {
	width: 490px; text-align: left;
}
.shortlabel {
	width: 65px;
}
.shortlabel_right {
	width: 80px; text-align: left;
}
.extrashortlabel_right {
	width: 50px; text-align: left;
}
.superextrashortlabel_right {
	width: 30px; text-align: left;
}
.shortlabel_icon {
	width: 116px;
}
fieldset img {
	float: left;
	padding: 0 10px 15px 10px;
}
fieldset br {
	clear: both;
}
.selectbutton {
	width: 1em; height: 1em; margin-right: 5px; margin-left: 5px; margin-bottom: 0; float: left;
}
.legend {
	font-weight: bold;
}

#divSubmitButton {
	width: 520px;
	padding: 10px 0;
}
#divSubmitButton input{
	float: right;
}
fieldset span.LV_validation_message{
	font-weight:bold;
	margin:0 0 0 0;
	float: none;
	padding: 0 0 5px 0;
	font-size: 11px;
	display: block;
	text-align: left;
	width: auto;
	clear: both;
}
.error_wrapper {
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}
.indent1 {
	margin-left: 25px;
}
.indent2 {
	margin-left: 50px;
}

.indent3 {
	margin-left: 75px;
}
.LV_valid {
}	
.LV_invalid {
	color:#CC0000;
}    
.LV_valid_field {
}    
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}

/* -------------------------- Carousel Styles -------------------------- */

#carousel_wrapper {
	width: 570px;
	position: relative;
	height: 372px;
	margin-left: 20px;
	margin-top: 20px;
}

#carousel {
	width: 570px;
	position: absolute;
	height: 372px;
	background: url(/images/carousel_text_background.gif) no-repeat right top;
}

#carousel .slide_image {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 318px;
	width: 385px;
}

.carousel_text {
	height: 300px;
	left: 405px;
	position: absolute;
	top: 10px;
	width: 150px;
	z-index: 100;
}

.carousel_text h2 {
	color: #b20838;
	font: 26px/29px "Lucida Grand", Arial, Sans-serif;
	padding-bottom: 30px;
}

.carousel_text .quote {
	color: #fff;
	font: 12px/18px Arial, Sans-serif;
	padding: 0 0 10px 0;
}

.carousel_text .author {
	color: #000;
	font: bold 12px/14px Arial, Sans-serif;
	padding: 0 0 3px 0;
}

.carousel_text .title {
	color: #000;
	font: 12px/14px Arial, Sans-serif;
	padding: 0 0 3px 0;
}

.carousel_text .company {
	color: #000;
	font: 12px/14px Arial, Sans-serif;
	padding: 0 0 3px 0;
}

.carousel_text a.more_button {
	background: url(/images/carousel_more.gif) no-repeat left top;
	display: block;
	height: 19px;
	margin-right: 3px;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 61px;
}

.carousel_text a.more_button:hover {
	background-position: 0 -19px;
}

/* --------- Pager Styles ---------- */

#pager {
	height: 21px;
	left: 405px;
	position: absolute;
	top: 285px;
	z-index: 200;
}

#pager li {
	float: left;
}

#pager a {
	background: url(/images/pager_background.gif) no-repeat left top;
	color: #1469a7;
	display: block;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
	width: 21px;
}

#pager a.activeSlide {
	background-position: 0 -21px;
	color: #fff;
}

#divContentFeaturedPresses {
width: 275px;
float: right;
}

#divContentBody {
width: 265px;
float: left;
}