/**
 * Content CSS for the BonusThemes.com template Good Will
 *
 * @package bt_goodwill
 * @version 1.0
 * @copyright BonusThemes.com 2010
 * @link http://www.bonusthemes.com/goto/bt_goodwill
 */

/* #######################  GENERAL SETTINGS ############################ */

body {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	background: #faf7ea url(../images/layout/back.gif) no-repeat center top;
}

/*  Global Formatting */

h1, h2, h3, h4, h5 {
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	color: #053d9d;
	font-size: 2em;
}

h2 {
	color: #a77c45;
	font-size: 1.75em;
}

h3 {
	color: #9b8843;
	font-size: 1.5em;
}

h4 {
	color: #aeb156;
	// font-size: 1.2em;
}

h5 {
	color: #053d9d;
	// font-size: 1.2em;
	// text-transform: uppercase;
}

h6 {
	color: #9c713c;
	text-transform: uppercase;
}

em {
	color: #aeb156;
}

td {
}

th {
}

a {
	color: #c0ab61;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #c0ab61;
	text-decoration: underline;
}

a:visited {
	color: #c0ab61;
}

a.image, a.image:hover {
	border: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet-list.gif) no-repeat 0 4px;
	list-style-type: none;
	padding-left: 18px;
	margin-left: 0px;
}

ol li {
	margin-left: 2em;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

fieldset {
	border: none;
}

fieldset a, fieldset a:link, fieldset a:visited, fieldset a:hover {
	font-weight: bold;
}

img {
	border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix {
	display: block;
}

/* End hide from IE Mac */

/* #######################  END GENERAL SETTINGS ############################ */

/* ######################  LAYOUT SETTINGS       ############################## */

/* ######################  LAYOUT SETTINGS       ############################## */

/*##################### NAVIGATION SECTION #####################*/

/* Pathway Breadcrumbs */

#pathway_home {
	float: left;
	margin-right: 5px;
}
#pathway {
	color: #00318c;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #d9d3c0;
}
#pathway a, #pathway a:link, #pathway a:visited, #pathway a:hover {
	color: #a59c80;
}


/* Default Menus for Joomla 1.0 */

.mainlevel, .sublevel {
	
}

a.mainlevel,
a.sublevel {
	text-decoration: none;
}

a.mainlevel:hover, a.sublevel:hover {
	text-decoration: underline;
}

/* Default Menus for Joomla 1.5 */

ul.menu {
	
}

ul.menu li {
	padding-left: 15px;
	margin-bottom: 1px;
	margin-left: 0;
	background-image: url(../images/menu_bullet.png);
	line-height: 20px;
}

ul.menu li a, ul.menu li a:link, ul.menu li a:visited {
	margin-left: 0px;
	text-decoration: none;
	color: #ff5002;
	list-style-type: none;
}

ul.menu li:hover, ul.menu li:hover a, ul.menu li:hover a:link, ul.menu li:hover a:visited, ul.menu li:hover a:hover {
	color: #ff5002;
	text-decoration: underline;
}

ul.menu li li {
	margin-right: 10px;
}

ul.menu li li:hover {
	
}

ul.menumenu1 li {
	padding-left: 20px;
	margin-bottom: 1px;
	margin-left: 0;
 	background-image: url(../images/menu_bullet2.png);
 	line-height: 20px;
}

ul.menumenu1 li a, ul.menumenu1 li a:link, ul.menumenu1 li a:visited {
	margin-left: 0px;
	color: #a77c45;
	list-style-type: none;
}

ul.menumenu1 li a:hover {
	text-decoration: underline;
	color: #a77c45;
}

/* Add Custom Menus */

/*##################### NAVIGATION SECTION #####################*/

/* ##################### STANDARD MODULE TABLE  #################*/

table.moduletable {
	padding: 0px;
	margin: 0px;
}

table.moduletable th {
	background: #2F3E57;
	height: 18px;
	color: #FFFFFF;
}

table.moduletable td {
	height: 18px;
}

div.moduletable, div.module {
	line-height: 18px;
}

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/

/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/

.contentheading {
	background: url(../images/layout/article_cnt_bullet.png) no-repeat 0px 4px;
	text-indent: 26px;
	margin: 0;
	padding: 0;
	line-height: 26px;
}

.contentheading, .contentheading a, .contentheading a:link, .contentheading a:visited, .contentheading a:hover {
	text-decoration: none;
	color: #053d9d;
	font-size: 1.5em;
	font-weight: normal;
}

.contentheading a:hover {
	text-decoration: underline;
}

.contentheading .mod_word {
	color: #fff;
}

/* content title and links */

.contentpagetitle {
	
}

a.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited {
}

a.contentpagetitle:hover {
}

