/*ADDING A LOT OF COMMENTS SO FILESIZE WILL ADJUST- DREAMWEAVER BUG*/
body {
	margin:0;
	padding:0 0 5px 0;
	background-color: #b6c0c1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
}

#insight 
{
	padding-left:210px; float:left;
}

#insight a
{
	color: #4A9294; background:#D6E7EF; border:1px solid #00616B;padding:5px 10px 5px 10px;
	margin-bottom:20px; width:230px; text-align:center;
	font-size:16px;text-decoration:none;float:left;font-weight:bold;
}
#insight a:hover
{
	background:#00616B; color: #FFFFFF;
	border:1px solid #00616B;padding:5px 10px 5px 10px;
	margin-bottom:20px; width:230px;
	font-size:16px;
}
/*********FONTS**************/
p {
	font-family: Arial;
	font-size: 12px;	
	font-weight:normal;

	color: #616161;
	line-height: 16px;		
}
a {
	color: #01646A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #01646A;
}


td, li
{
	font-family: Arial;
	font-size: 12px;	
	font-weight:normal;
	color: #616161;
	line-height: 16px;
}
table tbody td .scoreCard
{
	color: white;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #01646A;
	margin: 0;	
} 
h2 {
	font-family: Arial;
	font-size: 12px;	
	font-weight:bold;
	color: #00646a;
	margin-bottom:5px;
	padding-bottom:0px;	
}

h3 {
	font-family: Arial;
	font-size: 14px;	
	font-weight:bold;
	color: #10495e;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;	
}

.copy {
	color: #5f6465;
}

/********* INPUT AND FORM STYLES **************/
.SearchButton{
}

input {
	border: 1px solid #b6b6b6;
	font-size: 11px;
	color: #001727;
}
td.checkbox input {
	border: none;
}

input.btn {
	border: none;
	position: relative;
	top: 2px;
}

input.search {
	width: 140px;
	color: #616161;
}

.DropDown
{
	font-family: Arial;
	font-size: 12px;	
	color: #616161;
}

input.email {
	width: 170px;
	color: #616161;
}

/********* DIV STYLES BEGIN **************/

#container {
/*	width: 1044px;	*/
	width: 1010px;
	margin: 0 auto;
	text-align: left;
}


.containerBG {
	float: left;
/*	width: 1011px;
	background-image:url(../media/home-comp04v3_07.gif);
	background-repeat:repeat;*/
	width: 980px;
	background-image:url(../media/BG-container.gif);
	background-repeat:repeat-y;	
	padding: 0 0 0 33px;
}


#header {
	float: left;
	clear: both;
	padding-top:5px;
	width: 940px;
	min-height: 80px;	
}	

#innercontent {
	float: left;
	clear: both;
	width: 938px;
	background-color: #f7f5f0;
	border: 1px solid #dcd0a6;
	height: 332px;
}

#flash_right {
	float: right;	
	width:645px;
	text-align: right;
	vertical-align: top;	
}

#flash_left {
	float: left;
	background-color: #f7f5f0;
	padding-left:10px;
	padding-top: 30px;
	float: left;
	width: 260px;
	text-align:left;	
	word-wrap: normal;
}

.floatright{
	float:right;
}

.floatleft {
	float:left;
}

.logo {
	float: left;
	margin: 15px 0 0 0;
}

.callout {
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	width: 960px;
}

.callout a {
	color:#288398;
}

.calloutBoxFirst
{
	
	float: left;
	background-image:url(../media/BG-Tile-Callouts.gif);
	background-repeat:repeat-x;
	background-color: #faf5e1;
	width: 266px;
	border: 1px solid #dcd0a6;
	padding: 8px 18px;
	min-height: 330px;
	height: 330px;
	min-height: 330px;

}

.calloutBoxFirst a
{
	font-family: Arial;
	font-size: 12px;	
	font-weight:normal;

	color: #616161;
	line-height: 16px;	
	text-decoration: none;
}
.calloutBoxFirst a:hover
{
	text-decoration: underline;
}

.calloutBoxFirst h3
{
	padding-bottom:25px;
	margin:0px;
}
.calloutBox
{
	float: left;
	background-image:url(../media/BG-Tile-Callouts.gif);
	background-repeat:repeat-x;
	background-color: #faf5e1;
	width: 266px;
	border: 1px solid #dcd0a6;
	padding: 8px 18px;
	margin: 0 14px 0 0;
	min-height: 330px;
	height: 330px;
}


