/*
Theme Name: Midco
*/
#loading_layer {
	width:100%;
	height:100%;
	position:absolute;
	z-index:100;
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
	padding:300px 0 0 0;
}

* {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
	background: #FFFFFF;
	color: #5e5e5e;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0;
}

#content table {
	font-size:12px;
}


#content td {
	vertical-align:top;
}


a:link {
	color: #65b561;
	text-decoration: none;
}

a:active {
	color: #718486;
	text-decoration: none;
}

a:visited {
	color: #65b561;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
	
#container {
	width:851px;
	margin:0 auto;
}

#header {
	background:url(images/header_bg.jpg) top center no-repeat;
	height: 54px;
	width: 851px;
	margin:0 auto;
	text-align:left;
}

#header img {
	margin:0 540px 0 0;
}

#searchform {
	/*background-color:#99C;*/
	margin: 0 0 0 0;
	display:inline;
	padding:0 0 0 0;
	position:relative;
	float:right;
}



#search_holder {
	width:185px;
	margin:20px auto 20px auto;
}



#search_field {
	float:left;
	width: 142px;
	height:31px;
	background:url(images/search_field.jpg) top center no-repeat;
	text-align:right;
}

#searchform #s {
	width: 115px;
	padding:4px;
	border:0;
	margin:3px 0 0 0;
}

#searchsubmit {
	float:right;
	width:32px;
  	height: 31px;
  	background: #36C url(images/search_arrow.jpg) no-repeat 0 0;
}


#searchsubmit:hover { 
  background-position: 0 -31px;
  cursor:pointer;
}

#searchsubmit span {
	display: none;
}

#nav_container {
	margin:0 auto 25px auto;
	text-align:left;
	width:851px;
}

#home_flash {
	margin:10px auto 25px auto;
	text-align:center;
	width:851px;
	height:334px;
}

.home_headline, #featured_news {
	font-size:22px;
	color:#65b561;
	text-align:center;
	margin:0 auto;
}

#featured_news {
	font-size:22px;
	margin:0 auto 20px auto;
}

.home_subheadline {
	font-size:18px;
	color:#65b561;
	text-align:center;
	margin:0 auto;
}

.post {
	margin: 0 auto 25px auto;
}

#clients {
	width:851px;
	margin:50px auto 50px auto;
}


#mycarousel-prev {
    position: relative;
	z-index:10;
    width: 16px;
    height: 24px;
    cursor: pointer;
    background:url(images/left_arrow.jpg) no-repeat;
}

#mycarousel-prev span {
	display:none;
}

#mycarousel-prev:hover {
    background-position: 0 -24px;
}

#mycarousel-prev:active {
    background-position: 0 -24px;
}

#mycarousel-next {
    position: relative;
	z-index:10;
    width: 16px;
    height: 24px;
    cursor: pointer;
    background:url(images/right_arrow.jpg) no-repeat;
	float:right;
	margin:-40px 0 0 0;
}

#mycarousel-next span {
	display:none;
}

#mycarousel-next:hover {
    background-position: 0 -24px;
}

#mycarousel-next:active {
    background-position: 0 -24px;
}

#random_quote {
	width:650px;
	margin:0 auto;
}

.quote_author {
	font-weight:bold;
	margin:10px 0 0 0;
}

#contact_box {
	width:432px;
	height:110px;
	margin:35px auto 0 auto;
}

#footer {
	margin: 35px auto 0 auto;
	width: 851px;
}

#social_links {
	float:left;
	font-size:14px;
	font-weight:bold;
}

#social_links a:link, #social_links a:active, #social_links a:visited, #privacy a:link, #privacy a:active, #privacy a:visited {
	color: #797979;
	text-decoration: none;
}

#social_links a:hover, #privacy a:hover {
	color: #65b561;
	text-decoration: none;
}

#privacy {
	float:right;
}

#foot_navs {
	width:850px;
	margin:10px auto 0 auto;
	color:#FFF;
}


#foot_navs ul {
	list-style:none;
}

#foot_navs ul li {
	color: #FFFFFF;
	text-align:center;
	margin:0 0 5px 0;
}

