body {
	color: #6D6B6B;		
	font-family: Tahoma;
	line-height: 1.5;
	font-size: 12px;
	margin:0 auto;
	background: #FFF;
}
#body1 {
	/*background:#C0C0C0 ;*/
}


/* Normal link */
a {
	color: #03253D;
	text-decoration: none;
	font-size: 14px;
}

a:hover, a:active, a:focus {
	color: #03253D;
	text-decoration: underline;
}
a.mail{
	font-size: 16px; 
	color: #03253D; 
	text-decoration:none;
}
/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 14px;
	font-family:  Garamond;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	background: url(../images/seperator.gif) repeat-x;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #5A5A5A;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	color: #5A5A5A;
}

html>body .button {
	padding: 0 5px;
	color: #5A5A5A;
}

.inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #C0C0C0;
}

/* MODULE
--------------------------------------------------------- */
div.module div div div h3, div.module-bottom div div div h3 {
	height:23px;
	line-height:23px;
	text-align: left;
	padding-left:5px;
	font-weight: normal;
	text-transform: uppercase;
}

div.module {
	margin-bottom: 8px;
	padding-bottom: 8px;
	float: left;
	width: 100%;
	text-align: left;	
}
div.module-bottom {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background: none;
	float: left;
	width: 100%;
	text-align: left;
}
div.module div, div.module-bottom div {
	padding: 0;
	background: none;
}
div.module div div, div.module-bottom div div {
	padding: 0;
	background: none;
}

div.module div div div, div.module-bottom div div div {
	padding: 0;
	background: none;	
}
div.module div div div div, div.module-bottom div div div div {
	margin: 0;
	padding: 0;
	background: none;
	width: 100%;
}



/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	height: 20px;
	background: url(../images/seperator.jpg) repeat-x center;
}


table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;	
}

table.contenttoc th {
	padding: 1px 4px;
	background: #3F89C3;
	color: #FFFFFF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: normal;
	padding: 2px 0 3px;
	color: #274678;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 16px;
}

.contentheading {
	color: #274678;
	font-weight:bold;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	color: #3F89C3;
}

a.readon {
	text-decoration: none;
	padding-left: 15px;
	font-weight: bold;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-bottom: 10px;
	line-height: 10px;
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 0;
}


.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #3F89C3;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr td.sectiontableentry1, tr td.sectiontableentry1-bottom {
	padding: 5px;
	text-align: left;	
}

tr td.sectiontableentry2, tr td.sectiontableentry2-bottom {
	padding: 5px;
	text-align: left;
}

.small {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ju-wrapper{
	width: 790px;
	border-top: 14px solid #274678;
	margin: 0 auto;
}
#ju-wrapper-l {
	background: url(../images/left-shadow.jpg) top left repeat-y;
	padding-left: 20px;
	float: left;
	width: 932px;
}
#ju-wrapper-r {
	background: url(../images/right-shadow.jpg) top right repeat-y;
	padding-right: 20px;
	float: left;
	width: 912px;		
}
#ju-wrapper-b {
	background: url(../images/bottom-shadow.jpg) bottom center no-repeat;
	padding-bottom: 17px;
	float: left;
	width: 100%;
}
#ju-container {
	padding:0;
	margin:0;
	width: 784px;
	float:left;
	border: 3px solid #274678;
	background: #FFF url(../images/left-bg.jpg) left top repeat-y;
}
/* CONTENT COLUMN
--------------------------------------------------------- */

#ju-content {
	float: right;
	background:#FFF ;
	overflow: hidden;
	width: 530px;
	padding-right: 10px;
}

#border{
	height:8px;
	width:100%;
	float:left;
	background:#ECEDF4;
}
/* Title
----------------------------------------------------------*/
#title{
	background:#ECEDF4;
	margin:0 auto;
	height:22px;
	line-height:22px;
	font-size:14px;
	text-align:center;	
	font-weight:bold;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
/* Default Joomla! Menu */
a.mainlevel {
	padding: 0 5px;
	display: block;
	text-decoration: none;
	line-height: 23px;
	height: 23px;
}


