/* @group Reset */
#carp_logo {
	display:none;
}
/* Reset CSS: Level the playing field for all browsers */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* @end */

/* @group Tag Level */


html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
html{
	font-size: 100.1%;
}
body{
	background: #CBC9C2;
	font-family: Tahoma,Verdana, Sans-serif;
	font-size: 0.7em;
}
a{
	text-decoration: none;
	color: #0B3A71;
}
a:hover{
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
	color: #0B3A71;
	font-weight: bold;
	margin: .3em 0;
}
h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 1em;
}
h5{
	padding-top:15px;
	font-size: 1.1em;
}
p{
	margin: 0.8em 0;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
input{
}
/* @end */

/* @group Global Styles */

#site{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
#page{
	margin: 0 auto;
	width: 966px;
}
#page .content .columns{
	width: 722px;
	float: right;
	margin-right: 3px;
	font-size: 12px;
}
#page .content .columns .column{
	margin-top:10px;
	margin-bottom:10px;
	font-size: 11px;
}
.clearboth{
	clear: both;
}

.global_nav,
.global_nav li{
	display: inline;
	padding: 0;
}

.global_nav a{
	color: #5A5A5A;
}
.global_nav a:hover{
	color: #0B3A71;
}
.global_nav li{
	background:url(images/global_nav_seperator.gif) right center no-repeat;	
	padding:0 .55em 0 .45em;
	/*padding:0 .45em 0 .45em;*/
}
.global_nav li:first-child{
	background:none;
}
.global_nav li.last{

	background:none;
	padding-right: 0;
}
.global_nav li.last img{
    margin-bottom: -3px;
}
.global_nav li.current,
.global_nav li.current a{
	color: #999;
	cursor: default;
}

.watermark{
	color: #666;
}

/* @group Breadcrumb Nav */

.breadcrumb{
	display: block;
	line-height:30px;
	color: #333;
	background: #CBC9C2;
	padding-left: 3px;
}
.breadcrumb li{
	display: inline;
	padding:0 0.25em 0 1em;
	background: url(images/breadcrumb_bullet.gif) left center no-repeat;
}
.breadcrumb li.first{
	padding-left: 0;
	background: none;
}
/* @end */

/* @group Side Nav */

.side_nav{
	float:left;
	width: 224px;
	border: 1px solid #C1C2B4;
	border-top: none;
	background-color: White;
}
.side_nav a,
.side_nav .current ul li a{
	display: block;
	line-height: 2em;
	border-top: 1px solid #C1C2B4;
	background: white;
	padding: 0 0 0 1em;
	color: #222;
	text-decoration:none;
}
.side_nav .current a,
.side_nav a:hover{
	background: #DCD9CF;
	color: #0B3A71;
	text-decoration:none;
}
.side_nav .current ul li a{
	padding-left: 3em;
	background: white url(images/side_nav_sub_bullet.gif) 2em center no-repeat;
	text-decoration:none;
}
.side_nav .current ul li a:hover{
	background-color: #DCD9CF;
	color: #0B3A71;
	text-decoration:none;
}

/* @end */

/* @end */

/* @group Header */

#header{
	background: url(images/white_shadow_box_mid.png) 0 0 repeat-y;
	margin: 0 auto 0 auto;
	width: 970px;
}
#header .content{
	background: url(images/white_shadow_box_top.png) 0 0 no-repeat;
}
#header .global_nav{
	display: block;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;	
}

/* @group Search Form */
#search_container{
	position: absolute;
	right: 25px;
	top: 11px;
	color:#FFFFFF;
	display:block;
	height:15px;
}
#search_container,
#search_container form,
#search_container fieldset{
	display:block;
	width: 300px;
	margin:0;
	white-space: nowrap;
	padding:0;
}
#search_form #search{
	font-family: Tahoma,Verdana, Sans-serif;
	font-size: 1em;
	padding: 2px;
	margin:0px;
	margin-right:4px;
	width:150px;
	border: #c7c5bf .1em solid;
}
.single_line{
	height:1px;
	margin:0px;
	padding:0px;
}
/* @end */

