@charset "utf-8";
/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll !important;
	margin-bottom: 10px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
.section {
	display: inline;
	clear: left;
	float: left;
	width: 100%;
}

a {
	outline: none;
	color: #005C91;
}

#header {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header img {
	float: left;
}
#header #topmenu {
	display: block;
	float: right;
	color: #00568B;
	margin-bottom: 18px;
	margin-top: 15px;
	text-align: right;
}
#header #topmenu a {
	color: #00568B;
	text-decoration: none;
}
#header #topmenu a:hover {
	color: #00568B;
	text-decoration: underline;
}
#nav {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 898px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	z-index: 5000;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	height: 40px;
	z-index: 2500;
	width: 149px;
}
#menu ul.blog, #menu ul.home {
	width: 151px;
}
#menu li {
}

/*
#menu .home {
	width: 128px;
	height: 40px;
	display: block;
	text-align: center;
	float:left;
}
#menu .services {
	width: 128px;
	height: 40px;
	display: block;
	text-align: center;
	float:left;
}
#menu .solutions {
	width: 128px;
	height: 40px;
	display: block;
	text-align: center;
	float:left;
}
#menu .why {
	width: 128px;
	height: 40px;
	display: block;
	text-align: center;
	float:left;
}
#menu .outsource {
	width: 129px;
	height: 40px;
	display: block;
	text-align: center;
	float:left;
}
#menu .resources {
	width: 128px;
	height: 40px;
	display: block;
	text-align: center;
	float:left;
}
#menu .company {
	width: 129px;
	height: 40px;
	display: block;
	text-align: center;
	float:left;
}
*/
#menu .lonelink {
	border:none;
	font-size: 11px;
}
#menu .lonelink:hover {
	border:none;
	color: #FFFFFF;
}
#menu .droplink {
	border:none;
	font-size: 11px;
}
#menu .droplink:hover {
	border:none;
	color: #FFFFFF;
}
#menu .droplink_sel, #menu .lonelink_sel {
	color: #17679A;
	border:none;
	font-size: 11px;
}
#menu a, #menu h6 {
	display: block;
	margin: 0;
	padding:0;
}
#menu h6 a {
	color: #17679A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	height: 33px;
	padding-top: 7px;
}
#menu h6 a.selected {
	color: #669900;
}
#menu h6 a:hover {
	color: #FFFFFF;
	background-color: #00568B;
}
#menu .drop {
	top:100%;
	z-index: 500;
}
#menu a {
	color: #17679A;
	text-decoration:none;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	text-align: left;
	width: 150px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#menu ul ul li {
	z-index: 250;
}
#menu .contact ul {
	margin-left:-18px;
}
#menu ul ul a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #17679A;
	text-decoration: none;
	font-size:9pt;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	height: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	z-index: 150;
}
#menu ul ul a:hover {
	color: #FFFFFF;
	background-color: #17679A;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu .dropsub {
	margin-left: 0px;
}
#menu .singlelink {
	height: 20px;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
	overflow:hidden;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
	overflow:visible;
}
#main {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding-top: 5px;
	padding-bottom:4px;
}
#main #home_left {
	float: left;
	width: 620px;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
}
#home_left #home_statement h2 {
	color: #155F8F;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#main #home_left #home_statement p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 16px;
}
#home_left #home_turnkey {
	margin-right: 20px;
}

#main  #home_left  #home_turnkey, #main #home_left #home_solutions {
	float: left;
	width: 300px;
	display: block;
}

#home_left  #home_turnkey  h2, #home_left #home_solutions h2 {
	font-size: 11px;
	font-weight: bold;
	color: #155F8F;
	background-image: url(images/home_box_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 55px;
	line-height: 18px;
}
#home_left  #home_turnkey  p, #home_left #home_solutions p {
	margin: 0px;
	line-height: 18px;
	background-image: url(images/home_box_bg.jpg);
	background-repeat: repeat-y;
	height: 90px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#home_left  .home_footer {
	line-height: 28px;
	background-image: url(images/home_box_footer.jpg);
	display: block;
	height: 28px;
	width: 300px;
	text-align: center;
}
#home_left  .home_footer a {
	font-weight: bold;
	color: #FFFFFF;
}
#home_left h3 {
	margin-top: 30px;
}
#home_left ul {
	padding-left: 15px;
	margin-bottom: 50px;
}
#home_left ul li {
	font-size: 13px;
}


