/* begin Page */

/* Created by www.JoomlArtWork.com */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #e6ebd1;
	font-size: 12px;
	line-height: 1.5em;
}

body#background{
	margin: 10px 0 0 0; 	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;
	color: #686567;
	background: #15395e url(../images/bg.gif) repeat-x left top;
}



/* Normal link */
a:link, a:visited {
	color: #0c3155;		
	background-color: inherit;
	text-decoration: underline;			
}

a:hover, a:active {
	color: #2070c0;
	background-color: inherit;	
}

a img {
	border: none;
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #15395e;
}

h1 { font-size: 30px;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 5px 5px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	background: transparent;
   	border: none;	
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
} 

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  /* white-space: pre; */
  background: transparent;
  border: 1px solid #211E20;   
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 30px;  
   background: transparent;
	border: 1px solid #211E20;   
  	font: normal 1.6em/1.5em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}


/* ======================== Layout ==============================*/


/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto; 
	padding: -20px 0 0 0;
	background: none;
	height: 243px;
	text-align: center;	
	width: 980px;
	background: #fff url(../images/header.jpg) no-repeat top center;
}
.top {
	display : block;
	position: absolute;
	right: 30px;
	top: 50px;
	width: 600px;
	color:#FFFFFF;
}
.top a, .top a:link {
	text-decoration:underline;
	color:#fff;
}

/* content */
#body{
	width:980px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	overflow:hidden;
	text-align:left;
}
#body_top{
	width:100%;
	margin: 0 auto;
	padding: 0;
	background:#fff;
}
#body_end{
	width:100%;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	overflow:hidden;
	padding:0 0 20px 0;
}

/* sidebar */
#sidebar {
	float: right;
	width: 250px;
	margin: 0px 0 10px 0; 
	padding: 0;
	color:#333333;
	background: none;	
}

/* main */
#main {
	margin: 20px 250px 10px 10px; 
	padding: 0;	

}
#bottom {	

	padding: 0;	
	margin: 0 auto; 
	background: #fff;
	width: 980px;}
	
#footer-wrap {	
	clear: both;
	padding: 15px 0 0 0;	
	margin: 0 auto; 
	background: #15395e url(../images/footer.gif) no-repeat top center;
	width: 980px;}

/* columns */
#columns {
	clear: both;
	text-align: left;
	color: #666666;
	margin: 0 auto;
	padding: 1.6em 0 .5em 0;
	width: 95%;
}

/* footer */
#footer-bottom, #footer-bottom a, #footer-bottom a:link, #footer-bottom a:hover {
	clear: both;
	margin: 0 auto; 
	padding: 0 0;
	text-align: center;
	font-size: 13px;
	color:#ccc;
	text-decoration:none;
}

.footer, .footer a, .footer a:link, .dfooter a:visited, .footer a:hover
{
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size:10px;
	font-weight:100;
	text-decoration:none;
	line-height:11px;
	color:#06223d;
	margin:0em;
	padding:0;
	text-align:center;
}



/* ============================= System Messages ====================================*/
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; list-style: none;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; }

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; list-style: none;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*================================ Header ========================================*/
.logo {
	clear: both;
	position: relative;
	margin: 0 auto; 
	padding: 8px 0 0 50px;
	text-align:left;
	height: 40px;
	width: 980px;
}

.logo a, .logo a:link, .logo a:hover, .logo a:visited {
	font-size:30px;
	color:#FFFFFF;
	text-decoration:none;
}

/* ================================ Sidebar Menu ======================================*/
#sidebar h3 {
	font: normal 15px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	padding: 5px 0 10px 25px;
	margin:0;
	color: #fff;
	background: url(../images/h3.gif) no-repeat left center;
	text-transform: none;

}

#sidebar ul.menu {
	margin: 0 10px 0 10px;
	padding: 0;		
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;		
	border-top: 0;
}
#sidebar ul.menu li {
	padding: 0; 
	background: url(../images/arrow.gif) no-repeat 6px 7px;		
	border-bottom: 1px solid #e9e9e9;
	list-style:none;
	color:#0c3155;
}

#sidebar ul, #sidebar ul li {
	font-size:11px;} 

* html body #sidebar ul.menu li { height: 1%; }

#sidebar ul.menu li a {
	display: block;
	font-weight: 100;
	color: #0c3155;
	text-decoration: none;
	padding: 5px 0 5px 25px;
	line-height: 18px;
	font-size: 14px;
}
#sidebar ul.menu li a:hover {
	color: #2070c0;
	background: #f1f6f8 url(../images/arrow.gif) no-repeat 6px 7px;			
}
#sidebar ul.menu ul { margin: 0 0 0 15px; }
#sidebar ul.menu ul li { border: none; }

/*=============================== Sidebar Module ===========================*/
#sidebar .moduletable{
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

#sidebar .moduletable table {
	padding: 0 0 0 10px;


}




/*=============================== Main ====================================*/
#main h2 { 
	font: normal 27px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #5e7fc0;	
}

#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}

#main ul {
	background: #fff url(../images/quotes.jpg) repeat-y left top;
	padding-left:13px;
	margin-left:10px;
}

#main ul li {
	background: none;
	margin-left:2px;

}

/*============================ Column =====================================*/
#columns h3 {
	color: #000000;	
	margin: 0;
	padding: 0 10px; 	
	font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;	
	text-transform: none;
}