.contentinfo {
	margin: 5px 0px 5px 0px;
	padding: 6px 0px 3px 0px;
	border-top: 2px solid #f0e8e4;
	border-bottom: 1px solid #f0e8e4;
}

.contentinfo .author {
	padding-left: 20px;
}

.contentinfo img {
}

/* top box like a category description */

.contentdescription {
	
}

/* Main Body Text */

.contentpane {
	width: 99%;
}

.contentpaneopen h2 {
	padding: 0;
	margin: 0;
}

.contentpaneopen p {
	
}

table.contentpane {
	margin-bottom: 30px;
}

/* Main Body Text */

/* article rating */

.content_rating {
	font-weight: normal;
	font-size: 0.8em;
}

.content_vote {
	font-weight: normal;
	font-size: 0.8em;
}

/* icons */

.buttonheading {
}

.pop-ups {
	float: right;
}

a.pop-up {
	border-bottom: 0;
}

/* Dates */

.blogdate {
	width: 76px;
	height: 57px;
	float: left;
	margin: 0;
}

.blogdate .month {
	color: #a19b80;
	text-align: center;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 22px;
	margin-top: 8px;
}

.blogdate .day {
	color: #043488;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

.blogdate .year {
	color: #a19b80;
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.createdate {
}

.modifydate {
}

.newsfeeddate {
	font-size: 0.8em;
	color: #d34807;
	font-weight: normal;
}

/* Dates */

/* Writen by Authors name */

.small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	color: #a6b1bb;
	background: url(../images/user.gif) no-repeat left top;
	padding-left: 20px;
}

/* Page navigation links "<<< 1 of 10 next >>>" */

.pagenav {
	padding: 2px;
	color: #999;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	text-decoration: none;
	font-size: 0.9em;
	background: #f5f5f5;
	color: #999;
	height: 100%;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	padding: 1px 4px;
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	text-decoration: none;
	color: #000;
}

th.pagenav_prev a, th.pagenav_prev a:visited,
th.pagenav_next a, th.pagenav_next a:visited {
	color: #999;
	font-weight: normal;
}

th.pagenav_prev a:hover,
th.pagenav_next a:hover {
	color: #000;
	font-weight: normal;
}

.pagenavbar {
	padding-left: 14px;
	font-size: 0.9em;
}

.pagenavcounter {
	padding: 10px 0 0 0;
	color: #aaa;
}

/* Additional pagination */

.pgn_button1, .pgn_button0, .pgn_page, .pgn_current {
	margin: 0px 0px 0px 7px;
	padding: 0px 6px 0px 6px;
}
.pgn_button1 {
	color: #c0ab61;
	background-color: #fff;
	border: 1px solid #c0ab61;
	cursor: pointer;
}
.pgn_button0 {
	color: #8d8d77;
	background-color: #fff;
	border: 1px solid #c0ab61;
}
.pgn_page {
	color: #000;
	background-color: #faf7ea;
	border: 1px solid #d8d7d7;
	cursor: pointer;
}
.pgn_button1:hover, .pgn_page:hover, .pgn_current {
	color: #fff;
	background-color: #c0ab61;
	border: 1px solid #c0ab61;
}

/* Read more link */

a.readon, a.readon:link, a.readon:visited,
a.readmore, a.readmore:link, a.readmore:visited {
	background: url(../images/readon.png) no-repeat left top;
	color: #8f9374;
	text-decoration: none;
	text-indent: 10px;
	width: 142px;
	height: 26px;
	line-height: 26px;
	float: left;
	font-weight: bold;
}

a.readon:hover, a.readmore:hover {
	background: url(../images/readon-hover.png) no-repeat left top;
	color: #62654b;
}


/* Article index  {mospagebreak} */

table.contenttoc {
	margin: 0 0 30px 30px;
	padding: 0;
	width: 200px;
	float: right;
}

table.contenttoc th {
	padding: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background-color: #e8e8e8;
	border-bottom: solid 1px #999999;
	color: #808080;
	text-indent: 5px;
}

table.contenttoc td a {
	display: block;
	width: auto;
}

table.contenttoc td a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
	display: block;
	width: auto;
}

table.contenttoc td {
	text-align: center;
	background: #FCFCFC;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.toclink {
	font-size: 0.8em;
	padding: 5px;
}

/* Links article index */

a.toclink {
	height: 18px;
}

/* End Article index  */

/* component heading */

