/* custom stuff */
* {margin:0;padding:0;}

html {
  height: 100%;
  margin-bottom: 1px;
  font-family: list-style-type: none;
 /* list-style: circle */
}


body {
		margin: 0;
		padding: 0;
		background: #B2D0E8 url(../images/mb_bg.png) repeat-x;
		font-size: 13px;
		line-height: 130%;
		color: #000;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway img {
	padding: 0px 5px;
}

span.pathway {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	background: url(../images/arrow.png) 0 0 no-repeat;
}


div.componentheading {
  padding-left: 0px;
}

a.readon {
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

/*** fonts ***/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/** colors set in the color css file **/
a:link, 
a:visited {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

body.left td#leftcol a:link,
body.left td#leftcol a:visited,
body.left td#left2col a:link,
body.left td#left2col a:visited,
body.right td#rightcol a:link,
body.right td#rightcol a:visited,
body.right td#right2col a:link,
body.right td#right2col a:visited,
td#usercol a:link,
td#usercol a:visited {
	/*color: #fff;*/
}

td#usercol {
	color: #ccc;
}

#horizmenu a,
a.mainlevel,
a.sublevel,
ul.submenu a,
div.moduletable h3,
.contentheading,
.componentheading {
	font-family: Helvetica, Arial, sans-serif;
}

/* headings */

h1 {

}

h2 {
    color: #46596E;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 14px;
	line-height: 19px;
}

h3 {
	margin: 0;
}

h4 {
    color: #46596E;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 25px;

}

body.left td#leftcol div.moduletable h3,
body.left td#left2col div.moduletable h3,
body.right td#rightcol div.moduletable h3,
body.right td#right2col div.moduletable h3 {
	font-size: 12px;
	/*font-weight: bold;
	background: #46596e;
	color: #ccc;*/
}

body.left td#rightcol div.moduletable h3,
body.left td#right2col div.moduletable h3,
body.right td#leftcol div.moduletable h3,
body.right td#left2col div.moduletable h3 {
	font-size: 12px;
	/*font-weight: bold;
	background: #B9B9B9;
	color: #fff;*/
}

td#usercol div.moduletable h3 {
	font-size: 12px;
	font-weight: bold;
	background: none;
	color: #ccc;
}

td#maincol div.moduletable h3 {
	font-size: 13px;
	background: none;
	font-weight: bold;
	color: #333;
}

.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

.componentheading {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contentheading {
	color: #46596E;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 25px;
}

div#footer {
	height: 30px;
	font-size: 11px;
	color: #000;
	text-align: center;
	font-style: italic;
	padding-bottom: 25px;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}


td#leftcol div.moduletable,
td#left2col div.moduletable,
td#rightcol div.moduletable,
td#right2col div.moduletable {
/*	position: relative; */
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width: 170px;  /* stupid id need a fixed width here */
}


td#leftcol div.moduletable,
td#left2col div.moduletable {
	width: 170px;
}

td#rightcol div.moduletable,
td#right2col div.moduletable {
	width: 170px;
}

div.moduletable h3 {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 8px;
	text-indent: 5px;
	height: 24px;
	padding-top: 2px;
	line-height: 24px;
	

}



.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 500px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}


/** template layout stuff **/

div#wrapper {
	margin: 0 auto;
	position: relative;
	background: #FFFFFF url(../images/footer.jpg) no-repeat bottom right;
}

body.wide div#wrapper {
	width: 940px 
}

body.thin div#wrapper {
	width: 750px;
}

body.vmax div#wrapper {
	min-width: 700px;
	max-width: 900px;
}

div#mshadow1 {
	background: url(../images/mb_shadow_m_b_l.png) 0 0 repeat-y;
	position: relative;
}


div#mshadow2 {
	background: url(../images/mb_shadow_m_b_r.png) 100% 0 repeat-y;
	position: relative;
}

div#mshadow3 {
	background: url(../images/mb_shadow_m_t_l.png) 0 0 no-repeat;
	position: relative;
}

div#mshadow4 {
	background: url(../images/mb_shadow_m_t_r.png) 100% 0 no-repeat;
	padding: 0 16px;
	position: relative;
}

div#bshadow1 {
	background: url(../images/mb_shadow_b.png) repeat-x;
}

div#bshadow2 {
	background: url(../images/mb_shadow_b_r.png) 100% 0 no-repeat;
}

div#bshadow3 {
	height: 13px;
	background: url(../images/mb_shadow_b_l.png) 0 0 no-repeat;
}

div#header {
	position: relative;
	/*background: #000 50% 0 no-repeat;*/
	height: 268px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center right;
}

div#homelogo {
	display: none;
	background-image: url(../images/header/home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#blendimage {
	height: 268px;
	background-position: 50% 0;
}


div#horizmenu {
	/*background: url(../images/mb_menu_horiz_bg.png) 0 0 repeat-x;*/
	height: 45px;
	position: relative;
}

table#mainframe {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