#columns ul {
	list-style: none;
	margin: 10px 0 10px 0; 
	padding: 0;	
	border-top: 1px dotted #999;	
}
#columns li {
	border-bottom: 1px dotted #999;		
}
#columns li a {
	display: block;
	padding: .5em 0 .5em 1em;
	color: #15395e;
	text-decoration:none;
}
#columns li a:hover {
	color: #5e7fc0;
	background:#f3f3f3;	
}

#columns .col, .col-center {
	float: left;
	width: 31%;
}
#columns .col-center { 
	margin: 0 15px; 
}

/*============================== Col3 Module =============================*/
#col .moduletable, #col-center .moduletable{
	margin: 0 0 10px 0;
}

#col .moduletable h3, #col-center .moduletable h3{
	margin: 0;
}

/* =================================== additional classes ===========================*/
.clear { clear: both; }
.grey {	color: #8F8F8E; }


/*======================= ARTICLE =============================*/
.contentheading{
	font: 20px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #333e5c;
}

.contentheading a, .contentheading a:link, .contentheading a:visited, .contentheading a:hover {	text-decoration:none;}
/*.contentpaneopen a, .contentpaneopen a:link, .contentpaneopen a:visited{
}*/

.small, .createdate, .modifydate{
	font-size: 10px;
	line-height:10px;
	color: #333;
}

.readon, a.readon:link, a.readon:visited{
	border:1px solid #6686a4;
	margin:5px;
	text-align:right;
	font-weight:bold;
	padding: 2px 2px;
	color: #fff;
	background: #7296b8;
	text-decoration:none;
}

a.readon:hover{
	background: #6686a4;
}

.contenttoc{
	float: right;
	margin: 30px 10px 10px 10px ;
	background: #1a1a1a;
}

.contenttoc tbody tr th{
	padding: 10px;
}

a.toclink{
	padding: 10px;
}

/*a.toclink:hover{
}

.pagenavcounter{
}*/


/*======================= COMPONENT =============================*/
.componentheading{
	font: 14px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color: #686567;
	padding: 3px 0 10px 35px;
	background: url(../images/welcomebg.gif) no-repeat 10px 0;
}

.contentpaneopen fieldset{
	padding: 5px;
	margin: 0 0 10px 0;
}

.highlight{
	background: #333;
	padding: 0px 3px;
}

.button{
	background:#7296b8 none repeat scroll 0 0;
	border:1px solid #6686a4;
	color:#FFFFFF;
	font:1em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin:0 0 0 5px;
	padding:0;
	vertical-align: middle;
	cursor:pointer;

}

.button:hover{
	background:#6686a4 none repeat scroll 0 0;
}

.inputbox{
	border:1px solid #6686a4;
	color:#777777;
	padding:0.4em;
	vertical-align:top;
}

td.sectiontableheader{
	background:#090807 none repeat scroll 0 0;
	border-color:#8EB200 #090807  #090807 ;
	border-style:solid;
	border-width:2px 0px 1px;
	color:#FFFFFF;
	height:3em;
	padding-left:12px;
	padding-right:12px;
	text-align:left;
}

td.sectiontableheader a:link, td.sectiontableheader a:visited{
	font-weight: bold;
}	

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
	border:1px solid #211E20;
	padding: 5px 10px;
}

/*========================= SEARCH ===========================*/
.search{
	background:transparent;
	padding-left:25px;
	padding-top:20px;
}
.search .button{
	background:#7296b8 none repeat scroll 0 0;
	border:1px solid #6686a4;
	color:#FFFFFF;
	vertical-align:middle;
	font:1em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin:10px 0 0 5px;
	padding:0 2px 0 2px;
}

.search .button:hover{
	background:#6686a4 none repeat scroll 0 0;
}

.search .inputbox{
	background-color:#1b456f;
	border:1px solid #1d5289;
	width:150px;
	font-size:10px;
	text-transform:uppercase;
	color:#ffffff;
	height:15px;
	padding:3px 3px 2px;
}

/*======================= LOGIN ==============================*/
#modlgn_username{
	width: 80%;
} 

#modlgn_passwd{
	width: 80%;
}

/*======================= BREADCRUMB =========================*/


.pathway {padding: 5px;}


.breadcrumb .moduletable{
	padding: 5px;
	margin: 10px 10px;
}

.breadcrumb img{
	border: none;
}

.pathway:link, .pathway:visited{
}
/*========================= POLLING ========================*/
tbody tr td{
	text-align: left;
	padding: 0 0 5px 0;
}

tbody tr td .poll tbody tr td{
	text-align: left;
}

.poll tbody tr td div{
	text-align: left;
	/*width: 125px;
	border: 1px solid #3C2B00;*/
	margin-top: 10px;
}

.buttonheading {
	padding:3px;
	margin:2px;
}

/* begin PageFooter */
/* end PageFooter */
#menu {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 53px;
	background:none;
	
}

#pillmenu {
	height: 53px;
	margin: 0;
	padding: 0;
	background:  url(../images/page-menu-bg.gif) bottom center repeat-x;
	text-align: left;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	height: 47px;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 47px;
	background: none;
}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	
}

#pillmenu li a {
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 53px;
	padding: 0 12px 0 10px;
	color: #fff;
	text-decoration: none;
	font-weight: 100;
}

#pillmenu li a:hover {
	color: #0d365c;
	text-decoration: none;
	line-height: 53px;
	background:  url(../images/page-menu-hover-bg.gif) top center repeat-x;
}

#pillmenu li a#active_menu-nav {
	color: #0d365c;
	background:  url(../images/page-menu-hover-bg.gif) top center repeat-x;
}
