body {
	margin: 0px;
	background-color: #54a1cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

#page {
	width: 100%;
	background-image: url(../img/page_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#wrap {
	position: relative;
	width: 920px;
	margin: auto;
	padding-bottom: 10px;
}

#main {
	width: 650px;
	float: left;
}

#header {
	position: relative;
	width: 100%;
	height: 101px;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {
	position: absolute;
	top: 7px;
	left: 28px;
}

#header .slogen {
	position: absolute;
	top: 10px;
	right: 85px;
}

#header .lang {
	position: absolute;
	top: 15px;
	right: 20px;
}

#nav {
	position: relative;
	height: 36px;
	margin: 0px 16px;
	background-image: url(../img/nav_blank_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
}

#nav-main a {
	display: block;
	float: left;
	padding: 8px 0px;
	height: 24px;
	background-image: url(../img/nav_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

ul#nav-main {
	float: left;
	height: 36px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 30px;
	background-image: url(../img/nav_left_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav-main li {
	display: block;
	float: left;
	height: 36px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/nav_border_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 19px;
}

#nav-main li.last {
	padding-right: 20px;
	background-image: url(../img/nav_right_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav .nav-main-left{
	position: absolute;
	right: 0px;
	top: 0px;
}

#nav-lang a {
	display: block;
	float: left;
	padding: 6px;
	height: 24px;
	background-image: url(../img/nav_lang_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

ul#nav-lang {
	position: absolute;
	right: 0px;
	height: 36px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-right: 29px;
	background-image: url(../img/nav_lang_right_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav-lang li {
	display: block;
	float: left;
	height: 36px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/nav_lang_border_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 12px;
	vertical-align: middle;
}

#nav-lang li img {
	margin: -4px;
	margin-top: 1px;
	vertical-align: middle;
}

#nav-lang li.first {
	padding-left: 20px;
	background-image: url(../img/nav_lang_left_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#main .node {
	width: 590px;
	padding: 0px 30px;
	background-image: url(../img/node_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin-bottom: 0px;
	position: relative;
}

#main .node .node-content{
	position: relative;
	line-height: 1.2em;
}

#main .node h2.node-first-head, #main .node h2.node-head {
	width: 598px;
	padding: 26px;
	margin: 0px -30px 8px -30px;
	background-image: url(../img/node_head_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	font-size: 17px;
	text-transform: uppercase;
	color: #999999;
}

#main .node h2.node-first-head a, #main .node h2.node-head a {
	color: inherit;
}

#main .node h2.node-first-head {
	background-image: url(../img/node_first_head_bg.png);
}

#main .node h2.node-first-head b, #main .node h2.node-head b {
	color: #9dbf2a;
}

#main .node h2.node-first-head span, #main .node h2.node-head span {
	color: #cccccc;
}

#main .node div.node-date {
	text-transform: uppercase;
	position: absolute;
	top: 26px;
	right: 26px;
	font-size: 17px;
	color: #91c8e6;
}

#main .node .node-last-foot, #main .node .node-foot {
	width: 650px;
	padding: 0px;
	margin: -12px -30px 0px -30px;
	height: 35px;
	background-image: url(../img/node_foot_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#main .node .node-last-foot {
	height: 37px;
	background-image: url(../img/node_last_foot_bg.png);
}

#main .node .node-content img.icon{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#main .node .node-content .date{
	color: #999999;
	text-transform: lowercase;
}

#main .node .node-content .border{
	border-bottom: dashed 1px #cce3f0;
	margin: 15px 0px 15px 0px;
}

#main .node .node-content .pages-top{
	border-bottom: dashed 1px #cce3f0;
	padding: 0px 0px 15px 0px;
	font-size: 12px;
	text-align: right;
}

#main .node .node-content .pages-bottom{
	padding: 15px 0px 0px 0px;
	font-size: 12px;
	text-align: right;
}

#main .node .node-content .pages-top a, #main .node .node-content .pages-bottom a{
	color: #54a1cd;
	font-weight: bold;
}

#main .node .node-content .pages-top b, #main .node .node-content .pages-bottom b{
	color: #666666;
}

#main .node .node-content .article{
	border-bottom: dashed 1px #cce3f0;
	padding: 10px 0px;
	font-size: 12px;
}

#main .node .node-content .article h4{
	margin: 0px;
}

#sidebar {
	width: 270px;
	float: left;
}

#slideshow {
	width: 100%;
	height: 277px;
	background-image: url(../img/slideshow_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}

#slideshow .flash {
	height: 266px;
	width: 240px;
	margin: auto;
}

#sidebar .node {
	width: 210px;
	padding: 0px 30px;
	background-image: url(../img/tab_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin-bottom: 0px;
}

#sidebar .node .node-content{
	position: relative;
}

#sidebar .node h2.node-green-head, #sidebar .node h2.node-head {
	width: 220px;
	padding: 21px 25px 21px 25px;
	margin: 0px -30px 8px -30px;
	background-image: url(../img/tab_head_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f69d06;
}

#sidebar .node .node-last-foot, #sidebar .node .node-foot {
	width: 270px;
	padding: 0px;
	margin: -12px -30px 0px -30px;
	height: 35px;
	background-image: url(../img/tab_foot_bg.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#sidebar .node .node-last-foot {
	height: 37px;
	background-image: url(../img/tab_last_foot_bg.png);
}

#sidebar #green p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #1a6a98;
}

#sidebar #green .node-head{
	background-image: url(../img/tab_green_head_bg.png);
	color: #ffffff;
}


#sidebar #orange{
	background-image: url(../img/tab_orange_bg.png);
	color: #ffffff;
}

#sidebar #orange .node-head{
	background-image: url(../img/tab_orange_head_bg.png);
	color: #ffffff;
}

#sidebar #orange .node-last-foot{
	background-image: url(../img/tab_orange_last_foot_bg.png);
}

#sidebar .node b.callnow {
	text-align: center;
	font-size: 28px;
	color: #ffffff;
}

#sidebar .node p.callnow {
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#footer {
	font-size: 12px;
	color: #FFFFFF;
}

#footer .line {
	background-color: #abcc3d;
}

#footer .line .middle{
	width: 920px;
	margin: auto;
	padding: 9px;
}


#footer .line .copyrights {
	float: right;
	margin-right: 15px;
}


#footer .line .nav {
	float: left;
	margin-left: 10px;
}

#nav-footer a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-footer a:hover {
	text-decoration: underline;
}

ul#nav-footer {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav-footer li {
	display: block;
	float: left;
	padding: 0px 5px;
	border-right: 1px solid #ffffff;
}

#nav-footer li.last {
	border: none;
}

#footer .extra {
	width: 920px;
	margin: auto;
	padding: 10px;
	text-align: center;
}