/*
Theme Name:BMS Default
Theme URI:http://optimizedstrategies.com/
Description:The default theme for BMS Direct Inc.
Version:1
Author:Optimized Strategies
Author URI:http://teamcolab.com/

Colors:Background Green:#408568, BMS Orange:#de6318, BMS Green #005c36 

*/

/* -------------------------------------------------------------- 
   
	 Blueprint CSS - reset.css
   * Resets default browser CSS.
	 
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* Remove annoying border on linked images. */
a img {
	border:none;
}
/* --------------------------------------------------------------

   Blueprint CSS - forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */

label {
	font-weight:bold;
}
fieldset {
	padding:16px;
	margin:0 0 18px 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:14px;
}
/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #005C36;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#408568;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:6px 0;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:18px;
}
textarea {
	width:390px;
	height:250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:3px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
.tiny {
	width:20px;
}
.short {
	width:80px;
}
.medium {
	width:120px;
}
.long {
	width:240px;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success {
	padding:10px;
	margin-bottom:12px;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
	font-size:100.01%;
}
body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color:#DE6318;
	font-weight:normal;
}
h1 {
	font-size:36px;
	line-height:1;
	margin:12px 0 24px 0;
}
h2 {
	font-size:24px;
	margin-bottom:9px;
	clear:left;
}
h3 {
	font-size:18px;
	line-height:1;
	margin-bottom:12px;
}
h4 {
	font-size:14px;
	line-height:1.25;
	margin-bottom:15px;
}
h5 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:18px;
}
h6 {
	font-size:12px;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin:0 0 18px;
}
p img.left {
	float:left;
	margin:18px 18px 18px 0;
	padding:0;
}
p img.right {
	float:right;
	margin:18px 0 18px 18px;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#009;
	text-decoration:none;
}
blockquote {
	margin:18px;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 18px;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:18px 0;
	white-space:pre;
}
pre, code, tt {
	font:12px 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:4px 18px;
}
ul, ol {
	margin:4px 18px 18px 18px;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
li {
	margin:2px 0;
}
dl {
	margin:0 0 18px 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:18px;
}
/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom:16px;
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size:10px;
	margin-bottom:22px;
	line-height:22px;
}
.large {
	font-size:14px;
	line-height:30px;
	margin-bottom:15px;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* CoLab Filetypes
----------------------------- */
a[href $='.pdf'], a[href $='.doc'], a[href $='.zip'] {
 padding:2px 0 2px 20px;
 background:transparent url(images/icon-pdf.png) no-repeat center left;
}
a[href $='.doc'] {
 background:transparent url(images/icon-doc.png) no-repeat center left;
}
a[href $='.zip'] {
 background:transparent url(images/icon-zip.png) no-repeat center left;
}
.ftp-icon {
	padding:2px 0 2px 20px;
	background:transparent url(images/icon-ftp.png) no-repeat center left;
}
/* Colab Styles
----------------------------- */

/* Site Structure */
* {
	outline:none;
}
body, html {
	background: url(images/c-body-background.png) repeat-x #316d42;
	font-family:Arial, Helvetica, sans-serif;
}
.screen-reader-text {
	display:none;
}
a {
	color:#009455;
	font-weight:bold;
}
a:hover {
	color:#00c975;
}
a:visited {
	color:#006238;
}
.green {
	color:#005c36
}
.orange {
	color:#de6318
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
	clear:right;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
	clear:left;
}
.clear {
	clear:both;
}
#wrapper {
	width:100%;
	margin:0 auto;
	background:url(images/c-wrapper-background.png) repeat-y center;
}
#header {
	width:960px;
	height:245px;
	margin:0 auto;
	position:relative;
	background:url(images/c-header-background.png) repeat-x top;
}
#header .logo {
	position:absolute;
	top:0;
	left:0;
	margin:0 0;
}
#header .logo a {
	display:block;
	background:url(images/logo3.png) no-repeat;
	width:350px;
	height:178px;
	margin:0 0;
}
#header .tagline {
	position:absolute;
	top:105px;
	right:-20px;
	width:545px;
	height:60px;
	color:#fff;
	text-align:right;
	font-size:30px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-style:italic;
	font-weight:bold;
	background:url(images/c-header-banner.png) no-repeat right;
	padding:10px 25px 0 0;
}
#header .search {
	position:absolute;
	top:10px;
	right:20px;
	width:300px;
}
#header_search {
	width:265px;
	float:left;
}
#searchsubmit {
	margin:0 0;
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	background:#005218;
	border-top:1px solid #005e1b;
	border-right:1px solid #005e1b;
	border-bottom:1px solid #00290c;
	border-left:1px solid #00290c;
	padding:1px 4px;
}
#search_field input {
	vertical-align:top;
	border:1px solid #00290c;
	width:180px;
	float:left;
	padding:2px;
	margin:0 5px 0 0;
}
#rss_icon {
	float:left;
}
#rss_icon a {
	background:url(images/c-rss_icon.png) no-repeat;
	height:22px;
	width:22px;
	display:block;
}
#nav {
	position:absolute;
	bottom:36px;
	left:10px;
	margin:0 0;
}
#nav li {
	float:left;
	list-style:none;
	margin:0 8px;
}
#nav li a {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:4px;
}
#nav li a:hover {
	color:#59c778;
}
#secondary_nav {
	position:absolute;
	bottom:6px;
	left:20px;
	margin:0 0;
	width: 920px;
}
#secondary_nav li {
	float:left;
	margin:0 8px;
	list-style:none;
}
#secondary_nav li a {
	color:#6e6e6e;
	font-size:12px;
}
#secondary_nav li a:hover {
	color:#909090;
}
#secondary_nav li.float-right{
	float: right;
}
#content {
	width:960px;
	margin:0 auto;
	height:auto !important;
	min-height:400px;
	overflow:hidden;
}
.page-template #content, .single #content, .error404 #content, .search #content, .category #content {
	width:920px;
	padding:20px;
}
.page-template-home-php #content {
	width:960px;
	padding:0 0;
}
#home_flash_content {
	bottom:0;
}
#content_home {
	height:343px;
	position:relative;
	padding:10px 0 0;
}
#content_home_features {
	padding:4px 0;
	background-color:#005c36;
}
.home_feature {
	position:relative;
	float:left;
	display:inline;
	background:url(images/c-top-gradient.png) top repeat-x #FFF;
	height:200px;
	padding:5px 10px;
}
.home_feature .home_thumbnail {
	float:left;
	overflow:hidden;
}
.home_feature .home_thumbnail img {
	width:75px;
	height:120px;
	margin:0 15px 15px 0
}
.home_feature a.readmore {
	position:absolute;
	bottom:5px;
	right:10px;
}
.home_feature h2 {
	color:#005c36;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.home_feature p {
	font-size:11px;
	margin:0 0;
}
.home_feature p a {
	text-transform:uppercase;
	color:#005c36;
	font-size:12px;
}
.home_feature p a:visited {
	color:#005c36;
}
#home_feature_one {
	width:213px;
	margin-right:2px;
}
#home_feature_two {
	width:213px;
	margin-left:2px;
	margin-right:2px;
}
#home_feature_three {
	width:213px;
	margin-left:2px;
	margin-right:2px;
}
#home_feature_four {
	width:229px;
	margin-left:2px;
}
#get_a_quote {
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	height:29px;
	width:158px;
	background:url(images/button_get_a_quote.png) no-repeat;
	background-position:0px -29px;
}
#get_a_quote:hover {
	background-position:0px 0px;
}
#quote {
	display:block;
	position:absolute;
	height:29px;
	width:158px;
	background:url(images/button_get_a_quote.png) no-repeat;
	background-position:0px -29px;
}
#quote:hover {
	background-position:0px 0px;
}

