
body {
	background:url(../images/bg.png) repeat-x #EFEFEF;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

a {
	color:#116BC0;
	text-decoration:none;
}

a:hover {
	color:#000;
}

.clr {
	clear:both;
}

.container {
	width:746px;
	margin:0 auto;
}

.topbar {
	height:42px;
	line-height:42px;
}

.topbar .left {
	float:left;
	width:373px;
	font-size:80%;
}

.topbar .right {
	margin-left:373px;
	text-align:right;
	
}

.header {
	height:199px;
	width:746px;
	background:url(../images/head_bg.jpg) no-repeat center bottom;

}

.logo {
	width:300px;
	height:198px;
	background:url(../images/logo.png) no-repeat center top;
}

.line {
	height:6px;
	background:url(../images/line.png) repeat-x;
}

.nav {
	height:37px;
	background:url(../images/nav_bg.png) repeat-x;
}

.contentwrap {
	background:url(../images/cont_bg.png) repeat-y;
	padding:10px;
}

.contentwrap-full {
	background:#fff;
	padding:10px;
}

.contentwrap .left {
	float:left;
	width:515px;
	padding-right:20px;
}

.contentwrap .right {
	margin-left:525px;
}

.footer {
	background:url(../images/foot_bg.png) repeat-x;
	height:43px;
	line-height:20px;
	padding:10px;
}

.footer .left {
	float:left;
	width:525px;
	padding-right:10px;
}

.footer-right {
	margin-left:525px;
	text-align:right;
}



/* horizontal menu */

#pillmenu {
	text-align:left;
	margin: 0;
	}
	
#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:250%;
	}
	
#pillmenu li {
	float: left;
	margin-bottom:0;
	height:38px;
	width:137px;
	background-image:url(../images/btn_top.png);
	background-repeat:no-repeat;
	text-align:left;	
	}

#pillmenu li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding-left:22px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	text-transform:uppercase;
	display: block;
	line-height:350%;
	text-decoration: none;
	}

#pillmenu li a:hover {
	color:#116BC0;
	background-image:url(../images/btn_top_mo.png);
	background-repeat:no-repeat;
	}
	
	
	

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

h1,.componentheading {
font-size:1.5em;
font-weight:bold;
color:#116BC0;
}

h2,.contentheading {
font-size:1.5em;
color:#116BC0;
font-weight:normal;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1em;
font-weight:700;
}

#footer,.small,.createdate,.modifydate,.mosimage_caption {
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}

table.moduletable th {
  color: #116BC0;
}

.moduletable {
	margin-bottom:1em;
	padding:0 10px;
	padding-bottom:10px;
	margin-left:10px;
	background:#EEE;
	border:1px solid #ccc;
	}
	
	
	
/* Heading of Modules */
.moduletable h3 {
	text-align:left;
	margin:0 -10px 0.5em -10px;
	padding:0.25em 8px;
	color:#116BC0;
	background:#fff;
	}
	
	

	
	/* META
--------------------------------------------------------- */

}

div.buttonheading {
	float: right;
	width: 60px;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}



/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}




/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

.button {
	border:1px solid #aaa;
	background:#ccc;
	height:22px;
	padding:2px;
	color:#666;
	font-size:12px;
	}
	
.button:hover {
	border:1px solid #ccc;
	background:#fff;
	height:22px;
	padding:2px;
	color:#116BC0;
	font-size:12px;
	}

.inputbox {
	border:1px solid #CCC;
	background-color:#EFEFEF;
	padding:2px;
	}
	
.inputbox:hover, .inputbox:focus {
	border:1px solid #CCC;
	background-color:#FFF;
	}
	


/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}


/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}



/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}