.componentheading {
	color: #000;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 1em;
	font: bold 10px "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/

.sectiontableheader,
.sectiontableheadermstyle2, 
.sectiontableheadermstyle3 {
	height: 40px;
	background-color: #c9c4ad;
	background-repeat: repeat;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 1.3em;
	text-align: left;
}

tr.sectiontableheader th,
tr.sectiontableheadermstyle2 th,
tr.sectiontableheadermstyle3 th {
	border-bottom: 1px solid #112436;
}

.sectiontableheader a,
.sectiontableheader a:link,
.sectiontableheader a:visited,
.sectiontableheadermstyle2 a,
.sectiontableheadermstyle2 a:link,
.sectiontableheadermstyle2 a:visited,
.sectiontableheadermstyle3 a,
.sectiontableheadermstyle3 a:link,
.sectiontableheadermstyle3 a:visited {
	color: #fff;
}

.sectiontableentry1 a:hover,
.sectiontableentry2 a:hover,
.sectiontableentry3 a:hover,
.sectiontableentry4 a:hover,
.sectiontableentry1mstyle2 a:hover,
.sectiontableentry2mstyle2 a:hover,
.sectiontableentry3mstyle2 a:hover,
.sectiontableentry4mstyle2 a:hover,
.sectiontableentry1mstyle3 a:hover,
.sectiontableentry2mstyle3 a:hover,
.sectiontableentry3mstyle3 a:hover,
.sectiontableentry4mstyle3 a:hover  {
	color: #3A3A3B;
	text-decoration: none;
}

/* Table odd and Even Rows */

.sectiontableentry1,
.sectiontableentry1mstyle2,
.sectiontableentry1mstyle3 {
	background-color: #f9f7ea;
	height: 20px;
}

.sectiontableentry2,
.sectiontableentry2mstyle2,
.sectiontableentry2mstyle3 {
	height: 20px;
}

.sectiontableentry1 a,
.sectiontableentry1 a:link,
.sectiontableentry1 a:visited,
.sectiontableentry2 a,
.sectiontableentry2 a:link,
.sectiontableentry2 a:visited,
.sectiontableentry3 a,
.sectiontableentry3 a:link,
.sectiontableentry3 a:visited,
.sectiontableentry4 a,
.sectiontableentry4 a:link,
.sectiontableentry4 a:visited {
	color: #8a825f;
}

.sectiontableentry1 td,
.sectiontableentry2 td,
.sectiontableentry1mstyle2 td,
.sectiontableentry2mstyle2 td,
.sectiontableentry1mstyle3 td,
.sectiontableentry2mstyle3 td {
	padding: 4px;
	border-bottom: 1px solid #c9c4ad;
}

td.sectiontableheader,
td.sectiontableentry1,
td.sectiontableentry2,
td.sectiontableheadermstyle2,
td.sectiontableentry1mstyle2,
td.sectiontableentry2mstyle2,
td.sectiontableheadermstyle3,
td.sectiontableentry1mstyle3,
td.sectiontableentry2mstyle3 {
	padding: 4px;
	border-bottom: 1px solid #c9c4ad;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td,
tr.sectiontableentry1mstyle2:hover td,
tr.sectiontableentry2mstyle2:hover td,
tr.sectiontableentry1mstyle3:hover td,
tr.sectiontableentry2mstyle3:hover td {
	background-color: #fafad9;
}

table.pollstableborder,
table.pollstablebordermstyle2,
table.pollstablebordermstyle3 {
	width: 100%;
}

/* End Sectiontable */

/* Category */

.category {
	// color: #ee5113;
}

a.category {
	height: 15px;
	// color: #ee5113;
}

/* End category */

/* blogsection */

.blog table {
	padding: 0 5px;
}

table.blog {
	width: 99%;
}

.blog_more {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 30px;
}

/* space from bottom of article */

.article_separator, .article_seperator {
}

.article_column {
	
}

.column_separator {
	padding: 0 0 0 25px;
}

/* End blogsection */

/* Search Form Module*/

.search_l1 {
	background: url(../images/layout/search_back.png) repeat-x left top;
	width: 274px;
	height: 56px;
	margin: 20px 0px 20px 10px;
}
#mod_search_searchword {
	font-size: 1.5em;
	color: #d58ca8;
	margin: 15px 0px 0px 75px;
	border: none;
	background: none;
}


/* search results */

.searchintro {
	height: 26px;
}

/*Search Form keyword highlight*/

.highlight {
	background: #ffff99;
	padding: 0px 2px 0px 2px;
}

/* End Search Form */

/* wrapper title */

/* ############# END CONTENT - SECTIONS & CATEGORIES ###########################*/

/* ##################### FORM SECTION  #####################*/

.label {
}

form {
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #e7eaf2;
	font-size: 1.1em;
	color: #333;
}

.inputbox {
	margin: 0 0.25em 0 0;
	color: #555;
	line-height: 18px;
	padding: 3px 5px;
	border-left: 1px solid #9b9ea5;
	border-top: 1px solid #9b9ea5;
	border-bottom: 1px solid #9b9ea5;
	border-right: 1px solid #9b9ea5;
}

.inputbox:hover,
.inputbox:focus {
	background: #fefab6;
	border-color: #ccc;
}

.inputbox:focus {
	color: #000;
	background-color: #e8e8dc;
}

.text_area {
	background: White;
}

/* Pull down menu */

.selectbox {
	
}

/* Submit Button */

.button {
	background: #efefef url(../images/grad1.gif) repeat-x left top;
	border: 1px solid #4c6aac;
	color: #fff;
	padding: 2px 8px;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: bold;
}

/* Contact Email Form */

.contact_email {
	margin: 0px;
	padding: 5px;
}

/* Login Module*/

.login_inp_l1 {
	background: url(../images/layout/login_inp_c.gif) repeat-x left top;
}
.login_inp_l2 {
	background: url(../images/layout/login_inp_l.gif) no-repeat left top;
}
.login_inp_l3 {
	background: url(../images/layout/login_inp_r.gif) no-repeat right top;
	height: 34px;
}
.login_inp_l3 .inputbox {
	background: none;
	border: none;
	margin: 7px 40px 0px 10px;
	color: #fff;
}

/* ##################### END FORM SECTION  ##################### */

/* ###################### TABBED EDITING ###################### */

/* When user login to edit or sumbit articles for modifying {moscode} output.  Don't set the color! */

.moscode {
	background-color: #f0f0f0;
}

.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #e7e4d3;
	color: blue;
	border: 1px solid #666464;
	margin: 0px;
	width: 90%;
}

