/* main css for everything except middlemenu - see flyout css */
/* cntl+f yellow for topmenu, purple for breadcrumbs, green for footer */

html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border:none;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button {
 cursor: pointer;
 background:none;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align:justify;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
/* bg.jpg is a vertical gradient line on top in body */
#page_bg {
	padding: 0;
	background: url(../images/bg.jpg) top left repeat-x;
	margin:0;
}
/* This controls the entire shell of the site */
div#container {
	margin-left: auto;
	margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
	width: 998px;
    border: 0px;
    margin-top: 10px;
    padding-bottom: 30px;
	background-color: transparent;
}
/********this is left and right edge decoration **********/
div#leftedge {
         background: url(../images/left_shadow.jpg) 0 0 repeat-y;
         width: 99%;
/*       padding-right: 10px; */
         padding-left: 10px;
         float: left;
/*         position: absolute;
         z-index: 9; */

}


div#rightedge {
         background: url(../images/right_shadow.jpg) 0 0 repeat-y;
         background-position: top right;
         width: 99%;
         border: 0;
         padding: 0;
/*        position: absolute;
         z-index: 9; */
}
/********end of left and right edge decoration **********/


/************************************/
/************** Top Menu*************/
/************************************/
/* yellow - this is grandparent div setting background color and dimensions */
#topmenushell {
         background-color: #ffffcc;
         width: 99%;
         border-top: 7px solid #333399; 
         align: left;
         height: 25px;
}
/**************************************************************/
/* this is the parent div capturing entire top area with two divs within holding topmenu words and search table */
/**************************************************************/

#topmenu {
         padding: 0px;
         width: 99%; 
         height: 25px; 
         display: inline; 
}


/**************************************/
/* this is the div tag (children to topmenushell) holding top menu words */
/**************************************/
#tmenuwords {
	width: 40%;
	position: absolute;
	z-index: 1;
    float: left;
    padding: 0px 0px 0px 75px; 
    text-align: right;
	font-size: 0.75em;
}

/* this controls hover color on words */
#tmenuwords a:hover {
  color: #ff0000;
  height: 25px;
  background: none;
}

#tmenuwords a#active_menu-nav {
}
/****************************************************/
/****** this is the div search box at top right******/
/****************************************************/
#tsearch {
text-align: right;
	width: 25%;
	float: right;
         background-color: #ffffcc;
         height: 25px;
}
/*********end of topmenu stuff*********/

/************/
/* header picture goes here */
/************/

div#header {
	background: transparent url(../images/header.jpg) top no-repeat;
	height:125px;
         width: 99%;
         align: center;
         border-top: 3px solid #333399;
         border-bottom: 3px solid #333399;

}

/* end header stuff */


/* start of middlemenu */
/*  this is parent to middle menu and breadcrumbs */

div#midmenu_shell {
         display: inline;
         background-color: transparent;
         width: 99%; 
         align: left;
         border: 0px;
         padding: 0px; 
         margin: 0px;
         height: 25px;
}

/* horizontal middle menu is called dropmenu - see flyout css for controls */


/* *purple* start of breadcrumbs */
/* Breadcrumbs area definition */
div#breadcrumbs {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 8px;
    height: 18px;
    border: 0px;
    padding: 0px;
    white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
    overflow: hidden;
	text-align: left;
    width: 99%; 
    background-color: #999999;
}
/* Breadcrumbs pathway area definition */
#pathway {
	padding: 0px 10px 8px;
	background-color: transparent;
	width: 100%;
	font: bold 9px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 18px;
}

a.pathway:link {
	color: #ff0000;
}
a.pathway:hover {
	color: #ffffff;
}
a.pathway:visited {
	color: #ff1234;
}

/*  end of middle menu */

/* Main Area */

/* this is the container holding entire main area of site - all 3 columns - excluding footer */
#mainbody {
	padding-top: 10px;
	width: 99%; 
    background-color: transparent;
}

#leftcolumn {
	width: 200px;
margin-top: 10px;
	padding: 10px;
	float: left;
	background-color: transparent;
}
#rightcolumn {
	width: 200px;
	padding: 5px;
	float: right;
	background-color: transparent;
}

/* If there is a right column, use #maincolumn, otherwise use #maincolumn_full */
div#maincolumn {
	padding: 10px 0;
	background-color: transparent;
}
div#maincolumn_full {
	padding: 10px 0;
	background-color: transparent;
}

/* #mainbody sections: top, middle, bottom */
div#mainbody_top {
	padding: 10px 0;
}
div#mainbody_middle {
	padding: 10px 0;
}
div#mainbody_bottom {
	padding: 10px 0;
}

div.nopad {
	padding: 0;
}

td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  overflow: hidden;
}

/* this moves the article title inside the mainbody */

div.componentheading {
  padding-left: 0px;
}