.calloutBoxLast
{
	float: left;
	background-image:url(../media/BG-Tile-Callouts.gif);
	background-repeat:repeat-x;
	background-color: #faf5e1;
	width: 266px;
	border: 1px solid #dcd0a6;
	padding: 8px 18px;
	margin: 0 14px 0 0;
	min-height: 330px;
	height: 330px;
}


/* IE6 Min-Height HACK */

* html .calloutBoxFirst { height:305px; } 
* html .calloutBox { height:305px; } 
* html .calloutBoxLast { height:305px; } 


.calloutBoxFirst p, .calloutBox p, .calloutBoxLast p {
	margin: 0;
}



/*******BLOG STYLES***********/

ul#menu{
	float: left;
	clear: both;
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	width:100%;
	display:block;
	height:27px;
	font-size:13px;
	background-color: #e0d4a0;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#af930e;
	text-decoration:none;
	padding:5px 20px 0 20px;	
	height:22px;
	background: #efe9cf;
	font-weight: bold;
	}
ul#menu li a:hover{
	background: #93a6a7;
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

ul#menu li.pageName {
	display:block;
	background: #efe9cf;
	float:left;	
	height:22px;
	padding: 5px 10px 0 10px;
	border-right:1px solid #ffffff;
	font-weight: bold;
	font-size: 14px;
	float: left;
	color: #00646a;
}

ul.menu{
	float: left;
	clear: both;
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	width:100%;
	display:block;
	height:27px;
	font-size:13px;
	background-color: #e0d4a0;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul.menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul.menu li a{
	display:block;
	float:left;
	color:#af930e;
	text-decoration:none;
	padding:5px 20px 0 20px;	
	height:22px;
	background: #efe9cf;
	font-weight: bold;
	}
ul.menu li a:hover{
	background: #93a6a7;
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

ul.menu li.pageName {
	display:block;
	background: #efe9cf;
	float:left;	
	height:22px;
	padding: 5px 10px 0 10px;
	border-right:1px solid #ffffff;
	font-weight: bold;
	font-size: 14px;
	float: left;
	color: #00646a;
}
ul.menu li.currentPage a {
	color: #01646A;
}
#blogtitle{
	width: 659px;
	float: left;
	clear: both;
	background-image: url(../media/blogtitle.jpg);
	background-repeat:repeat-x;
	height: 37px;
	text-align:right;
	margin: 0 0 10px 0;
	padding: 3px 5px 0 0;
	
}       

#blogtitle h1 {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0;	
} 

#blogcontent{
	float: left;
}

#blogcontent h2 {
/*	color: #bfa113;*/
	color: #01646A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0;	
}
#blogcontent img {
	border: 2px solid #D2C080;
}
.CaseImage {
	border: 2px solid #D2C080 !important;
	
}
#blogcontent p {
/*	color: #838383;*/
	color: #616161;
	line-height:1.5;
}  

#blogcontent p.italic {
	font-style: italic;
	margin: 0;
	font-weight: bold;
}

#blogcontent_footer {
	margin:0;
	padding: 5px 0 0 10px;
	/*width: 686px;*/
	height: 30px;
	font-size:11px;
	color:#000000;
	background-color: #efe9cf;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}


#blogcontent_footer .floatleft {
	padding: 4px 0 0 0;
}

.BlogComments{
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	background-color: #E3ECF6;
}
.mainCont {
	float: left;
	clear: left;
	/*width:694px; */
	width: 665px;
	margin: 10px 0 0 20px;
	text-align:left;
	padding: 0 0 15px 0;
}

* html .mainCont { margin: 10px 0 0 10px; } 

.mainCont a {
/*	color: #bfa113;*/
	color: #01646A;
}

.mainCont a:hover {
	text-decoration: none;
/*	color: #bfa113;*/
	color: #01646A;
}

.detailCont {
	float: left;
	clear: both;
	/*width: 977px;*/
	width: 942px;
}


.rightCont {
	float: right;
	width:243px;
	margin: 10px 0 0 0;
}

.indInsights {
	float: right;
	clear: both;
	width: 210px;
	background-color:#f8f6f2; 
	border: 1px solid #dcd0a6; 
	margin-top: 10px; 
	min-height: 110px;
	padding: 10px 10px 0 20px;

}

/*Firefox, Chrome*/
ul.noindent
{
	padding-left: 15px;
}

/*IE 7*/
*+html ul.noindent
{
	margin-left: 2px;
}

* html  ul.noindent{ margin-left: 2px;} 