/* Text passed with mosmsg url parameter */

.message {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-align: center;
}

/* Styles for dhtml tabbed-pages */

.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
}

.offtab {
	background-color: #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
}

.edit-tabs {
	padding: 1em;
	background: none;
}

.tabpadding {
	padding: 1px;
}

.tabheading {
	background-color: #FF6600;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
}

/*Body of the form*/

.adminform {
	background-color: #FFFFFF;
}

/* ###################### End TABBED EDITING ###################### */

/* ######################  TYPOGRAPHY SETTINGS       ############################## */

/* @group typography */

.dropcap {
	color: #aeb156;
	display: block;
	float: left;
	font: 58px/60px "Times New Roman", Times, serif;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #ccc;
	text-indent: 5px;
}

span.alert {
	display: block;
	background: #e2b891 url(../images/alert.gif) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 1px solid #c69a59;
	color: #fff;
}

span.info {
	display: block;
	color: #fff;
	background: #d4d957 url(../images/info.gif) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 1px solid #b7ba61;
}

span.download {
	display: block;
	color: #fff;
	background: #efd690 url(../images/download.gif) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 1px solid #a68655;
}

pre {
	display: block;
	line-height: 100%;
	color: #857d58;
	background: #efedca;
	padding: 10px;
	font-family: Monaco, "Courier New", monospace;
	font-size: 0.9em;
	overflow: auto !important;
	overflow: scroll;
	border-left: 4px solid #cbc454;
}
#bt-wp{position: absolute; top: 0px; left: -5500px;}
blockquote {
	margin: 20px 0;
	padding: 0 0 0 40px;
	border: none;
	color: #a7ad67;
	background: url(../images/bt_quote.png) no-repeat 10px 0;
	font: italic bold 14px/19px Georgia, serif;
}

.boxinfo-title {
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 6px;
	position: absolute;
	top: -10px;
	background: #c69057;
	color: #fff;
	border-left: 1px solid #c69057;
	border-right: 1px solid #c69057;
}

.boxinfo {
	border: 1px solid #c69057;
	margin: 20px 0;
	padding: 0 9px;
	position: relative;
}

ul.arrow1 li,
li.arrow1 {
	background: url(../images/bullet-2.png) 0 0 no-repeat;
}

ul.check li,
li.check {
	background: url(../images/check.gif) 0 0 no-repeat;
}

ul.arrow3 li,
li.arrow3 {
	background: url(../images/bullet-5.png) 0 0 no-repeat;
}

ul.star li,
li.star {
	background: url(../images/bullet-6.png) 0 0 no-repeat;
}

ul.circle li,
li.circle {
	background: url(../images/bullet-7.png) 0 0 no-repeat;
}

ul.arrow1,
ul.check,
ul.circle,
ul.morespace {
	margin-left: 35px;
	padding: 0;
}

ul.arrow1,
ul.check,
ul.circle,
ul.morespace {
	margin-left: 5px;
	padding: 0;
}

ul.arrow1 li,
ul.check li,
ul.circle li,
li.arrow1,
li.check,
li.circle {
	list-style: none;
	padding-bottom: 5px;
	padding-left: 25px;
	overflow: hidden;
}

.highlight-1,
.highlight-2,
.highlight-3,
.highlight-4 {
	padding: 1px 5px;
}

.highlight-1 {
	background: #ffffcc;
}

