/*
Theme Name: PulseChecker
Theme URI: http://pulsechecker.com
Description: PulseChecker theme
Version: .1beta
Author: BirdgeWorks Creative 
Author URI: http://bridgeworkscreative.com
*/

@charset "utf-8";
/****** 
	screen.css
	Author: bridgeworkscreative.com
 ******/

/*  Modified version of Eric Meyer's CSS Reset Reloaded -  http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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 {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
/*body {font-size: 62.5%  sets 1em to 10px in more browsers - http://clagnut.com/blog/348/ } */
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
/*****************************************   end  Eric Meyer's CSS Reset Reloaded */

/***************************************** base blueprintcss typography.css */
body { font-size:75%;font-family: Arial, Helvetica, sans-serif; }            /* 12px default font (1em = 12px)*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.1em;line-height:1;margin-bottom:1em;font-weight:bold;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;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 1.5em;font-style:italic;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace; line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 2.3em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td, caption {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.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;}
/* links */
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {}
a:focus{}
/*****************************************  end of blueprintcss typography.css */

/*****************************************  colors - to easily change them without searching all around the layout stuff */
body {color:#222;background:#fff;}
/* link colors */
a:link {color: #009;}
a:visited {color: #009;}
a:hover {color: #000;}
a:active {color: #900;}
a:focus{color:#000;}
/* typography colors */
h1, h2, h3, h4, h5, h6 {color:#111;}
del {color:#666;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.quiet {color:#666;}
.loud {color:#000;}
/* element colors */
thead th {background:#c3d9ff;}
tr.even td {background:#e5ecf9;}
caption {background:#eee;}
blockquote {color:#666;}
/*****************************************  end of colors */

/*****************************************  layout  */
body {
	text-align: center; /* this is to it centers in IE6 */
}
.centered {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
#header {
	height: 80px; position: relative;
	}
#logo {height: 74px; width: 306px; position: absolute; top: 0; left: 0; background: url(images/logo.png); overflow: hidden; text-indent: -999em; margin: 0; }
#logo a { display: block; height: 74px; width: 306px; cursor: pointer; }
#main_nav { position: absolute; right: 0; bottom: 0; list-style-type: none;margin: 0; }
#main_nav li {
	float: left;
	margin-left: 16px;
	}
#main_nav li a {
	display: block;
	padding-left: 9px;
	letter-spacing: 0;
	font-size: 1.3em;
	text-transform:capitalize;
	color: #545965;
	}
#main_nav li a span {
	display: block;
	padding: 4px 12px 2px 3px;
	}
#main_nav li a:hover, #main_nav li a.active, #main_nav li.current_page_parent a, #main_nav li.current_page_item a {
	background: url(images/tab_left.gif) top left no-repeat;
	text-decoration: none;
	color: #fff;
	background-color: #898e9c;
	}
#main_nav li a:hover span, #main_nav li a.active span, #main_nav li.current_page_parent a span, #main_nav li.current_page_item a span  {
	background: url(images/tab_right.gif) top right no-repeat;
	background-color: #898e9c;
	}

#subheader {
	 width: 100%; background: #000; border-bottom: #898e9c solid 5px; border-top: #898e9c solid 5px;
	}
#subheader h1, #subheader h2 { color: #ffd728; background: url(images/green_arrow.gif) 0 6px no-repeat; padding-left: 20px; font-weight: bold; margin: 40px 0 7px; font-size: 2.2em; }
#subheader h3 { color: #d1d2d4; font-weight: normal; font-size: 1.4em; margin: 0 0 15px; }
.home #subheader { position: relative; height: 274px;}
.home #subheader h2 {  background: url(images/home_header.jpg) center no-repeat; height: 274px; width: 962px; overflow: hidden; text-indent: -999em; margin: 0;  }
#subheader .home_left { position: absolute; left: 0; top: 0; background: url(images/home_header_left.gif) repeat-x; height: 274px; width: 100%;}
#subheader .home_right { position: absolute; right: 0; top: 0;  background: url(images/home_header_right.gif) repeat-x; height: 274px; width: 50%;  }
#subheader .home_center {  position: absolute; top: 0; left: 0; width: 100%; height: 274px; text-align: center; }
.home #main { margin-top: 15px; }
.home .content {  color: #666d82; }
.home .content h3 { color: #666d82; font-size: 1.6em; background: url(images/orange_arrow.gif) no-repeat; padding-left: 20px; padding-top: 1px; margin-top: 25px; margin-right: 15px; }
.home .content h4 { color: #666d82; font-size: 1.4em; margin-bottom: 10px; margin-right: 15px; }
.home .content p { line-height: 1.4em; margin-right: 15px; }

.home #left { width:680px; float:left; color:#959aa7; }

.home #right { width:318px; float:left; background: url(images/home_right_bg.gif) repeat-y; }
.home #right_top { width:318px; height: 15px; background: url(images/home_right_top.gif) no-repeat; }
.home #right_bottom { width:318px; height: 17px; background: url(images/home_right_bottom.gif) no-repeat; }
.home #right_inner { padding: 0 17px; color: #959aa7; }
.news_head { height: 34px; width: 284px; overflow: hidden; text-indent: -999em; margin: 0 0 10px 0; background: url(images/news_head.gif) no-repeat;  }
.twitter_head { height: 34px; width: 284px; overflow: hidden; text-indent: -999em; margin: 10px 0 10px 0; background: url(images/twitter_head.gif) no-repeat; }
.home #right a{color:#157243;text-decoration:none; display:block;}
.home #right a:visited{color:#157243;}
.home #right a:hover{color:#7a7a7a;text-decoration:none;}
.home #right a:active{color:#157243;}
#twitter_update_list { margin: 10px; }
.home #right ul { list-style:none; margin:0; padding:0; }
.home #right li { padding: 0 10px 15px; }
.home #right h5 { margin: 0; }
.home #right small { font-size: .9em; }
.home .hot_button { float: left; margin-top: 20px; }
.home .hot_button h3 { display: inline; color: #898e9c; font-size: 1.6em; margin-right: 10px;}
.home .hot_button a { color: #157243; font-size: 1.4em; text-decoration: underline; }
.home .hot_button a:hover { color:#7a7a7a; }
.home .hot_button a:hover img { opacity: .8; }
.home .hot_button img { margin-top: 20px; }
.home #hot_button_one { width: 296px; border-right: 1px solid #ccc; padding-right: 10px; }
.home #hot_button_two { width: 320px; padding-left: 30px; }

#news {
	margin-top: 35px;
	float: right;
	width: 790px;
	border-left: 1px solid #999;
	padding-left: 25px;
	}
#sidebar {
	margin: 35px 0 0 0;
	width: 170px;
	float: left;
	}
#sidebar a {
	color: #545965;
	}
#sidebar h4 {
	color: #c92127;
	margin: 0 0 5px 0;
	font-weight: bold;
	}
#sidebar ul {
	list-style-type: none;
	color: #545965;
	margin: 0 20px 0 0;
	padding: 0;
	}
#sidebar li {
	margin: 0 0 15px 0;
	}
#sidebar ul ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	}
#sidebar ul ul li {
	margin-bottom: 2px;
	}
	
#footer { width: 100%;  background: url(images/footer_bg.gif) 0 47px repeat-x; clear: both; margin-top: 10px;}
#footer_inner { background: url(images/footer_graphic.jpg) top right no-repeat; position: relative;  height: 164px; }
#footer_right { background: url(images/cannon_logo.jpg) top left no-repeat; padding-left: 90px; height: 64px; width: 100%; position: relative; position: absolute; top: 77px; }

#footer_nav { list-style-type: none; position: absolute; bottom: 20px; margin: 0; padding: 0; }
#footer_nav a {  color: #4a4e56; font-size: 1.1em; }
#footer_nav li.page-item-5 { list-style-type: none; margin-left: 0; }
#footer_nav li { list-style-type: disc; float: left; margin-left: 10px; margin-right: 13px; }
#footer_nav li a:hover, #footer_nav li a.active, #footer_nav li.current_page_parent a, #footer_nav li.current_page_item a {
	color: #C92127;
	}
.home #footer_nav li.current_page_parent a {
	color: #4A4E56;
	}
#fineprint { color: #4a4e56; position: absolute; bottom: 0; font-size: .9em; }
.good_to_know { display: block; position: absolute; top: 26px; overflow: hidden;}
.good_to_know img { display: block; }

#quotes {
	
	width: 307px;
    position: absolute;
	bottom: 150px;
	left: -45px;
    display: none;
}
#quotes_inner  {
	background: url(images/quote_top.png) top center no-repeat;
	overflow: hidden;
	min-height: 86px;
}
#quotes_inner div {
	margin: 20px 20px 0 60px;
	font-size: 1.4em;
	color: #fff;
	font-style:italic;
	font-weight: bold;
	text-shadow: rgb(50, 50, 50) 2px 2px 0px;
}
#quotes_inner a {
	float: right;
	color: #fff;
	margin-right: 20px;
}
#quotes_bottom {
	height: 52px;
	background: url(images/quote_bottom.png) bottom center no-repeat;
}

