/**
  Theme Name: Contractor Compliance
*/


/*
Reset default browser CSS.
*/

html { min-height: 100%; margin-bottom: 1px; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;  
	font-family:Arial;
}

td {
	padding:0 20px 0 0;
}
body {
	line-height: 1;
	color:#fff;
	padding:0 0 150px 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	margin-bottom: 20px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
  text-decoration:none;
  color:#fff;  
  outline:none !important;
}
a img {
	border: none;
}
.clear {
   clear:both;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


/**
  layout
*/
body {
   background:transparent url(images/main_bg.jpg) repeat center center;
}

.main_wrapper {
  width:820px;
  margin:0 auto;
}


/**
  layout
*/
#logo {
  margin:65px 0 10px 140px;
}

#logo h1 {
  background:transparent url(images/logo.png) no-repeat 0 0;  
  width:383px;  
  height:129px;
  text-indent: -9999px;    
}

*html #logo h1 {
  background:transparent url(images/logo.png) no-repeat 0 0;  
}  

#logo a {
  width:383px;  
  height:129px;
  display:block;
}

/**
  left_col
*/
.left_col {
  width:140px;
  float:left;  
}

.left_col ul {
  width:140px;
  margin:25px 0 0 0;
}

.left_col ul li ul {
  margin:0 0 -5px -25px;
  width:115px;  
  padding:0 0 5px 0;
}

.left_col li {
  width:115px;
  background:#5e9732;
  margin:0 0 5px 0;
  padding:8px 0 8px 25px;
  font-weight:bold;  
  font-size:16px;  
}

.left_col li ul li {
  margin:0 0 0 0;
  padding:8px 0 0 25px !important;
}

.left_col li.current_page_item, .left_col ul li ul li.current_page_item {
  background:#5e9732 url(images/check.png) no-repeat 4px 3px; 
}

.left_col li a {
  font-weight:bold;
  font-size:16px;    
}

.left_col li ul li {
  padding:8px 0 8px 25px;
}

.left_col li ul li a {
  font-weight:normal;
  font-size:15px;
}



/**
  mid_col
*/
.mid_col {
  position:relative;
  width:475px;
  float:left;  
  color:#000;
  font-size:15px;
  line-height:140%;  
  background:#fff;
  position:relative;
  -moz-box-shadow: 2px 2px 15px #000; 
  -webkit-box-shadow: 2px 2px 15px #000;   
  box-shadow: 2px 2px 15px #000; 
}

.mid_col a {
  color:#5e9732;
  text-decoration:underline;  
}

.mid_col h1, .mid_col h2, .mid_col h3, .mid_col h4, .mid_col h5, .mid_col h6{
  color:#5E9732;
  line-height:150%;
}  

.mid_col p, .mid_col dl {
  margin:0 0 20px 0;
}

.main_content {
  padding:25px 25px 45px 25px;
}

h2.page_title {
  margin:0 0 25px 0;
  font-size:36px;
  color:#5e9732;
  font-weight:bold;
  text-decoration:none;  
}

h2.page_title a {
  font-size:36px;
  color:#5e9732;
  font-weight:bold;
  text-decoration:none;  
}

h2.term_page_title a {
  font-size:20px;
  text-decoration:none;    
}

a.post-edit-link {
  color:#5E9732;
  margin:0 0 10px 0;
}

.mid_col_div {
  margin:10px 25px 25px 25px;
}

.term_page_content {
  font-size:12px;
  line-height:140%;
}

.term_page_content p, .term_page_content dl {
  margin:0 0 13px 0;
}

.term_page_content h1, .term_page_content h2, .term_page_content h3, .term_page_content h4, .term_page_content h5, .term_page_content h6{
  font-size:14px;
}

#contact_foot_image {
  float:left;
  margin:0 20px 0 0;  
}

#contact_foot_content {
  float:left;
  width:295px;
  margin:0 0 0 0;
}

#page_footer {
  background:#004b8d;
  height:30px;
  line-height:30px;  
  font-size:10px;
  color:#fff;  
  padding:0 12px;
  text-align:right; 
  width:451px;
}

#page_footer a {
  font-size:10px;
  color:#fff;
  text-decoration:none;
}

#page_footer span.page_footer_left {
  float:left;
  text-align:left;  
}

#designed_by {
  position:absolute;
  bottom:-25px;
  right:1px;
  text-decoration:none;
  color:#fff;
  font-size:9px;  
}

#designed_by a {
  text-decoration:none;
  color:#fff;
  font-size:9px;
}

/**
  righ_col
*/
.righ_col {
  width:205px;
  float:right; 
  color:#fff;
  font-size:14px;
  padding:25px 0 0 0;
}

.righ_col h4 {
  margin:0 0 10px 0;
}

.righ_col p {
  margin:0 0 20px 0;
}

.righ_col h4, .righ_col h4 a {
  font-size:16px;
  font-weight:bold;
}

.subpage_thumb {
  margin:0 0 5px 0;
}

.widget {
  background:transparent;
  margin:20px 20px 0 0;
  padding:20px 0 0 0;    
}

.widget ul li {
  line-height:170%;    
}

#upper_sidebar {
  background:#004B8D;
}

#lower_sidebar {
  background:#5E9732;
  margin:5px 0 0 0;
}

.sidebars {
  padding:20px 0 20px 20px;  
}

#upper_sidebar .widget {
  border:none;
}

#lower_sidebar .widget {
  border:none;
}

.widget_text {
  margin-top:0;
  padding-top:0;
  line-height:150%;
}

.right_sidebar_message {
  margin:0 20px 0px 0;
  line-height:140%;  
}

.right_sidebar_message p {
  margin:15px 0 15px 0;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.page_content img {
  max-width:425px;
  height:auto;
}

.page_content ul,.page_content ol {
  list-style:disc;
  padding:0 0 0 15px;
}

#contact_foot_content img {
  max-width:425px;
  height:auto;
}