.top_level {
	width:103px;
	height:25px;
	vertical-align:middle;
	background-color:#66b661;
	text-align:center;
}

.top_level a:link, .top_level a:active, .top_level a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}

.top_level a:hover {
	color: #000000;
	text-decoration: none;
}

#foot_subnavs td {
	padding:8px 0 0 0;
	vertical-align:top;
}

#foot_subnavs a:link {
	color: #828282;
	text-decoration: none;
	font-size:10px;
}

#foot_subnavs a:active, #foot_subnavs a:visited {
	color: #65b561;
	text-decoration: none;
	font-size:10px;
}

#foot_subnavs a:hover {
	color: #000000;
	text-decoration: none;
	font-size:10px;
}

#copyright {
	width:700px;
	margin:20px auto 0 auto;
	border-top:#65b561 solid thin;
	padding:5px 0 0 0;
	font-size:10px;
	color: #828282;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #828282;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}


#nav a:hover {
	color: #65b561;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

/* Expanding Content */
.heading {
margin:0 0 10px 0;
color: #fff;
padding:5px 5px 5px 15px;
cursor: pointer;
position: relative;
background-color:#56a64c;
-moz-border-radius: 9px;
border-radius: 9px;
font-weight:bold;
}

.expanding_content {
padding: 5px 10px;
margin:0 0 20px 0;
}

.expander {
	float:right;
	display:block;
}


/* Begin Sidebar */
#sidebar {
	padding: 0;
	margin-left: 572px;
	width: 279px;
	text-align:left;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul li {
	height:25px;
	border-bottom:#65b561 thin solid;
	margin:0 0 8px 0;
}

#sidebar a:link, #sidebar a:visited {
	color: #828282;
	text-decoration: none;
	font-size:12px;
}



#sidebar a:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

#sidebar .current_page_item a, #sidebar .current-cat a {
	color: #000000;
	text-decoration: none;
	/*font-size:16px;
	padding:0 0 10px 0;*/
	font-weight:bold;
}

/*
#sidebar .current_page_item {
	padding:0 0 3px 0;
}
*/
#sidebar .current_page_parent a {
	color: #65b561;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px 0;
}

#sidebar .current_page_parent_active a {
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px 0;
}

#sidebar .current_page_parent a:hover, #sidebar .current_page_parent_active a:hover {
	color: #000000;
}

#sidebar #sidebar_text h1 {
	font-weight:bold;
	font-size:12px;
	color:#5e5e5e;
	text-align:left;
	padding:0;
	margin:0;
}

#sidebar_text, #sidebar_greenbox, #sidebar_utilities {
	margin:30px 0 0 0;
}

#sidebar_text ul {
	list-style-type:disc;
	margin:0 0 0 15px;
}

#sidebar_text ul li {
	height:auto;
	border:none;
	margin:0;
}

#sidebar_greenbox_content {
	background-color:#65b561;
	padding:5px 15px 5px 15px;
	color:#FFFFFF;
}

#sidebar #sidebar_greenbox_content h1 {
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	text-align:left;
	padding:0;
	margin:0 0 8px 0;
}

#call_box {
	width:219px;
	background-color:#bddcdf;
	padding:15px 30px 15px 30px;
	color:#2f3738;
}

#sidebar #call_box h1 {
	font-weight:bold;
	font-size:16px;
	color:#2f3738;
	text-align:left;
	padding:0;
	margin:0;
}


#call_box a:link, #call_box a:active, #call_box a:visited, #sidebar_utilities_content a:link, #sidebar_utilities_content a:active, #sidebar_utilities_content a:visited {
	color: #2f3738;
	text-decoration: none;
}


#call_box a:hover, #sidebar_utilities_content a:hover {
	color: #2f3738;
	text-decoration: underline;
	font-weight:normal;
}


#sidebar_utilities_content {
	background-color:#dff0f1;
	padding:5px 15px 5px 15px;
	color:#000;
}

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

/* End Sidebar */


#page_links {
	margin:320px 0 0 373px;
	position:absolute;
}