.bottomSidebar {
	float: right;
	clear: both;
	width: 210px;
	border: 1px solid #dcd0a6; 
	margin-top: 10px; 
	padding: 10px 10px 10px 20px;
}
.socialMedia {
	float: right;
	clear: both;
	width: 215px;
	margin-top: 20px;
	margin-bottom: 10px; 
	padding-right: 8px;
}
.blogSidebar{
	float: right;
	clear: both;
	width: 215px;
	background-image:url(../media/BG-Tile-Callouts.gif); 
	background-repeat:repeat-x;
	background-color: #faf5e1;
	border: 1px solid #dcd0a6;
	margin-top: 10px;
	padding: 10px 10px 10px 15px;
	font-family: Arial;
	font-size: 12px;	
	font-weight:normal;
	color: #616161;
	line-height: 16px;	
}
.blogCategories {
	float: right;
	clear: both;
	width: 210px;
	background-color:#f8f6f2; 
	border: 1px solid #dcd0a6; 
	margin-top: 10px; 
	min-height: 110px;
	padding: 10px 10px 5px 20px;

}
.blogCategories ul{
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.blogCategories li {
	background-image:url(../media/arrow.gif); 
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 20px;
	line-height: 19px;
}

.blogCategories li a {
	color: #288498;
}

.blogCategories li a:hover {
	text-decoration: none;
	color: #288498;
}

.paging {
	font-family: Arial;
	font-size: 12px;	
	font-weight:normal;
	color: #616161;
	width: 670px;
	text-align: center;
}

.subscribeCallout {
	float: right;
	clear: both;
	width: 215px;
	background-image:url(../media/BG-Tile-Callouts.gif); 
	background-repeat:repeat-x;
	background-color: #faf5e1;
	border: 1px solid #dcd0a6;
	margin-top: 10px;
	padding: 10px 10px 10px 15px;
	font-family: Arial;
	font-size: 12px;	
	font-weight:normal;
	color: #616161;
	line-height: 16px;	
}
.subscribeCallout a {
	color: #01646A;
	text-decoration: underline;
}

.subscribeCallout a:hover {
	color: #01646A;
	text-decoration: none;
}
.subscribeCallout h3 {
	font-family: Arial;
	font-size: 14px;	
	font-weight:bold;
	color: #10495e;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:10px;	
}
.subscribeCallout img {
 border: 2px solid #D2C080;
}
.subscribeCallout ul{
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
.subscribeCallout li {
	background-image:url(../media/arrow.gif); 
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 20px;
	line-height: 19px;
}

.subscribeCallout li a {
	color: #288498;
}

.subscribeCallout li a:hover {
	text-decoration: none;
	color: #288498;
}

.breadCrumbs {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
	color: #d1c07f;
	font-size: 12px;
}

.breadCrumbs a {
	color: #bfa113;
}
.breadCrumbs a:hover {
	color: #bfa113;
}

span.tagged {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #6fa7ab;
}


.blogDetails {
	float: right;
	margin: 0 10px 0 0;
}


a.comments {
	float: left;
	height: 28px;
	background-image:url(../media/comments.gif); 
	background-repeat:no-repeat;
	background-position: 0 0;
	padding: 3px 0 0 25px;
	margin: 0 12px 0 0;
}


a.sharethis {
	float: left;
	height: 28px;
	background-image:url(../media/sharethis.gif); 
	background-repeat:no-repeat;
	background-position: 0 0;
	padding: 3px 0 0 25px;
}


ul.arrow {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}


ul.arrow li {
	background-image:url(../media/arrow.gif); 
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 20px;
	line-height: 19px;
}

ul.arrow li a {
	color: #288498;
}

ul.arrow li a:hover {
	text-decoration: none;
	color: #288498;
}


ul.userFunctions {
	float: right;
	clear: both;	
	width: 220px;
	margin: 10px 0 10px 17px;
	padding: 0;
	list-style: none;
	font-size: 12px;
}


ul.userFunctions li {
	padding: 0 0 5px 27px;
	line-height: 20px;
}


ul.userFunctions li.email {
	background-image:url(../media/icon-email.gif); 
	background-repeat:no-repeat;
}

ul.userFunctions li.print {
	background-image:url(../media/icon-print.gif); 
	background-repeat:no-repeat;
}

ul.userFunctions li.digg {
	background-image:url(../media/icon-digg.gif); 
	background-repeat:no-repeat;
}

ul.userFunctions li.delicious {
	background-image:url(../media/icon-delicious.gif); 
	background-repeat:no-repeat;
}

ul.userFunctions li.facebook {
	background-image:url(../media/icon-facebook.gif); 
	background-repeat:no-repeat;
}

ul.userFunctions li.technorati {
	background-image:url(../media/icon-technorati.gif); 
	background-repeat:no-repeat;
}

ul.userFunctions li.share {
	background-image:url(../media/icon-share.gif); 
	background-repeat:no-repeat;
}

ul.userFunctions li a {
	color: #919191;
}


ul.userFunctions li a:hover {
	text-decoration: none;
	color: #919191;
}


/***********FOOTER***************/

#footer {
	float: left;
	clear: both;
	/*width: 100%;*/
	width: 1010px;
	background:#b6c0c1;
	background-image:url(../media/BG-Footer.gif);
	background-position: top;	
	background-repeat:no-repeat;
	font-size: 11px;
	text-align: center;
}


	
/*NAVIGATION (TOP and BOTTOM)*/
#topright_nav {
	float: right;
	width: 550px;	
	font-size: 11px;
	margin: 0 0 0 0;
	padding-top: 2px;
	padding-bottom: 3px;
}

