/*Content Management System CSS - to be used when not using round corners*/

/*colors*/
BODY {
	FONT-SIZE: 11px;
	MARGIN: 0px;
	COLOR: #000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
H1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #FF0;
	TEXT-ALIGN: left;
	FONT-FAMILY: Verdana, Geneva, sans-serif;
	margin: 0px;
}
H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #006;
	TEXT-ALIGN: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 0px;
}
H3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #a90027;
	font-family: Georgia, "Times New Roman", Times, serif;
}
P,li {
	FONT-WEIGHT: normal; FONT-SIZE: 12px
}
A:link {
	COLOR: #a90027; TEXT-DECORATION: none
}
A:visited {
	COLOR: #a90027;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #a90027; TEXT-DECORATION: underline
}
table {
	border-collapse:collapse;
	margin:0 0 16px;
	padding:0;
	border: 1px solid #CCC;
}
th {
	padding:5px;
	text-align:right;
	background-color: #f4f4f4;
	font-weight: bold;
}
td {
	font-size:0.9em;
	padding:5px;
	text-align:left;
	border: 1px solid #EEEEEE;
	background-color: #f4f4f4;
}
tr {border: 0px solid #EEEEEE;}
.notable {
	border:0px solid #999999;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}
.notable td, th {
	FONT-SIZE: 11px;
	MARGIN: 0px;
	COLOR: #666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #EEEEEE;
	padding: 0px;
}
image, .image_border {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	border: 1px solid #999;
}
.noimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#adminmenu{
	background: #FFFF99;
	color: #FFFFFF;
	border: 1px solid #990000;
}
div#adminmenu a{
	background: url(../multimedia/bullet.gif) no-repeat center left;
	color: #000066;
	font-weight: bold;
}
div#adminmenu a:hover{color: #FF3300}
div#menu1 {
	FLOAT: right; MARGIN-LEFT: 0px; WIDTH: 170px; MARGIN-RIGHT: 0px;
}
div#menunews{
	FLOAT: right;
	MARGIN-RIGHT: 2px;
	WIDTH: 175px;
	MARGIN-RIGHT: 0px;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	background-image: url(../images/lines.gif);
	background-color: #D6E6B7;
}
div#menuheader{
	FLOAT: left;
	WIDTH: 171px;
	PADDING-LEFT: 10px;
	margin-left: 2px;
	FONT-WEIGHT: bold;
	COLOR: #333;
	HEIGHT: 25px;
	TEXT-DECORATION: none;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}
div#menuheader a, div#menuheader a:visited{
	COLOR: #333;
	TEXT-DECORATION: none;
}
div#menuheader a:hover {
	COLOR: #B79A00;
}

.centernav {
	PADDING-LEFT: 0px; FONT-SIZE: 10px; MARGIN-LEFT: 0px; WIDTH: 170px; LIST-STYLE-TYPE: none; TEXT-ALIGN: right
}
.centernav A:link {
	PADDING-RIGHT: 10px; DISPLAY: block; FONT-WEIGHT: bold; BACKGROUND-IMAGE: url(../images/sublinknav_static.jpg); COLOR: #666; PADDING-TOP: 6px; BORDER-BOTTOM: #f5f5f5 1px solid; HEIGHT: 18px; TEXT-DECORATION: none
}
.centernav A:visited {
	PADDING-RIGHT: 10px; DISPLAY: block; FONT-WEIGHT: bold; BACKGROUND-IMAGE: url(../images/sublinknav_static.jpg); COLOR: #666; PADDING-TOP: 6px; BORDER-BOTTOM: #f5f5f5 1px solid; HEIGHT: 18px; TEXT-DECORATION: none
}
.centernav A:hover {
	DISPLAY: block; FONT-WEIGHT: bold; BACKGROUND-IMAGE: url(../images/sublinknav_active.jpg); COLOR: #a90027; PADDING-TOP: 6px; BORDER-BOTTOM: #f5f5f5 1px solid; HEIGHT: 18px; TEXT-DECORATION: none
}
div#menu5 a{
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
}
div#menu5 a:hover{
	color: #FF3300;
}






/*typography*/
body{font: 76% Verdana}
.green {
	color: #009933;
}
.redx {
	color: #FF0000;
}
div#breadcrumb {
	font-size: 85%;
	line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 3px;
}
div#lastmod {font-size: 85%; text-align:right; font-style:italic; padding: 0 5px 0 0}


table.form th {
	padding: 5px;
}
table.form td {	padding: 4px}

div#table_none table {
	border:0px solid #d8d8d8;
}
div#table_none th {
	background:none;
	padding:0px;
}
div#table_none td {
	background:none;
	padding:0px;
	border: 0px dotted #9ECFF8;
}

