/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	color: #333;
	text-align: center;
	background-image: url(images/back-body.gif);
	background-repeat: repeat-x;
	
	}

#page {
	background-color: white;	
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#content {
	font-size: 1.2em

	}

/* Fix for PNG alpha channel display in IE6 */
img, div, a, input {
  behavior: url("pngbehavior.htc");
}


.widecolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn {
	line-height: 1.6em;
	}

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

.thread-alt {
}
.thread-even {
}
.depth-1 {
border: 0px solid #ddd;
}

.even, .alt {

	border-left: 0px solid #ddd;
}


small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 25px;
	font-family: 'Tahoma', Geneva, sans-serif;
	color: #cccccc;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.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 {
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 5px;
	}

.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: Georgia, "Times New Roman", Times, serif;
	}
#commentform p a{color:#333333;
				text-decoration:underline;
				}
#commentform p a:hover{text-decoration:none;
}
.commentmetadata {
	font-weight: normal;
	font-family:Trebuchet MS,Century Gothic,Helvetica,sans-serif;
	font-size:12px;
	color:#333333;
	
	}
.commentmetadata  a{color:#333333;
				text-decoration:none;
				}
small, #sidebar ul ul li, #sidebar ul ol li, .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;
	}

h2 a:hover, h3 a:hover {color:#CCC;
	text-decoration:underline;
	}
#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;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 102px;
	margin-bottom:11px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

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

.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.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;
}

#footer {
	background: #333;
	width: auto;
	height: 48px;
	margin-top: 25px;
	}

#footer p {
	margin: 0;
	padding: 16px 0;
	text-align: center;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	}
#footer p a{color:#FFFFFF;
			text-decoration:none;
			}
#footer p a:hover{text-decoration:underline;
					}
/* End Structure */



/*	Begin Headers */
#headerimg h1 {float:left;
	}


#headerimg .search{float:right;
padding-top:26px;
		width:220px;
		text-align:right;
					}


h2 {
	margin: 30px 0 0;
	}
div.white_mid h2{
	font-size:30px;
	font-family: "Byington", Georgia, "Times New Roman", Times, serif;
	line-height: 45px;
				}
h2.pagetitle {
	margin-top: 5px;
	text-align:left;
}

#sidebar h2 {
	display: none;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}
.alignright a{
	color:#999;
	text-decoration:none;
	font-weight: bold;
				}
.alignright a:hover{
	color:#333333;
	text-decoration:none;
				}
.alignleft {
	float: left
	}
.alignleft a{
	color:#999;
	text-decoration:none;
	font-weight: bold;
				}
.alignleft a:hover{
	color:#333333;
	text-decoration:none;
					}
/* End Images */



/* Begin Lists

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry p{color:#000000;
		font-family:Trebuchet MS, Century Gothic, Helvetica, sans-serif;
		font-size:12px;
		}
.entry ol li {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 5px;
	padding-left: 5px;
	}
#sidebar ul li#archives{background-image:none;
							}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px 0 2px 10px;
}

#sidebar ul ul li a, #sidebar ul ol li a	{
	color:#FFFFFF;
	text-decoration:none;
}

#sidebar ul ul li a:hover, #sidebar ul ol li a:hover{color:#FFFFFF;
							text-decoration:underline;
							}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	background-image: url(images/search-back.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	}

form#searchform .s {
	width: 209px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	height:20px;
	border-left-width: 0px;
	background-image: url(images/search_back.gif);
	background-repeat: repeat-x;
	background-position: 0px -1px;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}
form#searchform .searchsubmit{
	border: 1px #333;
	margin-top: 5px;
	background-color:#690;
	color: #fff;
	font-weight: bold;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}

form#searchform .searchsubmit:hover{
	background:#ccc;
	}
form#searchform .searchsubmit:active{
	background-color:#000;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	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 {
	background-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 86px;
	text-transform: uppercase;
	}
#commentform #submit:hover{background-color:#333333;
							}
/* End Form Elements */



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

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

.commentlist li {
	list-style: none;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	position:relative;
	padding-left: 0px;
	}
.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 Sidebar */




div.side_bar_mid{
	background: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
				}
				
div.side_bar_top{
	
				}
div.side_bar_bottom{
				}

.sidebar_content{
	width:100%;			
}


#sidebar	{
	width: auto;
	float:left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	}
.navigation_bottom{
	display: block;
	text-align: center;
	margin-top: 30px;
	font-family: "Georgia", Times New Roman, Times, serif;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	}