#topright_nav a {	
	color: #616161;
	margin: 0 5px 0 5px;
}

.topLinks {
	float: left;
	padding: 2px 0 0 0;
}

.searchBox {
	float: right;
	width: 345px;
}


img, a { behavior: url(iepngfix.htc) }

img{
	border: none;
}

#footer_navbar {
		padding-top:15px;
}
#footer_navbar ul {
	
	color:#ffffff;
	white-space: nowrap;
}
#footer_navbar li {
	list-style-type: none;
	display: inline;
}
#footer_navbar li a {
	font-weight: 11px;
	font-weight: bold;
	padding: 0px 5px;
	color:#288398;
}

#footer_navbar ul li a.selectedItem {
color:#ffffff;
}

#footer_navbar ul li a:hover {
color:#ffffff;
}

.navbar {
	/*margin: 10px 0 0 0;*/
	margin: 20px 0 0 0;
	float:right;
	/*font-size: 12px;*/
	font-size: 14px;
	font-weight: bold;	
}
.navbar ul {	
/*	color: #818181;	*/
	color: #616161;
	white-space: nowrap;	
}
.navbar li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
}
.navbar li a {	
	padding-left:5px;
/*	color: #818181;	*/
	color: #616161;
	text-decoration: none;
}

.pipe {
padding-left:5px;
}

.navbar ul li a.selectedItem {
color:#00646a;
}

.navbar ul li a:hover {
color:#00646a;
}

/***** Newsletter Styles *********/
.mainContNewsletter {
	float: right;
	clear: right;
	/*width:694px; */
	width: 645px;
	margin: 10px 0 0 20px;
	text-align:left;
	padding: 0 0 15px 0;
}
.leftContNewsletter {
	float: left;
	width:243px;
	margin: 10px 0 0 0;
}
.leftContNewsletter h2 {
	display:block;
	background: #efe9cf;
	height:22px;
	width: 243px;
	padding: 5px 10px 0 10px;
	border-right:1px solid #ffffff;
	font-size: 16px;
	color: #00646a;
	font-weight: bold;
}
.leftContNewsletter p {
	padding-left: 8px;
}
* html .mainContNewsletter { margin: 10px 0 0 10px; } 

.mainContNewsletter a {
/*	color: #bfa113;*/
	color: #01646A;
}

#newsletterTitle{
	width: 639px;
	background-image: url(../media/blogtitle.jpg);
	background-repeat:repeat-x;
	height: 37px;
	text-align:right;
	margin: 0 0 10px 0;
	padding: 3px 5px 0 0;
	
}       

#newsletterTitle h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #01646A;
	margin: 0;	
} 
#newsletterContent{
	padding-bottom: 0px;
}

#newsletterContent h3{
	color: #01646A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0px;
}

#newsletterContent h2 {
	color: #01646A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0;	
}

#newsletterContent p {
	color: #616161;
}  

#newsletterContent p.italic {
	font-style: italic;
	margin: 0;
	font-weight: bold;
	float:left;
}
#newsletterPageTitle {
	padding-top: 30px;
	padding-left: 380px;
	color: #01646A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
}
#newsletterPageName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: italic;
	text-align: right;
	float:right;
	width: 200px;
}
#newsletterFooter_navbar {
		padding-top:5px;
}
#newsletterFooter_navbar ul {
	
	color:#ffffff;
	white-space: nowrap;
	padding-right: 110px;
	padding-top: 0px;
}
#newsletterFooter_navbar li {
	list-style-type: none;
	display: inline;
}
#newsletterFooter_navbar li a {
	font-weight: 11px;
	font-weight: bold;
	padding: 0px 5px;
	color:#288398;
}

#newsletterFooter_navbar ul li a.selectedItem {
color:#ffffff;
}

#newsletterFooter_navbar ul li a:hover {
color:#ffffff;
}




































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

