/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 2px;
	height: 100%;
	font-size: 11px;
	line-height: 15px;
}

a:link, a:visited {
	color: #971111;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: normal;
}

p {
	margin-top: 0;
	margin-bottom: 12px;
	text-align: justify;
}

div, p,  table, td, th {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	line-height: 140%;

}

fieldset {
	border: 0;
	padding: 5px 0;
}


span.pathway img {
	padding: 0 5px;

}

span.pathway {
	display: block;
	margin-bottom: 15px;
}


div.componentheading {
  padding-left: 0px;
}


a.readon {
	margin-top: 10px;
	padding-left: 15px;
	line-height: 14px;
	height: 16px;

}

h1 {
	padding: 0;
	padding-bottom: 5px;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	color: #0c4790;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	font-family: Helvetica ,Arial,sans-serif;
	font-size: 14px;
	color: #0c4790;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.contentheading2 {
	font-family: Book Antiqua, Verdana;
	font-size: 16px;
	color: #0c4790;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.contentheading3 {
	font-family: Book Antiqua, Verdana;
	font-size: 12px;
	color: #0c4790;
	font-weight: bold;
	text-transform: none;

}

h3 {
	color: #0c4790;
}


table.blog td.contentheading {

}

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
	padding: 5px;
	margin: 5px;
}


td.buttonheading {

}

td.sectiontableheader {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid #fff;
	margin: 10px;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
  margin: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
  margin: 4px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
   padding: 3px;
}

div.moduletable h3, .componentheading {
	/*border: 0px solid #f00;*/
	margin: 0;
	margin-bottom: 0px;
	height: 37px;
	line-height: 26px;
	font-size: 13px;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 0px;
	color: #333;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}


div.moduletable {
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

div#maincontent div.moduletable {
	padding-left: 0;
	padding-right:0;
}


.small {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

.modifydate {
  font-family: Tahoma, Helvetica, sans-serif;
  height: 20px;
  vertical-align: bottom;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}

.createdate {
	font-family: Tahoma, Helvetica, sans-serif;
	height: 20px;
	vertical-align: top;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%;
    background: #000000;
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}


/** template stuff **/

.contentpad {
	padding: 5px 10px;
}

table#content {
	clear: both;
}

body.center div#wrapper {
	margin: 0 auto;
}

body.thin #nav a {
	padding: 0em 0.5em 0.2em 1.1em;
}

body.thin div#wrapper {
	width: 773px;
}

body.thin div#searchbox_mods {
width: 350px;

}

body.thin div#newsflash_mods {
	right: 150px;
	width: 150px;
}

body.thin td.inset_mods {
	width: 150px;
}

body.thin table.nospace td.topleft_mods {
	width: 150px;
}

body.thin table.nospace td.right_mods {
	width: 450px;
}
body.thin table.nospace td.search_mods {
	width: 450px;
}

body.wide #nav a {
	padding: 0em 1.5em 0.2em;
}

body.wide div#wrapper {
	width: 995px;
}

body.wide div#searchbox_mods {
	width: 206px;
}

body.wide div#newsflash_mods {
	right: 206px;
	width: 280px;
}

body.wide td.inset_mods {
	width: 200px;
}

body.wide table.nospace td.topleft_mods {
	width: 205px;
}

body.wide table.nospace td.right_mods {
	width: 205px;
}

body.wide table.nospace td.search_mods {
	width: 205px;
}

body.vmax #nav a {
	padding: 0em 1.5em 0.2em;
}

body.vmax div#wrapper {
		min-width: 950px;
		max-width: 950px;
		width: expression(document.body.clientWidth > 950? "950px": "auto" );
}

body.vmax div#searchbox_mods {
	width: 100%;
}

body.vmax div#newsflash_mods {
	right: 15%;
	width: 20%;
}

body.vmax td.inset_mods {
	width:25%;
}

body.vmax table.nospace td.topleft_mods {
	width: 25%;
}

