/**********

Default CSSMenu Horizontal

**********/

#menuwrapper { 

/*** 
using overflow:hidden; 
can affect the display of objects 
that would lay over other objects 
such as form elements and flash elements. 
****/

	/* overflow: hidden; 
	background-color: #ECECEC;
	width: 100%;*/
}

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	/*padding-top:30px;*/
}
#primary-nav ul ul { 
	margin-top: 0px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
}
	
#primary-nav li { 
	/*margin-left: -1px;*/
	float: left; 
}

#primary-nav li li { 
	width: 160px; 
	margin: 0px;
	margin-left: 0px;
	float: none; 
	position: relative;
}

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 0px; 
	text-decoration: none; 
}
#primary-nav li a { 
	padding: 0px;
	margin: 0px;
	/*z-index:2;*/
	position:relative; 
}
#primary-nav li li a { 
	padding: 12px 10px 3px 10px; 
	/*border-top: 1px solid #FBFBFB;
	border-bottom: 1px solid #C3C3C3;*/
	border-left: 2px solid #FFFFFB;
	border-right: 2px solid #FFFFFB;
	background-color: #E1E1E1; 
	color:#3F3F3F;
font-size:9px;
}

#primary-nav li li a:hover { 
	/*background: #fff url(/uploads/images/nav_item_over_bg.jpg);*/
	background-color:#E7A51B;
}
#primary-nav li li.bottom a:hover { 
	background-color:none;
}
#primary-nav li, #primary-nav li.menuparent { 
	
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(/modules/CSSMenu/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
/*	background: #fff url(/uploads/images/nav_item_over_bg.jpg);*/
}
*html #primary-nav li:hover{
	background:none;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
}
#primary-nav li li a { 
	height: 1%; 
}

/* -------- SEO STYLES -------------- */
#seo { background-color:#FFF; }

#seo table.seo_box td h1,
#seo table.seo_box td h2 {
	font-weight:bold;
	color:#575651;
	background-image:none;
	line-height:26px;
}
#seo table.seo_box td h1 {
	font-size:14px;
}
#seo table.seo_box td h2 {
	font-size:14px;
}
#seo table.seo_box p,
#seo table.seo_box li {
	line-height:20px;
}
#seo table.seo_box p,
#seo table.seo_box ol,
#seo table.seo_box ul {
	margin-bottom:22px;
}
#seo table.seo_box ol,
#seo table.seo_box ul {
	padding-left:40px;
}




.top td.l {
	background-image:url(../images/home/th-left.png);
	background-repeat:no-repeat;
	width:15px;
	height:41px;
}
.top td.m {
	background-image:url(../images/home/th-middle.png);
	background-repeat:repeat-x;
	width:588px;
	height:41px;
}
.top td.r {
	background-image:url(../images/home/th-right.png);
	background-repeat:no-repeat;
	width:15px;
	height:41px;
}


*html .top td.l{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/th-left.png', sizingMethod='scale');
}
*html .top td.m {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/th-middle.png', sizingMethod='scale');
}
*html .top td.r {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/th-right.png', sizingMethod='scale');
}



.content td.l {
	background-image:url(../images/home/td-left.png);
	background-repeat:repeat-y;
	width:15px;
}
.content td.m {
	background-image:url(../images/home/td-middle.png);
	background-repeat:repeat;
	line-height:20px;
}
*html .content td.m {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/td-middle.png', sizingMethod='scale');
}
.left-col .content td.m {
	padding: 24px 35px 0 35px;
}
.right-col .content td.m {
	padding-top: 24px;
}
.blog .content td.m {
	padding:30px;
}
.blog p {
	margin-top:12px;
}
.blog ul {
	margin-left:30px;
	margin-top:12px;
}
.content td.r {
	background-image:url(../images/home/td-right.png);
	background-repeat:repeat-y;
	width:15px;
}


*html .content td.l{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/td-left.png', sizingMethod='scale');
}

*html .content td.r {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/td-right.png', sizingMethod='scale');
}