#main #home_news {
	float: left;
	width: 245px;
	line-height: 16px;
	padding-right: 15px;
}
#main #home_news h2 {
	margin: 0px;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}
#home_news p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#home_news  a {
	font-weight: bold;
	color: #155F8F;
}

#main .clearb {
	display: block;
	clear: both;
	height: 20px;
}


#main.internal {
	background-color: #FFFFFF;
	margin-top: 10px;
	background-image: url(images/border_main_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0;
}
#main #left {
	display: block;
	float: left;
	width: 180px;
}
.internal #left {
	color: #666666;
	padding-bottom: 4px;
}
#left form {
	color: #818181;
}

.internal #left a {
	color: #00568B;
	text-decoration: none;
}
.internal #left a:hover {
	color: #00568B;
	text-decoration: underline;
}
#left h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #005C91;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#left h3 {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#left .learnmore {
	display: block;
	margin-top: 10px;
	text-align: right;
}
#left .learnmore a {
	color: #669933;
	font-size: 13px;
	font-weight: bold;
}
#left .learnmore a:hover {
	color: #669933;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}
#left .leftbox_top .learnmore a {
	color: #669933;
	font-size: 13px;
	font-weight: bold;
}
#left .leftbox_top .learnmore a:hover {
	color: #669933;
	font-size: 13px;
	font-weight: bold;
}
#left .leftbox_home_bottom .learnmore {
	display: block;
	margin-top: 2px;
	text-align: right;
}
#left .leftbox_home_bottom .learnmore a {
	color: #669933;
	font-size: 13px;
	font-weight: bold;
}
#left .leftbox_home_bottom .learnmore a:hover {
	color: #669933;
	font-size: 13px;
	font-weight: bold;
}
#left .line {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left p {
	margin-top: 2px;
	margin-bottom: 2px;
}

.leftbox_top {
	width: 174px;
	display: inline;
	float: left;
	margin-left: 1px;
	padding-top: 11px;
	background-image: url(images/left_slidingdoor_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftbox_bottom {
	width: 160px;
	display: inline;
	float: left;
	padding-bottom: 11px;
	background-image: url(images/left_slidingdoor_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	font-size: 11px;
	color: #333333;
	padding-left: 7px;
	padding-right: 7px;
}
.leftbox_home_bottom {
	width: 160px;
	display: inline;
	float: left;
	padding-bottom: 11px;
	background-image: url(images/left_slidingdoor_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 7px;
	font-size: 11px;
	color: #333333;
	padding-left: 7px;
	padding-right: 7px;
}
.leftbox_internal1_top {
	width: 174px;
	display: block;
	float: left;
	margin-left: 1px;
	background-image: url(images/left_slidingdoor_internal_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.internal #left ul#leftnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.internal #left ul#leftnav li {
	line-height: 20px;
}
.internal #left #leftnav a.selected, .internal #left #leftnav a.selected:hover {
	color:#669900;
	font-weight: bold;
	text-decoration: none;
	cursor:default;
}
.internal #left #leftnav a.reg {
	color:#669900;
	font-weight: normal;
	text-decoration: none;
	cursor:default;
}
.leftbox_internal2_top {
	width: 174px;
	display: block;
	float: left;
	margin-left: 1px;
	padding-top: 11px;
	background-image: url(images/left_slidingdoor_internal_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftbox_internal_bottom {
	width: 160px;
	display: block;
	float: left;
	padding-bottom: 11px;
	background-image: url(images/left_slidingdoor_internal_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 11px;
	color: #333333;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 8px;
}
.leftbox_internal1_top {
	*margin-bottom:8px;
}
#main #right {
	display: inline;
	float: left;
	width: 720px;
}
#main #full {
	display: inline;
	float: left;
	width: 900px;
}

#main.internal #right {
	display: block;
	float: left;
	width: 675px;
	background-image: url(images/border_main_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 25px;
	padding-right: 15px;
	font-size: 11px;
	color: #666666;
	margin-left: 5px;
	padding-bottom: 15px;
}
#main.internal #right h1 {
	background-image: url(images/h_line.png);
	background-repeat: no-repeat;
	height: 25px;
	display: block;
	background-position: left bottom;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main.internal #right h2 {
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#main.internal #right h2.industry {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom: 1px dotted #000;
}
#main.internal #right h2 + p {
	margin-top:0px;
}
#main.internal #right h3 {
	font-size: 12px;
	color: #333333;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	display: block;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main.internal #right blockquote {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}
#main.internal  #right  ul.check {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main.internal  #right  ul.check li  {
	list-style-image: url(images/ul_check.png);
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main.internal  #right  ul.check3 li  {
	padding-top: 2px;
	padding-bottom: 2px;
}
#main.internal a {
	color: #73A4CD;
	text-decoration: underline;
}
#main.internal a:hover {
	color: #73A4CD;
	text-decoration: none;
}


