/* ---------------------
basic layout
--------------------- */

body {
	@charset: ISO-8859-1;
	@charset "ISO-8859-1";
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
/*	background-color:#ACBBE2; >initial proposed blue*/
	background-color:#000033;
}

body.contentpane,
body.mceContentBody {
	margin: 10px 20px;
	background-color: #FFFFFF;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3B55A9;
	font-weight: bold;
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
module custom styles
--------------------- */
table.moduletable-announcements table.contentpaneopen td {
	display:list-item;
	list-style-type:square;
	list-style-position:inside;
}
table.moduletable-announcements table.contentpaneopen {
	margin-left:20px;
	padding-top:10px;
	padding-bottom:4px;
	background-image: url("images/borderbrown.png");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	moz-background-clip: -moz-initial;
	moz-background-origin: -moz-initial;
	moz-background-inline-policy: -moz-initial;
}
/* table.moduletable-announcements table.contentpaneopen td {
	display:list-item;
	list-style-type:square;
	list-style-position:inside;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:4px;
	background-image: url("/images/borderbrown.png");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	moz-background-clip: -moz-initial;
	moz-background-origin: -moz-initial;
	moz-background-inline-policy: -moz-initial;
} */
/* table.moduletable-announcements table.contentpaneopen td {
	display:list-item;
	list-style-type:none;
	list-style-position:inside;
	margin-left:20px;
	padding-top:0px;
	padding-bottom:4px;
}

table.moduletable-announcements table.contentpaneopen td[valign="top"] {
	padding-top:10px;
	list-style-type:square;
	background-image: url("/images/borderbrown.png");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	moz-background-clip: -moz-initial;
	moz-background-origin: -moz-initial;
	moz-background-inline-policy: -moz-initial;
} */

table.moduletable-chaptersmenu {
	/* border:1px solid red; */
	display:block;
	/* margin-left:10px; */
}

table.moduletable-chaptersmenu th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000033;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:inherit;
	display:block;
}

table.moduletable-chaptersmenu table td {
	display:list-item;
	list-style-type:square;
	list-style-position:inside;
	margin-left:20px;
}

table.moduletable-rand_images {
	margin: 20px 0 20px 0;
	border: none;
}

table.moduletable-search th {
	/* background: url("/images/bordergreen.png");
	background-repeat:no-repeat;
	background-position:bottom left; */
	padding-bottom:8px;
}

.moduletable-section ul {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#000033;
	margin: 0px 0px 0px 0px;
	padding-top:14px;
	padding-bottom:2px;
	background: url("images/bordergreen.png");
	background-repeat:no-repeat;
	display: block;
}
.moduletable-section a:link {color: #ffffff; text-decoration: none;}
.moduletable-section a:active {color: #ffffff; text-decoration: none;}
.moduletable-section a:visited {color: #ffffff; text-decoration: none;}
.moduletable-section a:hover {color: #E9F0DD; text-decoration: underline;}

table.moduletable-search,
table.moduletable-section,
table.moduletable-usermenu,
table.moduletable-mainmenu {
	width:100%;
	margin-bottom:20px;
}

table.moduletable-usermenu {
    border: 1px solid #990000;
    padding: 10px;
}

table.moduletable-usermenu .mainlevel,
table.moduletable-usermenu td {
    background-image: none;
    color:#333333;
    line-height: 10px;
}

table.moduletable-usermenu td a:link,
table.moduletable-usermenu td a:visited {
    color:#333333;
    text-decoration: underline;
}

table.moduletable-search th,
table.moduletable-section th,
/* table.moduletable-usermenu th, */
table.moduletable-mainmenu th {
	color:#000033;
	background:none;
	padding-top:0px;
	padding-bottom:0px;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
}

/* ---------------------
mambo module layout
--------------------- */

/** general module table **/
table.moduletable,
#leftcol table,
#rightcol table {
	width:100%;
	float:left;
	clear:left;
}

/** general module table **/
#rightcol table,
#leftcol table td {
	font-size:11px !important;
	color:#CCCCCC;
}

#rightcol table,
#rightcol table td {
	font-size:11px !important;
	color:#000033;
}

/** general module title **/
table.moduletable th,
table.moduletable-bgimg th,
table.moduletable-right th {
	/*
	border: 1px solid #000000;
	background-color:#484848;
	padding-left:15px;
	*/
	color:#000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	height:25px;
	text-align:left;
	font-weight:normal;
}

/* ---------------------
template layout
--------------------- */

/** active nav link **/
#active_menu {
	text-decoration: none;
	color: #000033;
}

