@import 'jobs.css';

/* GLOBALS */
/*@import 'profile-on-off-switch.css';*/
a:link, a:visited {
	color: #2462AB;
}

input[type=text], textarea, input[type=email] {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus, input[type=email]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

input[type=button] {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 12px;
	cursor: pointer;
	color: #ffffff;
	padding: 5px 5px;
	background: -moz-linear-gradient(
		top,
		#96d2eb 0%,
		#2463ab);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#96d2eb),
		to(#2463ab));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0000ff;
	-moz-box-shadow:
		0px 3px 5px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,247,255,1);
	-webkit-box-shadow:
		0px 3px 5px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,247,255,1);
	box-shadow:
		0px 3px 5px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,247,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
input[type=button]:hover {
	background: -moz-linear-gradient(
		top,
		#96d2eb 0%,
		#2463ab);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#96d2eb),
		to(#2463ab));
	-moz-box-shadow:
		0px 2px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,247,255,1);
	-webkit-box-shadow:
		0px 2px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,247,255,1);
	box-shadow:
		0px 2px 0px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(0,247,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

.button:hover {
	background: -moz-linear-gradient(
		top,
		#96d2eb 0%,
		#2463ab);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#96d2eb),
		to(#2463ab));
}

input[type=checkbox] {
	visibility: hidden;
}

.printstep,
.menu a {
	color: #2462AB;
	text-decoration: none;
}
.printstep:hover,
.menu a:hover {
	color: #00A800;
}


.allowcustom {
	clear: both;
	margin-left: 25px;
}
.option-label-text, .allowcustom .labeltext {
	line-height: 32px;
	padding-left: 5px;
	cursor: pointer;
}


/* ROUNDED ONE */
.roundedOne {
	float: left;
	width: 28px;
	height: 28px;
	background: #fcfff4;
	clear: both;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 2px 0;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #ccc 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #ccc 0%, #45484d 100%);
	background: -o-linear-gradient(top, #ccc 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #ccc 0%, #45484d 100%);
	background: linear-gradient(top, #ccc 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}
.suboption .roundedOne label:after {
	background: #0000bf;

	background: -webkit-linear-gradient(top, #FFFFFF 0%, #E8E8E8  100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E8E8E8  100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #E8E8E8  100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #E8E8E8  100%);
	background: linear-gradient(top, #FFFFFF 0%, #E8E8E8  100%);
	/*background: -webkit-linear-gradient(top, #5F8CD9 0%, #4C70AE  100%);
	background: -moz-linear-gradient(top, #5F8CD9 0%, #4C70AE  100%);
	background: -o-linear-gradient(top, #5F8CD9 0%, #4C70AE  100%);
	background: -ms-linear-gradient(top, #5F8CD9 0%, #4C70AE  100%);
	background: linear-gradient(top, #5F8CD9 0%, #4C70AE  100%);*/

}

.roundedOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}






/*---------------------------Tool Tips--------------------------------*/
.tooltip {
	display:none;
	/*background: url(images/bg-body.gif) repeat-x 0px -160px; /*#FFFFFA; //#FAF5E6;*/
	background: #FFFBCC;
	background-position-x: -20px;
	border: 1px solid #000;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	font-size: 16px;
	width: 310px;
	color:#000;
}
.tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-color: #000 transparent transparent;
    position: absolute;
    color: #000;
    bottom: -20px;
    left: 46.7%;
}
.tooltip a {
	color: #2462AB;
	text-decoration: none;
}
.tooltip a:hover {
	color: #00A800;
}

.tooltip h4 {
	margin-top: 0;
	margin-bottom: 0;
}












body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: Georgia, Times, "Times New Roman", serif;*/
	font-family: Calibri, Times, "Times New Roman", serif;

	margin:0;
	padding: 0;	
}
#outside {
	/*background: #fff url('bgs/brushed_alu.png');*/
	padding: 0px 0;
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 20px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 5px 20px rgba(0,0,0,0.5);
	
}

#header {
	margin:0 auto;
	padding: 0;	
	overflow: hidden;
	width: 960px;
}
#header #logo {
	height: 144px;
	width: 355px;
}	
#header #logo img {
	border: 0;
}
#header ul {
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;	
	width: 605px;
}
#header ul li {
	list-style-type: none;
	float: left;	
	margin: 0;
	padding: 0;
	width: 121px;
}
#header ul li a,
#header ul li a span,
#header ul li a:hover,
#header ul li a:hover span,
#header ul li.selected a,
#header ul li.selected a span {
	background: url(images/menu.gif);	
}
#header ul li a { 
	background-position: 10px 0; 
	color: #000;
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
} 
#header ul li a span{ 
	background-position: -70px 0; 
	display: block;	
	margin: 0;
	padding: 0 10px 0 0;
} 
#header ul li a:hover { 
	background-position: -186px -37px; 
	color: #346b84;
	text-shadow: none;
} 
#header ul li a:hover span { 
	background-position: -70px -37px; 
} 
#header ul li.selected a{ 
	background-position: 10px 36px; 
	color: #fff;
	text-shadow: none;
} 
#header ul li.selected a span{ 
	background-position: -70px -74px; 
} 
#body {
	background: url(images/bg-content.gif) repeat-x top left;
	margin: 0;
	padding: 0;	
	min-width: 360px;
}
#body .header {
	/*background: url(images/bg-bodygreen3.gif) repeat-x bottom center;*/
	background: #2462AB url('bgs/hexellence.png');
	margin: 0;
	padding: 0 0 60px 0;
}
#body .header #bh1 {
	/*background: url(images/smiling-man.jpg) no-repeat bottom right;*/
	min-height: 380px;
	margin: 0 auto;
	padding: 0;
	width: 960px;	
}
#body .header #bh2 {
	background: none;	
	margin: 0;
	padding: 0 0 0 13px;
	height: 200px;
	width: 490px;
}
#body .header div h3 {
	color: #2462AB;	
	font-size: 20px;
	line-height: 30px;
	margin: 18px 0 0 0;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
}
#body .header div h3 span {
	display: block;	
	font-size: 25px;
}
#body .header div h3 a {
	color: #2462AB;
	text-decoration: none;	
}
#body .header div h3 a:hover {
	color: #507685;	
}
#body .header div p {
	color: #507685;
	font-size: 14px;
	line-height: 24px;
	margin: 12px 0 6px 0;
	padding: 0;	
	text-shadow: 1px 1px 1px #fff;
}
#body .header div p a {
	color: #507685;	
}
#body .header div p a:hover {
	color: #2462AB;	
}
#body .header ul {
	overflow: hidden;
	margin: 5px 0;
	padding: 5px 0 0;
}
#body .header ul li {
	float: left;	
	list-style: none;
	padding: 0 5px;
}
#body .header label {
	display: block;
	width: 150px; 
	text-align: right;
	float: left;
	padding: 2px 5px 0 0;
}
#body .header #content {
	margin: 10px 0;
}
#body .body {
	/*border: 1px solid #e0e0e0;*/
	margin: 0 auto 34px auto;
	overflow: hidden;
	padding: 0 2px;
	width: 954px;
}
#body .body .bodymenu {
	width: 100%;
	clear:both;
}
#body .body .bodymenu ul {
	margin: 40px auto;
	padding: 0 0 0 0;
	overflow: hidden;	
	width: 484px;
}
#body .body .bodymenu ul li {
	list-style-type: none;
	float: left;	
	margin: 0;
	padding: 0;
	width: 121px;
}
#body .body .bodymenu ul li a,
#body .body .bodymenu ul li a span,
#body .body .bodymenu ul li a:hover,
#body .body .bodymenu ul li a:hover span,
#body .body .bodymenu ul li.selected a,
#body .body .bodymenu ul li.selected a span {
	background: url(images/menu-body.gif);	
}
#body .body .bodymenu ul li a { 
	background-position: 10px 0; 
	color: #2462AB;
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
} 
#body .body .bodymenu ul li a span{ 
	background-position: -70px 0; 
	display: block;	
	margin: 0;
	padding: 0 10px 0 0;
} 
#body .body .bodymenu ul li a:hover { 
	background-position: -186px -37px; 
	color: #346b84;
	text-shadow: none;
} 
#body .body .bodymenu ul li a:hover span { 
	background-position: -70px -37px; 
} 
#body .body .bodymenu ul li.selected a{ 
	background-position: 10px 36px; 
	color: #fff;
	text-shadow: none;
} 
#body .body .bodymenu ul li.selected a span{ 
	background-position: -70px -74px; 
} 
#body .body .article, #body .body .section {
	float: left;	
}
#body .body .section {
	background: url(images/bg-section.gif) repeat-x top left;
	height: 193px;
	margin: 0;
	padding: 35px 0 0 40px;
	width: 186px;
	/*width: 25%;*/
}
#body .body .section img {
	display: block;
}
#body .body .section a {
	color: #2462AB;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 145px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 145px;
}	
#body .body .section a:hover {
	color: #507685;	
}
#body .body .section img {
	border: 0;	
}
#body .body .article {
	background: url(images/bg-article.gif) no-repeat top center;
	overflow: hidden;
	padding: 19px 16px;
	width: 470px;
}
#body .body .article img {
	border: 0;
	float: left;
	padding: 0 10px 0 0;
}	
#body .body .article h4 {
	color: #2462AB;
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0;
	padding: 0;	
}
#body .body .article h4 a {
	color: #2462AB;
	text-decoration: none;	
}
#body .body .article h4 a:hover {
	color: #507685;	
}
#body .body .article p {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;	
}
#body .body .article p a {
	color: #2462AB;	
}
#body .body .article p a:hover {
	color: #346b84;	
}
#body .footer {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 15px 0;
	width: 960px;	
	border: 1px solid #eee;
}
#body .footer div {
	float: left;	
	margin: 0;
	padding: 0;
}
#body .footer div ul {
	margin: 0;
	padding: 0;	
}
#body .footer div ul li {
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 15px;	
}
#body .footer h3 {
	color: #2462AB;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 12px 0;
	padding: 0;	
	text-align: justify;
	text-transform: uppercase;
}
#body .footer h3 a {
	color: #2462AB;	
	text-decoration: none;
}
#body .footer h3 a:hover {
	color: #507685;	
}
#body .footer .section {
	padding: 0 10px;
	width: 220px;	
}
#body .footer ul li {
	background: url(images/border-dashed.gif) repeat-x bottom left;	
}
#body .footer ul li:last-child {
	background: none;	
}
#body .footer li p {
	color: #5d5d5d;
	font-size: 14px;	
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#body .footer li p a {
	color: #2462ab;	
	text-decoration: none;
}
#body .footer li p a:hover {
	color: #00A800;	
	text-decoration: none;
}
#body .footer li span {
	color: #aeaeae;
	display: block;
	font-size: 10px;	
	line-height: 16px;
	margin: 5px 0 0;
	padding:0;
}
#body .footer ul.news li p {
	background: url(images/bullets.gif) no-repeat 0 8px;
	padding: 0 0 0 15px;
}
#body .footer .featured {
	padding: 0 18px 0 24px;
	width: 438px;	
}
#body .footer .featured ul li {
	overflow: hidden;	
}
#body .footer .featured img {
	border: 1px solid #dbddde;
	float: left;
	margin: 0 20px 0 0;	
	padding: 1px;
}
#body .footer .featured p {
	margin: 0;
	padding: 0;	
}
#body .contact,
#body .about,
#body .services,
#body .blog {
	margin: 0 auto;
	padding: 25px 10px 50px 10px;	
	width: 940px;
}
#body h1 {
	color: #2462AB;
	font-size: 27px;
	font-weight: bold;