body.vmax table.nospace td.right_mods {
	width: 30%;
}

body.vmax table.nospace td.search_mods {
	width: 30%;
}

body.full #nav a {
	padding: 0em 1.5em 0.2em;
}

body.full div#wrapper {
		margin: 0;
		min-width: 950px;
}

body.full div#searchbox_mods {
	width: 15%;
}

body.full div#newsflash_mods {
	right: 15%;
	width: 20%;
}

body.full td.inset_mods {
	width:25%;
}

body.full table.nospace td.topleft_mods {
	width: 25%;
}

body.full table.nospace td.right_mods {
	width: 25%;
}

body.full table.nospace td.search_mods {
	width: 25%;
}

/* frame info */

div#header {
	height: 98px;
	position: relative;
}

div#header div, div#header td {
	color: #fff;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 98px;
	width: 116px;
}

div#headertext {
	position: absolute;
	left: 116px;
	top: 23px;
	height: 58px;
	width: 320px;
}



div#searchbox_mods {
	right: 0;
	top: 5px;
	height: 20px;
	overflow: hidden;
	float: right;
	width: 250px;
	display: inline;
}

div.search input {
	width: 100%;
	margin-bottom: 5px;

}

div#newsflash_mods {
	position: absolute;
	top: 5px;
	height: 88px;
	overflow: hidden;
}



div#horizmenu {
	height: 29px;
}



div#logo2 {
	position: absolute;
	height: 23px;
	width: 116px;
}

div#suckerfish {
	padding-left: 0px;
}

table.nospace {
	border-collapse: collapse;
	border: 0;

	margin: 0;
	padding: 0;
	width: 100%;
}

table.nospace td {
	margin: 0px;
padding: 0px
}

div#padbottom {
	height: 4px;
	overflow: hidden;
}

div#maincontent {
	padding: 20px 8px 8px 8px;
}

div#footer_mods {
	height: 20px;
	margin-top: 9px;
		line-height: 29px;
	background-color: #FFFFFF;
}

div.leftdots {
	margin-left: 4px;
	padding-left: 14px;
}

table.nospace td.showcase_mods {
	padding-top: 15px;
}

div#shadow_tr, div#shadow_tl {
	padding-top: 15px;
}




/* default menu link styles */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;

}

a.mainlevel:hover {

}


div#quote {
	padding-top: 10px;
	margin-right: 10px;
	text-align: left;
	float: right;
	width: 505px !Important;
	width: 485px;
}

div#quote td {
	text-align: left;
}

table.menublock {
	margin: 0 15px;
}

td.summary {
	background: #eef3f9;
	padding: 5px;
	padding-left: 10px;
}

td.latestnews {
	background: #eef3f9;
	padding: 5px;
}

/*****************************
 ****   suckerfish menu   ****
 *****************************/
#nav a {
	color: #fff;
	font-size: 12px;
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", Arial, sans-serif;
	line-height: 16px;
	height: 16px;
	color: #ffffff;
	margin-top: 7px;
	text-decoration: none;
	display: block;
}



#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* top level links */
#nav a {


}

/* sub level links */

#nav ul ul a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 1px;
	font-size: 12px;
	text-transform: none;
	/*width: inherit;*/
	height: inherit;
}

/* top level buttons */

#nav li {
	float: left;
	padding: 0;
  background: none;
  height: 29px;
  width: inherit;

}

#nav ul li {
	position: relative;
}

#nav li ul {
	top: 29px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 18em;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	}

#nav li li {
	float: left;
	padding: 0;
   	width: 18em;

}


/* margin for pullouts */
#nav li ul ul {
	margin-top: -29px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18em;

}


#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	z-index: 100;
	left: 0;
}

#nav li:hover, #nav li.sfhover {
      left: 0;
}

#nav li:hover a, #nav li.sfhover a {
    color: #ffffff;

}