#logo {
	margin-bottom: 20px;
	border:0;
}

#maintable {
/*	background-color:#3B55A9; */
	clear:both;
}

.topitem {
	background: none;
}

/* 
mambo top menu layout
you need to add menu class suffix: -nav
*/

/** unordered list top menu **/
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:normal;
	/* border-right: 1px solid #6C8C3E; */
}
/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width:100%;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	text-decoration:underline;
}

#copyright {
/*	background-image: url("images/background1.gif");
	background-repeat: no-repeat;
	background-color:#3B55A9;
*/	background-color:#0000033;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;	
	text-align:center;
	clear:both;
	width: 100%;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
}

.topmenu {
/*	background-color:#3B55A9;*/
	background-color:#000033;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	position:relative;
	float:left;
	top:-570px;
	width:100%;
}
#topmenu a:link {color: #ffffff; text-decoration: none;}
#topmenu a:active {color: #ffffff; text-decoration: none;}
#topmenu a:visited {color: #ffffff; text-decoration: none;}
#topmenu a:hover {color: #E9F0DD; text-decoration: none;}

#topline {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;	
	text-align:right;
/*	padding-right:60px; only needed without the pictures */
	padding:10px 2px 0px 0px;
	font-size:11px;
	line-height:50px;
}

.leftmenu {
	background-color:#D0D9EE;
	font-family:Arial, Helvetica, sans-serif;
	color:#3B55A9;	
	position:relative;
	float:left;
	top:30px;
	left:15px;
	width:200px;
	padding:0px 0px 0px 5px;
	border:1px solid #3B55A9;
	z-index:10;
}

.logo {
	position:relative;
	float:right;
	top:-1300px;
	right:15px;
	padding:0px 0px 10px 5px;
	z-index:10;
}

.rightmenu {
	background-color:#D0D9EE;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;	
	position:relative;
	float:right;
	top:-1080px;
	right:15px;
/*	right:-178px;  if logo is on the right hand side*/
	width:200px;
	padding:0px 0px 10px 5px;
	border:1px solid #3B55A9;
	z-index:10;
}

.footer {
	position:relative;
	float:left;
	top:-570px;
	width:100%;
}

.content {
 background-color:#ffffff;
 font-family:Georgia;
 color:#333333;
 position:relative;
 float:left;
 top:-570px;
 min-height:485px;
 height:auto !important;
 height:485px;
 min-width:626px;
 width:auto !important;
/*  width:1078px; */
width:100%;
 padding:0px 226px 10px 226px;
 border:1px solid #3B55A9;
 font-size:10pt;
 text-align:left;
 z-index:0;
}

/* ---------------------
mambo content layout
--------------------- */

/** pathway block **/
span.pathway {
	display:block;
	text-align:left;
	color:#3D3D1F;
	font-size:10px;
	font-weight:bold;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A655; */
	height:20px;
	margin-bottom:5px;
}

/** content title **/
.componentheading {
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size: 20px;
	text-align:left;
	line-height:25px;
	padding: 5px 0 5px 0;
}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000033;
	font-weight: bold;
	padding-top: 15px;
	background-color:inherit;
	display:block;
}

.contentpaneopen {
	width:100%;
}

/** pdf, printer version, and email to friend button **/
.buttonheading {
	width: 16px!important;
	text-align:right;
}

/** small text in content **/
.small {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	background-color:inherit;
}

/** date info in content **/
#content_main .createdate {
	color:#4A87C4;
	font-size:10px;
	padding: 0 0 15px 0;
	line-height:8px;
	background-color:inherit;
}

#content_main .modifydate {
	color:#4A87C4;
	font-size:10px;
	padding: 0;
	background-color:inherit;
}

/* ---------------------
Links
--------------------- */

/*** read more link ***/
.readon,
a.readon:link,
a.readon:active,
a.readon:visited {
	color:#3B55A9;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	font-size:11px;
	text-decoration:none;
}

/** underline on hover **/
a.toclink:hover,
a.latestnews:hover,
a.mostread:hover,
a.pathway:hover,
a.sublevel:hover,
a.sublevel-right:hover,
a.blogsection:hover,
a.readon:hover,
a.pagenav:hover ,
a.pagenav_next:hover,
a.pagenav_pre:hover,
a.latestnews:hover {
	text-decoration:underline;
	color:#3B55A9;
	background-color:inherit;
}

#leftcol a:hover {
/*	color: #93B7DB; */
	text-decoration:underline;
}

/* ---------------------
END mambo styles
--------------------- */

