/* @override 
	http://cause.dev/_css/styles.css
	http://cause360.monkcms.net/_css/styles.css
*/

/* @group Initial */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
}
body {
	color: black;
	background-color: #423A2A ;
	font: 62.5%/1em Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
   overflow: hidden;
}

#container{
   width: 789px;
   margin: 0 auto;
   position: relative;
}

#content-wrap{
	/*height: 200px;*/
}

a{
   overflow: hidden;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

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


.transparent {
	 filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* @end */

/* @group Home */
body#home #wrap{
	background: #f8fbf5 url(../_img/global_bg-home.png) repeat-x;
    min-height: 650px;
    height: auto !important;
    height:650px;
}

#home #billboard{
	height: 260px;
}

#home #content #columns{
	color: #423A2A;
	padding-top: 5px;
}

#home #content #columns .clm{
	float: left;
	width: 240px;
	color: #423A2A;
	padding-right: 15px;
	margin-right: 15px;
	background: url(../_img/img_home-clm-sep.jpg) no-repeat right 0;
}

#home #content #columns .clm.last{
	margin-right: 0;
	padding-right: 0;
	background-image: none;
}

#home #content #columns #first ul{
	list-style-image: url(../_img/bullet-circle.png);
	padding: 0;
	float: left;
	margin: 0 5px 15px 20px;
}

#home #content #columns #first ul li{
	margin-bottom: 5px;
}

#home #content #columns #second ul{
	padding-left: 0;
	margin-left: 0;
}

#home #content #columns #second #one{
	float: left;
	width: 148px;
	margin-right: 6px;
}

#home #content #columns #second #two{
	float: left;
	width: 85px;
}

#home #content #columns #second  li{
	line-height: 1em;
	font-size: 1.1em;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

#home #content #columns #second #cms{
	background: url(../_img/icn-cms.png) no-repeat;
	padding-left: 28px;
}

#home #content #columns #second #ipm{
	background: url(../_img/icn-ipm.png) no-repeat;
	padding-left: 28px;
}
#home #content #columns #second #cn{
	background: url(../_img/icn-cn.png) no-repeat;
	padding-left: 28px;
}
#home #content #columns #second #cd{
	background: url(../_img/icn-cdb.png) no-repeat;
	padding-left: 28px;
}

#home #content #columns #second li a{
	color: #423A2A;
	text-decoration: none;
}
#home #content #columns #second li a:hover{
	color:#53ACD8;
}

#home #columns h3{
	color: #134C94;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 10px;
}
#home #content #columns #third h5{
	font-size: 1.3em;
	font-weight: bold;
}
#home #content #columns #third h5 a{
	text-decoration: none;
}

#home #content #columns #third h5 a:hover{
	text-decoration: underline;
}

/* @end */

/* @group Sub */
body#sub #wrap{
	background: #f8fbf5 url(../_img/global_sub-bg.png) repeat-x;
	
}

#sub #content{
	width: 385px;
	float: left;
	color: #434033;
	padding-right: 15px;
	padding-bottom: 20px;
}

/* @end */


/* @group Header */
#header{
	height: 137px;
	position: relative;
}
#header h1{
	position: absolute;
	top: 41px;
	left: 0;
}
#header h1 a{
	display: block;
	height: 50px;
	background: url(../_img/global_logo.jpg) no-repeat;
	width: 435px;
	text-indent: -9999em;
}
#header #util{
	background-color: #fff;
	padding: 9px 15px 9px 10px;
	display: block;
	position: absolute;
	right: 0;
	top: 38px;
}

#meta-nav{
}

#meta-nav li{
   float: left;
   font-size: 1.1em;
   list-style: none;
}

#meta-nav li#mn_register{
   background: url(/_img/bg_meta-nav_register.gif) no-repeat right center;
}

#meta-nav li#mn_contact,
#meta-nav li#mn_support{
   margin-left: 3px;
   background: url(/_img/bg_meta-nav_li.gif) no-repeat right top;
   text-transform: lowercase;
}

#meta-nav li a{
   display: block;
   padding: 8px 10px 11px;
   color: #187997;
   text-decoration: none;
}

#meta-nav li a:hover{
   text-decoration: underline;
}

#meta-nav li#mn_contact a,
#meta-nav li#mn_support a{
   color: #362F2D;
   text-decoration: none;
}