.navigation_bottom div.alignright{color:#666600;
				}
/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* front banner start here */

div.left_banner{
	background-image:url(images/left_banner.gif);
	background-repeat:no-repeat;
	width:2px;
	float:left;
	margin-bottom:16px;
	height:263px;
				}

div.mid_banner{background-image:url(images/mid_banner.gif);
			background-repeat:repeat-x;
			width:936px;
			height:263px;
				margin-bottom:16px;
			float:left;
				}
div.right_banner{background-image:url(images/right_banner.gif);
			background-repeat:no-repeat;
					width:2px;
										float:left;
											margin-bottom:16px;
					height:263px;
				}
/* end banner start here */


/* mission_bob start here*/

div.mission_mid{background-image:url(images/mission_mid.gif);
				background-repeat:repeat-y;
				}
div.mission_top{background-image:url(images/mission_top.gif);
				background-repeat:no-repeat;
				}
div.mission_bottom{
	background-image:url(images/mission_bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom;
				}
div.mission_bottom ul li{
	list-style:none;
	color:#cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:17px;
	padding-bottom: 2px;
						}
div.mission_bottom ul li .textwidget p{
	padding:25px;
	color:#cccccc;
	}
/* end mission_bob */


div.textwidget{
				}

div.frontimgcenter{
	text-align:center;
	padding-top: 10px;
				}
				
/* guys_box start here*/


div.guys_mid{background-image:url(images/guys_mid.gif);
				background-repeat:repeat-y;
				}
div.guys_top{background-image:url(images/guys_top.gif);
				background-repeat:no-repeat;
				}
div.guys_bottom{
	background-image:url(images/guys_bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom;
				}
div.guys_bottom ul li{
	list-style:none;
	color:#cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:17px;
	padding-bottom: 2px;
						}
div.guys_bottom ul li .textwidget p{
	padding:25px;
	color:#cccccc;
	}
	
/* end guys_box */


/* vision_box start here*/


div.vision_mid{background-image:url(images/vision_mid.gif);
				background-repeat:repeat-y;
				}
div.vision_top{background-image:url(images/vision_top.gif);
				background-repeat:no-repeat;
				}
div.vision_bottom{
	background-image:url(images/vision_bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom;
				}
div.vision_bottom ul li{
	list-style:none;
	color:#cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:17px;
	padding-bottom: 2px;
						}
div.vision_bottom ul li .textwidget p{
	padding:25px;
	color:#cccccc;
	}
	
/* end guys_box */


/*main_body start here */

div.main_top{
	width:auto;
	height:auto;
			}
div.main_bottom{
	padding: 2px;
				}
.inner_body_back{
	padding-top: 0px;
	padding-right: 19px;
	padding-left: 18px;
	padding-bottom: 2px;
	}
div.main_mid{
			}

ul#top_nav{
	float:right;
	margin-right:3px;
	padding-left:5px;
	padding-right:5px;
	font-family: "Georgia", Times New Roman, Times, serif;
			}

ul#top_nav li{
	list-style:none;
	line-height: 30px;
	display:inline;
	margin:0px;
	padding-right: 7px;
	padding-left: 7px;
	}
	
ul#top_nav li a {
	color:#cccccc;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
	}
				
ul#top_nav li a:hover{text-decoration:underline;
					}
div.white_mid{
	height:auto;
	background-image: url(images/white_mid.png);/* ie6png:scale */
	background-repeat: repeat-y;
	behavior: url(pngbehavior.htc);
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
				}
div.white_bottom{
	height:auto;
	background-image: url(images/white_top.png);/* ie6png:scale */
	background-repeat: no-repeat;
	behavior: url(pngbehavior.htc);
	background-position: top;
	padding-top: 12px;
	padding-bottom: 219px;
				}
div.white_top{
	height:auto;
	background-image: url(images/white_bottom.png);/* ie6png:scale */
	background-repeat: no-repeat;
	background-position: bottom;
	behavior: url(pngbehavior.htc);
	margin-right: auto;
	margin-left: auto;
	position:relative;
				}
div.comment_mid{
	height:auto;
	background-image: url(images/comment_mid.png);/* ie6png:scale */
	background-repeat: repeat-y;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
				}