/*	height: 74px;
	line-height: 74px;*/
	margin: 0;
	padding: 0;	
	font-family: Calibri, Verdana;
/*	text-indent: 10px;
	text-transform: uppercase;	*/
}
#body .contact p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	margin: 0;
	padding: 40px 0;	
	text-align: justify;
	width: 830px;
}
#body .contact p a {
	color: #7b7b7b;	
}
#body .contact p a:hover {
	color: #2462AB;	
}
#body .contact div {
	margin: 0;
	padding: 0 0 30px 0;	
}
#body .contact div h3 {
	color: #5d5d5d;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;	
}
#body .contact div ul {
	margin: 0;
	padding: 0 0 10px 20px;		
	list-style-position: inside;
}
#body .contact div ul li {
	color: #5d5d5d;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;	
}
#body .about div {
	padding: 50px 0 0 0;	
}
#body .about h2 {
	color: #2462AB;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;	
	text-transform: uppercase;
}
#body .about p {
	color: #5d5d5d;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0 0;
	padding: 0;	
	text-align: justify;
	width: 830px;
}
#body .about p a {
	color: #5d5d5d;
}
#body .about p a:hover {
	color: #2462AB;	
}
#body .services div {
	overflow: hidden;	
	margin: 0;
	padding: 40px 0 0;
}
#body .services h2 {
	color: #2462AB;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body .services h2 a {
	color: #2462AB;	
}
#body .services h2 a:hover {
	color: #507685;	
}
#body .services h3 {
	color: #2462AB;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 15px 0 0;
	padding: 0 30px 0 0;
	text-transform: uppercase;	
	text-decoration: none;
}
#body .services h3 a {
	color: #2462AB;
	text-decoration: none;
}
#body .services h3 a:hover {
	color: #507685;	
}
#body .services h4 {
	color: #2462AB;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;	
}
#body .services p {
	color: #5d5d5d;
	font-size: 14px;	
	line-height: 24px;
}
#body .services p a {
	color: #5d5d5d;	
}
#body .services p a:hover {
	color: #2462AB;	
}
#body .services div ul {
	float: left;
	margin: 0;
	padding: 20px 0 0;
	width: 312px;	
}
#body .services div ul li {
	background: url(images/bullets.gif) no-repeat center left;
	color: #5d5d5d;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 12px;	
	text-align: left;
}
#body .services div div {
	overflow: hidden;	
	margin: 0;
	padding: 0 0 5px 0;
}
#body .services div div img {
	float: left;	
	padding: 0 10px 0 0;
}
#body .services div div p {
	padding: 0 30px 0 0;
	text-align: justify;	
}
#body .products {
	margin: 0 auto;
	padding: 25px 0 70px 0;
	width: 960px;
}	
#body .products h2 {
	color: #2462AB;	
	font-size: 26px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	padding: 90px 0 30px 0;	
}
#body .products p {
	color: #5d5d5d;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 10px;	
	text-align: justify;
}
#body .products p a {
	color: #5d5d5d;	
}
#body .products p a:hover {
	color: #2462AB;	
}
#body .products div {
	overflow: hidden;	
	margin: 0 0 45px 0;
	padding: 0;
}
#body .products div div {
	float: left;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	width: 300px;	
}
#body .products div div h3 {
	color: #2462AB;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;	
	text-transform: uppercase;
}
#body .products div p {
	font-size: 16px;	
}
#body .products div div p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: justify;	
}
#body .blog {
	overflow: hidden;	
}
#body .blog div {
	float: left;
	padding: 60px 0 0 0;
	width: 630px;	
}
#body .blog ul {
	float: left;
	margin: 0;
	padding: 38px 0 0 30px;
	width: 280px;	
}
#body .blog ul li {
	background: url(images/border-dashed.gif) repeat-x bottom left;
	list-style: none;
	margin: 0;
	padding: 22px 0;	
}
#body .blog ul li:last-child {
	background: none;	
}
#body .blog h2 {
	color: #2462AB;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;	
}
#body .blog h3 {
	color: #5d5d5d;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: justify;	
}
#body .blog h3 a {
	color: #5d5d5d;	
}
#body .blog h3 a:hover {
	color: #2462AB;	
}
#body .blog p {
	color: #5d5d5d;	
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#body .blog p a {
	color: #5d5d5d;	
}
#body .blog p a:hover {
	color: #2462AB;	
}
#body .blog div p {
	padding: 15px 0;	
}
#body .blog div p.article {
	font-weight: bold;	
}
#footer {
	background: #f5f5f5 url(images/bg-footer.gif) repeat-x top left;	
	margin: 0;
	min-width: 960px;
	padding: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#footer div {
	margin: 0 auto;
	overflow: hidden;
	padding: 26px 0 0;	
	width: 960px;
}
#footer div div {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 192px;	
}
#footer div div h3 {
	color: #818a8c;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}
