html{ 
 margin:0; 
 padding:0; 
 text-align: left;
	background-color: #003d59;
} 
 
#pagewidth{ 
 width:973px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
	background-color: #ffffff;
}

#leftcol{
 width: 364px; 
 float:left; 
 position:relative;
	margin: 0;
	padding: 0;
	background: #fff;
	height: 600px;
}
 
#twocols{
 width: 55%; 
 float:right; 
 position:relative;
	padding: 0 50px 0 0;
}
 
#maincol{  
 float: left; 
 display:inline; 
 position: relative;
	width: 98%;
	background-color: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#maincol_intro p{
	color: #00a39a;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.7em;
}
 
#footer{
 height:100px; 
  background-color: #d8d8d8; 
 clear:both;
	border-top: 1px solid #999999;
	padding:10px 10px 20px 10px;
} 
 

 
 /* *** Float containers fix*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }

#wrapper {
	background-color: #ffffff;
}
 
.clearfix{display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/

/* @group Quote 1 Styles */

#quote1 {
	display: block;
	width: 205px;
	height: 205px;
	margin: 22px 0 0 52px;
	padding: 0;
	background: url(/t4cms/cstr_quote1_circle.jpg) no-repeat 0 0;
}

#quote1_quote {
	color: #00a39a;
	font-style: italic;
	font-weight: bold;
	padding: 60px 20px 0 30px;
	margin: 0 0 5px;
	font-size: 1em;
	line-height: 1em;
}

#quote1_name {
	font-weight: bold;
	color: #333333;
	font-size: .7em;
	line-height: 120%;
	padding: 0 20px 0 30px;
	margin: 0;
}

#quote1_title {
	color: #333333;
	font-size: .7em;
	line-height: 120%;
	margin: 0;
	padding: 0 20px 0 30px;
}

/* @end */

/* @group Quote 2 Styles */

#quote2 {
	display: block;
	width: 244px;
	height: 244px;
	margin: 26px 0 0 80px;
	padding: 0;
	background: url(/t4cms/cstr_quote2_circle.jpg) no-repeat 0 0;
}

#quote2_quote {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	padding: 60px 20px 0 30px;
	margin: 0 0 5px;
	font-size: 1em;
	line-height: 1em;
}

#quote2_name {
	font-weight: bold;
	color: #00a39a;
	font-size: .7em;
	line-height: 120%;
	padding: 0 20px 0 30px;
	margin: 0;
}

#quote2_title {
	color: #00a39a;
	font-size: .7em;
	line-height: 120%;
	margin: 0;
	padding: 0 20px 0 30px;
}

/* @end */

@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* Level 1 (Main Menu)--Start */

#level1-menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
	height: 50px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	width: 973px;
	background: url(..//t4cms/cstr_main_menu_bg_normal.jpg) repeat-x 0 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #666666;
} 
#nav li {
  float: left;
  display: inline;
  background: url(..//t4cms/cstr_main_menu_bg_normal.jpg) no-repeat 0 0;
	height: 50px;
	font-size: 1.2em;
	line-height: 1.2em;
	list-style-type: none;
	width: 137px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: 1px solid #666666;
	border-left: 1px solid #d8d8d8;
}
#nav a {
  float: left;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
   background: url(/t4cms/cstr_main_menu_bg_normal.jpg) repeat-x right;
	height: 50px;
	margin-left: 0;
	width: 100%;
	padding: 0;
}
#nav a:hover {
  color: #ffffff;
	text-decoration: underline;
	background: url(..//t4cms/cstr_main_menu_bg_over.jpg) repeat-x 0 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Level 1 (Main Menu)--End */

#breadcrumb{position:relative; height: 30px; width: 100%;
	background-color: #00a39a;
	padding: 0;
	clear: left;
	float: left;
	line-height: 30px;
	font-size: 80%;
}

/* @group Breadcrumbs text links */

