/*
	-------------------------------------------------------------
	BODY
	-------------------------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #e2dfdf;
	color: #000;
	min-width: 600px;
}

/*
	-------------------------------------------------------------
	CONTAINER
	-------------------------------------------------------------
*/

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 100%;
	background: url('images/hep_bg.gif') repeat-y #f1edf6;
}

/*
	-------------------------------------------------------------
	COLUMNS
	-------------------------------------------------------------
*/

#left_column {
	width: 730px;
	float: left;
	background: #fff;
}

#right_column {
	width: 189px;
	float: left;
	background: #f1edf6;
	padding: 0px 20px 20px 20px;
	height:100%;
	margin-bottom: auto;
	padding-bottom: auto;
	border-left: 1px solid #cac4d5;
}

#home_col_left {
	width: 360px;
	float: left;
	background: #fff;
}

#home_col_left_body {
	padding: 0px 10px 10px 10px
}

#home_col_right {
	width: 370px;
	float: left;
	background: #fef4e9;
}

#home_col_right_body {
	padding: 20px 20px 20px 20px;
	font-size: 11px;
	color: #404041
}

#int_col_left {
	width: 730px;
	float: left;
	background: #fff;
	height:100%;
}

#int_menu {
	float: left;
	width: 190px;
}

#int_body {
	float: left;
	width: 510px;
	color: #322f31;
	line-height: 20px;
	padding-right: 20px;
}

/*
	-------------------------------------------------------------
	HEADER
	-------------------------------------------------------------
*/

#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	z-index:10;
}

.header_top {
	width: 960px;
	height: 38px;
	background: #fff;
}

.header_nav {
	float: right;
	color: #000;
	margin: 20px 70px 0px 0px;
}

.header_item {
	float: left;
}

.header_search {
	padding-top: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}

#top_nav {
	float: left;
	width: 960px;
}

.email_signup {
	float: left;
	width: 450px;
	height: 39px;
	background: #e2dfdf;
}

.email_signup_body {
	float: left;
	margin: 1px 0px 0px 10px;
	height: 29px;
}

.email_signup_form {
	float: left;
	padding-left: 8px;
	margin-top: -2px;
}

.email_curve {
	float: right;
	width: 47px;
	height: 29px;
}

.email_bottom {
	float: right;
}

input.input_email {
	border: 1px solid #939598;
	background: #fff;
	font-size: 11px;
	padding: 3px;
	width: 128px;
	color: #999;
}

input.input_related_link {
	border: 1px solid #939598;
	background: #fff;
	font-size: 11px;
	padding: 3px;
	width: 225px;
	color: #999;
}

input.email_submit {
	margin-bottom: -6px;
	padding-left: 7px;
}

.purple_nav {
	float: left;
	height: 39px;
}

.main_nav {
	width: 960px;
	float: left;
}

.orange_nav {
	float: left;
}

.community_header {
	float: right;
}

/*
	-------------------------------------------------------------
	LEFT COLUMN
	-------------------------------------------------------------
*/

h1.int_title {
	padding-top: 5px;
	color: #f9a34a;
	line-height: 30px;
	font-size: 26px;
}

h2, h3, h4 {
	padding: 0;
	margin: 0;
	color: #000;
}

h2.gray {
	color: #58585a;
	padding-bottom: 5px;
}

h3.gray {
	color: #58585a;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
}

hr.gray {
	background: #ccc;
	color: #ccc
}

.help_container {
	float: left;
	border-bottom: 1px solid #b2b3b6;
	padding: 10px 0px 10px 0px;
	width: 340px;
}

.help_image {
	float: left;
	width: 100px;
}

.help_text{
	float: left;
	padding-left: 10px;
	width: 230px;
}

.help_content {
	line-height: 20px;
}

.left_col_bottom_link {
	float: left;
	text-align: center;
	width: 340px;
	padding: 10px 0px 0px 0px;;
}

.int_sub_header {
	color: #231f20;
	width: 510px;
	height: 42px;
	padding: 7px 0px 0px 30px;
	background: url('images/int_sub_header_bg.gif') no-repeat;
	font-weight: bold;
	float: left;
}

ul.related {
	margin-top: -5px;
	float: left;
}

#video {
	z-index: 1;
}

/*
	-------------------------------------------------------------
	INTERNAL NAV
	-------------------------------------------------------------
*/

#int_menu ul a:link {
	display: block;
}

#int_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#int_menu li {
	margin: 0;
	padding: 0;
}

html>body #int_menu li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.mainnavigation {
	margin-top: 27px;
	margin-left: 10px;
	padding-left: 0px;
	font-size: 8pt;
	border-bottom: 1px solid #fff;
	background: url('images/side_nav_bg.png') repeat-y #fff;

}

.mainnavigation a {
	display: block;
	padding: 6px 0px 6px 20px;
	text-decoration: none;
	color: #231f20;
	width: 130px;
}

.mainnavigation a:hover {
	color: #231f20;
	text-decoration: none;
	width: 130px;
	background: url('images/int_menu_over.png') left no-repeat;
}

.mainnavigation a:active {
	background-color: transparent;
}

.mainnavigation .nav_on {
	color: #231f20;
	text-decoration: none;
	width: 130px;
	background: url('images/int_menu_over.png') left no-repeat;
}

.navul {
	background: url('images/side_nav_grad_bg.png') left repeat-y;
}

.white {
	color: #fff;
}

.border_top {
	border-top: 1px dotted #bbb;
}

.nav_border_bottom {
	border-bottom: 1px solid #e4dced;
}

/*
	-------------------------------------------------------------
	ADMIN MENU
	-------------------------------------------------------------
*/