#meta-nav li#mn_contact a{
   padding-left: 25px;
   background: url(/_img/bg_meta-nav_contact_a.gif) no-repeat;
}

#meta-nav li#mn_support a{
   background: url(/_img/bg_meta-nav_support_a.gif) no-repeat;
}

#meta-nav li#mn_contact:hover,
#meta-nav li#mn_support:hover{
   background-position: right bottom;
}


#meta-nav li#mn_contact a:hover,
#meta-nav li#mn_support a:hover{
   background-position: left bottom;
}

/* @end */

/* @group Nav */

#navbar{
	position: absolute;
	bottom: -15px;
}
#nav{
   list-style: none;
}

#nav li{
   float: left;
}

#nav li a{
	background-image: url(../_img/global_nav.png);
	display: block;
	text-indent:-9999em;
}

#nav #nav_solution a{
	height: 34px;
	width: 161px;
	background-position: 0 0;
}

#nav #nav_strategies a{
	height: 34px;
	width: 163px;
	background-position: -161px 0;
}

#nav #nav_clients a{
	height: 34px;
	width: 139px;
	background-position: -324px 0;
}
#nav #nav_get-started a{
	height: 34px;
	width: 168px;
	background-position: -463px 0;
}

#nav #nav_about-us a{
	height: 34px;
	width: 154px;
	background-position: -631px 0;
}

#nav #nav_solution a:hover, #nav #nav_solution.hover a{
	background-position: 0 -36px;
}
#nav #nav_strategies a:hover, #nav #nav_strategies.hover a{
	background-position: -162px -36px;
}
#nav #nav_clients a:hover, #nav #nav_clients.hover a{
	background-position: -325px -36px;
}
#nav #nav_get-started a:hover, #nav #nav_get-started.hover a{
	background-position: -464px -36px;
}
#nav #nav_about-us a:hover, #nav #nav_about-us.hover a{
	background-position: -632px -36px;
}

#nav #nav_solution.current a{
	background-position: 0 -71px;
}
#nav #nav_strategies.current a{
	background-position: -163px -71px;
}
#nav #nav_clients.current a{
	background-position: -325px -71px;
}
#nav #nav_get-started.current a{
	background-position: -464px -71px;
}
#nav #nav_about-us.current a{
	background-position: -632px -71px;
}


/* @end */

/* @group Content */

#content{
   
}

#content h3{
   font-size: 2.0em;
	color: #134C94;
}

#content h4{
	color: #434033;
	font-size: 1.8em;
}

#content h5{
	font-size: 1.6em;

}

#content h6{
	font-size: 1.6em;
	color: #134C94;
}

#content p,
#content li{
   margin-bottom: 1em;
   font-size: 1.3em;
   line-height: 1.5;
}

#content ul,
#content ol{
	margin: 0 0 1em 2em;
	list-style-type: none;
}



#sub #content li{
   margin: 0;
	list-style-image: url(../_img/icn-check.gif);
	list-style-type: none;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #433F33;
}

#content a:hover{
   text-decoration: none;
}

#content img{
	border: 1px solid #4DA9D8;
}

#content #text{
   clear: both;
}

/* @end */
/* @group forms */

#content .monkForm .text label{
  float: left;
  display: inline;
  width: 60px;
  line-height: 25px;
}

#content .monkForm .text input{
  height: 16px;
  padding: 4px 5px 2px;
}

#content .monkForm .textarea label{
  margin-bottom: 5px;
}

#content .monkForm textarea{
  width: 99%;
  clear: both;
}
/* @end */

/* @group left sidebar */
#sub #container-inner{
	margin-top: 50px;
}
 #lsidebar{
	width: 150px !important;
	margin-right: 12px;
	float: left;
	display: block;
	min-height: 200px;
	height: auto !important;
	height:200px;
}

#subnav{
}

#subnav li{

	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(../_img/bullet-circle-sm.png) no-repeat 2px 3px;
	
}
#subnav li a{
	
	color: #434033;
	text-decoration: none;
	font-size: 1.2em;
}
#subnav li.current{
	background: url(../_img/bullet-circle.png) no-repeat;
}
#subnav li a:hover , #subnav li.current a{
	color: #54ADD9;
}