/*
body {
	margin:0;
	background-color:#0071B4;
	font-family: Georgia, Times New Roman, serif;
	font-size: 62.5%;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;
	*/
	/*background-color: #FFF;*/
	/* font-size: 62.5%; */
	/* line-height: 1.2em; */
/* } */
.link {color: #000033; text-decoration: none;}
a:link {color: #000033; text-decoration: none;}
a:visited {color: #000033; text-decoration: none;}
a:hover {color: #000033; text-decoration: underline;}
hr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #CCCCCC;

}

.leftcol {background-color:#FFFFFF; padding-left:8px; padding-right: 7px;}
.header {background: url("images/headerbg.png"); background-repeat: repeat-x; background-color:#ffffff;}
.content h1{font-size:14pt; color:#3B55A9; margin-top:0px; margin-bottom:7px;}
.contentbottom {
 background: url("images/contentbottombg.png");
 background-repeat: repeat-x;
 background-color:#FFFFFF;
}
.rightcol {
 background-color:#ACBBE2;
 padding:6px 9px 6px 9px;
 font-family:Georgia;
 font-size:9pt;
 color:#000033;
}
.sidenav .moduletable {
	/* border: 1px solid red; */
	padding: 0;
	width: 100%;
}
.sidenav, .mainlevel {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#0071B4;
	padding-top:13px;
	padding-bottom:4px;
	display: block;
}
.mainlevel:link, .sidenav a:link {color: #000033; text-decoration: none;}
.mainlevel:active, .sidenav a:active {color: #000033; text-decoration: none;}
.mainlevel:visited, .sidenav a:visited {color: #000033; text-decoration: none;}
.mainlevel:hover, .sidenav a:hover {color: #000033; text-decoration: underline;}
.bluebox {background-color:#000033;}
table#announcements_table {
	width: 80%;
	border: none;
	margin: 30px auto 0px auto;
}
#announcements {
 color:#ffffff;
 font-size:10pt;
 font-family:arial;
 text-align:left;
 padding-top:10px;
 padding-bottom:4px;
 background-image: url("images/borderblue.png");
 background-repeat: repeat-x;
 moz-background-clip: -moz-initial;
 moz-background-origin: -moz-initial;
 moz-background-inline-policy: -moz-initial;
}

#announcements a:link {color: #D0D9EE; text-decoration: underline;}
#announcements a:active {color: #D0D9EE; text-decoration: underline;}
#announcements a:visited {color: #D0D9EE; text-decoration: underline;}
#announcements a:hover {color: #D0D9EE; text-decoration: underline;}

/*
#announcements ul{margin-top:0px;}
#announcements li{padding-top:10px; padding-bottom:4px; background: url("/images/borderblue.png"); background-repeat:repeat-x;}
*/
#trailer {background-color:#0071B5; color:#FFFFFF; font-family:Georgia; font-size:8pt; text-align:left; padding-right:8px; padding-top:3px; padding-left:34px; padding-bottom:5px;}
#trailer a:link {color: #B5CE93; text-decoration: none;}
#trailer a:active {color: #B5CE93; text-decoration: none;}
#trailer a:visited {color: #B5CE93; text-decoration: none;}
#trailer a:hover {color: #B5CE93; text-decoration: underline;}

/* ---------------------
Registration QuickForm styles
--------------------- */

pre {
	font-size: 1.4em;
}
#registration h1,
#registration h2,
#registration h3,
#registration h4 {
	font-weight: bold;
}
#registration h1 {
	font-size: 2.4em;
}
#registration h2,
#registration .header_title {
	font-size: 1.8em;
}
#registration h3,
#registration .header_med {
	font-size: 1.6em;
}
#registration h4 {
	font-size: 1.3em;
}
/* p, td {font-size: 1.1em;} */
small {font-size: 0.9em;}
#registration
{
    width: 100%;
	/*
	border: 1px solid #3D3D1F;
	margin-bottom: 1em;
	padding: 20px;
	*/
}
#registration td, #registration th {
	border:1px solid #A6A655;
}
#registration td.label, #registration td.field
{
	padding: 4px;
}
#registration td.header, #registration th.header
{
    color: #3D3D1F;
    text-align: left;
    background-color: #CCCC99;
	background-image: none;
	padding: 6px;
}
#registration .header_title, #registration .header_med
{
	font-weight: normal;
	color: #0071B4;
}
#registration td.label
{
	color: black;
	text-align: left;
	/* width: 40%; */
	font-weight: bold;
}
#registration td.field
{
	/* width: 60%; */
}
#registration td.required
{
	color: red;
}
#registration .normal {
	font-weight: normal;
}