.bottom td.l {
	background-image:url(../images/home/bottom-left.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}
.bottom td.m {
	background-image:url(../images/home/bottom-middle.png);
	background-repeat:repeat-x;
	height:15px;
}
.bottom td.r {
	background-image:url(../images/home/bottom-right.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}


*html .bottom td.l{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/bottom-left.png', sizingMethod='scale');
}
*html .bottom td.m {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/bottom-middle.png', sizingMethod='scale');
}
*html .bottom td.r {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home/bottom-right.png', sizingMethod='scale');
}



.left-col .content td.m,
.left-col .bottom td.m {
	width:518px;
}
.right-col .content td.m,
.right-col .bottom td.m,
.right-col .top td.m {
	width:292px;
}
.blog .content td.m,
.blog .bottom td.m,
.blog .top td.m {
	width:860px;
}
.top td.m div.heading {
	background-image:url(../images/home/arrows.gif);
	background-repeat:no-repeat;
	height:23px;
	background-position:0 2px;
	padding:6px 0 0 30px;
	color:#656C52;
	font-size:14px;	
	line-height:18px;
	font-weight:bold;
}

.left-col, .right-col {
	margin-bottom: 11px;
}
.left-col {
	margin-right:10px;
}



#header {
	line-height:0;
	font-size:0;
}



table#quick_links {
/*	letter-spacing:-1px;*/
}

.left-col tr th,
.right-col tr th{
	background-image: url(../images/heading-arrows.jpg);
	background-repeat:no-repeat;
	background-position:4px 4px;
	background-color:#EBEBEB;
	height:33px;
	padding:5px 0 0 35px;
	border-bottom:1px solid #ABACAD;


}
.left-col tr td,
.right-col tr td,
.left-col tr td *,
.right-col tr td * {
	color:#636C7B;
	font-size:11px;
}
.left-col tr td a,
.right-col tr td a{
	color:#37465F;
}
.left-col tr td a:hover,
.right-col tr td a:hover {
	color:#F7550D;
}
.left-col .cta_link,
.blog .cta_link {
	text-align:right;
	padding:20px 10px 10px 10px;

}
.right-col .cta_link {
	padding:6px 0 7px 20px;
}


.right-col h4 {
	color:#81886D;
	font-size:12px;
	margin-top:10px;
	padding-bottom:0;
	margin-bottom:0;
}
.left-col span.bullet,
.right-col span.bullet {
	color:#D78452;
	letter-spacing:-3px;
	font-weight:bold;
}

#footer {
background-color:#FFFFFF;
margin-bottom:20px;
	width:100%;
	text-align:center;
	font-size:11px;
	color:#7F7F7F;
}

#seo {
	padding-top:20px;
}
#seo table th{
	padding:10px 25px;
	color:#636C7B;
	font-size::16px;
	height:15px;
	border-bottom:1px solid #E0E1E2;
}
#seo table.seo_box td {
	padding:10px 25px;
}
#seo table.seo_box {
	margin:6px;
	border:2px solid #E0E1E2;
}

/**********

Layout

**********/
*.* {
	padding:0;
	margin:0;
}
a img {
	border:0;
}


#leftnewfeeds li a {
padding-left: 20px;
padding-right: 8px;
}
#statictext .feeds .entry {
margin-bottom:15px;
}
#statictext .feeds .entry h2,
#statictext .feeds .entry h2 a {
margin-bottom:3px;
padding-bottom:3px;
}
#statictext .feeds .entry .date {
padding: 3px 10px;
}

#hpflashcontent {
z-index: 1;
}
#technorati {
display:none;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;

}

div#page {
	width: 950px;
	margin:  auto;
	text-align: left;

}
    
div#breadcrumbs {
   display:block;
   padding-top: 5px;
   padding-right: 10px;
   padding-bottom: 5px;
   text-align: right;
}

div#content {
	padding:0px;
}

div#main {
	padding:0px;
}
div#main div#text {
	margin:40px 10px;
}
div#main div#text div#statictext {
	margin:0px 40px 0px 55px;
}
div#main div#text h1,
div#main div#text h2 {
	padding-right:20px;
}
div#main div#text h2 {
	padding-bottom:30px;
}

div#main div#text h3,
div#main div#text h4,
div#main div#text p,
div#main div#text ul,
div#main div#text ol {
padding-right: 65px;
}

div#text .modulerssentry {
	padding:10px 0px;
}
div#text .modulerssentry .title{
display:block;

}
div#text .modulerssentry .desc{
display:block;
padding: 5px;
}
div#cta {
background-image: url(../uploads/images/cta_bg.jpg);
background-repeat: repeat-y;
   margin: 30px auto 50px auto;
width: 522px;
   padding: 0px;
}

div#cta div#ctaContent {

margin: 20px 20px 20px 20px;

}

div#cta div#ctaContent li{
   padding: 0px 0px 20px 0px;
line-height: 17px;
}

div#cta div#ctaContent h4{
   margin-bottom:10px;
}

div#cmsfooter {
   margin: 0;
   padding: 15px;
   text-align: right;
}

div#cmsfooter p {
}


/* END LAYOUT */


/**********

Colors

**********/

body {
	background-image: url(../images/background.gif);
	background-repeat:repeat;
}