#subnav li ul{
	padding-left: 0;
	margin-top: 10px;
}


#subnav li li{
	font-size: 1.em;

	padding-bottom: 5px;
	margin-bottom: 5px;
}

#lsidebar h3{
	margin-bottom: 5px;
}

#subnav li  a{
	line-height: 1.2em;
}

#subnav li li a:hover, #sub #subnav li.current li a{
	color: #434033;
}

#subnav li li a:hover, #subnav li.current li a, #sub #subnav li.current li.current a, #sub #subnav li.current li a:hover{
	color: #54ADD9;
}

#sub #subnav li.current li.current{
	background: url(../_img/bullet-sub-menu-arrow.gif) no-repeat 3px 3px;
}

#lsidebar #blog_list_category {
	margin-bottom: 15px;
}

#lsidebar #blog_list_archive li, #lsidebar #blog_list_category li{
	font-size: 1.2em;
	margin-bottom: 5px;
}

#lsidebar #blog_list_archive li a, #lsidebar #blog_list_category li a{
	color: #434033;
	text-decoration: none;

}

#lsidebar #blog_list_archive li a:hover, #lsidebar #blog_list_category li a:hover{
	color: #434033;
	text-decoration: underline;

}


/* @end */

/* @group Right Sidebar */
#rightsidebar{
	width: 215px;
	padding-left: 10px;
	float: left;
}

#rightsidebar .section{
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../_img/img_sidebar-section-sep.jpg) no-repeat 0 bottom;
}

#rightsidebar .section.last{
	background-image: none;
}


#rightsidebar .section h3, #lsidebar h3{
	font-size: 1.3em;
	color: #3b6ba5;
}


#rightsidebar .section p{
	color: #434033;
	margin-bottom: 10px;
}

/* @end */


/* @group Footer */

#footer-wrap{
	background: url(../_img/global_bg-footer.png) repeat-x;
	height: 135px;
}
#footer{
 	width: 789px;
   clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	color: #CCCCA5;
	position: relative;
}

#footer ul{
	
}
#footer li{
	float: left;
	background: url(../_img/inc_footer-link-sep.gif) no-repeat right top;
	padding-left: 5px;
	text-transform: uppercase;
	margin-left: -8px;
	padding-right: 6px;
	margin-right: 10px;
	letter-spacing: normal;
}

#footer li a{
		text-transform: uppercase;
}
#footer li.last{
	background-image: none;
	margin-right: 0;
	padding-right: 0;
}

#footer a{
	color: #CCCCA5;
	text-decoration: none;
	cursor: pointer;
}
#footer h3{
	font-size: 1.4em;
	color: #CCCCA5;
	margin-bottom: 25px;
}
#footer ul{
	margin-bottom: 15px;
}
#footer h3 a{
	color: #52ACD8;
}
#footer .rss{
	background: url(../_img/icn-rss.gif) no-repeat right center;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-top: 5px;
	position: absolute;
	display: block;
	right: 0;
	top: 20px;
	color: #F8F9F3;
	cursor: pointer;
}

/* @end */  

#megamenu{
	background-color:#ffffff;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #c8c8c8;
	min-height: 50px;
	height: auto !important;
	height:50px;
	min-width: 50px;
	width: auto !important;
	width:50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#megamenu.mm_nav_strategies #branchnav li{
	float: left;
	margin-top: 15px;
	margin-right: 15px;
}

#megamenu.mm_nav_strategies  #branchnav li li{
float:none;
}

#megamenu #branchnav li a{
	font-size: 1.2em;
	color: #134D96;
	text-decoration: none;
	font-weight: bold;
}

#megamenu #branchnav ul li a, #navbar .mm_nav_solution #branchnav li a{
	font-weight: normal;
	font-style: normal;
}

#navbar .mm_nav_solution #branchnav li{
	margin-bottom: 10px;
}

#megamenu #branchnav ul li a:hover,  #navbar .mm_nav_solution #branchnav li a:hover{
	color: #000000;
	padding-left: 10px;
	background: url(../_img/icn-sub-menu-arrow.gif) no-repeat 0 3px;
}

#sub #megamenu.mm_nav_solution li{
	float: none;
}

#spinner{

}

/* @group blog */
#content .byline{
	font-weight: bold;
}

/* @end */