#footer div div ul,
#footer div div ul li {
	margin: 0;
	list-style: none;
	padding: 0;	
}	
#footer div div ul li {
	font-size: 12px;
	line-height: 22px;
	color: #818a8c;	
}
#footer div a.facebook,
#footer div a.twitter {
	display: block;
	float: left;
	height: 27px;
/*	margin: 10px 0 0;*/
	text-indent: -99999em;
	width: 40px;	
}
#footer div a.facebook,
#footer div a.twitter {
	background: url(images/icons.gif) no-repeat;	
}
#footer div a.facebook:hover,
#footer div a.twitter :hover{
	background: url(images/icons.gif) no-repeat;	
}
#footer div a.facebook {
	background-position: 0 0;
/*	margin: 10px 0 0 58px;
	_margin: 10px 0 0 28px;*/
}
#footer div a.twitter {
	background-position: 0 -37px;
}
#footer div p {
	color: #c1c1c1;
	font-size: 12px;
	margin: 0;
	padding: 0 0 30px 0;
	text-align: center;	
	text-shadow: 1px 1px 1px #fff;
}

.footlinks {
	color: #2462AB;
	text-decoration: none;
}
.footlinks:hover {
	color: #00A800;
}

.sliderimg {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.slider {
  margin: 10px 0;
  width: 580px; /* Update to your slider width */
  height: 250px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
  float: right;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.slider li {
  display: none;
  position: absolute; 
/*  top: 0; */
  left: 0; 
}


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url('images/overlay-white.png');
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url('images/close.png');
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}










/* tab pane styling */
.panes>div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:500px;
	font-size:16px;
	/*background: url('images/ricepaper_v3.png');*/
	background: #BED1B2 url('bgs/bright_squares.png'); /*#FFFFF5 #CFDBC5
	/*height:572px;*/
	overflow-y:scroll;
}
.pane {
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:350px;
	font-size:16px;
/*	height:572px;*/
	overflow-y:scroll;
	background: #BED1B2 url('bgs/bright_squares.png');
}
	
	
/*---------------------------tabs-------------------------------*/
	
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(images/blue2.png) no-repeat -420px 0;
	font-size:14px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: s, l, xl */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -247px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -247px -31px; }