caption {font-size:1.5em; font-weight:400; margin:0; padding:6px 0 8px; text-align:left;}
/*layout*/
html{height: 100%; margin-bottom: 1px}
html,body{margin:0;padding:0 0 20px}
div#container{
	width: 945px;
	margin: 0 auto;
	text-align: left;
}
div#header{
	width:943px;
	float:none;
	height: 60px;
	padding: 0px;
	margin-top: 3px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px none #000;
	border-left: 1px solid #000;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#banner{
	float:left;
	width: 500px;
	height: 30px;
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
}
div#headmenu {
	float:left;
	width: 165px;
	margin:0px;
	padding: 0px;
}
div#headmenu p{
	margin: 0 0px 0 5px;
	padding:0 0 0 5px;
}
.abstract_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	background-color: #FFFF99;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 12px;
}
div#headnav a{
	background: url(../images/bullet.gif) no-repeat left center;
	color: #000066;
	list-style:none;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	padding-left: 20px;
}
div#headnav a:hover{color: #FF3300}

div#headnav ul,div#headnav li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height: 1.8;
	text-align:left;
}
div#middle{width:945px; margin-top: 5px; margin-bottom:0}
div#sidebar{
	float:right;
	width: 180px;
	margin-top: -9px;
	margin-bottom:0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
div#sidebar div{padding: 5px 0;margin-bottom: 5px}
div#sidebar p{margin: 0 5px;padding:0}
div#sidebar p+p{margin-top: 0.7em}
div#adminmenu ul,div#adminmenu li{margin:0;padding:0;list-style-type:none;line-height: 1.5; text-align:left}
div#adminmenu a{margin-left:5px;padding-left:15px}
div#menu5 {
	padding-top: 3px;
	float: right;
	text-align: right;
}
div#menu5 ul,div#menu5 li{margin:0;padding:0;list-style-type:none;line-height: 1.5; text-align:left}
div#menu5 a{
	margin-left:5px;
	padding-left:15px;
}
form#quicksearch{margin: 0 0;padding: 5px 0}
form#quicksearch h3{margin-bottom: 0px}
form#quicksearch div{padding: 0 0; margin:0}
form{margin-bottom: 0}
div#content{
	float:left;
	width:750px;
	margin: 5px 5px 0px 0px;
}
/*div#contentleft{
	float: left;
	width: 625px;
}
div#contentright{
	float: right;
	width: 122px;
}*/
div#contentleft{
	float: left;
	width: 370px;
}
div#contentright{
	float: right;
	width: 370px;
}
div#front_heading{
	color: #039;
	font-weight: bold;
	margin-left: 0px;
	background-color: #E1EDF8;
	padding: 5px 3px 5px 5px;
	margin-bottom: 0px;
}
div#front_heading_special{
	color: #900;
	font-weight: bold;
	margin-left: 0px;
	background-color: #E1EDF8;
	padding: 5px 3px 5px 5px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-left-color: #900;
}
div#abstract{
	float: left;
	width:730px;
	border: 1px solid #CCC;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #FFC;
	text-align:justify;
}
/*blockquote{float:left;display:inline;width: 200px;margin: 0 10px 5px 15px;padding: 5px 0}
blockquote p{margin:0;padding: 0 5px;text-align: center}
*/

div#footer {
	float:left;
	width: 940px;
	margin-top: 10px;
	PADDING-TOP: 4px;
	padding-left: 4px;
	margin-right: 2px;
	margin-left: 2px;
	HEIGHT: 25px;
	text-align:center;
	background-image: url(../images/topmenu_background.gif);
	background-repeat: repeat-x;
}
div#footernote{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-align: left;
	float:left;
	width:465px;
	margin-top: 10px;
	padding-left: 10px;
}
div#footerdynaweb{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	text-align: right;
	float:right;
	width:290px;
	margin-top: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.datestmp {
	FONT-SIZE: 10px; FLOAT: right; TEXT-ALIGN: left
}
/*other*/
.submitbutton_red { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}

.submitbutton {
	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 1px;
	background: #A5A5A5  url(../images/button_bk.gif) repeat-x;
	color: #FFFF40;
}
/*image{
	border: 1px solid #000066;
}
.image_no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}*/
.problem
{	margin: 5px;font-weight:bold;
	color: #FF0000;	background-color: #FFDFDF;
	border: 1px solid #FF0000; padding-top: 4px;
	padding-bottom: 4px; vertical-align: middle;
	background-position: center center;	text-align: center;
}
.positive
{	margin: 5px;font-weight:bold;
	color: #000080;	background-color: #CCFFCC;
	border: 1px solid #006600;padding-top: 4px;
	padding-bottom: 4px;vertical-align: middle;
	background-position: center center;	text-align: center;
}
.selected{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-decoration: underline overline;
}

#headertop {
	FONT-WEIGHT: bold;
	PADDING-TOP: 4px;
	padding-left: 4px;
	HEIGHT: 25px;
	text-align:center;
	background-image: url(../images/topmenu_background.gif);
	background-repeat: repeat-x;
}

