/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px 0 0;
	list-style-type: none;
	background-color: #D7DEA9;
}
a {	
	font-size: 11px;
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
a:active {
	color: #555;
	text-decoration: none;
}
#wrapper {
	height: auto;
	width: 970px;
	display: table;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;
}
#wrapper #header {
	height: 179px;
	width: 970px;
	float: left;
}
#wrapper #header #top {
	background-image: url(/Static/Images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 26px;
	width: 970px;
}
#wrapper #header #top #languages {
	float: left;
	height: 14px;
	width: 354px;
	padding-left: 250px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#wrapper #header #top #languages a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#wrapper #header #top #languages a:hover {
	color: #333333;
}
#wrapper #header #top #welcome {
	float: left;
	height: 21px;
	width: 325px;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
}
#wrapper #header #top #welcome a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#wrapper #header #top #welcome a:hover {
	color: #CC0033;
}
#wrapper #header #banner_left {
	float: left;
	height: 147px;
	width: 11px;
}
#wrapper #header #banner {
	float: left;
	height: 147px;
	width: 741px;
}
#wrapper #header #logos {
	float: left;
	height: 147px;
	width: 218px;
}
#wrapper #header #banner_box #logos #logo {
	background-image: url(/Static/Images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 94px;
	width: 218px;
}

#wrapper #header #banner_box #logos #logo a{
	display:block;	
	height: 94px;
	width: 218px;
}

#wrapper #header #logos #logo_bottom {
	background-image: url(/Static/Images/logo_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 34px;
	width: 218px;
}
#wrapper #header #logos #icons {
	float: left;
	height: 25px;
	width: 218px;
}

#wrapper #header #logos #icons a{
	float: left;
	display:block;
	width:23px;
	height:25px;
}

#wrapper #header #logos #icons #icon_left {
	background-image: url(/Static/Images/icon_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 26px;
}
#wrapper #header #logos #icons #home {
	background-image: url(/Static/Images/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 23px;
}
#wrapper #header #logos #icons #company {
	background-image: url(/Static/Images/icon_company.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 23px;
}
#wrapper #header #logos #icons #companies {
	background-image: url(/Static/Images/icon_companies.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 23px;
}
#wrapper #header #logos #icons #ik {
	background-image: url(/Static/Images/icon_ik.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 23px;
}
#wrapper #header #logos #icons #hr {
	background-image: url(/Static/Images/icon_hr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 23px;
}
#wrapper #header #logos #icons #mail {
	background-image: url(/Static/Images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 23px;
}
#wrapper #header #logos #icons #faq {
	background-image: url(/Static/Images/icon_faq.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 23px;
}
#wrapper #header #logos #icons #sitemap {
	background-image: url(/Static/Images/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 23px;
}
#wrapper #header #logos #icons #icon_seperator {
	background-image: url(/Static/Images/icon_seperator.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 1px;
}
#wrapper #header #logos #icons #icon_right {
	background-image: url(/Static/Images/icon_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 25px;
}

#wrapper #content {
	float: left;
	height: auto;
	width: 970px;
	/*display: table;*/
}
#wrapper #content #left {
	float: left;
	height: auto;
	width: 233px;
}
#wrapper #content #left #search {
	float: left;
	height: 43px;
	width: 233px;
}
#wrapper #content #left #search #search_top {
	background-image: url(/Static/Images/search_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 19px;
	width: 233px;
}
#wrapper #content #left #search #search_left {
	background-image: url(/Static/Images/search_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 38px;
}
#wrapper #content #left #search #formSearch #search_box {
	background-image: url(/Static/Images/search_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 127px;
}
#wrapper #content #left #search #formSearch #search_right {
	background-image: url(/Static/Images/search_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 11px;
}
#wrapper #content #left #search #formSearch #ara {
	background-image: url(/Static/Images/ara.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 19px;
}
#searchButton{
	height:15px;
	width:19px;
	display:block;
}
#wrapper #content #left #search #ara_right {
	background-image: url(/Static/Images/ara_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 33px;
}
#wrapper #content #left #search #formSearch {
	float: left;
	height: 15px;
	width: 129px;
}
#wrapper #content #left #search #formSearch #search_box #searchBox {
	float: left;
	height: 15px;
	width: 129px;
}
#wrapper #content #left #search #formSearch #ara #searchButton {
	float: left;
	height: 15px;
	width: 19px;
}
#wrapper #content #left #search #search_box #searchBox {
	float: left;
	height: 9px;
	width: 125px;
	padding-bottom:2px;
	background-image: url(/Static/Images/search_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #ece9d1;
	color: 484848;
	font-size: 10px;
}
#wrapper #content #left #search #search_right {
	background-image: url(/Static/Images/ara_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 8px;
}
#wrapper #content #left #search #ara {
	background-image: url(/Static/Images/ara.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 24px;
}

