/* @override http://www.cushingco.com/css/cushing.css */

body, p, div, ol, ul, li, h1, h2, h3, h4, h5, td, form, input, select {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body {
	background-color: #D4D8DB;
	background: url(images/background.jpg) repeat fixed;
	color: #333;
	font: 12px/15px 'OpenSansRegular', Helvetica, Arial, sans-serif;
}

strong {
	font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #000;
}

a:hover {
	color: #4F7BAE;
}

#wrapper {
	width: 968px;
	margin: 0 auto;
	padding: 0 15px;
	background-image: url(images/shadowed_sides.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#header {
	height: 75px;
	background-color: #D4D8DB;
	background-image: url("images/header_bg.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#header_left {
	float: left;
	width: 200px;
	display: inline;
	position: relative;
	top: 18px;
	left: 20px;
}

#header_right {
	float: right;
	width: 500px;
	display: inline;
	position: relative;
	bottom: -15px;
	right: 20px;
	text-align: right;
}

#utility_menu {
	margin-bottom: 10px;
}

#utility_menu ul li a {
    text-decoration: none;
    margin-left: 20px;
    color: #666;
}

#utility_menu ul li a:hover {
	color: #4F7BAE;
	text-decoration: underline;
}

#utility_menu ul li {
	display: inline;
}

label {
	font-size: 11px;
	color: #365F8E;
}

.form_button {
	font-size: 14px;
	font-weight: bold;
	border: solid 2px #8CC641;
	padding: 8px 14px;
	background: #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form_button:hover {
	border: solid 2px #8CC641;
	background: #8CC641;
	color: #FFF;
	cursor: pointer;
}

textarea {
	padding:  0 2px;
	border: solid 1px #acc1cf;
	color: #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

input[type="text"], input[type="password"] {
	width: 160px;
	height: 18px;
	padding: 0 2px;
	border: solid 1px #acc1cf;
	color: #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #e6eef3;
	border: solid 1px #80A1B6;
}

#search {
	float: right;
}

input[type="text"].search_field {
	position: relative;
	top: -7px;
	width: 155px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background: white url("images/magnifying_glass.png") no-repeat 4px 3px;
	padding: 3px 3px 3px 25px;
	margin-right: 3px;
}

#left {
	float: left;
	width: 200px;
	display: inline;
	margin: 20px 20px 20px 10px;
}

#middle {
	float: left;
	width: 475px;
	display: inline;
	margin-top: 20px;
	min-height: 400px;
}

#homepage {
	padding: 0 10px;
}

#homepage h1, #middle h1 {
	font: 33px/36px 'OpenSansExtrabold', Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #333;
	margin-bottom: 20px;
}

#homepage h1 em, #middle h1 em {
	display: block;
	font: 24px/30px 'OpenSansRegular', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #999;
	margin-top: 5px;
}

#middle h2, .sidebar_box h2 {
	color: #365F8E;
	font: 14px/16px 'OpenSansBold', Helvetica, Arial, sans-serif;
}

#middle p + #middle h2 {
	margin-top: 30px;
}

#homepage h2 {
	color: #365F8E;
	font: 14px/16px 'OpenSansBold', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

#middle h2 {
	margin-bottom: 10px;
}

#homepage h2 a, #middle h2 a, #middle h2 a:visited {
	color: #365F8E;
}

#homepage h3, #middle h3, #middle_bottom h3 {
	font: 13px/15px 'OpenSansBold', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

#homepage h3 {
	margin-bottom: 0;
}

#middle h4 {
	font-size: 12px;
	text-transform: uppercase;
}

#right {
	float: right;
	width: 210px;
	display: inline;
	margin: 20px 10px 20px 0;
	font-size: 11px;
}

ul.contact {
	margin-bottom: 20px;
}

ul.contact li {
	font: 16px/32px 'OpenSansBold', Helvetica, Arial, sans-serif;
	color: #365F8E;
	padding-left: 35px;
}

ul.contact a:link, ul.contact a:visited {
	text-decoration: none;
}

ul.contact a:hover {
	color: #4F7BAE;
	text-decoration: underline;
}

ul.contact li.place_order {
	background: url(images/icon_place_order.png) no-repeat 0 5px;
}

ul.contact li.dfs {
	background: url(images/icon_dfs.png) no-repeat 0 5px;
}

ul.contact li.epickup {
	background: url(images/icon_epickup.png) no-repeat 0 5px;
}

ul.contact li.request_quote {
	background: url(images/icon_quote.png) no-repeat 0 5px;
}

ul.contact li.telephone {
	background: url(images/icon_telephone.png) no-repeat 0 5px;
}

ul.contact li.email {
	background: url(images/icon_email.png) no-repeat 0 5px;
}

#footer {
	margin: 15px 10px 0 10px;
	border-top: 1px solid #DDD;
}

#footer_left {
	width: 250px;
	display: inline;
	float: left;
	padding-top: 9px;
}

#footer_right {
	width: 600px;
	float: right;
	display: inline;
	text-align: right;
}