div {
	color:#575651;
}
div#page { background-color:#FFF}

div#hpflash {
z-index: 1;
}
#menu_holder{
	width:950px;
	height:28px;
	background-color:#FFFFFF;
}
#minisearch  #minsearchsubmit{
	color:#fff;
}
#text {
	color:#575651;
}
#parenttitle {
	color:#65645C;
}
div#pagetitle {
	color: #fff;
}
div#breadcrumbs,
div#breadcrumbs a { 
	color: #202E1F;
 }
div#cta div#ctaContent{
	color: #63615C;

  	list-style: url(/uploads/images/cta_arrow.jpg) none;
}
div#cta a {
	color: #63615C;
}
div#cta a:hover {
	color: #F7550D;
}
div#header {

}
		
div#cmsfooter {
	color: #fff;
	background: #fff url(/uploads/images/contentBg.jpg);
}



.leftContent .modulerssentry {
	background-image: url(/uploads/images/newsfeed_spacer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.leftContent .modulerssentry a {
	color: #747472;

}

.leftContent .modulerssentry a:hover {
	color: #F7550D;
text-decoration:underline;
}


/* Links */		
a {
	color: #575651;
}
a:hover {
	color: #F7550D;
	text-decoration: underline;
}

/* Headings */	
h1, h2, h3, h4, h5, h6 {
	color: #6A824F;
}

/**********

Typography

**********/


body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: #171A1F;
}

div {
	font-size: 11px;
	line-height:14px;
}

img {
	behavior: url("/uploads/pngbehavior.htc");
	border: 0;
}
	
a {
	text-decoration: underline;
color: #171A1F;
}

h1,h2,h3,h4,p,li,div,th,td,blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	line-height:20px;
color:#54673F;
}
h2 {
	font-size: 13px;
	line-height:16px;
margin:0;
font-weight: normal;

padding-left: 20px;
background-image: url(../uploads/images/header2_arrow.gif);
background-position: left 4px;
background-repeat: no-repeat;

color: #494A48;
}
h3 {
	font-size: 12px;
	line-height:13px;
       padding-top: 10px;
color: #54673F; 
padding-bottom:0px;
margin:0px;
}

h4 {
	font-size: 11px;
	line-height:18px;
color: #494A48;
}

p {
	font-size: 11px;
	line-height:18px;
margin-top:2px;

}
blockquote {
/*background-image: url(uploads/images/box_bg.jpg);
background-repeat: repeat-y;*/
       	font-size: 11px;
	line-height:14px;
color: #525252;
padding: 10px 0px;
}

div.what {
margin: 10px 20px;

font-style: italic;
color: #525252;
}

div.who {

margin-bottom: 10px;
margin-left: 20px;

font-size: 9px;
font-weight: bold;
color: #525252;
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code, pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	white-space: pre;
}

#text {
color: #525252;
}

#text ul {

}
#text ul li {
COLOR: #525252;
	font-size: 11px;
	line-height:16px;
	margin-bottom:5px;
}
#text ol {
	font-size: 12px;
}
#text ol li {
	font-size: 11px;
	line-height:16px;
	margin-bottom:5px;
}

table {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
table caption {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
th {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}
td {
	font-size: 11px;

}
	
hr {
		   
}
div.hr {
	height: 1%;
	margin: 10px;
	border-top: 1px solid #F4F2EA;
	border-bottom: 1px solid #D7D2BA;
}

#minisearch  #minsearchsubmit{
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
#parenttitle {
	font-size:14px;
	font-weight:bold;
}

div#pagetitle {
	font-size:11px;
}
div#pagetitle span.parenttitle {
	font-size:12px;
	font-weight:bold;
}
div#breadcrumbs {
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
color: #506448;
 }

div#breadcrumbs a {
	text-decoration:none;
color: #506448;
 }
div#breadcrumbs strong {
	font-weight:bold;
 }
div#cta div#ctaContent h4 {
	font-size:13px;
}
div#cta div#ctaContent li {
	font-size:11px;
	margin-bottom:1px;
	padding-left:5px;
}
div#cta a {
	font-weight:bold;
	text-decoration:none;
}

div#cta a:hover {
color: #DF4D0D;
}

div#cta h4 {
      color: #3F3F3F;
}

.leftContent .modulerssentry {
	margin:0px 3px;
	padding:6px 0px 10px 0px;
	font-size:10px;
}
.leftContent .modulerssentry a {
	text-decoration:none;
}
div#text .modulerssentry a.title{
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
div#text .modulerssentry a.title:hover{
	text-decoration:underline;
}
div#cmsfooter p {
   font-size: 10px;
}

