/* *********************** GENERAL SETTINGS     *********************** */
html, body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(images/bodybg.gif) top repeat-x;
}

* { padding: 0px; margin: 0px; }
/*  Global Formatting */
h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 30px;
}
h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 10px 0px 10px 0px;
}
h3 {
	font: normal 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 20px;
}
h4 {
	font: normal 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 16px;
}
h5 {
	font: normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 14px;
}
h6 {font-size:11px;line-height: 12px;}
td{font-size: 12px;}
th{font-size: 12px;}
a {color: #409700; text-decoration: none;}
a:hover {color: #409700; text-decoration: underline;}
a.image, a.image:hover  {border:0;}
.image{
	border: 3px solid #CCC;
}

ul{ 

}
li{
	margin: 3px 0px 3px 15px;
}

fieldset {
	width: 470px;
	padding: 5px;
	border: 1px solid #eee;
}
/* *********************** END GENERAL SETTINGS *********************** */

/* *********************** LAYOUT SETTINGS      *********************** */

#desMain {
	width: 800px;
	margin: 0px auto;
	clear: both;
}

#desTop {
	width: 800px;
	height: 65px;
	clear: both;
	position: relative;
	background: #000;
}

#desTop h2 {
	color: #444;
	position: absolute;
	top: 24px;
	left: 100px;
	font: normal 19px Arial, Helvetica, sans-serif;
	line-height: 30px;
	letter-spacing: -1.3px;
	text-indent: 400px;
}

#desTop #logo {
	position: absolute;
	left: 5px;
	top: 13px;
}

#desTop2 {
	height: 42px;
	width: 800px;
	background: #000;
	position: relative;
}


#desTop2 #search {
	position: absolute;
	top: 47px;
	left: 680px;
	float: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#desTop2 #search #stitle span {
	color: #409700;
}

#desTop2 #search .moduletable {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#toptitle { 
	width: 800px; 
	padding-top:7px;
	height: 26px; 
	background: #000 url(./images/menubg.gif) top no-repeat;  
	text-indent: 10px;
}
#toptitle h1{
	color: #FFF;
}

.nav_top{
	height: 15px;
	padding: 5px 0px 0px 22px;
	font-size:12px;
	background: url(./images/indent1.gif) no-repeat top left;
}

.nav_main_2{
	height: 15px;
	padding: 5px 0px 0px 42px;
	font-size:12px;
	background: url(./images/indent5.gif) no-repeat top left;
}

.nav_main_3{
	height: 15px;
	padding: 5px 0px 0px 62px;
	font-size:12px;
	background: url(./images/indent6.gif) no-repeat top left;
}

.nav_main{
	height: 15px;
	padding: 5px 0px 0px 22px;
	font-size:12px;
	background: url(./images/indent3.gif) no-repeat top left;
}

.nav_bottom{
	height: 15px;
	padding: 5px 0px 0px 22px;
	font-size:12px;
	background: url(./images/indent4.gif) no-repeat top left;
}


#contentMain {
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
}

#featurebox{
	background: #FFF url(./images/feature_bg.gif) top left no-repeat;  
	width: 265px;
	height: 150px;
	padding: 10px 0px 0px 15px;
}

.newsflash .moduletable th {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-top: 2px;
}
#colLeft {
	float: left;
	width: 180px;
	padding: 5px 0px 0px 10px;
}

#colLeft table.moduletable{
	margin-bottom:20px;
}

#colLeft table.moduletable th { 
	color: #999;
	margin-bottom: 10px;
}
#colLeft table.moduletable form {
	width: 100%;
	padding: 2px 18px 0px 18px;
	margin: 0px;
}

#colLeft form a {
	color: #409700;
}

#colLeft form .button {
	padding: 2px 7px;	
	border: 1px solid #999;
	color: #666;
	font: bold 11px Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	margin: 4px 0px;
}


#mod_login_remember {
	margin-top: 2px;
}

#colRight {
	float: right;
	width: 580px;
	margin-left: 0px;
	padding-left: 13px;
	border-left: 1px dotted #AAA;
}

#desFooter {	
	clear: both;
	width: 800px;
	height: 71px;
	background: #fff url(./images/footer_bg.gif) top no-repeat;
}

#desFooter p {
	padding-top: 23px;
	text-align: center;
	color: #999;
}

#desFooter p a {
	color: #999;	
	text-decoration: none;
	font-weight: bold;
}
#desFooter p a:hover {
	color: #999;
	text-decoration: underline;
}
.both {
	clear: both;
}

#sidecontact{
	margin-top: 50px;
	padding: 30px 0px 20px 18px;
	background: #fff url(./images/cts_grey.gif) top left no-repeat;
}