ul.tabs a.l.current  { background-position: -247px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

.panes .info h3, .pane .info h3 {
	border: 1px solid #e0e0e0;
	border-width:1px 0;
	background: url(images/bg-section.gif) repeat-x top left;
	/*background-color:#def2fc;*/
	}
.panes .info h3 span, .pane .info h3 span{
	display:block;
	margin:1px 0;
	/*background-color:#FAF5E6;*/
	//font-family:Verdana, Geneva, sans-serif;
	font-family:Calibri, Verdana, sans-serif;
	font-size:18px;
	padding:6px 15px;
}

.panes .left75, .pane .left75 {
	float: left;
	width: 70%;
}

.panes .right25, .pane .right25 {
	float: right;
	width: 25%;
	border: 1px solid;
	line-height: 1.6em;
	padding: 5px;
	background-color: #fff;
	text-decoration: none;
}

.panes .default, .pane .default  {
	font-weight: normal;
	background-color: #FFFBCC;
	/*background-color: #5AEF00;*/
	/*background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);*/
	/*background-color: #def2fc;*/
	/*color: lime;*/
	padding-right: 5px;
}
.panes h2, .pane h2 {
	clear: both;
}
.panes .profile-question, .pane .profile-question
{
	/*background-color: #eee;*/
	background-color: #FAF5E6;
	background: #78AB46 url('bgs/brushed_alu.png');
	clear: both;
	padding: 10px 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	border:1px solid black;
	border-width:1px;
}
.profile-question a {
	color: #2462AB;
	text-decoration: none;
}
.profile-question a:hover {
	color: #00A800;
}

.panes .option, .pane .option
{
	margin-left: 15px;
}
.panes .suboption, .pane .suboption
{
	margin-left: 25px;
	clear: both;
}
.panes .tab-next-prev-bar {
	height:25px; 
	background: #78AB46 url('bgs/brushed_alu.png'); 
	border: 1px solid;
	border-radius: 4px;
}
/*---------------------------END tabs-------------------------------*/
img .icon
{
	height: 16px;
	width: 16px;
}
img.help
{
	float: right;
}
textarea
{
	width: 95%;
	display: block;
	//font-size: 1.4em;
	min-height: 5em;
	//font-family: garamond, helvetica, serif;
	font-family:Calibri, Verdana, sans-serif;
	font-size: 16px;
}






.form-wrapper {
    width: 450px;
    padding: 8px;
    margin: 5px auto;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #aaa #bababa;
    box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    border-radius: 10px;    
    background-color: #f6f6f6;
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
}

.form-wrapper #mfsearch {
    width: 330px;
    height: 20px;
    padding: 10px 5px;
    float: left;    
    font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    border-radius: 3px;      
}

