*
{
	margin: 0px;
	padding: 0px;
}
body
{
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
p {
	text-align: justify;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
img
{
	border: 0px;
}
ul
{
	list-style-type: disc;
}
ul li
{
	margin-left: 20px;
}
#header
{
	width: 100%;
	height: 416px;
	text-align: center;
	background: transparent url('../images/headerback.png') repeat-x top left;
}
#subheaderwrap
{
	width: 950px;
	height: 100%;
	margin: 0px auto;
	background: transparent url('../images/headerglow.png') no-repeat center bottom;
	text-align: left;
}
#subheadertop
{
	width: 950px;
	height: 133px;
}
#logo, #search, #topmenubox
{
	float: left;
}
#logo
{
	width: 350px;
	height: 133px;
}
#logo a
{
	text-decoration: none;
}
#logo a img
{
	position: relative;
	top: 25px;
	left: 5px;
	border: 0px;
}
#search
{
	width: 600px;
	height: 80px;
}
#topmenubox
{
	width: 600px;
	height: 53px;
}
#subheadermain
{
	clear: both;
	width: 950px;
	height: 283px;
}
#headerleft
{
	float: left;
	width: 741px;
	height: 100%;
}
#headerright
{
	float: right;
	width: 65px;
	height: 100%;
	background: transparent url('../images/headerwelcome.png') no-repeat left top;
}
#main
{
	width: 100%;
}
#submainwrap
{
	width: 950px;
	margin: 0px auto;
	background: #fff url('../images/vertshadow.png') repeat-y left top;
	text-align: left;
}
#contentwrap, #rightcolumn
{
	float: left;
}
#contentwrap
{
	width: 600px;
	margin: 10px 38px 20px 30px;
}
#rigthcolumn
{
	width: 250px;
}
#rightcol
{
	width: 200px;
	padding: 10px;
	margin-right: 20px;
	background: #fff url('../images/rightcolback.png') repeat-x left top;
}
#modulesbox
{
	width: 245px;
	margin-right: 2px;
}
#footer
{
	width: 100%;
	height: 256px;
	background: transparent url('../images/footerback.png') repeat-x left top;
}
#footerwrap
{
	width: 930px;
	padding-left: 20px;
	height: 100%;
	margin: 0px auto;
	background: transparent url('../images/footerglow.png') no-repeat center top;
}

/* -- form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }
/* admin form */
form fieldset
{
	padding: 10px;
	border: 1px solid #ccc;
}
legend
{
	font-weight: bold;
}
/* -- buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../../system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../../system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../../system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../../system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../../system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* 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;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images_general/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* System Messages */
#system-message
{
margin:10px 0 20px 0;
padding: 0 !important;
background:#fff;
border:solid 0px;
}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#ffcc00;padding:0 }
#system-message dd ul { color: #ff6600; margin-bottom: 10px; list-style: none; padding: 10px 0px; border-top: 3px solid #ff6600; border-bottom: 3px solid #ff6600;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #aad400; border-color: #225500; color: #225500}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #aa0000; background: #e580ff; border-top: 3px solid #aa0000; border-bottom: 3px solid #aa0000;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #ff6600; background: #ffcc00; border-top: 3px solid #ff6600; border-bottom: 3px solid #ff6600;}

/* form validation */
.invalid {
border-color:#aa0000 !important;
}

label.invalid {
color:#aa0000;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}
/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}


/** Joomla CSS
from top to bottom
 **/
#search form
{
	float: right;
	width: 300px;
	text-align: right;
}
#search form .inputbox
{
	width: 142px;
	height: 24px;
	padding: 8px 0px 0px 10px; 
	border: 0px;
	font-size: 15px;
	color: #777;
}
#search form .button
{
	position: relative;
	top: 10px!important;
	top: 5px;
}
#topmenubox .moduletable ul#mainlevel-nav
{
	float: right;
}
#topmenubox .moduletable ul#mainlevel-nav li
{
	display: block;
	float: left;
	margin: 0px auto auto 0px;
	width: 110px;
	height: 32px;
	text-align: center;
	text-transform: uppercase;
	background: transparent url('../images/menuitemseparator.png') no-repeat right center;
}
#topmenubox .moduletable ul#mainlevel-nav li a
{
	display: block;
	width: 100px;
	margin: 7px 8px auto 2px;
	color: #ccc;
	font-weight: bold;
}
#topmenubox .moduletable ul#mainlevel-nav li a#active_menu-nav, #topmenubox .moduletable ul#mainlevel-nav li a:hover
{
	color: #777;
	text-decoration: none;
}
#headerleft .moduletable
{
	float: left;
	margin: 60px 10px 10px 20px;
	color: #fff;
	width: 650px;
}
#headerleft #both .moduletable
{
	float: left;
	width: 325px;
	margin: 60px 10px 10px 20px;
	color: #fff;
}
#headerleft .moduletable h3
{
	text-transform: uppercase;
	margin-bottom: 20px;
}
#headerleft .moduletable a
{
	color: #fff;
	text-decoration: underline;
}
#headerleft .moduletable a:hover
{
	color: #ccc;
}
#headerleft .moduletable a.readon
{
	display: block;
	text-align: right;
	padding-right: 50px;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
#headerleft ul.latestnews
{
	list-style-type: square;
}
#headerleft ul li.latestnews
{
	padding-top: 5px;
}
#headerleft ul a.latestnews
{
	text-decoration: none;
}
#headerright .moduletable
{
	width: 50px;
	margin: 205px auto auto 25px;
}
#headerright .moduletable a
{
	text-decoration: none;
}
#headerright .moduletable a img
{
	border: 0px;
}
#headerright .moduletable a:hover
{
	color: #777;
}
#rightcol .moduletable
{
	margin-bottom: 20px;
}
#rightcol .moduletable h3
{
	width: 170px;
	padding-top: 10px;
	padding-left: 42px;
	height: 38px;
	font-size: 16px;
	color: #777;
	background: transparent url('../images/write.png') no-repeat left top;
}
#modulesbox .module
{
	margin-bottom: 20px;
}
#modulesbox .module h3
{
	width: 170px;
	padding-top: 10px;
	padding-left: 42px;
	height: 38px;
	font-size: 16px;
	color: #777;
	background: transparent url('../images/write.png') no-repeat left top;
}
#modulesbox .module-archive
{
	padding-top: 36px;
	background: transparent url('../images/archiveboxtop.png') no-repeat left top;
}
#modulesbox .module-archive div
{
	background: transparent url('../images/archiveboxback.png') repeat-y left top;
}
#modulesbox .module-archive div div
{
	background: transparent url('../images/archiveboxback.png') repeat-y left top;
}
#modulesbox .module-archive div div div
{
	width: 175px;
	background: transparent url('../images/archiveboxbottom.png') no-repeat left bottom;
	padding: 0px 65px 70px 5px;
	color: #fff;
}
#modulesbox .module-archive div div div h3
{
	display: none;
}
#modulesbox .module-archive div div div ul
{
	width: 90%;
	margin-left: 10%;
	list-style-type: square;
	color: #fff;
}
#modulesbox .module-archive div div div ul li a
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
#modulesbox .module-green
{
	padding-top: 36px;
	background: transparent url('../images/archiveboxtop.png') no-repeat left top;
}
#modulesbox .module-green div
{
	background: transparent url('../images/archiveboxback.png') repeat-y left top;
}
#modulesbox .module-green div div
{
	background: transparent url('../images/archiveboxback.png') repeat-y left top;
}
#modulesbox .module-green div div div
{
	width: 175px;
	background: transparent url('../images/greenboxbottom.png') no-repeat left bottom;
	padding: 0px 65px 70px 5px;
	color: #fff;
}
#modulesbox .module-green div div div h3
{
	display: none;
}
#modulesbox .module-green div div div ul
{
	width: 90%;
	margin-left: 10%;
	list-style-type: square;
	color: #fff;
}
#modulesbox .module-green div div div ul li a
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
#modulesbox .module-red
{
	padding-top: 36px;
	background: transparent url('../images/redboxtop.png') no-repeat left top;
}
#modulesbox .module-red div
{
	background: transparent url('../images/redboxback.png') repeat-y left top;
}
#modulesbox .module-red div div
{
	background: transparent url('../images/redboxback.png') repeat-y left top;
}
#modulesbox .module-red div div div
{
	width: 175px;
	background: transparent url('../images/redboxbottom.png') no-repeat left bottom;
	padding: 0px 65px 70px 5px;
	color: #fff;
}
#modulesbox .module-red div div div h3
{
	display: none;
}
#modulesbox .module-red div div div ul
{
	width: 90%;
	margin-left: 10%;
	list-style-type: square;
	color: #fff;
}
#modulesbox .module-red div div div ul li a
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
#modulesbox .module-blue
{
	padding-top: 36px;
	background: transparent url('../images/blueboxtop.png') no-repeat left top;
}
#modulesbox .module-blue div
{
	background: transparent url('../images/blueboxback.png') repeat-y left top;
}
#modulesbox .module-blue div div
{
	background: transparent url('../images/blueboxback.png') repeat-y left top;
}
#modulesbox .module-blue div div div
{
	width: 175px;
	background: transparent url('../images/blueboxbottom.png') no-repeat left bottom;
	padding: 0px 65px 70px 5px;
	color: #fff;
}
#modulesbox .module-blue div div div h3
{
	display: none;
}
#modulesbox .module-blue div div div ul
{
	width: 90%;
	margin-left: 10%;
	list-style-type: square;
	color: #fff;
}
#modulesbox .module-blue div div div ul li a
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.module #form-login, .moduletable #form-login
{
	background: #efefef;
	padding: 10px;
}
.module #form-login fieldset, #form-login fieldset
{
	border: 0px;
}
.module #form-login p label
{
	color: #555;
	font-size: 14px;
}
.module #form-login p .inputbox, #form-login p .inputbox
{
	border: 1px solid #dedede;
	padding: 3px 5px;
	color: #555;
}
.module #form-login ul, #form-login ul
{
	list-style-type: none;
}
.module #form-login a, #form-login a
{
	color: #444;
	font-size: 11px;
	text-transform: lowercase;
}
#footerwrap .module, #footerwrap .moduletable
{
	float: left;
	width: 250px;
	margin-right: 15px;
	padding: 30px 0px 10px 50px;
	color: #444;	
}
#footerwrap .module h3, #footerwrap .moduletable h3
{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: transparent url('../images/underline.png') repeat-x left bottom;
}
#footerwrap .module ul, #footerwrap .moduletable ul
{
	list-style-type: square;
}
#footerwrap .module a, #footerwrap .moduletable a
{
	color: #444;
	font-weight: bold;
}
.blog_more {
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.blog_more h2
{
	color: #777;
	margin: 2px 5px;
}
.blog_more ul
{
	list-style-type: none;
	margin: 5px auto 15px auto;
}
.blog_more ul li a
{
	color: #000;
	text-decoration: none;
}
.blog_more ul li a:hover
{
	color: #777;
}
table.category
{
	margin-top: 10px;
	border: 1px solid #333;
}
.counter
{
	text-align: center;
	color: #777;
}
.pagination
{
	text-align: center;
}
.buttonheading {
	text-align: right;
}
.contenttext
{
	color: #333;
}
.contenttext a
{
	color: #000;
	text-decoration: underline;
}
.clr {
	clear: both;
}

.componentheading{
	font-size: 20px;
	color: #777;
	margin: 20px auto 10px auto;
}
.contentheading
{
	color: #205396;
	margin: 5px auto 3px auto;
}
.datebox
{
	float: left;
	width: 39px;
	height: 38px;
	margin: 5px;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	color: #fff;
	background: transparent url('../images/date.png') no-repeat left top;
}
.datebox strong
{
	font-size: 15px;
}
.createdby {
	font-size: 12px;
	color: #777;
}
.inputbox {
	border: 1px solid #ccc;
}
.modifydate {
	font-size: 12px;
	color: #777;
}
#rightcol .moduletable_menu h3
{
	height: 25px;
	font-size: 17px;
	color: #777;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	text-align: right;
}
#rightcol .moduletable_menu ul
{
	list-style-type: none;
}
#rightcol .moduletable_menu ul li
{
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: right;
}
#rightcol .moduletable_menu ul li a:hover, #rightcol .moduletable_menu ul li#current a
{
	text-decoration: none;
	color: #777;
}
#rightcol .moduletable_menu ul li a
{
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	font-weight: normal;
}
#rightcol .moduletable_menu ul li#current a, #rightcol .moduletable_menu ul li ul li#current a
{
	font-weight: bold;
}
#rightcol .moduletable_menu ul li#current ul a
{
	color: #ffaa00;
	text-transform: lowercase;
}
#rightcol .moduletable_menu ul li ul li#current a
{
	color: #ffaa00;
	text-transform: lowercase;
}
.mosimage_caption 
{
	font-style: italic;
	padding: 2px 0px;
}
a.pagenav {
	color: #205396;
	font-weight: bold;
	text-decoration: none;
}
a:hover.pagenav
{
	text-decoration: underline;
}
.sectiontableheader 
{
	background: #333;
	color: #fff;
	padding: 3px 10px;
}
.sectiontableheader a 
{
	color: #fff;
}