a.mainlevel-nav {
	text-decoration: none;
	padding: 0 5px;
}


a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	text-align:left;
	padding-left:5px;
}
a.mainlevel:hover{
	text-decoration: underline;
}
a.sublevel {
	padding: 3px 4px 3px 35px;
	display: block;
	margin-left: -4px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: underline;
}

/*End: Default Joomla! Menu  */

/* BANNER
--------------------------------------------------------- */

#banner{
	margin: 0 auto;
	width:100%;
}

#banner img {
	border:0;
}


div.mail a{
	font-size: 16px; 
	color: #ffffff; 
	font-weight: bold;
	text-decoration:none;
}
#bottom{
	float:left;
	display:block;
	width:100%;
	padding:10px 0 ;
	text-align:center;
	border-top:1px solid #ECEDF4;
	background:#F06F0E;
}
/* LEFT COLUMN
--------------------------------------------------------- */
#ju-leftcol {
	float: left;
	width: 229px;
	text-align: left;
	color: #FFF;
}
#ju-leftcol a {
	color: #FFF;
}
#ju-leftcol #padding {
	padding: 0 9px 0 9px;	
}

/* FOOTER
--------------------------------------------------------- */
#ju-footer {
	background: #FFF ;
	float: left;
	width: 788px;
	height: 47px;
	border-left: 1px solid #274678;
	border-right: 1px solid #274678;
	color: #03253D;
}
#ju-footer1 {
	height: 10px;
	background: #FFF;
}
#ju-footer2 {
	background: #FFF url(../images/footer-bg.jpg) repeat-x  top;
	float: left;
	padding: 10px 10px 7px;
	width: 768px;
}
#ju-copyright{
	float: left;
	font-size: 90%;
	text-align: center;		
	width: 100%;
}
#ju-build {
	float: right;
	width: 100px;
}
/* Footer nav wrap
----------------------------------------------------------*/
#ju-footernav{
	width: 550px;
	color: #03253D;
	float: left;
	text-align: left;
}
#ju-footernav ul {
	margin: 0;
	padding: 0;
}
#ju-footernav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
#ju-footernav li a {
	padding: 0 10px ;
	border-left: 1px solid #03253D;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;

}

#mod_login_password, #mod_login_username {

}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Search Box Style
---------------------------------*/
div#searchbox {
	float:right;
	width:302px;
	height:26px;
	line-height:26px;
	margin-right:20px;
	padding-top:10px;
	text-align:center;
	background:url(../images/search_button.gif) center right no-repeat;
}

div#searchbox input {
	float:right;
	line-height:16px;
	margin-right:70px;	
	width:160px;
	background:none;
	border:1px solid #95c4f0;
	color: #FFF;
	font-size: 12px;
}

/**
 * Pathway Styel
 */
#pathway {
	float:left;
	width:100%;
	height:35px;
	line-height:35px;
	color:#FFF;
	background:#F56F0E;
}

#pathway a, #pathway a:hover {
	color:#FFF;
	background:url(../images/arrow.png) left center no-repeat;
	padding-left:15px;
}

#ju-header {
	border: 1px solid #274678;
	width: 788px;
	text-align:center;
	float: left;
	background: url(../images/header-bg.gif) top center no-repeat;
}
#ju-header1 {
	height: 238px;
	width: 70%;
	overflow: hidden;
	float: right;
	position: relative;
}

#top1{
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 190px;
	color: #274678;
	text-align: center;
	font-size: 22px;
}
#top2{
	color:#d7a82a;
	font-size:36px;
	font-style:italic;
	overflow:hidden;
	position:absolute;
	bottom:10px;
	left: 10px;
	text-align:left;
}
#ju-logo {
	position:absolute;
	top:30px;
	right:10px;
	width:200px;
}
#ju-header2 {
	height: 238px;
	width: 29%;
	color: #274678;
}
#ju-header3 {
	min-height: 15px;
	background: #FFF;
	text-align: center;
	color: #b22e25;
}
#ju-header3 .article_seperator {
	height: 0;
}
#ju-banner {
	text-align: center;
	padding-top: 10px;
}