/************  Custom css *************/

/* overwrite padding in  editor_style */

img{
	border:0px;
}

.navmenu {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#163F6E;
	text-decoration:none;
}

.navmenu:hover {
	color:#ffffff;
	text-decoration:none;
}

.contentHeading {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#747474;
	text-decoration:none;
}

.newsHeading {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#747474;
}

.links {
	font-family: Arial;
	font-size:12px;
	color:#105592;
}

.links:hover {
	font-family: Arial;
	color:#0097FF;
}

.footermenu { 
	font-family: Arial;
	font-size:11px;
	color:#0097FF;
	text-decoration:none;
}

.footermenu:hover {
	font-family: Arial;
	color:#ffffff;
	text-decoration:none;
}

.errorText{
    color: #FF0000;
}

.nextprevdisabled{
	color: #cccccc;
}
.nextprevlink{
	color: #33597e;
	text-decoration: none;
}

.nextprevlink:hover{
	color: orange;
	text-decoration: none;
}

.nextprevcurrentpage{
	color: #33597e;
	text-decoration: underline;
}

/** used in send to a freind - contact form - news - unsubscribe  **/
.input {
	background-color: #F3F7F8;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px; 
  	color: #000000;
	border-right: 1px solid #010066;
	border-bottom:1px solid #010066;
	border-top: 1px solid #010066;
	border-left: 1px solid #010066;
}

.button { 
	font-size: 10px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
  	background-color:#163F6E;
   	color:#ffffff;
	border-right: 1px solid #105592;
	border-bottom:1px solid #105592;
	border-top: 1px solid #105592;
	border-left: 1px solid #105592;
}

/************  Custom - Site specific *************/
.topheader {
	border-left: 1px solid #F1A827;
	border-right: 1px solid #F1A827;
	border-bottom:1px solid #F1A827;
	border-top: 1px solid #F1A827;
	width:760px;
	height:88px;
	background-color:#1B4493;
}

.middleheader {
	border-left: 1px solid #F1A827;
	border-right: 1px solid #F1A827;
	border-bottom:1px solid #F1A827;
	border-top: 0px solid #F1A827;
	width:760px;
	height:168px;
	background-color:#1B4493;
}
.menuheader {
	border-left: 1px solid #F1A827;
	border-right: 1px solid #F1A827;
	border-bottom:0px solid #B8875E;
	border-top: 0px solid #CC9966;
	width:760px;
	height:24px;
	background-color:#1B4493;
}

.middle {
	border-left: 3px solid #F5C060;
	border-right: 3px solid #F5C060;
	border-bottom:3px solid #F5C060;
	border-top: 3px solid #F5C060;
	width:760px;
	height:480px;
	background-color:#FFFFFF;
}

.middlebox {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0px;
}

.bottomfooter {
	border-left: 1px solid #1B4493;
	border-right: 1px solid #1B4493;
	border-bottom:1px solid #1B4493;
	border-top: 0px solid #1B4493;
	width:760px;
	height:22px;
	background-color:#1B4493;
}

.default2{
	font-family:Arial;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	font-style:italic;
}

.default{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:none;
	font-style:none;
	text-decoration:none;	
}

.style{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:none;
	font-style:none;
	text-decoration:none;	
}

.nbm {
	font-family:Arial;
	font-size:11px;
	color:#CCCCCC;
	text-align:right;
	text-decoration:none;
	padding-top:5px;
}

.nbm:hover {
	text-decoration:none;
	/* font-weight:bold; */
	color:#ED1C24;
}

.footerline {
	font-family:Verdana;
	font-size:10px;
	color:#CCCCCC;
	text-align:left;
	text-decoration:none;
}

.footerline:hover {
	color:#F1A827;
	text-decoration:underline;
}