#wrapper #content #left #search #search_box {
	background-image: url(/Static/Images/search_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 130px;
	color: 484848;
	font-size: 11px;
}
#wrapper #content #left #search #search_bottom {
	background-image: url(/Static/Images/search_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 10px;
	width: 233px;
	margin-bottom: -5px;
}
#wrapper #content #left #left_menu {
	float: left;
	height: auto;
	width: 233px;
	background-image: url(/Static/Images/left_menu_bg_y.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper #content #left #left_menu #left_menu {
	float: left;
	height: auto;
	width: auto;
}
#wrapper #content #left #left_menu .active_button {
	background-image: url(/Static/Images/active_left_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: auto;
	width: 151px;
	padding-right:10px;
	padding-top: 18px;
	padding-left: 72px;
}
#wrapper #content #left #left_menu .active_button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #95345e;
	text-decoration: none;
	height: 29px;
	width: auto;
}
#wrapper #content #left #left_menu .active_button a:hover {
	color: #742246;
}
#wrapper #content #left #left_menu .passive_button {
	background-image: url(/Static/Images/passive_left_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: auto;
	width: 151px;
	padding-right:10px;
	padding-top: 13px;
	padding-left: 72px;
	padding-bottom: 13px;
}
#wrapper #content #left #left_menu .passive_button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d6d;
	text-decoration: none;
	height: 29px;
	width: auto;
}
#wrapper #content #left #left_menu .passive_button a:hover {
	color: #373f37;
}
#wrapper #content #left #right_space {
	background-image: url(/Static/Images/right_leftmenu.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	height: 100px;
	width: 29px;
}
#wrapper #content #left #left_bottom {
	background-image: url(/Static/Images/left_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 51px;
	width: 233px;
}
#wrapper #main {
	/*float: left;*/
	height: auto;
	width: 737px;
	display: table;
}
#wrapper #menu {
	background-image: url(/Static/Images/menu_bg_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 46px;
	width: 940px;
	padding-left: 30px;
}
#wrapper #menu .active_button {
	float: left;
	height: 46px;
	width: auto;
}
#wrapper #menu .active_button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #403849;
	text-decoration: none;
}
#wrapper #menu .active_button a:hover {
	color: #742246;
}
#wrapper #menu .active_button .left_activebutton {
	background-image: url(/Static/Images/a_menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 11px;
}
#wrapper #menu .active_button .center_activebutton {
	background-image: url(/Static/Images/a_menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 26px;
}
#wrapper #menu .active_button .right_activebutton {
	background-image: url(/Static/Images/a_menu_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 11px;
}
#wrapper #menu .passive_button {
	float: left;
	height: 46px;
	width: auto;
}
#wrapper #menu .passive_button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
	text-decoration: none;
}
#wrapper #menu .passive_button a:hover {
	color: #742246;
}
#wrapper #menu .passive_button .left_passivebutton {
	background-image: url(/Static/Images/p_menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 11px;
}
#wrapper #menu .passive_button .center_passivebutton {
	background-image: url(/Static/Images/p_menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 26px;
}
#wrapper #menu .passive_button .right_passivebutton {
	background-image: url(/Static/Images/p_menu_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 46px;
	width: 11px;
}
#wrapper #content #main #main_area {
	background-image: url(/Static/Images/clikpad_bg_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: auto;
	width: 737px;
}

#wrapper #main #text_area {
	float: left;
	height: auto;
	width: 709px;
	padding-left: 13px;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-right: 15px;
	text-align:justify;

}

#wrapper #main #clickpad {
	float: left;
	width: 717px;
	height: 5px;
	float: left;
	font-size: 11px;
	padding-right: 20px;
	padding-top: 15px;
	color: #95345e;
}
#wrapper #main #clickpad a {
	color: #778668;
	text-decoration: none;
}
#wrapper #main #clickpad a:hover {
	color: #495747;}
#wrapper #footer {
	background-image: url(/Static/Images/footer_bg_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 38px;
	width: 970px;
	display: table;
}
#wrapper #footer #copyright {
	font-size: 10px;
	color: #524f3f;
	text-decoration: none;
	float: right;
	height: 20px;
	padding-top: 8px;
	padding-right: 10px;
}
#wrapper #footer #copyright a {
	font-size: 11px;
	color: #524f3f;
	text-decoration: none;
}
#wrapper #footer #copyright a:hover {
	color: #95345e;
}
#wrapper #footer #footer_links {
	font-size: 11px;
	color: #524f3f;
	text-decoration: none;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 8px;
	padding-left: 10px;
}
#wrapper #footer #footer_links a {
	font-size: 11px;
	color: #524f3f;
	text-decoration: none;
}
#footer #footer_links a:hover {
	color: #95345e;
}

#wrapper #header #banner_box {
	float: left;
	height: 147px;
	width: 970px;
	background: #EEECDC url(/Static/Images/Banners/banner_01.jpg) left top no-repeat;	
}


/*-- RTE styles --*/


.RTEDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color:#666;
}

.RTETitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #D00254 !important;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}

.RTESubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #698E04 !important;
}

.RTEHighlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color:#666;
	font-weight:bold;
}

th {
	font: normal 11px/1.4em Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;

}

td {
	font: normal 11px/1.4em Verdana, Arial, sans-serif;
	text-align: left;
}

.inputSearch{
	border:1px dotted #bbb;
	color:#666;
	font-size:11px;
	padding:2px;
	width:150px;
}
.inputButton{
	border:1px solid #bbb;
	color:#fff;
	font-size:11px;
	background-color:#555;
	cursor:pointer;
}
label{
	color:#555;
	font-size:11px;
}
.newsletter_header{	
	color: #D00254;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:10px;
	border-bottom:1px dotted #CF81A1;
	padding-bottom:2px;
	width:156px;
}