/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: verdana;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #333;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #0D6298;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#C74808;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
	
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header_l {
	position: relative;
}

div#header_r {
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}



div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}



div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}





form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}



#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

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

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

#leftcolumn {
	padding: 0;
	padding-right:0px;
	margin: 0;
	width: 210px;
	float:left;
}

#maincolumn,
#maincolumn_full {
	padding-left: 5px;
	padding-right: 5px;
	width: 780px;
}




table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding-left: 10px;
	margin: 2px;
	margin-bottom: 5px;
	border:1px;

}

table.nopad 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;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

.contentheading {

	padding-left:5px;
	padding-top:4px;
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	font-weight: normal;
	vertical-align: bottom;
	color: #284960;
	background: url(../images/line.gif) repeat-x;
	background-color:#FFFFFF;
		font-weight:bold;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 435px;
	height:20px;
	width:20px;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  	background-image:url(../images/modimg.gif);
	background-repeat:no-repeat;
  padding-left: 3px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}


.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 1px;
}

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 {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

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-right: 5;
	width: auto;
	background-color:#E6E6E6;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen {
 	width: 100%;
	padding: 10px;
	border-collapse: collapse;
	border-spacing: 10px;
	background: url(../images/box.gif) repeat-x;
	background-color:#FFFFFF;
	background-position:bottom;
	border: 1px solid #CFCFCF;
}
table.contentpaneopen td {
   padding-left: 4px;
   
}
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-top: 25px;
    margin-bottom: 10px;
	margin-left: 10px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	color: #0D6297;
	text-align: left;
	padding-top: 3px;
	padding-left: 25px;
	height: 23px !important;
	height: 23px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	
	background: url(../images/menu_bg2.gif) no-repeat;
	text-decoration: none;
	color: #90B21D;
	font-weight: bold;
}

a.mainlevel#active_menu {
	color:#6161B5;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #6161B5;
}
a.sublevel:link, a.sublevel:visited {
	font-size: 11px;
	color: #0D6297;
	text-align: left;
	padding-left: 15px;
	height: 34px !important;
	height: 34px;
	width: 100%;
	text-decoration: none;
	padding-top:10px;

}

a.sublevel:hover {

	text-decoration: underline;
	color: #90B21D;

}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
.fth {
	background: url(../images/line.gif);
	}
.moduletablenewbox {
	background-image:url(../images/boxnew.gif);
	background-position:right;
	height:293px;
	width:208px;
	align:right;
	}

	div#header_r {
	height: 160px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: center;
}


	a.dilys:link { COLOR: #FF6600; TEXT-DECORATION:none; 
font-size:11px;
} 		

a.dilys:visited { COLOR: #FF6600; TEXT-DECORATION: none;
font-size:11px;
} 

a.dilys:hover { COLOR: #FF0000; TEXT-DECORATION: underline 
}
#footer {
	text-align: center;
}
.modulemainlevel-nav {
	 padding-left: 3px;
}
.moduleloginform {
	padding:20px 1px 40px 10px;
	border:1px;
}
.pagination span { padding: 2px; }
.pagination a    { padding: 2px; 
}
.createdate{
color: #999999;
font-size:10px}
#pathway {
background-color:#FFFFFF;
padding-left:8px;
padding-right:2px;
padding-bottom:20px;
margin-right:2px;
color:#999999;
font-size:10px

}
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 16px;
	padding-left: 17px;
	padding-top: 0px;
	background-image: url(../images/arrow.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#mainlevel-menu2 {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#mainlevel-menu2 li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}
ul#mainlevel-menu2 li a {
	display: block;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}


a.mainlevel-menu2:link, a.mainlevel-menu2:visited {
color: #006666;
font-weight:bold;
font-size:11px;
text-decoration:none;
padding-left:31px;
text-indent:740px;
height:30px;
border: #CCCCCC 1px solid;
marging-bottom:10px;

}

a.mainlevel-menu2:hover {
color:#7CAF7C;
text-decoration:underline;
height:40px;
padding-left:30px;
padding-right:1px;

}
ul#mainlevel-menu2 {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#mainlevel-menu2 li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}
ul#mainlevel-menu2 li a {
	display: block;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