hr{
	background-color: #CCC;
	border: 0px;
	margin: 10px 0px 10px 0px;
	height: 1px;
}
	

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	
.pathway {font-size: 11px;color:#CCC;}
a.pathway {color:#CCC;text-decoration: none;}
a.pathway:hover {color:#409700;text-decoration:underline;}

/* Mainlevel menu */

a.mainlevel {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	height: 20px;
	display: block;
}
	
a.mainlevel:hover {
	color: #409700;
	text-decoration: none;
}

#active_menu {
	color: #409700;
	text-decoration: none;
}

#active_menu:hover {
	color: #409700;
}

/* End Mainlevel menu */
	
/* Sub Menu */
a.sublevel {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
	display: block;
	height: 20px;
}

a.sublevel:hover {
	color: #409700;
	text-decoration: none;
}
/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.moduletable th { 
	font: normal 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 20px;
	color: #409700;
	text-align: left;
}

table.moduletablerss th { 
	font: normal 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	line-height: 20px;
	color: #409700;
	text-align: left;
	padding-bottom: 20px;
}

table.moduletable td {height: 18px; margin: 0px; padding: 0px; }

/* Custom Modules */

.search {
	margin: 0px;
	padding: 0px;
}

.search .button {
	background: none;
	border: none;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 1px 10px;
	padding: 1px;
	vertical-align: middle;
}

.search .button:hover {
	color: #409700;
}

.search .inputbox {
	background-color: #333;
	border: 1px solid #666;
	padding: 1px;
	width: 100px;
	vertical-align: middle;
	color: #CCC;
}

.search .inputbox:hover {
	background-color: #CCC;
	padding: 1px;
	color: #222;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */
.contentheading, .componentheading {
	padding: 5px 0px 10px 0px;
	line-height: 18px;
	font: normal 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #409700;
	width: 100%;
}

/* content images */
.mosimage{
	border: 1px solid #DEDEDE;
	padding: 5px;
	margin: 0px 0px 5px 10px;
	color: #006666;
	text-align: right;
	line-height: 30px;
}

/* content title and links */
.contentpagetitle {background-color : White; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{text-decoration: none;font-weight: normal; color: #409700;border-bottom: 0px;}
a.contentpagetitle:hover {color: #000;border-bottom: 0px dashed #ccc; text-decoration: none;}

/* top box like a category description */
.contentdescription {
	background-color : White;
	padding: 10px 0px;
}

/* Main Body Text */
.contentpane {background: White;}

.contentpaneopen { background-color: White; line-height: 15px; text-align: justify; }
.contentpaneopen img{
	margin: 0px 0px 0px 10px;
}
.contentpaneopen .homeimages img{
	margin: 0px 0px 0px 0px;
}
/* Main Body Text */

/* article rating */
.content_rating {font-weight: normal;font-size:.8em;}
.content_vote {font-weight: normal;font-size: .8em;}

/* icons */
.buttonheading{font-size: 12px;}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #ccc; font-size: 11px; font-weight: normal;}
.modifydate {color: #ccc; font-size: 11px; font-weight: normal; font-style: italic;}
.newsfeeddate {font-size: 11px; color: #ccc; font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small { 
	color: #ccc;
	font-size: 11px;
	line-height: 17px;
	margin: 0px; padding: 0px;
}

.blue{
	color: #0066CC;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav { 
	font-size: 12px; 
	color: #ccc;
}
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 11px; color: #ccc; }
.pagenav_next{font-size: 11px; color: #ccc; }
a.pagenav {color: #409700; text-decoration: none; font-weight: bold; }
a.pagenav:hover {color: #409700; text-decoration: underline; }
.pagenavcounter{	height: 15px;  }
.back_button a {font-size: 12px; height: 15px; clear: both; display: block; color: #666; text-decoration: none; font-weight: bold; }
.back_button a:hover {
	color: #000;
	text-decoration: none;
}

/* Read more link */
.readon {
	font-size: 11px; 
	color: #409700;
	font-weight: bold;
	text-decoration: none;
}

.readon:hover {
	text-decoration: underline;
	color: #409700;
}

/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
	}
	
table.contenttoc th {
background: #409700; 
color: #fff;
}
	
table.contenttoc td {padding: 5px; line-height: 12px; text-align: left;}

/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 18px; }
/* End Article index  */



/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #A2BF06;
	color : #fff;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
	}

/* Table odd and Even Rows */
.sectiontableentry1 {
	background-color: #fff;
	font-size: 11px; 
	height: 21px;
}

.sectiontableentry2 {
	background-color: #f0f0f0;
	font-size: 11px; 
	height: 21px;
}

.sectiontablefooter {
	height: 18px; 
}
/* End Sectiontable */

/* Category */
.category {color:#333;}
a.category:link, a.category:visited { height: 15px; color: #666;  }
a.category:hover  {	height: 15px; color: #333;  }
/* End category */

/* blogsection */
.blog {background-color : #FFFFFF;}
.blogsection{	height: 18px; color: #409700; text-decoration: none; }
.blogsection:hover {
	color: #409700;
	text-decoration: underline;
}
.blog_more{	clear: both; display: block; width: 480px; padding: 10px 0px; }
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : #FFFFFF;}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
border: 1px dashed #A2BF06;
background: #F5FF96;
padding: 0px 2px 0px 2px;}
/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form{font-size: 12px}
input {
	background-color:#FFF; font-size: 11px; color: #333; padding: 1px;
}
.inputbox { background: #fff; border: 1px solid #999; padding: 1px; }
.text_area {background: #fff; border: 1px solid #999; width: 470px; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {
	background: none;
	border: none;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px 5px;
}

.button:hover {
	color: #409700;
}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}
/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
   }
		
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	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: #409700;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* *********************** End TABBED EDITING *********************** */