#breadcrumb_left {
	float: left;
	display: block;
	color: #ffffff;
}
#breadcrumb ul{position:relative; margin: 0 5px; padding:0; height: 30px; background: url(..//t4cms/cstr_breadcrumbImage.png) repeat-x 0px -30px; }
#breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline;}
#breadcrumb ul li a{ color: #ffffff; text-decoration:none; display:block; background: url(..//t4cms/cstr_breadcrumbImage.png) no-repeat 100% -60px; padding: 0 8px; outline:none;
}
#breadcrumb ul li a:hover {text-decoration:underline; color: #ffffff;}
#breadcrumb ul li a.active{background:none; color: #ffffff;}

/* @end */

/* @group Search Section */

#search_form {
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	display: inline;
	float: right;
	color: #333;
}

#search_field_area {
	display: inline;
	float: right;
	border-style: none;
	height: 20px;
	width: 123px;
	padding-top: 0;
	padding-bottom: 3px;
	background: url(..//t4cms/cstr_search_bg.png) no-repeat 0 6px;
	padding-left: 20px;
	margin-top: 0;
}

#search_field {
	border-style: none;
	width: 92px;
	height: 14px;
	margin-top: 1px;
	color: #00a39a;
}

#search_button {
	display: inline;
	float: left;
	margin-top: 5px;
	color: #333333;
}

/* @end */

#breadcrumb strong {
	color: #ffffff;
}

/* Styles for the footer section. */

/* @group Left content */

#footer_left {
	float: left;
	display: block;
	width: 600px;
	margin-bottom: 5px;
padding-top:10px;
}

#footer_left img {
	display: inline;
	float: left;
	border-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

/* @end */

/* @group Right content */

#footer_right {
	display: block;
	text-align: right;
	width: 200px;
	float: right;
}



/* @end */

#footer_right img {
	border-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
	float: right;
}

#footer_right p {
	text-align: left;
	display: inline;
	float: left;
	padding-top: 22px;
}

#footer_bottom {
	text-align: right;
	clear: both;
	display: block;
	margin-top: 20px;
	margin: 0;
	padding: 0;
}

#maincol_intro {
	color: #00a39a;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.7em;
}
 
#footer{
 height:100px; 
  background-color: #d8d8d8; 
 clear:both;
	border-top: 1px solid #999999;
	padding: 20px 20px 10px;
} 
 

 
 /* *** Float containers fix*** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }

#wrapper {
	background-color: #ffffff;
}
 
.clearfix{display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/

/* @group Quote 1 Styles */

#quote1 {
	display: block;
	width: 205px;
	height: 205px;
	margin: 22px 0 0 52px;
	padding: 0;
	background: url(/t4cms/cstr_quote1_circle.jpg) no-repeat 0 0;
}

#quote1_quote {
	color: #00a39a;
	font-style: italic;
	font-weight: bold;
	padding: 60px 20px 0 30px;
	margin: 0 0 5px;
	font-size: 1em;
	line-height: 1em;
}

#quote1_name {
	font-weight: bold;
	color: #333333;
	font-size: .7em;
	line-height: 120%;
	padding: 0 20px 0 30px;
	margin: 0;
}

#quote1_title {
	color: #333333;
	font-size: .7em;
	line-height: 120%;
	margin: 0;
	padding: 0 20px 0 30px;
}

/* @end */

/* @group Quote 2 Styles */

#quote2 {
	display: block;
	width: 244px;
	height: 244px;
	margin: 26px 0 0 80px;
	padding: 0;
	background: url(/t4cms/cstr_quote2_circle.jpg) no-repeat 0 0;
}

#quote2_quote {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	padding: 60px 20px 0 30px;
	margin: 0 0 5px;
	font-size: 1em;
	line-height: 1em;
}

#quote2_name {
	font-weight: bold;
	color: #00a39a;
	font-size: .7em;
	line-height: 120%;
	padding: 0 20px 0 30px;
	margin: 0;
}

#quote2_title {
	color: #00a39a;
	font-size: .7em;
	line-height: 120%;
	margin: 0;
	padding: 0 20px 0 30px;
}

/* @end */

@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}