.form-wrapper #mfsearch:focus {
    outline: 0; 
/*    border-color: #aaa;*/
    box-shadow: 0 1px 1px #bbb inset;  
	border: 1px solid rgba(81, 203, 238, 1);
}

.form-wrapper #mfsearch::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.form-wrapper #mfsearch:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper #mfsearch:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
} 

.form-wrapper #srchsubmit {
    float: right;    
    border: 1px solid #00748f;
    height: 42px;
    width: 100px;
    padding: 0;
    cursor: pointer;
    font: bold 15px Calibri, Helvetica;
    color: #fafafa;
    text-transform: uppercase;    
    background-color: #0483a0;
    background-image: linear-gradient(top, #31b2c3, #0483a0);
	background: -webkit-gradient( linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
	margin-top: 5px;
}
  
.form-wrapper #srchsubmit:hover,
.form-wrapper #srchsubmit:focus {       
    background-color: #31b2c3;
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}   
  
.form-wrapper #srchsubmit:active {
    outline: 0;    
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
}
  
.form-wrapper #srchsubmit::-moz-focus-inner {
    border: 0;
}
.form-wrapper button {
	position: relative;
	overflow:visible;
}	
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

button {
    border: 1px solid #00748f;
    height: 42px;
    width: 120px;
    padding: 0;
    cursor: pointer;
    font: bold 15px Calibri, Helvetica;
    color: #fafafa;
    text-transform: uppercase;    
    background-color: #0483a0;
    background-image: linear-gradient(top, #31b2c3, #0483a0);
	background: -webkit-gradient( linear, left top, left bottom, from(#31b2c3), to(#0483a0));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;      
    text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
	margin-top: 5px;
}




#searchResults {
	margin:10px 0;
	padding:0 0 10px 0;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:4px;
	background-color: rgba(255,255,255,.4);
}#searchResults table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	/*height:100%;*/
	margin:0px;padding:0px;
}#searchResults tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
#searchResults table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
#searchResults table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}#searchResults tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}#searchResults tr:hover td{
}#searchResults tr.private_entry td {
	color: red;
}
#searchResults tr:nth-child(odd){ background-color:#aad4ff; }
#searchResults tr:nth-child(even)    { background-color:#ffffff; }#searchResults td{
	vertical-align:middle;
	text-align:left;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