.admin_mainnavigation {
	margin-top: 15px;
	margin-left: 10px;
	padding-left: 0px;
	font-size: 8pt;
	border-bottom: 1px solid #fff;
	background: #fff;
	width: 140px;
}

.admin_mainnavigation a {
	display: block;
	padding: 6px 0px 6px 20px;
	text-decoration: none;
	color: #231f20;
	width: 140px;
}

.admin_mainnavigation a:hover {
	color: #231f20;
	text-decoration: none;
	width: 140px;
	background: url('images/int_menu_over.gif') left no-repeat #f1edf6;
}

.admin_mainnavigation a:active {
	background-color: transparent;
}

.admin_mainnavigation .nav_on {
	color: #231f20;
	text-decoration: none;
	width: 140px;
	background: url('images/int_menu_over.gif') left no-repeat #f1edf6;
}

/*
	-------------------------------------------------------------
	RIGHT COLUMN
	-------------------------------------------------------------
*/

.news_container {
	float: left;
	margin-top:15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #633e81;
		width: 189px;
}

.news_header {
	color: #633e81;
	line-height: 20px;
	font-weight: bold;
	font-size:12px;
}

.news_text {
	color: #000;
	line-height: 20px;
}

.news_image {
	padding: 5px 0px 10px 0px;
}

.read_more_news {
	float: left;
	width: 189px;
	margin-top:15px;
	padding-bottom: 15px;
}

.sitemap_container {
	width: 250px;
	float:left;
}

.sitemap_header {
	color: #633e81;
	padding: 3px;
	font-weight: bold;
	background: #f1edf6;
	width: 200px;
}

.editpage_header {
	color: #633e81;
	padding: 3px;
	background: #f1edf6;
	width: 160px;
}

/*
	-------------------------------------------------------------
	FOOTER
	-------------------------------------------------------------
*/

#footer {
	width: 960px;
	float: left;
	background: #857e7c;
	color: #fff;
	border-top: 1px solid #b2b3b6;
}

#footer_body {
	padding: 20px 20px 10px 20px;
	color: #fff;
	font-size: 11px;
	line-height: 20px
}

#footer_bottom {
	float: left;
}

/*
	-------------------------------------------------------------
	LINKAGE
	-------------------------------------------------------------
*/

#int_body a:link, #int_body a:visited {
	color: #4B0082;
	text-decoration: underline;
	font-size: 12px;
}

#int_body a:hover {
	color: #4B0082;
	text-decoration: underline;
	font-size: 12px;
}

#int_body a:active, #int_body a:focus {
	color: #4B0082;
	text-decoration: underline;
	font-size: 12px;
}

a.white:link, a.white:visited {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	color: #fff;
	text-decoration: underline;
}

a.white:active, a.white:focus {
	color: #fff;
	text-decoration: none;
}

a.orange:link, a.orange:visited {
	color: #f78f1e;
	text-decoration: none;
}

a.orange:hover {
	color: #f78f1e;
	text-decoration: underline;
}

a.orange:active, a.orange:focus {
	color: #f78f1e;
	text-decoration: none;
}

a.header:link, a.header:visited {
	color: #000;
	text-decoration: none;
}

a.header:hover {
	color: #000;
	text-decoration: underline;
}

a.header:active, a.header:focus {
	color: #000;
	text-decoration: none;
}

a.purple:link, a.purple:visited {
	color: #633e81;
	text-decoration: none;
}

a.purple:hover {
	color: #633e81;
	text-decoration: underline;
}

a.purple:active, a.purple:focus {
	color: #633e81;
	text-decoration: none;
}

a.button:link {
	border: 1px solid #939598;
	background: #eee;
	font-size: 11px;
	padding: 3px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

a.button:hover {
	border: 1px solid #939598;
	background: #eee;
	font-size: 11px;
	padding: 3px;
	color: #f9a34a;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

/*
	-------------------------------------------------------------
	FORMS
	-------------------------------------------------------------
*/

form {
	padding: 0;
	margin: 0;
}

input.searchbox {
	border: 1px solid #939598;
	background: #fff;
	font-size: 11px;
	padding: 3px;
	width: 128px;
	color: #999;
}

input.btn_search {
	margin-bottom: -4px;
}

input.button {
	border: 1px solid #939598;
	background: #eee;
	font-size: 11px;
	padding: 3px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

input.button:hover {
	border: 1px solid #f9a34a;
	background: #ddd;
	font-size: 11px;
	padding: 3px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

.error {
	color: #ff0000;
}

select, option {
	font-size: 11px;
	color: #666;
	border: 1px solid #939598;
}

.cke_show_borders{
	background: #fff;
}

/*
	-------------------------------------------------------------
	IMAGES
	-------------------------------------------------------------
*/

img {
	border: 0;
}

/*
	-------------------------------------------------------------
	EDITOR
	-------------------------------------------------------------
*/

.header2 {
	color: #4B0082;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.header3 {
	color: #FF8C00;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.header4 {
	color: #4B0082;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight:bold;
}

.header5 {
	color: #322f31;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight:bold;
}

.header6 {
	color: #4B0082;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight:bold;
}

.body {
	color: #322f31;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.para {
	color: #322f31;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.cke_show_borders#td {
	vertical-align: top;
	height: 100%;
}

.valign_top {
	vertical-align: top;
	height: 100%;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
background: transparent;
width: 475px;
height: 27px;
margin: 7px 0 0 345px;
padding: 0;
overflow: hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 3px;
top: 8px;
width: 474px;
overflow: hidden;
height: 15px;

}

ul.newsticker { /* that's your list */
position: relative;
left: 60px;
font: 12px Arial;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: transparent;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
}

ul.newsticker span {
margin: 0 10px 0 0;
}