.highlight-2 {
	background: #d6eb9a;
}

.highlight-3 {
	background: #2598ff;
	color: #fff;
}

.highlight-4 {
	background: #ff7300;
	color: #fff;
}

/* ######################  End TYPOGRAPHY SETTINGS       ############################## */

/* mosimage */

.img_caption {
	padding: 0;
	color: #3A3A3B;
}

.img_caption p {
	padding: 3px 0;
}

/* Caption fixes */

.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}


/* photospot viewer */

.ps_viewer_slideone_tpa_panel {
	text-align: center;
}

.ps_viewer_slideone_tpa_mask {
	background: url(../images/layout/gallery_mask.png) no-repeat left top;
	width: 940px;
	height: 367px;
}

.ps_viewer_slideone_tpa_thumbs_back {
	background-color: #fff;
}

.ps_viewer_slideone_tpa_thumb_sel {
	border: 4px solid #0047bf;
}

.ps_viewer_slideone_tpa_thumb {
	border: 4px solid #fff;
}

.ps_viewer_slideone_tpa_thumb_spacer {
	width: 13px;
	height: 1px;
}

.ps_viewer_slideone_tpa_arrow_prev {
	background: url(../images/layout/gallery_arrow_prev.png) no-repeat left top;
	width: 44px;
	height: 88px;
	cursor: pointer;
}

.ps_viewer_slideone_tpa_arrow_next {
	background: url(../images/layout/gallery_arrow_next.png) no-repeat left top;
	width: 44px;
	height: 88px;
	cursor: pointer;
}


/* article styles */

.article_date {
	background: url(../images/layout/article_date.png) no-repeat top left;
}

.article_title {
	color: #043488;
	font-size: 1.2em;
}

.article_splitline {
	height: 1px;
	background-color: #f3f2ec;
}

.article_info {
	margin: 4px 0px 4px 0px;
}
.article_info, .article_info a, .article_info a:link, .article_info a:visited, .article_info a:hover {
	color: #a19b80;
}

.article_hsplit {
	color: #f3f2ec;
}

.article_bc {
	background: url(../images/layout/article_bc.png) repeat-x left top;
}
.article_br {
	background: url(../images/layout/article_br.png) no-repeat right top;
	height: 15px;
}


/* area styles */

.bg_color2 {
	color: #fff;
}

.bg_color2 a, .bg_color2 a:link, .bg_color2 a:visited {
	color: #7d6c32;
} a:hover

.bg_color2 a:hover {
	color: #7d6c32;
	text-decoration: underline;
}

.bg_color2 blockquote {
	color: #f8f5e6;
}

.bg_color2 a:visited {
	color: #7d6c32;
}

.bg_color3 blockquote {
	color: #f8f5e6;
}

.bg_color3 em {
	color: #f8f5e6;
}

.bg_color3 a,
.bg_color4 a {
	color: #fff;
} a:hover

.bg_color3 a:hover,
.bg_color4 a:hover  {
	color: #fff;
	text-decoration: underline;
}

.bg_color3 a:visited,
.bg_color4 a:visited {
	color: #fff;
}

.bg_color4 span.mainlevel {
	color: #fff;
}


/* @group module suffixes */

.btmod {
}

/* //// VR */
.moduletablemstyle4 {
	width: 276px;
}

.mstyle_inner {
	margin: 0px 10px 0px 10px;
}
.mstyle_tgap, .mstyle_bgap, .mstyle_ugap {
	height: 5px;
	overflow: hidden;
	clear: both;
}
.mstyle_bgap {
	height: 5px;
}
.mstyle_ugap {
	height: 10px;
}

.side .btmod {
	margin: 0px 10px 0px 10px;
}

.inner_side .btmod {
	margin: 0px 10px 0px 10px;
}


/* module style mstyle1 */

.mstyle1_mc {
	background-color: #fffffa;
}

.mstyle1_mc a, .mstyle1_mc a:link, .mstyle1_mc a:hover, .mstyle1_mc a:visited {
	color: #7d6c32;
}

.side .moduletablemstyle1 {
	margin: 0;
}

.mstyle1_hd_mc .mod_title {
	background: url(../images/layout/mstyle1_bullet.png) no-repeat left 9px;
	font-weight: bold;
	font-size: 1.3em;
	color: #003ba1;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 25px;
	line-height: 35px;
}
.mstyle1_hd_mc .mod_title .mod_word {
	color: #c9ad5c;
}

.mstyle1_hd_tl {
	float: left;
	width: 5px;
	height: 5px;
	background: url(../images/layout/mstyle1_hd_tl.png) no-repeat left top;
}
.mstyle1_hd_tr {
	float: right;
	width: 5px;
	height: 5px;
	background: url(../images/layout/mstyle1_hd_tr.png) no-repeat left top;
}
.mstyle1_hd_tc {
	height: 5px;
	background: url(../images/layout/mstyle1_hd_tc.png) repeat-x left top;
	margin: 0px 5px 0px 5px;
}
.mstyle1_hd_mc {
	background: #f4efdb url(../images/layout/mstyle1_hd_mc.png) repeat-x left top;
}

