body {
	color: #393939;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../images/header.jpg) no-repeat center top; 
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.highlight {
	color: #f65f02;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_none {
	float: none;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.rcorners {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.seperator {
	border-top: 1px solid #ccc;
	margin: 0 0 25px 0;
}
h1, h2 {
	margin: 0 0 20px 0;
	text-align: left;
}
h1 {
	font-size: 19px;
	line-height: 21px;
	color: #3a3a3a;
}
h1 a, h1 a:link, h1 a:active, h1 a:hover, h1 a:visited {
	color: #f65f02;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	color: #5c5c5c;
}
h3 {
	font-size: 15px;
	line-height: 14px;
	color: #f65f02;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #478CBA;
}
a:hover {
	text-decoration: none;
	color: #478CBA;
}
a img {
	bordeR: 0;
}
/* Form Validation */
.cmxform label { 
	width: 10em; float: left; 
}
.cmxform label.error { 
	float: none; color: #F65F02; padding-left: .5em; vertical-align: top; 
}
.cmxform p { 
	clear: both; 
}
.cmxform span { 
	font-weight: bold; 
	padding-right: 1em; 
	vertical-align: top;
	width: 0;
	display: inline-block;
}
fieldset {
	padding: 10px;
}
fieldset legend {
	font-size: 15px;
	color: #f65f02;
	font-weight: bold;
}
/* Messages */
.error_msg {
	background: #ffdcd7 url(../images/error.gif) no-repeat 5px center;
	padding: 5px 5px 5px 25px;
	margin:5px 0;
	border: 1px solid #ADADAD;
	width: auto;
	line-height: normal;
	color: #666;
}
.success_msg {
	background: #eaffea url(../images/confirm.gif) no-repeat 5px center;
	padding: 5px 5px 5px 25px;
	margin:5px 0;
	border: 1px solid #ADADAD;
	width: auto;
	line-height: normal;
	color: #666;
}
#login_error {
	position: absolute;
	top: 60px;
	right: 10px;
}	
/* Site Main Structure */
#site_wrapper {
	width: 970px;
	margin: auto;
	text-align: left;
	position: relative;
}
#header {
	height: 455px;
}
#pub{
height: 120px;
}
#nav_wrapper {
	height: 41px;
	width: 970px;
}
#footer {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
#navigation {	
	width: 968px;
	height: 41px;
	line-height: 41px;
	border: 1px solid #0f0f0f;
	background: url(../images/navigation/nav_bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
}
	
#navigation li {	
	float: left;
	height: 41px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #0f0f0f;
	list-style: none;
}
#navigation li:hover, #navigation li.hover, #navigation li.selected {	
	background: url(../images/navigation/nav_bg.gif) no-repeat left -41px;
}
#navigation li a {	
	display: block;
	padding: 0 14px;
	text-decoration: none;
	color: #eaeaea;
	white-space: nowrap;
}

#navigation li a:hover, #navigation.hover li a, #navigation li.selected a, #navigation li.selected li a:hover {	
	color: #d2c196;
}
#navigation li.selected  li a {
	color: #eaeaea;
}
#navigation li ul {	
	margin: 2px 0 0 0;
	padding: 0;
	line-height: normal;
	position: absolute;
	visibility: hidden;
	border: 1px solid #493830;
	background: #5f5f5f url(../images/navigation/nav_bg_subitem.gif) repeat-x left top;
	-webkit-box-shadow: 1px 1px 3px #6b6b6b;
	-moz-box-shadow: 1px 1px 3px #6b6b6b;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
 
}

#navigation li ul li {	
	float: none;
	padding: 0;
	display: inline;
	height: auto;
	border: 0;
}
#navigation li ul li:hover {
	background: none;
}
#navigation li ul li a {
	width: auto;
	margin: 0;
	padding: 5px 8px;
	color: #fff;
}
/* Loginbar */
#loginBar {
	position: absolute;
	background-color: #393939;
	width: 100%;
	left: 0;
	padding: 5px 0;
	color: #eaeaea;
	line-height: 25px;
	text-align: left;
	padding-top: 4px;
	border-bottom: 5px solid #2c2c2c;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}
