/*[fmt]9A90-1A0A-3*/
/*----------------------------------------------------------------------------
++ EXTERNAL SOURCE: customize.css
++ Customize Style Sheet
----------------------------------------------------------------------------
Global Resets
*****************************************/
*	{
	margin: 0;
	padding: 0;
	color: #333;
}
li, dd	{
	margin-left: 1em;
}
#content blockquote, #content form, label, #content ul, #content ol, #content dl, #content fieldset, #content address	{
	margin: 1.8em 0;
}
.contentpane li	{
	list-style-position: inside;
}
fieldset	{
	padding: 0.5em;
	border: none;
}
p	{
	padding: 0.5em 0;
	line-height: 1.4em;
}
img	{
	border: 0;
}
a img	{
	border: 0;
}
table	{
	font-size: 1em;
/*This helps fix the relative font sizing problem with tables in IE*/
}
.hidden	{
	display: none;
}
/****** BASE FONT STYLES *******/
body.smaller-text	{
	font-size: 12px;
}
body.medium-text	{
	font-size: 13px;
}
body.large-text	{
	font-size: 15px;
	font-weight: 100;
}
/*Base Typography
*****************************************/
body	{
	font: normal 100%/175% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6	{
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
}
h1	{
	font-size: 210%;
	line-height: 100%;
	color: #286194;
}
h2	{
	font-size: 185%;
	line-height: 100%;
}
h3	{
	font-size: 160%;
	color: #286194;
}
h4	{
	font-size: 140%;
}
h5	{
	font-size: 120%;
}
h6	{
	font-size: 100%;
}
pre	{
	background: #FCFBF5;
	border-top: 3px solid #F9F6EB;
	border-bottom: 3px solid #F9F6EB;
	margin: 0px 0px 15px;
	padding: 10px;
}
pre p	{
	border-top: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 10px 20px;
}
blockquote.quote	{
	color: #666;
	font-style: italic;
	font-size: 100%;
	line-height: 110%;
	width: auto;
	padding: 0;
	margin: 0;
	background: #1A1A1A;
	border: 1px solid #2C2C2C;
	font-style: normal;
}
blockquote.quote p	{
	padding: 15px 50px 15px 15px;
	margin: 0;
	background: url(../images/icon-blockquote.jpg) no-repeat 100% 10%;
	border: 1px solid #000000;
	color: #FFFFFF;
}
p.color-green	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #98CB00;
	border-bottom: 3px solid #98CB00;
	background: #FFFFFF;
	color: #010101;
}
p.color-blue	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #7DB6FB;
	border-bottom: 3px solid #7DB6FB;
	background: #ECF2FE;
	color: #010101;
}
p.color-orange	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #F18B41;
	border-bottom: 3px solid #F18B41;
	background: #FDF6E4;
	color: #010101;
}
p.color-pink	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #D5688F;
	border-bottom: 3px solid #D5688F;
	background: #FAE8E8;
	color: #010101;
}
p.color-grey	{
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	background: #FAFAFA;
	color: #010101;
}
/*@group Notice Styles*/
p.error, p.tips, p.info	{
	display: block;
	padding: 8px 10px 8px 35px;
	margin: 15px 0;
}
p.error	{
	color: #CD3301;
	border-top: 3px solid #CD3301;
	border-bottom: 3px solid #CD3301;
	background: #FAE8E8 url(../images/icon-typo-error.jpg) no-repeat 10px 50%;
}
p.tips	{
	color: #2D84E3;
	border-top: 3px solid #ADCEFB;
	border-bottom: 3px solid #ADCEFB;
	background: #ECF2FE url(../images/icon-typo-tips.jpg) no-repeat 10px 50%;
}
p.info	{
	color: #CA6701;
	border-top: 3px solid #F2A378;
	border-bottom: 3px solid #F2A378;
	background: #FDF6E4 url(../images/icon-typo-info.jpg) no-repeat 10px 50%;
}
/*@end*/
.highlight	{
	background: #286194;
	color: #FFF;
}
/*Lists Style
*****************************************/
#main ol	{
	padding: 0;
	list-style-position: inside;
}
#main ol li	{
	padding: 2px 0 2px 5px;
}
#content ul ul, #content ul ul ul, #content ul ul ul ul	{
	margin-left: 25px;
}
#content ol ol, #content ol ol ol, #content ol ol ol ol	{
	margin-left: 25px;
}
ul.li-round1, ul.li-round2, ul.li-arrow, ul.li-star	{
	padding-left: 10px;
	margin-left: 0;
}
ul.li-round1 li, ul.li-round2 li, ul.li-arrow li, ul.li-star li	{
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 20px;
}
ul.li-round1 li	{
	background: url(../images/icon-li-orange.jpg) no-repeat 2px 4px;
}
ul.li-round2 li	{
	background: url(../images/icon-li-pink.jpg) no-repeat 2px 4px;
}
ul.li-arrow li	{
	background: url(../images/icon-li-arrow.jpg) no-repeat 2px 4px;
}
ul.li-star li	{
	background: url(../images/icon-li-star.jpg) no-repeat 2px 4px;
}
/*Latest News Module*/
#content ul.latestnews li, #content ul.mostread li	{
	list-style-type: none;
	margin: 0;
	font-size: 1.2em;
}
ul.mostread-news li	{
	padding-left: 10px;
	margin-left: 0;
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../images/icon-li-star.jpg) no-repeat 2px 4px;
}
ul.mostread-news li a:link, ul.mostread-news li a:visited	{
	color: white;
	display: block;
}
/*Horizontal Rules
*****************************************/
hr	{
	border: none;
	height: 1px;
	margin: 10px 0;
}
/*Links Styling
*****************************************/
a:link, a:visited	{
	text-decoration: none;
}
a:hover, a:active	{
	text-decoration: underline;
}
.contentpaneopen a.readon:link, .contentpaneopen a.readon:visited, .contentpaneopen a.readon:hover	{
	display: block;
	text-decoration: none;
	height: 20px;
	width: auto;
	background: url(../images/readmore.png) no-repeat;
	padding: 0 0 0 30px;
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 20px;
	color: #444;
}
li span.small	{
	font-size: 0.9em;
}
li br	{
	display: none;
}
/*Joomla Specific
*****************************************/
.contentheading, .componentheading	{
	font-size: 1.7em;
	line-height: 1em;
	font-weight: bold;
	color: #666;
}
.componentheading	{
	margin-bottom: 5px;
}
table.contentpaneopen, table.contentpane	{
	font-size: 1em;
}
.sectiontableheader, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2	{
	text-indent: 5px;
	border-bottom: 1px solid #FF00FF;
	padding: 4px 0;
}
#content .sectiontableheader a	{
	color: #FFF;
}
.sectiontableheader	{
	background: transparent url(../images/table-header-bg.png) repeat-x scroll 0%;
	color: white;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
.sectiontableentry1	{
	background: #F9F6EB;
	font-size: 1em;
}
.sectiontableentry2	{
	background: #FCFBF5;
	font-size: 1em;
}
span.small	{
	color: #999;
	font-size: 0.9em;
}
td.createdate	{
	background: transparent url(../images/icon-date.png) no-repeat 0 2px;
	text-indent: 20px;
	color: #666;
	padding-left: 0px;
	font-size: 1em;
	padding-bottom: 5px;
}
td.modifydate	{
	background: transparent url(../images/icon-updated.png) no-repeat scroll 0px 80%;
	color: #666;
	padding-left: 0px;
	padding-top: 10px;
	text-indent: 20px;
	font-size: 0.9em;
}
table.contenttoc	{
/*NOTE: Keeps the blog tables from crowding*/
	margin: 5px;
	padding: 0px;
	float: right;
}
table.contentpane	{
	border: none;
	width: 100%;
}
table.contentpaneopen	{
	border: none;
}
table.searchintro	{
	padding: 10px 0;
	width: 100%;
}
.blog_more	{
	margin: 10px 0;
}
.blog_more strong	{
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}
td.buttonheading	{
	padding: 0 3px !important; /*[e]0 3px*/
}
.mosimage	{
	background: #F2EFE1 none repeat scroll 0%;
	border: 1px solid #D9D6CB;
	margin: 0px 5px 5px;
	padding: 4px;
}
.mosimage img	{
	padding: 0;
	margin: 0;
}
.mosimage_caption	{
	margin-top: 2px;
	padding: 0px 2px;
	color: #333;
	font-weight: normal;
	font-size: 1em;
}
/*Article Index*/
table.contenttoc	{
	background: #FFF;
	margin: 7px;
	margin-right: 0;
	padding: 2px;
	border: 1px solid #CCC;
}
table.contenttoc td	{
	padding: 0 7px;
}
table.contenttoc th	{
	padding: 0 10px;
	font-size: 1em;
	color: #FFF;
	background: #CCC;
}
.pagenav	{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	color: #555;
}
.article_seperator	{
	border: 1px solid #E4DFD6;
	display: block;
	height: 0;
	margin: 10px 0;
	width: 100%;
}
.moduletable span.article_seperator, #inset .moduletable .article_seperator	{
	display: none !important; /*[e]none*/
}
table.blog .article_seperator	{
	display: none !important; /*[e]none*/
}
.blog_more	{
	font-size: 1.1em;
}
/*Send to a Friend Popup*/
body.contentpane form table	{
	margin: 20px;
	font-size: 1em;
}
body.contentpane form table .inputbox	{
	width: 200px;
	margin-bottom: 5px;
}
body.contentpane form table input.button	{
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 3px 7px;
	background: #EEE;
	color: #999;
}
/*Print Styling
*****************************************/
body.contentpane	{
	background: #FFF;
}
body.contentpane table.contentpaneopen	{
	padding: 20px;
	background: #FFF;
}
body.contentpane a span.small	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/*Form Styling
*****************************************/
select, select.inputbox	{
	color: #666;
}
td.smalldark	{
	font-size: 0.8em;
}
/*Contact Page Styling*/
div.contact_email input, div.contact_email textarea	{
	font-size: 1.1em;
	color: #666;
	font-family: inherit;
}
div.contact_email input	{
	padding: 2px 5px;
}
.fleftimg	{
	float: left;
	display: inline;
	margin: 13px 0 0 0px;
	padding-bottom: 25px;
	padding-right: 14px;
}
.fleftimgtc	{
	float: left;
	display: inline;
	margin: 5px 0 10px 10px;
	padding-right: 15px;
}
blockquote	{
	background: #F9F6EB url(../images/blockquote.png) no-repeat 97% 10px;
	border: 1px solid #E6E6C0;
	padding: 10px 60px 10px 10px;
}
/*intelligent modules*/
.clear	{
	clear: both;
	display: block;
	height: 0px;
	font-size: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.moduletable.first, div.moduletable.middle	{
	float: left;
	display: inline;
}
div.moduletable.last	{
	float: right;
	display: inline;
}
/*user2 intelligent modules
safari height fix*/
#user1 div.countin1, #user1 div.countin2, #user1 div.countin3, #user2 div.countin1, #user2 div.countin2, #user2 div.countin3, #advert1 div.countin1, #advert1 div.countin2, #advert1 div.countin3, #advert3 div.countin1, #advert3 div.countin2, #advert3 div.countin3, #bottom_modules div.countin1, #bottom_modules div.countin2, #bottom_modules div.countin3	{
	height: 100% !important; /*[e]100%*/
}
#user2 div.countin3	{
	width: 304px;
	overflow: hidden;
	margin-bottom: 27px;
	display: block;
}
#user2 div.countin2	{
	width: 470px;
	overflow: hidden;
	margin-bottom: 27px;
	display: block;
}
#user2 div.countin1	{
	width: 965px;
	clear: both;
	overflow: hidden;
	margin-bottom: 27px;
	display: block;
}
#user2 div.middle	{
	margin-left: 32px;
	width: 300px;
	margin-bottom: 7px;
	display: block;
}
#user2 .moduletable h3	{
	font-size: 1.8em;
	line-height: 23px;
	margin-top: 25px;
}
#user2 .moduletable a.readon	{
	padding: 0;
	margin: 0;
	text-indent: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 10px;
	background: none;
	margin-bottom: 20px;
}
/*bottom intelligent modules*/
#bottom_modules	{
	background: #F1E2BF url(../images/bottom_modules_bg.png) repeat-x top;
	padding: 15px 0;
}
#bottom_modules div.countin3	{
	width: 304px;
	overflow: hidden;
	margin-bottom: 7px;
}
#bottom_modules div.countin2	{
	width: 470px;
	overflow: hidden;
	margin: 10px 0 17px;
}
#bottom_modules div.countin1	{
	width: 965px;
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
}
#bottom_modules div.middle	{
	margin-left: 27px;
	width: 300px;
	margin-bottom: 7px;
}
#bottom_modules .moduletable h3	{
	border-bottom: 2px solid #D5BD97;
	color: #61502E;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 23px;
}
#bottom_modules .moduletable li	{
	line-height: 27px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #F6EBD4;
}
#bottom_modules .moduletable li a:link, #bottom_modules .moduletable li a:visited	{
	display: block;
	color: #333;
	font-size: 13px;
	padding: 0 4px;
}
#bottom_modules .moduletable li a:hover	{
	background: #F6EBD4;
	text-decoration: none;
}
/*user1 intelligent modules*/
#user1 div.countin3, #advert1 div.countin3, #advert3 div.countin3	{
	width: 30%;
	overflow: hidden;
	margin-bottom: 7px;
}
#user1 div.countin2, #advert1 div.countin2, #advert3 div.countin2	{
	width: 48%;
	overflow: hidden;
	margin-bottom: 7px;
}
#user1 div.countin1, #advert1 div.countin1, #advert3 div.countin1	{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
}
#user1 div.middle, #advert1 div.middle, #advert3 div.middle	{
	width: 30%;
	margin-bottom: 7px;
}
body.scheme_3 #advert1 .middle, body.scheme_3 #advert3 .middle, body.scheme_3 #user1 .middle	{
	margin-left: 26px;
}
body.scheme_2 #advert1 .middle, body.scheme_2 #advert3 .middle, body.scheme_2 #user1 .middle	{
	margin-left: 36px;
}
.scheme_1 #advert1 .middle, .scheme_1 #advert3 .middle, .scheme_1 #user1 .middle	{
	left: 46px;
	position: relative;
}
#user1 .moduletable h3, #advert1 .moduletable h3, #advert3 .moduletable h3	{
	font-size: 23px;
	line-height: 23px;
	font-size: 1.8em;
	border-bottom: 3px solid #E2DDC5;
}
#user1 .moduletable a.readon, #advert1 .moduletable a.readon, #advert3 .moduletable a.readon, #bottom_modules .moduletable a.readon	{
	padding: 0;
	margin: 0;
	text-indent: 0;
	font-size: 1em;
	font-weight: normal;
	padding-top: 0px;
	background: none;
	display: block;
	padding: 14px 0 4px;
}
#bottom_modules .moduletable a.readon	{
	color: #61502E;
	font-weight: bold;
}
#advert2	{
	border: 1px solid red;
	display: block;
	height: auto;
}
.inset .moduletable-insetinfo	{
	border-bottom: 4px solid #F2EFE1;
	border-top: 4px solid #F2EFE1;
	background: #F9F6EB url(../images/inset-bulb.png) no-repeat 23px 50%;
	padding: 10px 10px 10px 66px;
	font-size: 1em;
	margin: 1px 0;
}
.inset .moduletable	{
	border-bottom: 4px solid #F2EFE1;
	border-top: 4px solid #F2EFE1;
	padding: 10px 20px;
	font-size: 1em;
	background: #F9F6EB;
	margin: 1px 0;
}
.inset .moduletable h3, .inset .moduletable-insetinfo h3	{
	font-size: 17px;
	margin: 4px 0;
	padding: 0;
}
.moduletable-insetalert, .moduletable-insettip, .moduletable-insethelp	{
	display: block;
	padding: 3px 10px 3px 35px;
	margin: 1px 0;
	font-size: 1em;
}
.moduletable-insetalert	{
	color: #CD3301;
	border-top: 3px solid #CD3301;
	border-bottom: 3px solid #CD3301;
	background: #FAE8E8 url(../images/icon-typo-error.jpg) no-repeat 10px 50%;
}
.moduletable-insettip	{
	color: #2D84E3;
	border-top: 3px solid #ADCEFB;
	border-bottom: 3px solid #ADCEFB;
	background: #ECF2FE url(../images/icon-typo-tips.jpg) no-repeat 10px 50%;
}
.moduletable-insethelp	{
	color: #CA6701;
	border-top: 3px solid #F2A378;
	border-bottom: 3px solid #F2A378;
	background: #FDF6E4 url(../images/icon-typo-info.jpg) no-repeat 10px 50%;
}
p.module-address	{
	background: transparent url(../images/module-address.png) no-repeat scroll 0px 10px;
	padding-left: 24px;
}
p.module-mobile	{
	background: transparent url(../images/module-mobile.png) no-repeat scroll 3px 8px;
	padding-left: 24px;
	margin: -0.5em 0;
}
p.module-fax	{
	background: transparent url(../images/module-fax.png) no-repeat scroll 0px 8px;
	text-indent: 25px;
	margin: -0.5em 0;
}
p.module-email	{
	background: transparent url(../images/module-email.png) no-repeat scroll 0px 10px;
	text-indent: 25px;
	margin: -0.5em 0;
}
p.module-email a	{
	color: #333;
}
.sendusemail a:link, .sendusemail a:visited	{
	display: block;
	width: 176px;
	height: 26px;
	background: url(../images/sendusemail.png) no-repeat;
	color: #333;
	font-size: 11px;
	padding: 3px 0 0 8px;
	margin-top: 8px;
}
.wheretogethelp p	{
	background: transparent url(../images/wheretogethelp.png) no-repeat scroll right bottom;
	padding: 0pt 50px 10px 0pt;
}
.wheretogethelp ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}
.wheretogethelp li	{
	background: url(../images/wheretogethelp-star.png) no-repeat left;
	padding: 0;
	margin: 9px 0;
}
.wheretogethelp li a:link, .wheretogethelp li a:visited	{
	padding: 5px 0 0 25px;
	color: #006DA8;
}
#nav input.inputbox	{
	background: transparent url(../images/searchbox.png) no-repeat left;
	position: absolute;
	right: 0px;
	top: 5px;
	border: none;
	width: 159px;
	font-size: 0.9em;
	height: 21px;
	line-height: 21px;
	padding: 6px 0 0 6px;
	margin: 4px 0 0 0px;
}
.suckerfish #nav input.inputbox, .dropline #nav input.inputbox	{
	top: 8px;
}
#nav input.button	{
	position: absolute;
	right: 5px;
	top: 15px;
	float: right;
	width: 18px;
	height: 18px;
	background: none;
	border: none;
	display: block;
	text-indent: -88888px;
	padding: 40px 0 0;
	margin: 0;
	line-height: normal;
	cursor: pointer;
	overflow: hidden;
}
#wrapper .article-options, #wrapper .article-options li	{
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper .article-options li	{
	display: inline;
	font-size: 0.8em;
}
.article_column	{
	padding-right: 1em;
}
.column_separator	{
	padding: 0 0 0 1.5em;
	border-left: 1px dotted #CCC;
}
.article_separator	{
	display: block;
	margin-top: 2em;
	height: 2em;
	border-top: 1px dotted #CCC;
}