/* Headers defined */
h1 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	vertical-align: bottom;
	color: #5076b6;
	text-align: left;
	width: 100%;
}
h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  color: #5076b6;
  font-size: 1.0em;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: left;
}
table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333;
}

/* small text */
.small {
	font-size: .85em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .85em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/1mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* 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 {

}

.clr {
	clear: both;
}


div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* 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;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 10px;
	list-style: none;
}

div.module_menu ul li {
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background: url(../images/spacer.png) top left no-repeat;
	padding:2px 0 2px 25px;
	line-height:24px;
	
}

#leftcolumn div.module table ,#rightcolumn div.module table {
	width: auto;
}

#leftcolumn h3, #rightcolumn h3 {
	margin: 0;
	color:#fefefe;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background: #eeeeee;
	padding:2px 0 2px 10px;
	line-height:20px;
	text-align: left;
	background: url(../images/menu_t.jpg) top left repeat-x;
	
}


#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin:0 0 20px 0;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fefefe;	
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
	border-top: none;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}

#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display: block;
	line-height: 20px;
	background: url(../images/menu_link_bg.gif) left no-repeat;
	padding: 2px 20px;
	border-top: 1px solid #dddddd;
	text-decoration: none;
	color: #5076b6;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	background: url(../images/menu_link_bg.gif) left no-repeat;
	color: #666666;
}

/* ****** left col current menu ****** */
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	display: block;
	line-height: 20px;
	background: url(../images/menu_curren_link_bg.gif) left no-repeat;
	padding: 2px 20px;
	border-top: 1px solid #dddddd;
	text-decoration: none;
	color: #ff8800;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	background: url(../images/menu_curren_link_bg.gif) left no-repeat;
	color: #666666;
}

/* ****** left col sub menu ****** */
#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style:none;
}

#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link,
#rightcolumn ul.menu li#current ul li a, #rightcolumn ul.menu li#current ul li a:link {
	background: url(../images/menu_sub_link_bg.gif) left no-repeat;
	text-decoration: none;
	color: #5076b6;
	padding: 2px 25px;
}

#leftcolumn ul.menu li#current ul li a:hover, #rightcolumn ul.menu li#current ul li a:hover {
	background: url(../images/menu_sub_link_bg.gif) left no-repeat;
	color: #666666;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #ffffff;
	text-align: right; 
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* 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;
}

/* 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;
}

/* System Standard Messages */

#system-message dd.message ul { background: #C3D2E5 url(../../images/notice-info.png) 4px center no-repeat;}

/* 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;}

/* 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;}



/* ****************************************************************************** */
/* blue */
input,button {
	border:1px solid #dcdcdc;
	background-color: transparent;
}


/* blue */
a:link, a:visited {
	color: #5076b6;
}

a:hover {
	color: #0b3768;
}

h3, .componentheading, table.moduletable th {
  color: #5076b6;
}

div.module_menu {
	background: url(../images/spacer.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/spacer.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/spacer.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/spacer.png) 0 0 no-repeat;
}
/* mmm /*
/* this is the footer banner */
div#footer {
         width: 99%;
         height: 25px; 
         padding-right: 0px;
         padding-left: 0px;
         border-width: 2px;
         border-color: #000000; 
         background-color: #cccccc;
}
div#left_comments {
         font-family: Arial,Helvetica,sans-serif;
         font-size: 12px;
         color: #000000;
         height: 25px;
         display: inline;
         background-color: transparent;
}
div#right_comments {
         text-align: right;
         float: right; 
         font-family: Arial,Helvetica,sans-serif;
         font-size: 12px;
         color: #000000;
         height: 25px;
         display: inline;
         background-color: transparent;
}
div#right_comments a:link {
	color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
div#right_comments a:hover {
	color: #ff0000;
	font-family: Arial,sans-serif;
	text-decoration: underline;
}
div#right_comments a:visited {
	color: #ff0000;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

/* ********************************************************************** */

input[type="checkbox"], input[type="radio"]{
   background-color: transparent;
   border: none;
}

/* -------------------------- */

a.sgfooter:link, a.sgfooter:visited {
	color: #493898;
	font-family: Arial,sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	color: #ff0000;
	font-family: Arial,sans-serif;
	text-decoration:none;
}
#sgf {
font-size: 11px;
text-align: center;
width: 100%;
margin: 0px auto;
color: #2861a4;
font-family: Arial,sans-serif;
}
.sgf {
text-align: right;
font-size: 11px;
font-family: Arial,sans-serif;
color: #2861a4;
text-decoration: none;
}
.sgf1 {
font-size: 11px;
font-family: Arial,sans-serif;
color: #2861a4;
text-align:left;
}

a.sglink:link, a.sglink:visited {
	color: #2861a4;
	font-size: 11px;
	font-family: Arial,sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	color: #2861a4;
	font-family: Arial,sans-serif;
	text-decoration: none;
}