#loginBar div.links {
	float: right;
	margin: 0 15px;
}
#loginBar div.links a, #loginBar div.links a:link, #loginBar div.links a:active, #loginBar div.links a:visited {
	color: #fff;
	cursor: pointer;
}
#loginBar div.links a:hover {
	color: #e6e6e6;
	cursor: pointer;
}
#loginBar a.login_panel span, #loginBar a.login_panel:link span, #loginBar a.login_panel:visited span, #loginBar a.login_panel:active span {
	height: 17px;
	line-height: 17px;
	background: url(../images/login_panel.gif) no-repeat left top;
	padding-left: 32px;
	display: inline-block;
}
#loginBar a.login_panel:hover span {
	background: url(../images/login_panel.gif) no-repeat left -17px;
}
#loginBar #lang_selector {
	margin-left: 20px;
	border: 1px solid #000;
	background-color: #6a6a6a;
	color: #fff;
	font-size: 12px;
	padding: 2px;
}
div.logo_wrapper {
	padding-top: 90px;
}
div.logo_wrapper img {
	cursor: pointer;
}
div.loginBar_holder {
	height: 55px;
}
#body {
	text-align: left;
	clear: both;
	padding: 30px 0 20px 0;
}
/* Homepage */
div.three-column {
	width: 305px;
	float: left;
	padding: 5px;
	margin: 0 11px 10px 0;
	text-align: center;
}
div.three-column.no_mright {
	margin-right: 0;
}
div.three-column p {
	margin: 0 10px 10px 10px;
	font-size: 12px;
	text-align: justify;
	
}
div.three-column h1 {
	background-color: #eff0eb;
	color: #262626;
	padding: 10px;
	font-size: 16px;
	text-align: left;
	margin: 0 0 20px 0;
}
div.three-column h2 {
	font-size: 15px;
	color: #f65f02;
	
}
div.three-column h2.borderTop {
	border-top: 1px solid #ccc;
	padding-top: 8px;
}
div.three-column h2 span {
	color: #666;
	font-size: 12px;
	float: right;
	margin-left: 8px;
}
div.three-column div.thumb1 {
	background: url(../images/thumbs/home_thumb1.gif) no-repeat left top;
	width: 200px;
	height: 100px;
	margin: 0 auto 10px auto;
}
div.three-column div.thumb2 {
	background: url(../images/thumbs/home_thumb2.jpg) no-repeat left top;
	width: 200px;
	height: 100px;
	margin: 0 auto 10px auto;
}
div.three-column div.thumb3 {
	background: url(../images/thumbs/home_thumb3.jpg) no-repeat left top;
	width: 200px;
	height: 100px;
	margin: 0 auto 10px auto;
}
div.merge-2columns {
	width: 610px;
}
div.merge-2columns p {
	padding: 10px 0;
}
div.noRmargin {
	margin-right: 0;
}
div.home_margin_right {
	margin-right: 500px;
}
div.quote_box {
	background-color: #eff0eb;
	color: #262626;
	padding: 20px;
	width: 440px;
} 
div.quote_box div.testimonial {
	width: 180px;
	float: left;
	font-size: 11px;
	padding: 0 15px;
}
div.quote_box div.testimonial img {
	margin: 0 15px 15px 0;
	border: 1px solid #909090;
	-webkit-box-shadow: 1px 1px 3px #6b6b6b;
	-moz-box-shadow: 1px 1px 3px #6b6b6b; 
}
div.quote_box div.testimonial span.test_name {
	color: #f65f02;
}
div.quote_box div.testimonial p {
	font-style: italic;
}
div.quote_box div.rborder {
	border-right: dotted 1px #ccc;
}
ul li {
	padding: 3px 0;
}
ul.arrow_list {
	list-style: none;
}
ul.arrow_list li {
	background: url(../images/list_arrow.gif) no-repeat left 50%;
	padding-left: 19px;
}
ul.home_list {
	list-style-type: decimal;
}
/* Button */
span.login_btn {
	background: url(../images/login/login_btn.gif) no-repeat left top;
	display: inline-block;
	height: 25px;
	width: 26px;
	cursor: pointer;
	text-decoration: none;
}
span.login_btn:hover {
	text-decoration: none;
}
a.login_btn:hover span {
	background: url(../images/login/login_btn.gif) no-repeat left -25px;
}
#loginBar div.login a.login_btn {
	float: right;
	margin-top: 8px;
}
a.button, a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-color: #3f3f3f;
	padding: 3px 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}