p {
	margin:0 0 15px 0;
	font-size:12px;
}


h1, h1 a, h1 a:visited, h1 a:active, h1 a:hover {
	text-decoration: none;
	color: #65b561;
	font-size:18px;
	margin:0 0 10px 0;
	}
	
.inline {
	display:inline;
}

#excerpt p {
	margin:0;
}
	
.postlist {
	margin:20px 0 0 0;
}

.entry {
	text-align:left;
	margin:0 0 10px 0;
}

hr {
	width:100%;
	height:1px;
	size:1px;
	color:#65b561;
	background-color:#65b561;
	margin:0 0 10px 0;
	
}

.search-everything-highlight-color {
	padding:3px;
}


#content input {
	padding: 3px;
	border:#000000 thin solid;
}

#content #formbtn {
	padding:3px;
	cursor:pointer;
	display:inline;
	border:none;
}

.breadcrumb {
	display:none;
}
	
#content #search_arrow {
	padding: 0px;
	border:none;
}


.jcarousel-skin-clients li{
	/*turn visibility off initially....it will be turned on when the carousel items are loaded*/
	visibility:hidden;
} 
  

	
	
	
	















/* Begin Typography & Colors */

/*
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}
*/




#content {
	font-size: 1.2em;
	}



.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}




small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}






#wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


/*#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
*/


.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0 29px 0 0;
	width: 543px;
	text-align:left;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 851px;
	}




.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 540px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



/*1st tier ol*/
.entry ol {
	list-style-position:outside;
	margin:-15px 0 0 25px;
}

.entry ol li {
	font-size:12px;
	font-weight:normal;
	margin:0 0 15px 0;
}

.entry ul {
	list-style-position:inside;
	margin:0 0 15px 0;
	/*margin:-15px 0 15px 0;*/
}

.entry ul li {
	font-size:12px;
	font-weight:normal;
}

/*2nd tier ol*/
.entry ol li ol {
	margin:0 0 0 30px;
}

.entry ol li ol li {
	list-style-type:lower-alpha;
	font-weight:bold;
	margin:0 0 15px 0;
}

.entry ul ul, .entry ul li ul {
	list-style-position:outside;
	margin:0 0 0 30px;
}

/*3rd tier ol*/
.entry ol li ol li ol {
	
}

.entry ol li ol li ol li {
	list-style-type:lower-roman;
	font-weight:normal;
	margin:0 0 0px 0;
}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}







/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*---------- CLEAR ------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/*add these to TinyMCE editor's stylesheet too*/
.headline {
	color:#888888;
	font-size:28px;
	margin:20px 0 40px 0;
	line-height:30px;
}

.clientbox_top {
	width:258px;
	height:140px;
	background:url(images/clientbox_top.jpg) no-repeat top center;
	text-align:center;
}

.clientbox_bottom {
	width:238px;
	min-height:33px;
	background:url(images/clientbox_bottom.jpg) no-repeat bottom left;
	/*background:url(images/clientbox_bottom.jpg) no-repeat bottom center #333333;*/
	text-align:left;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	padding:5px 10px 5px 10px;
	display:table-cell;
	vertical-align:middle;
}

.clientbox_bottom p {
	margin:0;
}

.green_btn_rightalign { 
	/*change this for link def below too*/
	background-color:#65b561;
	padding:1px 5px 1px 5px;
	color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float:right;
	cursor:pointer;
}

.green_btn_leftalign { 
	/*change this for link def below too*/
	background-color:#65b561;
	padding:1px 5px 1px 5px;
	color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}


.green_text {
	color:#65b561;
}

/*END add these to TinyMCE editor's stylesheet too*/

a:link.green_btn_rightalign, a:link.green_btn_leftalign {
	background-color:#65b561;
	padding:1px 5px 1px 5px;
	color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor:pointer;
}

a:hover.green_btn_rightalign, a:hover.green_btn_leftalign {
	text-decoration:underline;
}

a:visited.green_btn_rightalign, a:visited.green_btn_leftalign {
	color:#FFF;
}

#content td.clientbox_top {
	display:table-cell;
	vertical-align:middle;
}