#main #full #pics {
	display: block;
	float: left;
	width: 900px;
	height: 238px;
	margin-top: 5px;
	overflow: hidden;
}
#main a #pics img {
	border: none;
}


#main.internal #right .line {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear:left;
	margin-top: 10px;
	margin-bottom: 10px;
}



#footer {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 39px;
	font-size: 11px;
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	line-height: 39px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 900px;
}
#footer #copyright {
	width: 449px;
	float: left;
}
#footer #bottommenu {
	width: 449px;
	float: left;
	text-align: right;
}
#footer #bottommenu a {
	text-transform: uppercase;
	color: #17679A;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
}
#footer #bottommenu a:hover {
	text-decoration: underline;
}








.l_cbox {
	width: 150px;
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC !important;
}
.l_cbox_comments {
	width: 150px;
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC !important;
}
.cbox {
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC !important;
}
.cbox_comments {
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC !important;
}

#client_box {
	clear: left;
	float: left;
	height: 110px;
	display: inline;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#client_box img {
	float: left;
	padding-right: 10px;
}
.client_box_lines {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.clients_img {
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 15px;
	margin-left: 23px;
}
.clients_img_center {
	margin-top: 10px;
	margin-right: 85px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 3px;
}
.contact_stack_l {
	display: block;
	float: left;
	width: 48%;
	margin-right: 10px;
}
.contact_stack_r {
	display: inline;
	float: left;
	width: 44%;
}
form .red {
	color: #FF0000;
}
ul.faq {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.faq li.q {
	font-weight: bold;
	list-style-type: none;
	background-image: url(images/q.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 19px;
	background-color: #e5e5e5;
	background-position: 1px 1px;
	width: 635px;
}
.faq li.a {
	font-weight: normal;
	list-style-type: none;
	background-image: url(images/a.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
	margin-bottom: 25px;
	width: 635px;
}
#faqmenu {
	float: right;
	padding-top: 0px;
}


ul.listspace li {
	padding-bottom: 5px;
}




a.brochure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 124px;
	height: 38px;
	display: block;
	float: left;
	margin-left: 1px;
	padding-top: 12px;
	padding-left: 50px;
	/*margin-bottom: 6px;*/
	background-image: url(images/brochure.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	color: #005C91;
	font-weight: normal;
	text-align: left;
	outline: none;
	margin-bottom: 7px;
}





















/*  Contact Form Styles  07-17-2008  */

#contactform form#enquiry {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}


#contactform #enquiry input,
#contactform #enquiry textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 230px;
	padding: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
}


#contactform #enquiry button {
	background: url(images/btn_submit.jpg) no-repeat left top;
	width: 52px;
	height: 17px;
	border: none;
	outline: none;
}



h1 .black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}





table#flatworld {
	border: none;
	margin: 0 auto 0 auto;
}

table#flatworld thead th {
	background: #17679A;
	color: #FFFFFF;
	border: 1px solid #17679A;
	border-right: solid 1px #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	width: 300px;
}
table#flatworld thead th.left {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
}
table#flatworld thead th.right {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
}
table#flatworld thead th + th {
	border-right: inherit;
	border-left: none;
}