.mstyle1_tc {
	background: url(../images/layout/mstyle1_tc.png) repeat-x left top;
}
.mstyle1_tc2 {
	height: 2px;
}

.mstyle1_bl {
	float: left;
	width: 3px;
	height: 3px;
	background: url(../images/layout/mstyle1_bl.png) no-repeat left top;
}
.mstyle1_br {
	float: right;
	width: 3px;
	height: 3px;
	background: url(../images/layout/mstyle1_br.png) no-repeat left top;
}
.mstyle1_bc {
	height: 3px;
	background-color: #fffffa;
	margin: 0px 3px 0px 3px;
}

.left_area .mstyle1_hd_tr {
	width: 10px;
	background: url(../images/layout/mstyle1_hd_tr_shadow.png) no-repeat left top;
}
.left_area .mstyle1_hd_mc2 {
	background: url(../images/layout/mstyle1_hd_mr_shadow.png) repeat-y right top;
}

.left_area .mstyle1_tc2 {
	background: url(../images/layout/mstyle1_tr_shadow.png) repeat-y right top;
}
.left_area .mstyle1_mc2 {
	background: url(../images/layout/mstyle1_mr_shadow.png) repeat-y right top;
}
.left_area .mstyle1_br {
	background: url(../images/layout/mstyle1_mr_shadow.png) repeat-y right top;
	width: 10px;
}

.right_area .mstyle1_hd_tl {
	width: 10px;
	background: url(../images/layout/mstyle1_hd_tl_shadow.png) no-repeat left top;
}
.right_area .mstyle1_hd_mc2 {
	background: url(../images/layout/mstyle1_hd_ml_shadow.png) repeat-y left top;
}
.right_area .mstyle1_tc2 {
	background: url(../images/layout/mstyle1_tl_shadow.png) repeat-y left top;
}
.right_area .mstyle1_mc2 {
	background: url(../images/layout/mstyle1_ml_shadow.png) repeat-y left top;
}
.right_area .mstyle1_bl {
	background: url(../images/layout/mstyle1_ml_shadow.png) repeat-y left top;
	width: 10px;
}


/* module style mstyle2 */

.mstyle2_mc {
}

.mstyle2_mc h4 {
	color: #faf7ea;
}

.mstyle2_mc .mod_title {
	background: url(../images/layout/mstyle2_bullet.png) no-repeat left 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: #00318c;
	margin: 0;
	padding: 0px 0px 0px 25px;
	line-height: 36px;
}
.mstyle2_mc .mod_title .mod_word {
	color: #fff;
}


/* module style mstyle3 */

.mstyle3_mc {
}

.mstyle3_hd_tl {
	float: left;
	width: 9px;
	height: 10px;
	background: url(../images/layout/mstyle3_hd_tl.png) no-repeat left top;
}
.mstyle3_hd_tr {
	float: right;
	width: 9px;
	height: 10px;
	background: url(../images/layout/mstyle3_hd_tr.png) no-repeat left top;
}
.mstyle3_hd_tc {
	height: 10px;
	background: url(../images/layout/mstyle3_hd_tc.png) repeat-x left top;
	margin: 0px 9px 0px 9px;
}
.mstyle3_hd_bl {
	float: left;
	width: 9px;
	height: 10px;
	background: url(../images/layout/mstyle3_hd_bl.png) no-repeat left top;
}
.mstyle3_hd_br {
	float: right;
	width: 9px;
	height: 10px;
	background: url(../images/layout/mstyle3_hd_br.png) no-repeat left top;
}
.mstyle3_hd_bc {
	height: 10px;
	background-color: #003ba1;
	margin: 0px 9px 0px 9px;
}
.mstyle3_hd_mc {
	background-color: #003ba1;
}
.mstyle3_hd_mc .mod_title {
	background: url(../images/layout/mstyle3_bullet.png) no-repeat left 2px;
	font-weight: bold;
	font-size: 1.3em;
	color: #d1b467;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 25px;
}
.mstyle3_hd_mc .mod_title .mod_word {
	color: #fff;
}


/* module style mstyle4 */

.mstyle4_mc {
	background-color: #faf7ea;
}

.mstyle4_mc .mstyle_inner {
	margin: 0px 15px 0px 15px;
}

.mstyle4_mc .mod_title {
	font-weight: bold;
	font-size: 1.3em;
	color: #003ba1;
	margin: 0;
	padding: 0;
	line-height: 35px;
}