div.comment_bottom{
	height:auto;
	background-image: url(images/comment_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 4px;
	padding-bottom: 4px;
				}
div.comment_top{

	height:auto;
	background-image: url(images/comment_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
				}
div.comment_box{
	width:auto;
	height:auto;
	background-color: #669900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
				}
div.arrow_comm{
	background-image: url(images/comment_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 27px;
	margin-bottom: 12px;
			}
cite.fn, cite.fn a{
	color:#000000;
	font-family:"Trebuchet MS", "Century Gothic", Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

div.quote_top{
	width:auto;
	height:auto;
	background-image: url(images/quote_top.gif);
	background-repeat: no-repeat;
				}
div.quote_bottom{
	width:auto;
	height:auto;
	background-image: url(images/quote_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#FFFFFF;
	font-family:Trebuchet MS,Century Gothic,Helvetica,sans-serif;
	font-size:12px;
	padding-right: 34px;
	padding-left: 34px;
				}
				



			
div.post_mid{
	width:611px;
	height:auto;
	background-image: url(images/post_mid.png);
	background-repeat: repeat-y;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
				}
div.post_bottom{
	width:659px;
	height:auto;
	background-image: url(images/post_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 4px;
	padding-bottom: 4px;
				}
div.post_top{
	width:659px;
	height:auto;
	background-image: url(images/post_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
				}
#respond h3{font-family:Georgia, "Times New Roman", Times, serif;
			font-size:24px;
			color:#FFFFFF;
			font-weight:normal;
			}
label.lab_post{
	width:80px;
	display:inline-block;
	font-family: "Trebuchet MS";
	font-size: 12px;
				}
label.lab_post small{	color: #000000;
					}
#commentform textarea.post_area{
	width:85%;
			}
			
p.postmetadata, p.postmetadata a{color:#666666; text-align:right;
		font-family:Trebuchet MS, Helvetica, sans-serif;
			font-size:12px;
				}
p.postmetadata a:hover{text-decoration:none;
									}
a.more-link{color:#666666; text-align:right;
		font-family:Trebuchet MS, Helvetica, sans-serif;
		text-decoration:none;
		display:block;
		float:left;
		margin-top:10px;
			font-size:12px;

				}
a.more-link:hover{text-decoration:underline;
				}
a.post-edit-link{color:#666666;
			text-align:left;
			font-size:12px;
				}
div.error_top{background-image:url(images/error_top.gif);
				background-repeat:no-repeat;
				}
div.error_bottom{
	background-image:url(images/error_bottom.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
				}
div.error_mid{
	background-image:url(images/error_mid.png);
	background-repeat:repeat-y;
	margin-top: 20px;
				}
div.error{width:620px;
			margin-left:auto;
			margin-right:auto;
			}
.first_man{
	background-image:url(images/first_error_man.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
				}
.second_man{
	background-image:url(images/second_error_man.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	height: 370px;
	padding-right: 120px;
	padding-left: 120px;
				}
div.second_man p a{color:#ffffff;
					text-decoration:underline;
					}
div.second_man p a:hover{color:#99cc00;
						text-decoration:underline;
						}
p.error_text{color:#cccccc;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			}
a.error_text {text-decoration:underline;
				}
div#c_form_2{
}
				
div#c_form_2 span#error_text{
	text-align:right;
}
							
div#c_form_2	{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

div#c_form_2 .contactleft	{
	padding: 10px 0 0 0;
}

div#c_form_2 form input	{
	width:166px;
	height:20px;
	margin: 15px 0 15px 0;
	padding: 2px 0 0 2px;
	border: 1px solid #666;
}

div.cont_bar_bottom ul li form input

/*				
div#post-12 h2.pagetitle{
	color:#CCCCCC;
	background-image: url(images/contact_us.gif);
	background-repeat: no-repeat;
						}
				*/
	
img.avatar{
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #669900;			
			}
div.avtar_text{font-family:Trebuchet MS, Helvetica, sans-serif;
				font-size:12px;
				color:#669900;
					}
div.avtar_text small{color:#CCC; font-family:Tahoma, Geneva, sans-serif; font-weight: bold;
				}
div.avtar_text small.auther_name{color:#000000;
								}
div#post-12 h2.pagetitle{
	width:253px;
	line-height:43px;
	margin-top:0px;
	text-align:center;
	margin-bottom: 10px;
							}

div.cont_bar_mid{
	background: #9C0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
				}
div.cont_bar_top	{
}

div.cont_bar_bottom{
}

div.cont_bar_bottom ul li h2	{
}

div.cont_bar_bottom ul li{
	padding:16px;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 14px;
	color: #000;
					}
div.cont_bar_bottom ul li#text-457539671{
	padding:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
					}
div.cont_bar_bottom ul li form input{
	width:166px;
	height:20px;
	margin: 15px 0 15px 0;
	padding: 2px 0 0 2px;
	border: 1px solid #666;
}

div.cont_bar_bottom ul li form textarea{
	padding: 2px 0 0 2px;
	border: 1px solid #666;
	height: 159px;
	width: 166px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

div.cont_bar_bottom ul li form input.wp_submit{
	height: 20px;
	width: 62px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px #333;
	background-color:#000;
	color: #fff;
	font-weight: bold;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 17px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}

div.cont_bar_bottom ul li form input.wp_submit:hover{
	background-color:#666;
}

div.quict_text{display:none;
			}
div.cont_bar_bottom ul li#text-457539671 h2.widgettitle{
	color:#333333;
	background-image: url(images/today_in_the_work.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 154px;
					}

#sidebar ul li.rss_feed{
	margin: 0;
	padding: 0 0 0 5px;;
}
				
#sidebar ul li.rss_feed a{
	width:190px;
	text-decoration:none;
	color: #9C0;
	font-weight: bold;
	display:block;
	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 12px;
	padding-left:10px;
	}
#sidebar ul li.rss_feed a:hover{text-decoration:underline;
							}
div.entry p a.more-link{
	color:#666666;
	display:block;
	float:left;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:12px;
	margin-top:10px;
	float:right;
	text-align:right;
	text-decoration:none;
	position: relative;
	top: -10px;
		}
div.entry p a.more-link:hover{text-decoration:underline;
			}
p span a.stbutton stico_default{color:#000000;
							float:left;
							margin-top:15px;
							text-decoration:none;
							}
div.entry p{padding-top:5px;
			padding-bottom:5px;
			color: #fff;
			}
			
div.entry p a{
	color: #690;
}			
			
			
div.entry p span a{color:#000000;
					text-decoration:none;
					}
div.entry p span a:hover{text-decoration:underline;
				}

table.main_case{
	background-image:url(images/case-studies.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
				}
table.main_case tr td.text_case{
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	padding-left: 5px;
							}
table.main_case tr td.case-button img{ 
					}
					
ul#top_nav li ul{display:none;
					}

div.white_mid h2	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color:#CCC;
	}