/*	text-align:left;*/
	padding:7px;
	font-size:12px;
	font-family:Calibri;
	font-weight:normal;
	color:#000000;
}#searchResults tr:last-child td{
	border-width:0px 1px 0px 0px;
}#searchResults tr td:last-child{
	border-width:0px 0px 1px 0px;
}#searchResults tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
#searchResults tr:first-child td{
		background:-o-linear-gradient(bottom, #1e5799 5%, #56aaff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e5799), color-stop(1, #56aaff) );
	background:-moz-linear-gradient( center top, #1e5799 5%, #56aaff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799", endColorstr="#56aaff");	background: -o-linear-gradient(top,#1e5799,56aaff);

	background-color:#1e5799;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Calibri;
	font-weight:bold;
	color:#ffffff;
}
#searchResults tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #1e5799 5%, #56aaff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e5799), color-stop(1, #56aaff) );
	background:-moz-linear-gradient( center top, #1e5799 5%, #56aaff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799", endColorstr="#56aaff");	background: -o-linear-gradient(top,#1e5799,56aaff);

	background-color:#1e5799;
}
#searchResults tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
#searchResults tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
#body .header #searchResults label {
	width: 20px;
	padding: 0;
}

#body .header #searchResults .roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#searchResults button {
	margin-left: 25px;
}
#searchResults table td .quantity {
	width:30px;
}
#searchResults table .quantityCol, #searchResults table .selectedCol {
	width: 45px;
}
#searchResults table .posnegCol {
	width: 75px;
}

#body .header #searchResults .addreellbl
{
	width:100px;
	min-height:10px;
	line-height: 32px;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 8px;
	clear: both;
}

#searchResults input[type=text], #searchResults input[type=email], #searchResults select, #searchResults textarea {
	width: 300px;
}
td a {
	text-decoration: none;
}

.sortable, a:link.sortable{
	background: url('images/sortable.gif') no-repeat left 2px;
	padding-left: 11px;
	text-decoration: none;
	color: #FFF;
}

/* SQUARED FOUR */
.squaredFour {
	width: 20px;	
	margin: 20px auto;
	position: relative;
}

.squaredFour label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
















@media only screen and (min-width: 1px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	#wrapper {
		min-width: 300px;
		width: 300px;
	}
	.slider {
		display: none;
	}
	#wizard {
		display: none;
	}
	#accordion {
		display: block;
	}
}