a.button:hover  {
	color: #d2c196;
	text-decoration: none;
}
/* tables */
table {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
	border: 1px solid #949494;
}
table tr th {
	background: #2c2c2c;
	color: #fff;
	padding:3px 5px;
	font-weight: normal;
	text-transform: uppercase;
}
table tr td {
	padding: 3px 5px;
	background-color: #f9f9f9;
}
table.three_column tr td {
	width: 31%;
}
table tr.odd td {
	background-color: #cbcbcb;
}
table tr:hover td, table tr.odd:hover td {
	background-color: #ffead5;
}
table.vertical td, table.vertical tr:hover td{
	width: 50%;
	padding: 5px;
	background-color: #f4f4f4;
	
}
table.vertical tr.header th {
	background: #2c2c2c;
}
table.vertical tr td, table.vertical tr th {
	border:1px solid  #949494;
}
table.vertical tr td.header, table.vertical tr th.header {
	background-color: #2c2c2c;
	color: #fff;
	text-align: left;
}
table.vertical tr td.normal, table.vertical tr th.normal {
	background-color: #2c2c2c;
	color: #fff;
	text-align: left;
}
table.vertical tr td.odd, table.vertical tr:hover td.odd {
	background-color: #BEE0EB;
}
/* Inner Pages */
div.program_container {
	display: none;
	margin: 40px 0 20px 0;
}
div.filter_container {
	background-color: #e1e1e1;
	border: 1px solid #666;
	padding: 10px;
	margin-right: 400px;
}
div.msg_holder {
	height: 50px;
}
div.form_confirm_holder {
	height: 200px;
}
div.form_confirm_holder p {
	margin: 30px 0;
	font-size: 16px;
}
/* Boxes */
.box img {
	border: 1px solid #c0c0c0;
}
.rightbox {
	margin: 0 0 20px 20px;
}
.box_width {
	width: 177px;
}
.box .header {
	height: 9px;
	padding: 0;
	font-size: 0;
}
.box .header .left {
	height: 9px;
	padding: 0;
	background: url(../images/boxes/box_header_left.gif) no-repeat left top;
}
.box .header .right {
	height: 9px;
	padding: 0;
	background: url(../images/boxes/box_header_right.gif) no-repeat right top;
}
.box .header .content {
	height: 9px;
	padding: 0;
	margin: 0 11px 0 9px;
	font-size: 0;
	background: url(../images/boxes/box_header_middle.gif) repeat-x left top;
}
.box .body .left {
	background: url(../images/boxes/box_body_left.gif) repeat-y left top;
}
.box .body .right {
	background: url(../images/boxes/box_body_right.gif) repeat-y right top;
}
.box .body .content {
	margin: 0 6px 0 4px;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 11px;
	font-style: italic; 
	background: #ebe9e6 url(../images/boxes/box_body_middle.gif) repeat-x left top;
}
.box .footer .left {
	height: 11px;
	background: url(../images/boxes/box_footer_left.gif) no-repeat left top;
}
.box .footer .right {
	height: 11px;
	background: url(../images/boxes/box_footer_right.gif) no-repeat right top;
}
.box .footer .content {
	height: 11px;
	font-size: 0;
	margin: 0 11px;
	background: url(../images/boxes/box_footer_middle.gif) repeat-x left top;
}
/* Contact tab */
a#contact_tab {
	background-image:url(../images/contactagsb_bg.gif);
	color:#FFFFFF;
	cursor:pointer;
	height:153px;
	left:-3px;
	margin-left:-7px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:fixed;
	text-indent:-100000px;
	top:25%;
	width:48px;
	z-index:100000;
	-webkit-box-shadow: 1px 1px 3px #6b6b6b;
	-moz-box-shadow: 1px 1px 3px #6b6b6b; 
}
a#contact_tab:hover {
	left:0px;
}
/* Rotating items */
#rotating_items{
	color: #fff;
	height: 95px;
	width: 450px;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	overflow: hidden;
	float: right;
}
#rotating_items div.rotating_item{
	top: 25px;
	height: 58px;
	width: 670px;
	padding-top: 18px;
	text-align: right;
	font-weight: bold;
}


#rotating_items div.rotating_item i,
#rotating_items div.rotating_item em	{
	width: 450px;
	padding-right: 10px;
	float: left;
}