/* navigation tabs */
#topnavmenu {
	FONT-SIZE: 11px;
	FLOAT: left;
	padding-top: 2px;
	padding-right: 2px;
	COLOR: #CF0;
	text-align:center;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}
#topnavmenu A:link, #topnavmenu A:visited {
	COLOR: #FFF;
	TEXT-DECORATION: none;
}
#topnavmenu A:hover {
	COLOR: #CF0
}
#topnavmenusm {
	FONT-SIZE: 11px;
	FLOAT: left;
	padding-top: 2px;
	padding-right: 1px;
	COLOR: #CF0;
	text-align:center;
	margin-left: 5px;
}
#topnavmenusm A:link, #topnavmenusm A:visited {
	COLOR: #FFF;
	TEXT-DECORATION: none;
}
#topnavmenusm A:hover {
	COLOR: #CF0
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headertop a span {float:none;}
/* End IE5-Mac hack */
#headertop a:hover span {
	color:#FFF;
}
#headertop a:hover {
   background-position:0% -42px;
}
#headertop a:hover span {
   background-position:100% -42px;
}
#headertop #current a {
   background-position:0% -42px;
}
#headertop #current a span {
   background-position:100% -42px;

}
#headertop1 {
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	float: left;
	width: 200px;
}
#headertop1 span#slogan {
	z-index: 3;
	position: absolute;
	left: 0px; bottom: 7px;
	font: bold 0.4em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;	
}
/* navigation tabs */
#headertop1 ul {
	position: absolute;
   margin:0;
   list-style:none;
	right:0px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#headertop1 li {
   display:inline;
   margin:0; padding:0;
}
#headertop1 a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#headertop1 a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:3px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headertop1 a span {float:none;}
/* End IE5-Mac hack */
#headertop1 a:hover span {
	color:#FFFF00;
}
#headertop1 a:hover {
   background-position:0% -42px;
}
#headertop1 a:hover span {
   background-position:100% -42px;
}
#headertop1 #current a {
   background-position:0% -42px;
}
#headertop1 #current a span {
   background-position:100% -42px;
   color:#FFFF00;

}
.headersub {
	MARGIN-TOP: 5px;
	Padding-TOP: 5px;
	FLOAT: right;
	WIDTH: 180px;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
}
.headersub_news {
	MARGIN-TOP: 5px;
	Padding-TOP: 5px;
	FLOAT: right;
	WIDTH: 178px;
	TEXT-ALIGN: left;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	vertical-align: middle;

}
.headerbrk {
	DISPLAY: block; HEIGHT: 10px
}
.srchbox {
	MARGIN-TOP: 0px; TEXT-ALIGN: right
}
.srchtxt {
	BORDER-RIGHT: #999 1px solid;
	BORDER-TOP: #999 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #999 1px solid;
	WIDTH: 150px;
	COLOR: #666;
	BORDER-BOTTOM: #999 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	background-color: #FFC;
}
.srchtxtsm {
	BORDER-RIGHT: #999 1px solid;
	BORDER-TOP: #999 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #999 1px solid;
	WIDTH: 80px;
	COLOR: #666;
	BORDER-BOTTOM: #999 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 16px;
	background-color: #FFC;
}
.srchbtn {
	WIDTH: 58px;
	COLOR: #333;
	HEIGHT: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:1px;
}
.inputred{
	background-color: #FFDDDD;
	border: 2px solid #990000;
}
.border_image {
	BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; BORDER-LEFT: #999 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #999 1px solid
}
.leftquote {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	FLOAT: left;
	WIDTH: 150px;
	MARGIN-RIGHT: 20px;
	text-align: left;
}
.rightquote {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	FLOAT: right;
	MARGIN-LEFT: 20px;
	WIDTH: 150px;
	text-align: right;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #990000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #990000;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #990000;
		
		font-weight: bold;
		background-color: #990000;
		color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}
.resource{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009;
/*	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	margin-left: -5px;
	padding-left: 18px;
*/	font-weight: bold;
	text-decoration: none;
}
.link_res, .link_res a, .link_res a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009;
	font-weight: bold;
}


/* SmoothGallery */


h4
{
	color: #FF3;
	font-size: 16px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.content p.linkage a { color: #fff; }

#myGallery
{
	text-align: left;
	margin: 0 auto;
}
/* SmoothGallery */


/* Overlay images */
#divConfirm table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
*html #divOverlay
{
/*\*/
position:absolute;
top: expression(((ignoreMe = document.documentElement.scrollTop? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
left: expression(((ignoreMe2 = document.documentElement.scrollLeft? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
/**/
}
.small {
	font-size: 9px;
}
#homeimages{
	/*border: 1px solid #F00;*/
	text-align: center;
	float: right;
	height: 455px; /*was 505*/
	width: 325px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