/*@media only screen and (min-width: 480px) {*/
@media only screen and (min-width: 200px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	#wrapper {
		min-width: 460px;
		width: 460px;
	}
	.slider {
		display: none;
	}
	#header {
		width: 360px;
	}
	#header #logo {
		height: 144px;
		width: 355px;
	}	
	#header ul {
		width: 300px;
	}


	#body {
		min-width: 420px;
	}
	#body .header #bh1 {
		width: 460px;
	}
	#body .header #bh2 {
		width: 440px;
	}
	#body .body {
		width: 420px;
	}
	#body .body .section {
		width: 100px;
		padding: 35px 1px 0 5px;
	}
	#body .body .section a img, #body .body .section a {
		width: 75px;
	}
	#body .body .mainsitelink {
		display: none;
	}
	#body .body .article {
		width: 300px;
		padding: 35px 7px 0 7px;
		height: 193px;
	}
	#body .body .article img {
		width: 75px;
	}
	#body .footer {
		width: 420px;
	}
	#body .footer .section {
		width: 100%;
	}
	#body .footer .featured {
		width: 100%;
		padding: 0 10px;
	}

	
	#footer {
		width: 100%;	
		min-width: 460px;
	}
	#footer .services {
		width: 100%;
		min-width: 460px;
	}

	
}




@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */
	#wrapper {
		min-width: 750px;
		width: 750px;
	}
	#header {
		width: 700px;
	}
	#header #logo {
		margin: 0 auto;
	}
	#header ul {
		width: 605px;
	}
	#body {
		min-width: 720px;
	}
	#body .header #bh1 {
		width: 660px;
	}
	#body .header #bh2 {
		width: 490px;
	}
	.slider {
		display: block;
		width: 380px;
	}
	.sliderimg {
		width: 380px;
	}
	#body .body {
		width: 700px;
	}
	#body .body .section {
		width: 144px;
		padding: 35px 1px 0 16px;
	}
	#body .body .section a img, #body .body .section a {
		width: 130px;
	}
	#body .body .mainsitelink {
		display: block;
	}
	#body .body .article {
		width: 360px;
		padding: 35px 1px 0 16px;
	}
	#body .body .article img {
		width: 130px;
	}
	#body .footer {
		width: 700px;
	}
	#body .footer .section {
		width: 100%;
	}
	#body .footer .featured {
		width: 100%;
		padding: 0 10px;
	}
	#footer {
		width: 100%;	
		min-width: 720px;
	}
	#footer .services {
		width: 100%;
		min-width: 720px;
	}

}



@media only screen and (min-width: 980px) {

	
	#body {
		min-width: 900px;
	}
	#body .header #bh1 {
		width: 960px;
	}
	#wrapper {
		width: 960px;
	}
	.slider {
		display: block;
		width: 530px;
	}
	.slider li {
	  display: none;
	  position: absolute; 
	  top: 0;
	  left: 0; 
	}
	.sliderimg {
		width: 530px;
	}
	#body {
		min-width: 960px;
	}
	#body .body {
		width: 954px;
	}
	#body .body .section {
		width: 186px;
		padding: 35px 0 0 40px;
	}
	#body .body .article {
		width: 470px;
		padding: 19px 16px;
	}
	#body .body .article img {
		width: 180px;
	}
	#body .footer {
		width: 960px;
	}
	#body .footer .section {
		padding: 0 10px;
		width: 220px;	
	}
	#body .footer .featured {
		padding: 0 18px 0 24px;
		width: 438px;	
	}
	#footer .services {
		width: 960px;
		margin: 0 auto;
	}

	#wizard {
		display: block;
	}
	#accordion {
		display: none;
	}



}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */
	#wrapper {
		min-width: 1026px;
		width: 1026px;
	}
	#header {
		width: 960px;
	}
	#header #logo {
		float: left;
		height: 144px;
		width: 355px;
	}	
	#header ul {
		float: right;
		margin: 0;
		padding: 70px 0 0 0;
		overflow: hidden;	
		width: 605px;
	}


}


#accordion h1 {
	/*background: url('images/next.png') no-repeat;*/
	background: #FFFBCC url('bgs/bright_squares.png');
	padding-left: 30px;
	font-family: Calibri, Verdana;
}
#accordion .current {
	/*background: url('images/download.png') no-repeat;*/
	background: #BED1B2 url('bgs/bright_squares.png');
	border: 1px solid #858585;
	color: #000;
}
