@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #7C9DAE;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container {
	width: 780px;  
	background: #FFFFFF;
	margin: 15px auto 15px auto;
	text-align: left; 
	position: relative;
} 
#header {
	height: 210px;
	background-image: url(../img/header.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
} 
#container #header #sidebar1 .sidebarBot p {
	font-size: smaller;
}
#container #header #sidebar1 .sidebarBot p a{
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 3px 0 3px 0;
}
#container #header #sidebar1 .sidebarBot p a:hover {
	background-color: #B2C6C5;
}
#mainContent {
	margin: 0 0 0 220px;
	padding: 0 20px;
	position: relative;
	min-height: 570px;
	 height: expression(this.scrollHeight < 600 ? "600px" : "auto");
} 
#container #mainContent h1 .und{
	border-bottom: solid 3px #FF6300;
}
#container #mainContent a {
	border-bottom: dashed 1px #FF6300;
	color:#FF6300;
	font-size: 1em;
	text-decoration: none;
}
#container #mainContent a:hover {
	border-bottom:solid 1px #FF6300;
}
#container #subHeader {
	height: 44px;
	background-color: #B2C6C5;
	border-top: solid 1px #fff;
	text-align: right;
	padding: 0 15px 0 15px;
	line-height: 44px;
	/*background-image: url(../img/sunNav.png);
	background-repeat: repeat-x;
	background-position: top; */
}
#container #subHeader ul {
	margin:0;
	padding:0;
	list-style: none;
}
#container #subHeader li{
	line-height: 43px;
	
	float: right;
}
#container #subHeader a {
	line-height: 43px;
	/* background-image: url(../img/nav.png);
	background-repeat: repeat-x; 
	background-position: top;*/
	background-color: #7C9DAE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px 0 15px;
	margin: 0 1px 0 0;
	float: right;
}
#container #subHeader li .left {
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #FFF;
}
#container #subHeader a:hover, #container #subHeader li .this {
	background-image: url(../img/topNavHvr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sidebar1 {
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 25px 0;
	position: absolute;
	left: 17px;
	top: 156px;
	color: #fff;
	z-index: 99;
	float: left;
	margin: 0 0 20px 0;
}
#sidebar1, #sidebar1 .sb-inner { 
	background:#7C9DAE; 
	}
#container #header #sidebar1 .sidebarT {
	background-image: url(../img/sidebarTB.png);
	background-repeat: no-repeat;
}

#homeNav {
	float:left;
	width: 218px;
	margin-left: 11px;
	/*background: transparent url(../img/homenav_bot.png) no-repeat 0 bottom;*/
	background: transparent url(../img/homenav_bck2.png) repeat-y;
}

#homeNav #sideNav, #sidebar1 #sideNav  {
	border-top: solid 1px #fff;
	margin: 0 7px 20px 7px;
}
#homeNav #sideNav a, #sidebar1 #sideNav a          {
	display: block;
	color: #FFF;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	padding: 0 15px 0 15px;
	line-height: 44px;
	background: #FF6300;
	height: 44px;
}
#homeNav #sideNav a:hover, #sidebar1 #sideNav a:hover {
	background-color: #FF934A;
	background-image: url(../img/sideNavThis.png);
	background-repeat: no-repeat;
}
#homeNav #sideNav {
	/*background: transparent url(../img/homenav_bck2.png) repeat-y;*/
	background: transparent url(../img/homenav_bot.png) no-repeat 0 bottom;
	margin-bottom: 0px;
	margin-left: 6px;
}
#homeNav img {
	margin-left: 1px;
}
#sidebar1 #sideNav a.this{
	background-color: #FF934A;
	background-image: url(../img/sideNavThis.png);
	background-repeat: no-repeat;
}
#sidebar1 p, #sidebar1 h3 {
	padding: 0 15px 0 15px;
	margin:20px 0 10px 0;
	font-size: 1.2em;
}
#footer {
	padding: 1px 10px 0 20px;
	margin: 15px 15px 0 15px;
	height: 60px;
	font-size: smaller;
	vertical-align: middle;
} 
#footer, #footer .sb-inner { 
	background:#B2C6C5; 
	}
#footer p {
	text-align: center;
	margin: 10px;
}
#container #contTop {
	background-image: url(../img/rounWht.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 14px;
}
#container #contBot {
	background-image: url(../img/rounWht.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14px;
}
#container #sidebar1 .quote  {
	font-size: 0.9em;
	line-height: 120%;
	background: url(../img/quote_top.png) no-repeat top left;
	color: #000;
	margin: 10px;
}
#container #sidebar1 .quote div  {
	padding: 10px 10px 3px 10px;
}
#container #sidebar1 .quote div.sign {
	background: url(../img/quote_bot.png) no-repeat top left;
	color: #fff;
	font-style: italic;
	text-align: right;
	padding: 10px 10px 3px 20px;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
th {
	color: #FFF;
	background-color: #FF6300;
	vertical-align: middle;
	text-align: center;
}
/* navigation */
.navigation {
	border: 1px solid #ffffff;
	height: 43px;
	background: #B2C6C5;
	padding-right: 15px;
}
.navigation a {
	background: #7C9DAE;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: right;
	line-height: 43px;
	padding: 0 18px;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:hover, .navigation .this  {
	background-image: url(../img/topNavHvr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #mainContent form table tr .question {
	background-color: #DFE8EC;
}
#checkForm  p.first {
	border: 0;
}
#webCheck {
	width: 213px;
	height: 118px;
	background: #fff url(../img/webcheck_213.png) no-repeat;
	z-index: 999;
	margin-left: 10px;
	position: absolute;
	bottom: 0px;
	left: -217px;
	cursor: pointer;
}
#webCheck.en{
	background: #fff url(../img/webcheck_213_en.png) no-repeat;
}
#webCheck:hover {
	
	-moz-opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
.siteExample img:hover  {
	background:#fff;
	-moz-opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
.panel {
}
ol.solutions {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ol.solutions  li{
	background: url(../img/solutions_thb.png) no-repeat 0px 0px;
}
ol.solutions h2 {
	font-size: 16px;
	background: transparent url(../img/solutions_head2.png) no-repeat;
	margin: 0 0 5px;
	padding: 7px 7px 7px 80px;
	height: 41px;
}
.solutionsBody {min-height:200px; padding-bottom: 10px;}
.solutions p {
	margin: 0;
	padding: 0 9px;
}
.solutions img {
	border: 0;
	margin: 5px 10px 0 0;
}
h2.solutionsHead:hover {
	cursor:pointer;
	background-position: 0 -55px;
}
#sitemap ul li {
	list-style-image: url(../img/smfolder.gif);
	font-size: 1.1em;
}
#sitemap ul ul li  {
	list-style-image: url(../img/smfile.gif);
	font-size: 1em;
}