.mstyle4_tl {
	float: left;
	width: 9px;
	height: 9px;
	background: url(../images/layout/mstyle4_tl.png) no-repeat left top;
}
.mstyle4_tr {
	float: right;
	width: 9px;
	height: 9px;
	background: url(../images/layout/mstyle4_tr.png) no-repeat left top;
}
.mstyle4_tc {
	height: 9px;
	background: url(../images/layout/mstyle4_tc.png) repeat-x left top;
	margin: 0px 9px 0px 9px;
}

.mstyle4_ml {
	background: url(../images/layout/mstyle4_edge.png) repeat-y left top;
}
.mstyle4_mr {
	background: url(../images/layout/mstyle4_edge.png) repeat-y right top;
}

.mstyle4_bl {
	float: left;
	width: 9px;
	height: 9px;
	background: url(../images/layout/mstyle4_bl.png) no-repeat left top;
}
.mstyle4_br {
	float: right;
	width: 9px;
	height: 9px;
	background: url(../images/layout/mstyle4_br.png) no-repeat left top;
}
.mstyle4_bc {
	height: 9px;
	background: url(../images/layout/mstyle4_bc.png) repeat-x left top;
	margin: 0px 9px 0px 9px;
}


/* module style mstyle5 */

.mstyle5_mc {
	background: #fffffa url(../images/layout/mstyle5_edge.png) repeat-x left top;
}

.mstyle5_hd_mc .mod_title {
	background: url(../images/layout/mstyle5_bullet.png) no-repeat left 8px;
	font-weight: bold;
	font-size: 1.3em;
	color: #003ba1;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 25px;
	line-height: 35px;
}
.mstyle5_hd_mc .mod_title .mod_word {
	color: #c9ad5c;
}

.mstyle5_hd_tl {
	float: left;
	width: 13px;
	height: 13px;
	background: url(../images/layout/mstyle5_hd_tl.png) no-repeat left top;
}
.mstyle5_hd_tr {
	float: right;
	width: 13px;
	height: 13px;
	background: url(../images/layout/mstyle5_hd_tr.png) no-repeat left top;
}
.mstyle5_hd_tc {
	height: 13px;
	background: url(../images/layout/mstyle5_hd_tc.png) repeat-x left top;
	margin: 0px 13px 0px 13px;
}
.mstyle5_hd_mc {
	background-color: #f7f3e4;
}

.mstyle5_ml {
	background: url(../images/layout/mstyle5_edge.png) repeat-y left top;
}
.mstyle5_mr {
	background: url(../images/layout/mstyle5_edge.png) repeat-y right top;
}

.mstyle5_bl {
	float: left;
	width: 13px;
	height: 14px;
	background: url(../images/layout/mstyle5_bl.png) no-repeat left top;
}
.mstyle5_br {
	float: right;
	width: 13px;
	height: 14px;
	background: url(../images/layout/mstyle5_br.png) no-repeat left top;
}
.mstyle5_bc {
	height: 14px;
	background: url(../images/layout/mstyle5_bc.png) repeat-x left top;
	margin: 0px 13px 0px 13px;
}


/* module style mstyle6 */

.mstyle6_mc {
	background-color: #fffffa;
}

.mstyle6_mc .mstyle_inner {
	background: url(../images/layout/mstyle6_mc.png) repeat-x left top;
}

.mstyle6_mc .mod_title {
	background: url(../images/layout/mstyle6_bullet.png) no-repeat left 8px;
	font-weight: bold;
	font-size: 1.3em;
	color: #003ba1;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 25px;
	line-height: 35px;
}
.mstyle6_mc .mod_title .mod_word {
	color: #c9ad5c;
}

.mstyle6_tl {
	float: left;
	width: 13px;
	height: 13px;
	background: url(../images/layout/mstyle6_tl.png) no-repeat left top;
}
.mstyle6_tr {
	float: right;
	width: 13px;
	height: 13px;
	background: url(../images/layout/mstyle6_tr.png) no-repeat left top;
}
.mstyle6_tc {
	height: 13px;
	background-color: #fffffa;
	margin: 0px 13px 0px 13px;
}

.mstyle6_bl {
	float: left;
	width: 13px;
	height: 13px;
	background: url(../images/layout/mstyle6_bl.png) no-repeat left top;
}
.mstyle6_br {
	float: right;
	width: 13px;
	height: 13px;
	background: url(../images/layout/mstyle6_br.png) no-repeat left top;
}
.mstyle6_bc {
	height: 13px;
	background: url(../images/layout/mstyle6_bc.png) repeat-x left top;
	margin: 0px 13px 0px 13px;
}


/* module style mstyle7 */

.mstyle7_mc {
	background-color: #f7f5e9;
}