table#mainframe td {
	padding: 0;
}

body.left table#mainframe td#leftcol {
	/*background: #ffffff;*/
	width: 170px;
}

body.right table#mainframe td#rightcol {
	background: #FFFFFF;
	width: 170px;
}

div#leftcol_corner {
	/*background: transparent url(../images/mb_cshadow_t_l.png) 100% 0 no-repeat;*/
	padding-right: 10px;
}


body.left div#leftcol_body,
body.right div#rightcol_body {
	/*background:  url(../images/mb_col_bg_blue.png) 0 0 repeat-x;*/
	padding-top: 15px;
	border: 0px solid #00f;
}

  body.left table#mainframe td#rightcol {
	/*background: #fff url(../images/mb_cshadow_r.png) 0 0 repeat-y;*/
	width: 170px;
}

body.right table#mainframe td#leftcol {
	/*background: #fff url(../images/mb_cshadow_l.png) 100% 0 repeat-y;*/
	width: 170px; 
}

div#rightcol_corner {
	/*background: url(../images/mb_cshadow_t_r.png) 0 0 no-repeat;*/
	padding-left: 10px;
}

body.left div#rightcol_body,
body.right div#leftcol_body {
	/*background: url(../images/mb_col_bg_grey.png) 0 0 repeat-x;*/
	padding-top: 15px;
}

table#mainframe td#maincol {
	/*background: #fff url(../images/mb_cshadow_t.png) 0 0 repeat-x;*/
	/*color: #46596E;*/
	padding: 0 5px 15px 5px; 
} 

body.left table#mainframe td#left2col {
	/* background in color css */
	padding-right: 10px;
}

body.right table#mainframe td#left2col {
	/* background in color css */
	padding-right: 10px;
}

body.left table#mainframe td#right2col {
	/* background in color css */
	padding-left: 10px;
}

body.right table#mainframe td#right2col {
	/* background in color css */
	padding-left: 10px;
}

table#mainframe td#usercol {
	/* background in color css */
	padding-top: 10px;
}



td#usercol li {
	color: #ccc;
}



/* Main menu */

/* RWS: 2/24/02 No longer needed */
/*
ul#mainlevel {
	margin: 0;
	padding: 0;
	z-index: 1;
}

ul#mainlevel,
ul#mainlevel ul {
	display: block; 
	margin: 0;
	padding: 0;
	border: none;
}

ul#mainlevel li {
	list-style: none; 
	width: 100px;
	margin-left: 8px;
	padding: 3px 0px; 
}

ul#mainlevel li a,
ul#mainlevel li span {
	display: block; 
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #0b2d6a;
}

ul#mainlevel a.sublevel,
ul#mainlevel a.sublevel_active,
ul#mainlevel a.sublevel_current {
	text-transform: none;
}

ul#mainlevel a.sublevel:link,
ul#mainlevel a.sublevel:visited,
ul#mainlevel a.sublevel:link,
ul#mainlevel a.sublevel:visited {
	color: #000;
}

a.mainlevel:hover,
a.mainlevel_active:hover {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

ul#mainlevel ul li a,
ul#mainlevel ul li span {
	background: #D0D0D0;
	color: #000;
}

ul#mainlevel ul {
	background: #FFFFFF;
	border: 1px solid #000; 
}


a.mainlevel_active,
a.mainlevel_current,
span.mainlevel_active,
span.mainlevel_current {
	color: #000;
}
*/
/*****************************
 **** Pop up menus        ****
 ****                     ****/
/*
ul#mainlevel ul li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#mainlevel ul {
	position: absolute;
	left: 100px; 
	display: none;
	z-index: 5;
}

ul#mainlevel li:hover ul {
	display: block;
}

*/

/*****************************
 ****      splitmenu      ****
 *****************************/


/* top level links */
/*
#horizmenu-nav {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	height: 42px;
	background: #FFFFFF;
}
*/
/* Hide the main default menu */
/*
.moduletable-hidden {
	display: none;
}

.moduletable-nav ul,
.moduletable-nav2 ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	clear: both;
}

.moduletable-nav li,
.moduletable-nav2 li {
	float: left;
	padding: 0 14px 14px 0;
	margin: 0;
	list-style: none;
}

.moduletable-nav li a,
.moduletable-nav2 li a {
	display: block;
	color: #000;
}

.moduletable-nav a#active_menu-nav,
.moduletable-nav2 a#active_menu-nav,
.moduletable-nav a#active_menu-nav,
.moduletable-nav2 a#active_menu-nav,
.moduletable-nav a.mainlevel_active-nav,
.moduletable-nav2 a.mainlevel_active-nav2,
.moduletable-nav2 a.mainlevel_current-nav2 {
	font-weight: bold;
	color: #0b2d6a;
}

*/

/* some page content things */

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table.nopad td {
	padding: 5px;
}

body.contentpane {
	background: #fff;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}
/* #mainlevel {zoom: 1;} */