#footer p {
	font-size: 9px;
	line-height: 11px;
	color: #999;
	margin-bottom: 0;
}

#footer a, #footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_shadow {
	background-image: url(images/bottomcap.png);
	background-repeat: no-repeat;
	width: 998px;
	height: 16px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 0;
	line-height: 0;
}

.clearfloat {
	float: none;
	clear: both;
}

.thumbnail_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.thumbnail_left {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.framed {
	padding: 3px;
	border: 1px solid #DCDFE1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 2px 3px #DDD;
}

a img.framed:hover {
	box-shadow: 0px 2px 3px #444;
}

#middle ul.photo_grid {
	font-size: 9px;
	line-height: 9px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#middle ul.photo_grid li {
	text-align: center;
	width: 143px;
	height: 165px;
	float: left;
	margin: 0 5px 5px;
	padding: 0;
	background: none;
}

#middle ul.photo_grid li a {
	color: #333;
	text-decoration: none;
}

#middle ul.photo_grid li a:hover {
	color: #333;
	text-decoration: none;
}

#middle ul.photo_grid li img {
	display: block;
	margin:0 auto 3px auto;
}

.thumb img {
	margin-bottom: 3px;
}

#middle .no_topmargin {
	margin-top: 0;
}

#homepage ul {
	margin-bottom: 15px;
}

#middle ul, #middle ol {
	margin-bottom: 25px;
}

.sidebar_box ul {
	padding-bottom: 5px;
}

#homepage .white_box ul li, #middle ul li, .sidebar_box ul li {
	background: url(images/bullet_solid_blue.gif) no-repeat 0 -1px;
	margin-bottom: 5px;
	padding-left: 15px;
}

#middle ul li.goto, .sidebar_box ul li.goto {
	background: url(images/bullet_orange_arrow.gif) no-repeat 0 2px;
}

#middle ul li.pdf, .sidebar_box ul li.pdf {
	background: url(images/bullet_page.gif) no-repeat 0 2px;
}

#homepage .service_bullets ul {
	margin-bottom: 15px;
}

#homepage .service_bullets ul li,
#middle .service_bullets ul li,
.sidebar_box .service_bullets ul li {
	font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
}

#middle li li, .sidebar_box li li {
	background: url(images/bullet_hollow_green.gif) no-repeat 0 -2px;
}

.sidebar_box {
	background-color: #F6F9FD;
	border: 1px solid #B8C7DF;
	width: 192px;
	padding-right: 8px;
	padding-left: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 10px;
}

.sidebar_box p {
	margin-bottom: 10px;
}

.sidebar_box h2 {
	margin: 7px 2px 5px 0;
}

.sidebar_box h3 {
	color: #001e3c;
	font-size: 10px;
	margin-bottom: 0;
}

.hidden {
	display: none;
}

.open_table {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

.bottommost {
	border-bottom: none;
}

.caption {
	font-size: 9px;
	line-height: 10px;
	text-align: center;
	color: #666;
}

.caption img {
	margin-bottom: 5px;
}

hr {
	border: 0;
	border-bottom: 1px dotted #C4D5DF;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}

.formlabel {
	color: #666;
	font-size: 11px;
	font-style: italic;
	padding-right: 15px;
}

#breadcrumbs ul {
	margin: 0;
	clear: both;
}

#breadcrumbs ul li {
	background: none;
	list-style-type: none;
	float: left;
	padding-left: 0;
	font-size: 11px;
	font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
}

#breadcrumbs ul li.green_arrow {
	background: url(images/breadcrumbs_arrow.gif) no-repeat right 4px;
	padding-right: 20px;
	margin-right: 10px;
}

#breadcrumbs ul li a:link, #breadcrumbs ul li a:visited {
	text-decoration: none;
}

.spacey {
	padding-bottom: 10px;
}

.quote {
	font-style: italic;
}

#middle .success_quote {
	color: #4F7BAE;
	font-size: 16px;
	line-height: 30px;
}

#middle .success_quote .open {
	background: url('images/quote_open.gif') no-repeat 0 2px;
	padding-right: 28px;
}

#middle .success_quote .close {
	background: url('images/quote_close.gif') no-repeat 0 2px;
	margin-left: 14px;
	padding-right: 18px;
}

.quote_source {
	font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
}

.blocky a, .blocky a:hover {
	display: block;
	text-decoration: none;
	color: #333;
}

.blocky a:hover .read_more {
	text-decoration: underline;
}

.read_more {
	color: #4F7BAE;
	background: url(images/read_more_arrow.gif) no-repeat right 5px;
	padding-right: 12px;
}

a.read_more {
	color: #4F7BAE;
	background: url(images/read_more_arrow.gif) no-repeat right 5px;
	padding-left: 0px;
	padding-right: 12px;
	text-decoration: none;
}

a:hover.read_more {
	text-decoration: underline;
}

.green {
	color: #97CC44;
}

.red {
	color:#C81E1E;
}

#qm0 {z-index: 999 !important;} /* This prevents the OpenCube QuickMenu from appearing over the top of the Mediaboxadvanced image. /*