#nav li li:hover a, #nav li li.sfhover a {
    color: #ffffff;

}




/* 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;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

body.contentpane {
	background: #000000;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

/*Footer*/




    table.moduletablemymodule th {

        color: red;
        font-size: 20px;
        font-weight: bold;

    }

    table.moduletablemymodule td {

        color: olive;
        font-weight: bold;

    }

    table.moduletablemymodule a:link {

        color: blue;
        text-decoration: underline;

    }

    table.moduletablemymodule a:hover {

        color: red;
        text-decoration: none;

    }

    table.moduletablemymodule li {

        color: green;

    }


/*contact table styles*/

/*table.contentpaneopen-contdep {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	background-color: #00CCCC;
}

table.contentpaneopen-contdep td {
	padding-right: 5px;

}

table.contentpaneopen-contdep td.componentheading {
	padding-left: 4px;
	background-color: #00CCCC;
}

*/

table.contentpane-contdep {

	padding: 0px;
	border-spacing: 0px;
	margin: 0px;	font:Arial, Helvetica, sans-serif;
	font-size:9px;
}

table.contentpane-contdep td {
	margin: 0px;
	padding: 0px;


}

table.contentpaneopen-contdep td {
	margin: 0px;
	padding: 1px;


}
table.contentpaneopen-contdep {
	margin: 0px;
	padding: 3px;


}

/* ___________________________*/


table.contentpane-contcat {
  width: 100%;
	padding: 5px;
	margin: 0px;
}

table.contentpane-contcat td {
	margin: 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;


}

table.contentpaneopen-contcat td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;



}
.contentheading-contcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c4790;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.componentheading-contcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c4790;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 4px;
}/* Title of the component being used to display the content.*/

.contentdescription-contcat {border: thin dotted #999999;} /* Formating the "DESCRIPTION" of sections, categories
(News/Weblinks/Latest news...) */
table.contenttoc-contcat {border: thin dotted #999999;} /* Formating the table of the Tables of Contents for multiple
pages content or article */
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of
Content" ( normally Article Index)*/

/* ___________________________*/


table.contentpane-gencont {
  width: 100%;
	padding: 5px;
	margin: 0px;
	background-color: #0066CC;
}

table.contentpane-gencont td {
	margin: 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;

}

table.contentpaneopen-gencont td {
	margin: 0px;/*	padding-left: 10px;	*/
/*	border: thin dotted #999999;*/




}
.contentheading-gencont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c4790;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.componentheading-gencont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c4790;
	font-weight: bold;
	text-transform: uppercase;
}/* Title of the component being used to display the content.*/

.contentdescription-gencont {border: thin dotted #999999;} /* Formating the "DESCRIPTION" of sections, categories
(News/Weblinks/Latest news...) */
table.contenttoc-gencont {} /* Formating the table of the Tables of Contents for multiple
pages content or article */
table.contenttoc td {border: thin dotted #999999;} /* same as above, used to format the td and able cells */
table.contenttoc th {
} /* same as above, used to format the th of "Tables of
Content" ( normally Article Index)*/



/*____________________________________*/

table#highlight td {
	padding: 10px;
	border: 1px dotted #CCCCCC;
	}

		table#allist {
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E1D9AA;
	border-right-color: #E1D9AA;
	border-bottom-color: #E1D9AA;
	border-left-color: #E1D9AA;
	}
	table#allist td {
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E1D9AA;
	border-right-color: #E1D9AA;
	border-bottom-color: #E1D9AA;
	border-left-color: #E1D9AA;
	}

		table#gentabt td {
	padding: 6px;

	}
			table#genpad td {
	padding: 4px;

	}

	table#pictable td{
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.pictb-left td{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}



table.tbdata td{
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E1D9AA;
	border-right-color: #E1D9AA;
	border-bottom-color: #E1D9AA;
	border-left-color: #E1D9AA;
	margin: 3px;
}


.piclinks{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}