/* @group Nav */
#nav{
    background: url(images/nav_bg.png) 0 0 no-repeat;
    width: 970px;
    height: 45px;
    position: relative;
    padding:0px;
}
#nav a{
    color: #CED8E3;
}
#nav a.innerStyle:hover{
    color: white;
}
#nav ul{
    padding-left: 20px;
    float:left;
    position:relative;
    top:15px;
    height:20px;
    width:700px;
}
#nav ul,
#nav ul li{
    display: inline;
}
#nav ul a{
    float:left;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: bold;
    padding:0px;
    margin:0px;
    text-decoration: none;
}

#nav span img  {
    margin-top:0px;
}

.menunav{
	color: #CED8E3;
text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	
	
}
.menunav a{
	color: green;
	text-transform: uppercase;
	line-height: 42px;
	font-weight: bold;
	padding: 0 0.75em;
	text-decoration: none;
}
.menunav a:hover{
	color: white;
	text-decoration: none;
}
.menunav ul{
	padding-left: 20px;
}
.menunav ul,
.menunav ul li{
	display: inline;
}
.menunav ul a{
	text-transform: uppercase;
	line-height: 42px;
	font-weight: bold;
	padding: 0 0.75em;
	text-decoration: none;
}

.menunav ul a:hover
{
	color: white;
	
}



/* @end */

/* @group Home Link */
#header h1{
	padding:25px 0 0 20px;
	margin: 0;
}
#header h1 a{
	display: block;
	width: 260px;
	height: 62px;
	background: url(images/carpenter_logo.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9000px;
}

/* @end */



/* @end */

/* @group Footer */

#footer{
	font-size: 0.9em;	
}

/* @group Global Nav */

#footer .global_nav {
	padding-left: 15px;
	padding-bottom: 15px;
	display: block;
}
#footer .global_nav a{
	color: #333;
}
#footer .global_nav a:hover{
	color: #0B3A71;
}

/* @end */



#footer{
	background: url(images/white_shadow_box_mid.png) 0 0 repeat-y;
	margin: 10px auto 0 auto;
	width: 970px;
}
#footer .content{
	background: url(images/white_shadow_box_top.png) 0 0 no-repeat;
	padding-top: 15px;
}
#footer_meta{
	background: url(images/nav_bg.png) 0 0 no-repeat;
	width: 920px;
	padding: 0 25px;
	height: 45px;
	position: relative;
	color: white;	
	line-height: 45px;
}
#footer_meta a{
	color: #CED8E3;
}
#footer_meta a:hover{
	color: white;
}
#footer_meta .copy{
	float: right;
}
#footer_meta .meta{
	float: left;
}
#footer_meta .title{
	text-transform: uppercase;
	font-weight: bold;
}
#footer .bold{
	font-weight:bold;
}
/* @end */

.video{
	font-size: 11px;
	color: #343333;	
}
.video p{
	padding: 5px 8px 0px 8px;
}

.learn{
	font-weight: normal;
}
a.learn:hover{
	text-decoration:underline;
}
span.arrows{
	color:#FFFFFF;
	margin-right:5px;
}
.indent
{
	margin-left: 13px;
	background: white;
}   

.bulleted ul li
{ 
	list-style-image:none; list-style: disc
	margin-left: 13px;
}



.noul ul
{
	list-style: none;

}	





.columns ol
{
	list-style-type: decimal;
    margin-left: 30px;
   
}

.columns ul 
{
    list-style: disc;
    margin-left: 20px;
       
}
.homeNavbar ul
{
	list-style: none;
	margin-left: 2px;
}
.section_links last li
{
	margin-left: 0px;
}
.section_links li{
	padding-bottom: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
.blogSubhead 
{
	font-family: Tahoma,Verdana, Sans-serif;
	font-size: 1.2em;
	
}
.homeNavbar li {
    list-style:none;
}
.homeNavbar img {
    margin-top: -5px;
}