div.white_mid h2.case_pagetitle{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color:#690;
	text-shadow: 1px 1px 1px #000;
	}
				
div.white_mid p	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

div.white_mid a	{
	font-family: Arial, Helvetica, sans-serif;
	color: #690;
	text-decoration: none;
}

div.white_mid a:hover	{
	text-decoration: underline;
}
				
a.bach_casestudies{
	color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	display: block;
	text-decoration:none;
	padding-left:4px;
						}
a.bach_casestudies:hover{color:#333333;
					text-decoration:none;
					}
span#error_name{
	color:#cc0000;
	float:left;
	padding-right: 2px;
				}
span#error_email{
	color:#cc0000;
	float:left;
	padding-right: 2px;
				}
span#error_msg{
	color:#cc0000;
	float:left;
	padding-right: 2px;
				}
span#error_name{
	color:#cc0000;
	float:left;
	padding-right: 2px;
				}
span#error_text{
	color:#cc0000;
	padding-right: 2px;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
				}
input#contactsubmit:hover{background-color:#666666;
							}
	
div.dark{
	padding-top:5px;
	padding-bottom:5px;
	font-family: "Trebuchet MS";
	float:left;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	top: -28px;
			}
div#login div.dark{display:none;
				}
		
span#result_msg{
	color:#669900;
	text-align:center;
	padding-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
				}
div.fb_connect_text{margin-left:109px;
padding-left:10px;
padding-top:5px;
position:relative;
top:-27px;
}
	
div.contact-text{
	width:238px;
	height:197px;
	background-image: url(images/content-text_img.png);
	float: right;
				}

form#commentform div#fbc_login{margin:0px;
width:332px;
	margin-top:10px;
	height:36px;
			padding:0px;
			}
form#commentform div#fbc_login span{float:right;
						}
form#commentform div#fbc_login span small{float:right;
			color:#FFFFFF;
			font-family:Trebuchet MS;
			font-size:12px;
						}
form#commentform p input{background-color:#666666;
border-width:0;
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
margin:0 0 5px 86px;
text-transform:uppercase;
}
form#commentform p input:hover{background-color:#333333;
			}
#commentform input#email{
	background-color:#ffffff;
	border-width:0;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	text-transform:uppercase;
	height: 20px;
	width: 195px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}
#commentform input#author{
	background-color:#ffffff;
	border-width:0;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	text-transform:uppercase;
	height: 20px;
	width: 195px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}