#social { position: absolute; right: 0; bottom: 0; }
#social a { display: block; height: 28px; width: 28px; float: left; }
#social a span {  display: block; text-indent: -999em; overflow: hidden; height: 0; width: 0; }
#social .facebook {  background: url(images/PC_SM_FB.png) no-repeat; }
#social .twitter { background: url(images/PC_SM_TW.png) no-repeat; }

.top_link { text-align: right; margin-right: 80px; }
.top_link a { text-align: right; background: url(images/media_plus.gif) right top no-repeat;color: #157243; padding: 10px 40px 10px 10px; line-height: 4em;}
.page-id-8 #main { padding-left: 20px; }
.wwd_thumb { width:447px; float:left; margin-left: 23px; margin-bottom: 15px;background: url(images/wwd_thumb_bg.gif) repeat-y; }
.wwd_thumb .thumb_top { width:447px; height: 17px; background: url(images/wwd_thumb_top.gif) no-repeat; }
.wwd_thumb .thumb_bottom { width:447px; height: 16px; background: url(images/wwd_thumb_bottom.gif) no-repeat; clear: both; }
.wwd_thumb .thumb_inner { padding-left: 70px; padding-top: 15px; padding-right: 30px; }
.wwd_thumb .thumb_inner a { display: block; color: #696f7a; height: 10em; }
.wwd_thumb .thumb_inner a:hover { text-decoration: none; }
.wwd_thumb .thumb_inner img { float: left; margin-right: 16px; opacity: .8; }
.wwd_thumb .thumb_inner .big { display: block; font-size: 1.6em; font-weight: bold; color: #157243; line-height: 3em; height: 3em; overflow: hidden; }
.wwd_thumb .thumb_inner .small { display: block; font-size: 1.1em; line-height: 1em; margin-top: -1em;  }
.wwd_thumb .thumb_inner a:hover .big { color: #014724;}
.wwd_thumb .thumb_inner a:hover .small { color: #333; }
.wwd_thumb .thumb_inner a:hover img { opacity: 1; }
.wwd_thumb h2 { width: 34px; overflow: hidden; text-indent: -999em; margin: 0; float: left;  }
#swot_thumb h2 { height: 86px; background: url(images/swot_side_sm.gif) no-repeat;}
#ds_thumb h2 { height: 127px; background: url(images/ds_side_sm.gif) no-repeat;}
#pc_thumb h2 { height: 100px; background: url(images/pc_side_sm.gif) no-repeat;}
#ca_thumb h2 { height: 100px; background: url(images/ca_side_sm.gif) no-repeat;}
#swot_thumb .thumb_inner  { padding-left: 100px; }
#pc_thumb .thumb_inner  { padding-left: 80px; }

#wwd_nav { list-style-type: none; margin: 15px 20px; float: right;}
#wwd_nav li {
	float: left;
	margin-left: 16px;
	}
#wwd_nav li a {
	display: block;
	padding-top: 61px;
	letter-spacing: 0;
	color: #a7aab5;
	}
#wwd_nav li a span {
	display: block;
	padding-left: 15px;
	border-left: 1px #CCC solid;
	}
#wwd_nav li a:hover, #wwd_nav li a.active, #wwd_nav li.current_page_item a {
	text-decoration: none;
	color: #bf0000;
	}
#wwd_nav li.page-item-45 a span { border-left: 0 none; }

#wwd_nav li.page-item-49 {background: url(images/pc_img_sm.gif) 40px 0 no-repeat; }
#wwd_nav li.page-item-47 {background: url(images/ds_img_sm.gif) 50px 0 no-repeat; }
#wwd_nav li.page-item-42 {background: url(images/swot_img_sm.gif) 30px 0 no-repeat; }
#wwd_nav li.page-item-45 {background: url(images/ca_img_sm.gif) 45px 0 no-repeat; }

#wwd_content h1 { width: 30px; overflow: hidden; text-indent: -999em; margin: 0; float: left; }
.page-id-49 #wwd_content h1 { height: 320px; background: url(images/pc_side_title.gif) no-repeat;}
.page-id-47 #wwd_content h1 { height: 375px; background: url(images/ds_side_title.gif) no-repeat;  }
.page-id-42 #wwd_content h1 { height: 320px; background: url(images/swot_side_title.gif) no-repeat;  }
.page-id-45 #wwd_content h1 { height: 180px; background: url(images/ca_side_title.gif) no-repeat; }

#wwd_content { width: 960px; background: url(images/wwd_bg.gif) repeat-y; clear: both; margin-left: 15px; }
#wwd_top { width:960px; height: 21px; background: url(images/wwd_top.gif) no-repeat; }
#wwd_bottom { width:960px; height: 21px; background: url(images/wwd_bottom.gif) no-repeat; clear: both; }
#wwd_inner { padding: 0 17px; color: #4b515b; padding-left: 50px; vertical-align: middle; position:relative; }
#wwd_inner h3 { color: #157243; font-size: 1.6em; font-weight: bold; margin: 0 0 5px 30px; }
#wwd_inner h4 { color: #157243; text-transform: uppercase; margin: 20px 0 5px 30px;}
#wwd_inner p { margin-right: 25px; margin-left: 30px; line-height: 1.5em; }
#wwd_inner ol, #wwd_inner ul { margin-left: 40px; }
.page-id-45 #wwd_inner { min-height: 240px; }
.page-id-45 .ca_wrapper { position:absolute; top:50%; width: 570px; height:10em; margin-top:-5em; } 
.page-id-47 #wwd_inner h3 { background: url(images/red_arrow.gif) no-repeat; padding-left: 30px; line-height: 1.2em; margin-left: 0;}
.page-id-47 #wwd_inner  { margin-top: 15px; }
.page-id-47 #wwd_inner p { padding-left: 30px; margin-left: 0; }
.page-id-42 #wwd_inner { margin: 0; padding: 0; }
.page-id-42 #wwd_inner div { float: left; width: 455px; height: 15em; }
.page-id-42 #wwd_inner div.strengths { border-bottom: 2px solid #ccc; border-right: 2px solid #ccc; background: url(images/swot_s.gif) center no-repeat; margin-left: 7px; }
.page-id-42 #wwd_inner div.weaknesses { border-bottom: 2px solid #ccc; background: url(images/swot_w.gif) center no-repeat; }
.page-id-42 #wwd_inner div.opportunities { border-right: 2px solid #ccc; padding-top: 15px; background: url(images/swot_o.gif) center no-repeat;  margin-left: 7px; }
.page-id-42 #wwd_inner div.threats { padding-top: 15px; background: url(images/swot_t.gif) center no-repeat; }
.page-id-42 #wwd_inner ul { margin-left: 40px; }

.page-id-11 #main { padding-top: 25px; }
.page-id-11 #main  ul { color: #696f7a; margin: 10px 40px 0 50px; }
.phase1 { float: left; width: 320px; margin-left: 20px; }
.phase2 { float: left; width: 318px; }
.phase3 { float: left; width: 321px; }
.phase1 h2 a { display: block; width: 320px; height: 288px; }
.phase2 h2 a { display: block; width: 318px; height: 288px; }
.phase3 h2 a { display: block; width: 321px; height: 288px; }
.phase1 h2, .phase2 h2, .phase3 h2 { height: 288px; overflow: hidden; text-indent: -999em; margin: 0; }
.phase1 h2 { width: 320px; background: url(images/phase_1.jpg) no-repeat; }
.phase1 h2:hover{ opacity:0.9;filter:alpha(opacity=90);}
.phase2 h2 { width: 318px; background: url(images/phase_2.jpg) no-repeat; }
.phase2 h2:hover{ opacity:0.9;filter:alpha(opacity=90);}
.phase3 h2 { width: 321px; background: url(images/phase_3.jpg) no-repeat; }
.phase3 h2:hover{ opacity:0.9;filter:alpha(opacity=90);}
.popupcontent { display: none; }
.popupinner { text-align: center; color: #555; }
#TB_window .popupinner a { color: #157243; text-decoration: underline; }
#TB_window .popupinner a:visited { color: #157243; }
.popupinner h3 { color: #d5cf14; font-size: 1.4em; margin-top: 10px; }

.page-id-2 #main { color: #4b515b; line-height: 1.4em; padding-top: 15px; }

.page-id-13 .entry p { margin-bottom: 10px; font-size: 1.4em; width: 500px; }

/***************************************** end layout  */


#news {
	color:#4B515B;
	line-height:1.4em;
}
#news a {
	color:#157243 ;
}
.even, .alt {
	border-left: 1px solid #ddd;
}

.navigation {
	clear: both;	
}

h2.archives { 
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

#news h1.posttitle, #news h1.posttitle a, #news h1.posttitle a:visited  {
	color: #000;
	margin-bottom: 0;
}

#news h2.posttitle, #news h2.posttitle a, #news h2.posttitle a:visited  {
	color: #000;
	margin-bottom: 5px;
}
#news small { font-size: 1em; }


