/* CSS Document for Joy Voice template */

.clr {
	clear: both;
}

.outline {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
}

#pathway_outer {
	width: 100%;
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
}

#pathway_inner {
	float: none !important;
	float: left;
	border: 1px solid #cccccc;
	height: 21px;
}

#pathway_text {
	overflow: hidden;
	float: left;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 5px;
}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
	border: 1px solid #cccccc;
	padding: 0px;
	height: 21px !important;
	height: 23px;
	overflow: hidden;
}

#search_inner form {
	padding: 0;
	margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
	border: 1px solid #cccccc;
	padding: 2px;
	height: 144px !important;
	height: 150px;
	overflow: hidden;
	float: none !important;
	float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
  padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
	float: none !important;
	float: left;
	border: 1px solid #cccccc;
	padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
	float: none !important;
	float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
	float: none !important;
	float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

/* active menu */

#active_menu {
	font-weight: bold;
	color: #FFFFFF;
	width: 120px;
	background: url(../images/menu_background.gif) no-repeat;
	background-position: 0px 3px;
	line-height: 20px;
	padding-left: -110px;
}

a#active_menu:hover {
	color: #FFFFFF;
	width: 120px;	
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
	border: 1px solid #ccc;
}

.mosimage {
	border: 1px solid #cccccc;
	margin: 5px;
}

.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	text-transform: normal;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

/** old stuff **/

a.pathway {
}

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

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


li
{
	line-height: 15px;
	padding-left: 10px;
	padding-top: 0px;

}


td {
	text-align: left;
	font-size: 11px;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #000000;
	background-color: #182854;

}

/* mambo core stuff */
a:link, a:visited { /* all links except those on the menu */
	color: #00B1EB; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #415A9D;	
	text-decoration: none;
	font-weight: bold;
}

/* Content - Sections & Categories */

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.button {
	color: #000000;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	width: 43px;
	background-color: #C6C7C9;
	height: 23px !important;
	height: 22px;
	margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	color: #F29A28;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

/* page heading */
.contentheading {
	height: 30px;
	color: #F3A33E;
	text-indent: 5px;
	font-weight: bold;
	font-size: 15px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchintro {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/* module table heading */
table.moduletable th {
	color: #F3A33E;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
	padding: 2px;
}

.sectiontableheader {
	font-weight: bold;
	background: #3F579C;
	padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #F1931B;
}

.sectiontableentry2 {
	background-color : #FFFFFF;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

table.contenttoc td {
	padding: 2px;
}

table.contenttoc th {
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	margin-right: 5px;
	height: 20px !important;
	height: 25px;
	width: 120px;
	text-decoration: none;
	text-indent: 0px;
	display: block;	
	padding-left: 18px;
	background: url(../images/menu_background.gif) no-repeat;
	background-position: 0px -20px;
}

a.mainlevel:hover {
	color: #FFFFFF;
	width: 120px;
	text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
	vertical-align: baseline;
	font-size: 11px;
	font-weight: normal;
	color: #8A8A8A;
	text-align: left;
	padding-top: 5px;
	margin-right: 5px;
	height: 20px !important;
	height: 25px;
	width: 115px;
	text-decoration: none;
	text-indent: 15px;
	padding: 3px;
	display: table-cell;
	border-bottom: 1px solid #B0B0B0;
}

a.sublevel:hover {
	color: #D5DECA;
	width: 115px;
	text-decoration: none;
}

/* css styling for DIV tag */
div#background_color {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 785px;
	background-color: #182854;
}

* html div#background_color {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	background-color: #182854;
}

div#container {
	position: absolute;
	top: 0px;
/*	left: 15%;*/
	width: 785px;
	background-color: #FFFFFF;
}

* html div#container {
	position: absolute;
	top: 0px;
/*	left: 15%;*/
	width: 780px;
	background-color: #FFFFFF;
}

div#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 171px;
	background: url(../images/joyvoice_03.png) repeat-x;
}

* html div#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 171px;
	background: url(../images/joyvoice_03.png) repeat-x;
}

div#banner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 341px;
	height: 171px;
}

div#banner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 418px;
	height: 171px;
}

div#menu_bar {
	position: absolute;
	top: 171px;
	left: 0px;
	width: 100%;
	height: 36px;
	background: url(../images/joyvoice_08.gif) repeat-x;
}

* html div#menu_bar {
	position: absolute;
	top: 171px;
	left: 0px;
	width: 780px;
	height: 36px;
	background: url(../images/joyvoice_08.gif) repeat-x;
}

div#menu_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 153px;
	height: 36px;
}