table#flatworld tbody th {
	background: #FFFFFF;
	border-left: solid 1px #17679A;
	border-bottom: solid 1px #17679A;
	border-right: dotted 1px #17679A;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}
table#flatworld tbody td {
	background: #FFFFFF;
	border-left: none;
	border-bottom: solid 1px #17679A;
	border-right: solid 1px #17679A;
	padding: 5px;
	text-align: center;
}



#TwoColLeft {
	display: inline;
	float: left;
	width: 330px;
	text-align: center;
}
#TwoColRight {
	display: inline;
	float: left;
	width: 330px;
	text-align: center;
}






.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
#pressCoverageContainer {
	width: 575px;
	margin: 25px auto;
	text-align: center;
}
#pressCoverageContainer.leftAlign {
	text-align: left;
}
#pressCoverageContainer .item h4 {
	margin-bottom: 5px;
}
#pressCoverageContainer .item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #6cafd9;
	display: inline;
	float: left;
}
#pressCoverageContainer .top {
	border-top: none;
	padding-top: 0;
}
#pressCoverageContainer .item .itemLeft {
	width: 255px;
	/*border-right: 1px solid #6cafd9;*/
	display: inine;
	float: left;
}
#pressCoverageContainer .item .thin {
	width: 180px;
}
#pressCoverageContainer .item .itemRight {
	width: 255px;
	float: left;
	clear: none;
	padding: 5px 0 0 10px;
	margin: auto;
	text-align: left;
	border-left: 1px solid #6cafd9;
}
#pressCoverageContainer .item .wide {
	width: 330px;
}
#pressCoverageContainer .item .itemRight h4 {
	font-size: 12px;
	color: #00568b;
	margin: 0;
}


.pcContainer {
	width: 575px;
	display: table; 
	height: 100px; 
	#position: relative; 
	overflow: hidden; 
	border-bottom: 1px solid #6CAFD9;
}
.pcPositioner {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}
.pcItem {
	#position: relative; 
	#top: -50%;
}
.pcItemLeft {
	#position: relative; 
	#top: -50%;
	display: inine;
	float: left;
	width: 470px;
}
.pcItemRight {
	#position: relative; 
	#top: -50%;
	float: left;
	clear: none;
	text-align: right;
	width: 100px;
}

a.download {
	display: block;
	text-indent: -9999px;
	float: right;
	background: url(images/btn_download.jpg) no-repeat left top;
	width: 72px;
	height: 17px;
	border: none;
	outline: none;
}

#csContainer {
	width: 675px;
	float: left;
	display: inline;
	margin: 25px auto;
	text-align: center;
	line-height: 16px;
}
#csContainer .item {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	float: left;
}
#csContainer .item .itemLeft {
	width: 50%;
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	text-align: left;
}
#csContainer .item .itemRight {
	width: 45%;
	display: inline;
	float: left;
	clear: none;
	margin: auto;
}
#csContainer .item .itemLeft h4 {
	font-size: 14px;
	color: #00568b;
	margin: 0;
}

#testimonialcontainer {
	float: left;
	clear: both;
}
blockquote.cs-quote {
	margin: 0;
	background: url(images/cs-blockquote-top.gif) no-repeat 0 0;
	white-space: normal;
	width: 160px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#left #testimonialcontainer p {
	margin: 0;
}
#left #testimonialcontainer p.attribution {
	background: url(images/cs-blockquote-bottom.gif) no-repeat 0 0;
	padding: 20px 10px;
}
#topmenu .call_text {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 20px;
}
.sitemap {
	margin: 10px;
	padding: 10px;
	line-height: 20px;
	font-weight: bold;
}
.sitemap ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 18px;
	font-weight: normal;
}

.sitemap, .sitemap ul {
	list-style-type: none;
}
.sitemap li li {
	background-image: url(images/rootNode.gif);
	background-repeat: no-repeat;
	background-position: left -13px;
	margin: 0px;
	padding: 0px;
	text-indent: 15px;
}
.sitemap .last {
	background-image: url(images/lastRoot.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
}