#newsletter {
	position:absolute;
	bottom:10px;
	right:10px;
}
#newsletter h3 {
	color:#005C36;
	font-size:12px;
	margin:0 0 2px 0;
}
#email_address {
	border:1px solid #DE6318;
	width:180px;
	float:left;
	padding:2px;
	margin:0 5px 0 0;
}
#email_submit {
	float:left;
	color:#fff;
	font-weight:bold;
	background:#DE6318;
	border-top:1px solid #f86f1b;
	border-right:1px solid #f86f1b;
	border-bottom:1px solid #b94905;
	border-left:1px solid #b94905;
	padding:1px 4px;
	font-size:12px;
}
#footer {
	width:100%;
	height:100px;
	margin:0 auto 10px;
	background:url(images/c-footer-background.png) no-repeat top;
	text-align:center;
	font-size:12px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
hr {
	margin:10px auto;
	width:97%;
	margin:10px auto;
	height:1px;
	background:#005C36;
	border:none;
}
#footer hr {
	width:900px;
	margin:0 auto 5px;
}
#footer p {
	margin:0 0;
}
#footer #address_line {
	padding:5px 0 0 0;
}
#footer_nav {
	margin:5px auto;
}
#footer_nav li {
	display:inline;
}
#copy_line {
	clear:both;
}
.wpcf7-list-item {
	display:list-item;
	list-style:none;
}
.aligncenter {
	margin:0 auto;
}
.size-small, .size-medium, .size-large, .size-full {
	display:block;
}
.size-large {
	width:920px;
}
.size-full {
}
#services-list {
	float:left;	
}
.service-image {
	width:300px;
	float:left;
	margin:0 20px 0 0;
	overflow:hidden;
}
.service-image img {
	margin:0 20px 10px 0;
}
.content-service {
	width:585px;
	float:left;
}
.list-nav {
	width:40%;
	float:left;
}
.list-nav-right {
	width:40%;
	float:right;
}
.list-nav > li > a, .list-nav-right > li > a {
	font-size:16px;
}
.button-list {
	clear:both;
	overflow:hidden;
	margin:0 0 20px 0;
}
.button-list li {
	height:39px;
	float:left;
	display:block;
	list-style:none;
	margin:0 10px 0 0;
}
.button-list li a {
	width:134px;
	height:31px;
	display:block;
	float:left;
	color:#fff;
	padding:8px 8px 0 8px;
	background:url(images/button-background.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.button-list li a:hover {
	color:#59C778;
}
#testimonial-area {
	width:800px;
	margin:40px auto 0;
	clear:both;
}
#testimonial-area blockquote {
	color:#009455;
	font-size:14px;
	margin:0 0;
}
#testimonial-area cite {
	display:block;
	margin:5px 0 0 0;
	padding:0 0;
	font-weight:bold;
}
#testimonial-area .testimonial-single {
	margin:0 0 18px 0;
}
/* Single styles */
#single {
	width:700px;
	float:left;
	padding:0 20px 0 0;
}
#sidebar {
	width:200px;
	float:left;
}
#sidebar #search_field {
	width:100px;
}
#sidebar ul {
	margin:0 0;
}
#sidebar ul li {
	list-style:none;
}
#sidebar ul li.widget {
	margin:0 0 10px 0;
}
#sidebar ul li ul li ul li {
	list-style:disc;
	margin:0 0 0 24px;
}

#sidebar ul li ul li ul li a {
	colo:#009455;
}