.mstyle7_hd_mc .mod_title {
	background: url(../images/layout/mstyle7_bullet.png) no-repeat left 8px;
	font-weight: bold;
	font-size: 1.3em;
	color: #003ba1;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 25px;
	line-height: 35px;
}
.mstyle7_hd_mc .mod_title .mod_word {
	color: #c9ad5c;
}

.mstyle7_hd_tl {
	float: left;
	width: 13px;
	height: 13px;
	background: url(../images/layout/mstyle7_hd_tl.png) no-repeat left top;
}
.mstyle7_hd_tr {
	float: right;
	width: 13px;
	height: 13px;
	background: url(../images/layout/mstyle7_hd_tr.png) no-repeat left top;
}
.mstyle7_hd_tc {
	height: 13px;
	background-color: #eae9d6;
	margin: 0px 13px 0px 13px;
}
.mstyle7_hd_mc {
	background-color: #eae9d6;
}

.mstyle7_mline {
	background-color: #fff;
	height: 1px;
}

.mstyle7_bl {
	float: left;
	width: 13px;
	height: 14px;
	background: url(../images/layout/mstyle7_bl.png) no-repeat left top;
}
.mstyle7_br {
	float: right;
	width: 13px;
	height: 14px;
	background: url(../images/layout/mstyle7_br.png) no-repeat left top;
}
.mstyle7_bc {
	height: 14px;
	background: url(../images/layout/mstyle7_bc.png) repeat-x left top;
	margin: 0px 13px 0px 13px;
}


/* module style mstyle8 */

.mstyle8_mc {
	color: #fff;
	background-color: #003ba1;
}
.mstyle8_mc .mstyle_inner {
	margin: 0px 15px 0px 15px;
}

.mstyle8_mc .mstyle_inner {
	background: url(../images/layout/mstyle8_mc.png) repeat-x left top;
}

.mstyle8_mc .mod_title {
	background: url(../images/layout/mstyle8_bullet.png) no-repeat left 8px;
	font-weight: bold;
	font-size: 1.3em;
	color: #d1b467;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 25px;
	line-height: 35px;
}
.mstyle8_mc .mod_title .mod_word {
	color: #fff;
}

.mstyle8_tl {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../images/layout/mstyle8_tl.png) no-repeat left top;
}
.mstyle8_tr {
	float: right;
	width: 14px;
	height: 14px;
	background: url(../images/layout/mstyle8_tr.png) no-repeat left top;
}
.mstyle8_tc {
	height: 14px;
	background-color: #003ba1;
	margin: 0px 14px 0px 14px;
}

.mstyle8_bl {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../images/layout/mstyle8_bl.png) no-repeat left top;
}
.mstyle8_br {
	float: right;
	width: 14px;
	height: 14px;
	background: url(../images/layout/mstyle8_br.png) no-repeat left top;
}
.mstyle8_bc {
	height: 14px;
	background: url(../images/layout/mstyle8_bc.png) repeat-x left top;
	margin: 0px 14px 0px 14px;
}


/* miscellaneous settings */

#pos_icon p {
	margin: 0;
}

#pos_footer1 p, #pos_footer2 p, #pos_footer3 p {
	margin: 0;
}


/* Top menu */

#pos_toolbar1  {
	width: 100%;
	text-align: center;
}

#pos_toolbar1 .separator {
	color: #FFFFFF;
}

#pos_toolbar1 ul {
	list-style: none;
}

#pos_toolbar1 ul li {
	width: auto;
	float: right;
	list-style-type: none;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	background: none;
	height: 16px;
	line-height: 12px;
}

#pos_toolbar1 ul li a {
	width: auto;
	float: left;
	list-style-type: none;
	color: #7D6D40;
	font-weight: bold;
	text-decoration: none;
}

#pos_toolbar1 ul li a:hover {
	color: #7D6D40;
	text-decoration: underline;
}

#pos_toolbar1 ul li a:active {
	color: #7D6D40;
	text-decoration: none;
}

#pos_toolbar1 ul li a:visited {
	color: #7D6D40;
	text-decoration: none;
}


/* Bottom menu */

#pos_footer1  {
	width: 100%;
	text-align: center;
}

#pos_footer1 .separator {
	color: #808080;
}

#pos_footer1 ul {
	list-style: none;
}

#pos_footer1 ul li {
	width: auto;
	float: left;
	list-style-type: none;
	color: #FF0000;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	background: none;
	height: 12px;
	line-height: 12px;
}

#pos_footer1 ul li a {
	width: auto;
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#pos_footer1 ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#pos_footer1 ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/*j17*/
div.moduletable div.search input { border: none; background: none; }
div.pagination { text-align: center; margin: 0 0 15px 0; }
ul.pagenav { text-align: center; margin: 15px 0 0 0; }
ul.pagenav li { background-image: none; display: inline;  }