.sticky {
	background: #f7f7f7;
	}
.sticky h2 {
	
	}

.entry {
	margin-top: 15px;
	}

.postmetadata {

	}

.smallattachment {

}

.attachment {

}

.clear {
	clear: both;
}


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

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

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

/***************************************** Begin Comments*/
#comments { margin: 10px 0; }
.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; }
.commentlist .odd { background: #eee; }
.children { padding: 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
.commentlist li, #commentform input, #commentform textarea {}
#commentform textarea { width: 500px;}
.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 {}
.commentmetadata {font-weight: normal;}
.bypostauthor cite { color: #C92127; }
/***************************************** 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; }
	
#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 Calendar */


/*****************************************  accessibility  */
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
/*****************************************  end accessibility  */

/*****************************************  contact form */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin: 0 auto;
}

.cform fieldset	{ 
	width: 350px;
	padding: 0;
	border:none;
	float: left;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	display: none;
}

ol.cf-ol { 
	margin:0!important; 
	padding: 15px 30px 0 30px; 
	border-top:1px solid #f2f2f2;
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	font-size:1em;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:200px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	color: #6a6d72;
}
.cform label span {
	width:200px;  /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:112px;
}

label.cf-after span {
	width:120px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:278px; 
}
.cform select {
	width:286px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-size:1em;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 0;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:0; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 0 0pt 0pt !important;
	text-align:right;
	clear: both;
}
.page-id-13 p.cf-sb {
		width: 700px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:0.8em;
	background: #9b9b99; 
	color: #fff;
	text-transform: uppercase;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	cursor: pointer;
}
.cform input.backbutton:hover,
.cform input.resetbutton:hover,
.cform input.sendbutton:hover	{ 
	background: #CCC; 
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

.cf_captcha_img {
	margin-top: 5px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px 0;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
}


.cform fieldset.cf-fs1 ol {
	border-right: 1px solid #999999;
	padding: 15px 30px 0 30px;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:15px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:15px; 
}
*+html .cform fieldset.cf-fs1 ol {
	border: 0 none;
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}
/*
Facebook Facts Styles
*/
.fb_facts{
	text-align:left;
	font-size:13px;
	color:#696f7a;
}
.fb_facts ul{
	margin-left: 50px;
}

.fb_facts h3{
	color: #157243;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 30px;
}
.fbf_left{
	float:left;
	width: 397px;
	padding-right: 73px;
	padding-top:60px;
}
.fbf_right{
	float:left;
	width: 485px;
	padding-top:22px;
}