div#menu_mid {
	position: absolute;
	top: 0px;
	left: 153px;
	width: 27px;
	height: 36px;
}

div#menu {
	position: absolute;
	top: 2px;
	left: 90px;
}

div#contact_us_link {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #FFFFFF; !important
	font-weight: bold;
}

div#search {
	position: absolute;
	top: 212px;
	left: 10px;
}

div#search_btn {
	position: absolute;
	top: 212px;
	left: 145px;
}

* html div#search_btn {
	position: absolute;
	top: 212px;
	left: 140px;
}

div#left_component {
	position: absolute;
	top: 254px;
	left: 10px;
	width: 143px;
	height: 19px;
	background: url(../images/joyvoice_20.gif) repeat-x;
}

* html div#left_component {
	position: absolute;
	top: 254px;
	left: 10px;
	width: 142px;
	height: 19px;
	background: url(../images/joyvoice_20.gif) repeat-x;
}

div#left_component_header {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 19px;
}

* html div#left_component_header {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 19px;
}

div#left_component_content {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 143px;
}

div#left_col {
	position: absolute;
	left: 10px;
	width: 143px;
	background-color: #24408E;
}

div#demo_panel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#demo_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 123px;
	height: 24px;
	background: url(../images/joyvoice_26.gif) repeat-x;
}

div#header_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 9px;
	height: 24px;
}

div#title {
	position: absolute;
	top: 5px;
	left: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

div#demo_header_img {
	position: absolute;
	top: 0px;
	right: 60px;
	width: 9px;
	height: 24px;
}

* html div#demo_header_img {
	position: absolute;
	top: 0px;
	right: 8px;
	width: 9px;
	height: 24px;
}

div#header_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 9px;
	height: 24px;
}

* html div#header_right {
	position: absolute;
	top: 0px;
	right: -1px;
	width: 9px;
	height: 24px;
}

div#top_corner {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 8px;
	height: 6px;
}

* html div#top_corner {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 8px;
	height: 6px;
}

div#demo_content {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#border_left {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 1px;
	border-left: 1px solid #4D64A3;
}

div#border_right {
	position: absolute;
	top: 15px;
	right: 8px;
	width: 1px;
	border-right: 1px solid #4D64A3;
}

div#demo_panel_footer {
	position: absolute;
	left: 10px;
	width: 125px;
	height: 5px;
	border-bottom: 1px solid #4D64A3;
}

* html div#demo_panel_footer {
	position: absolute;
	left: 10px;
	width: 125px;
	height: 6px;
	border-bottom: 1px solid #4D64A3;
}

div#bottom_left_corner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 6px;
}

div#bottom_right_corner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 6px;
}

div#contact_us_panel {
	position: absolute;
	left: 0px;
	width: 100%;
}

div#contact_us_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 123px;
	height: 24px;
	background: url(../images/joyvoice_26.gif) repeat-x;
}

div#contact_us_content {
	position: absolute;
	top: 24px;
	left: 5px;
	width: 109px;
	border: 0px;
}

div#contact_us_border_left {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 1px;
	border-left: 1px solid #4D64A3;
}

div#contact_us_border_right {
	position: absolute;
	top: 15px;
	right: 8px;
	width: 1px;
	border-right: 1px solid #4D64A3;
}

div#contact_us_panel_footer {
	position: absolute;
	left: 10px;
	width: 125px;
	height: 5px;
	border-bottom: 1px solid #4D64A3;
	visibility: hidden;
}

* html div#contact_us_panel_footer {
	position: absolute;
	left: 10px;
	width: 125px;
	height: 6px;
	border-bottom: 1px solid #4D64A3;
}

div#left_col_footer {
	position: absolute;
	left: 129px;
	width: 100%;
}

div#main_col {
	position: absolute;
	top: 250px;
	left: 170px;
/*	right: 300px;*/
}

div#right_col {
	position: absolute;
	top: 250px;
	right: 259px;
}

div#right_col_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#footer {
	position: absolute;
	left: 0px;
	width: 779px;
	height: 25px;
	background: url(../images/joyvoice_48.gif) repeat-x;
}

* html div#footer {
	position: absolute;
	left: 0px;
	width: 780px;
	height: 25px;
	background: url(../images/joyvoice_48.gif) repeat-x;
}

div#footer_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 25px;
}

div#footer_label {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 200px;
	height: 13px;
	color: #FFFFFF;
}

div#footer_words {
	position: absolute;
	top: 9px;
	right: 20px;
	width: 73px;
	height: 13px;
}

div#footer_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 25px;
}

a.Newsletter{
	color: #FF9933;
}

a.Newsletter:hover{
	text-decoration:underline; 
}