/* CSS Document */

* {margin: 0; border: 0; padding: 0; }
body {
	background-color:#E4E9EB;
	}
#wrapper {
	text-align: left;
	margin: 5px auto;
	padding: 0px;
	border-top:2px solid #1A2D3B;
	border-right:2px solid #1A2D3B;
	border-left:2px solid #1A2D3B;
	border-bottom:2px solid #1A2D3B;
	width: 900px;
	background: url(/images/bg.png) repeat;
}
.clear {
	clear: both;
	}
.floatright {
	float: right;
	margin-left: 5px;
	}
.floatleft {
	float:left;
	margin-right: 5px;
	}
.indentleft {
	margin-left: 40px;
	}
.dashedline {
	border-bottom: 1px dashed #1575A0;
	margin-bottom: 10px;
	}

.center {
	text-align:center;
	}
/* =========== header text styles ============= */
#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 57px;
}
/* header text styles */
#header h1 {
	color: #1a2d3b;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 55px;
	}
*html #header h1 {
	padding-top: 10px;
	}
	
	
/* =======TOP NAV BAR========= */
.navbar { 
	background-image:url(/images/navbg.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	height: 22px;
	}
*html .navbar {
	height: 18px;
	}
.navigation {
	float: left;
	margin-top:3px;
	}
*html .navigation {
	margin-top: 0px;
	}
.navbarcontent {
	float:left;
	margin-right: 20px;
	}
*html .navbarcontent {
	margin-right: 20px;
	}

/* navbar text styles */
.navbar p {
	color: #ffffff;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 0 0 10px;
	letter-spacing: 2px;
	}

.navbar ul li {
	display: block;
	float:left;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	letter-spacing: 3px;
	border-right: 2px dotted #81A9BF;
	list-style-type: none;
	}
.navbar ul li.last {
	border-right: 0px;
	}
.navbar ul li a {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}

/* ======= TOP NAV BAR END========= */	

/* ======= GENERIC TEXT STYLES ========= */	

.rightmargin {
	margin-right: 12px;
	}
.marginbottom {
	margin-bottom: 8px;
	}
.arrows {
	font-size: 18px;
	line-height: 1px;
	}
.uppercase {
	text-transform:uppercase;
	}
.serifitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform:lowercase;
	}
.serifitalic2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
.eleven {
	font-size: 10px;
	}
.twelve {
	font-size: 12px;
	}
.fourteenpx {
	font-size: 14px;
	}
.sixteen {
	font-size: 16px;
	}
.eighteen {
	font-size: 18px;
	}
.grey {
	color:#858F97;
	}
.darkblue {
	color:#012F3A;
	}
.blue {
	color: #1575A0;
	}
.black {
	color: #000000;
	}
.red {
	color: #841E06;
	}	
.bgwhite {
	background-color:#FFFFFF;
	padding: 5px;
	}

p {
	color:#000000;
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	}
.ltbluebox p {
	color:#000000;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 10px;
	line-height: 18px;
	}

	
.ltbluebox h1 {
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0;
	margin: 0;
	}
h2 {
	color:#000000;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	background-color: #EDF2F5;
	padding: 2px 1px 2px 0;
	}
.ltbluebox h2 {
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	margin-bottom: 8px;
	background-color:#FFFFFF;
	}
.ltbluebox h3 {
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 10px;
	margin: 0px;
	background-color:#FFFFFF;
	border: 1px solid #1575A0;
	}
h3 {
	color:#000000;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	}
h3 a {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 15px;
	font-weight:bold;
	}
h3 a:hover {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	margin-bottom: 15px;
	font-weight:bold;
	}
	
/* grey */
h4 {
	color:#858F97;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	}
#side-a h1 {
	color: #000000;
	background-color: #81A9BF;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 2px 1px 2px 10px;
	margin-bottom: 5px;
	}
#side-a h1.category {
	color: #ffffff;
	background-color: #930a00;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 3px 1px 3px 10px;
	margin-bottom: 5px;
	}
#side-b h1 {
	background-color: #81A9BF;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 2px 1px 2px 10px;
	margin-bottom: 5px;
	}
#side-a h2 {
	color: #000000;
	background-color: #C8D7E0;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform:capitalize;
	padding: 2px 1px 2px 10px;
	margin-bottom: 5px;
	}
/* Main headings with blue dashed underline */
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #000000;
	border-bottom: 1px dashed #1575A0;
	font-weight: normal;
	margin-top: 20px;
	}
h5.subscribe {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	border-bottom: none;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	}


/*  STYLES FOR ICONS */
.iconsleft {
	float:left;
	width: 40px;
	text-align:left;
	margin-top: 10px;
	}
*html .iconsleft {
	margin-top: 0px;
	}

	
	
/* ======= END GENERIC TEXT STYLES ========= */	

/* ======= SIDE A (LEFT SIDE BAR) ========= */	
#side-a {
	float: left;
	width: 174px;
}

#side-a input {
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-left: 2px;
	width: 169px;
	}
#side-a input.submit, input.checkbox, input.radio {
	width: auto;
	border: 0px;
	}

#side-a select {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform:capitalize;
	border: 1px solid #999999;
	background-color: #C8D7E0;
	width: 173px;
	margin-bottom: 5px;
	margin-left: 2px;
	}

#side-a input.subscribe2 {
	border: 0px solid #ffffff;
	float:right;
	margin-right: 3px;
	}
#side-a input:focus {
	background-color:#FEFF9E;
	}

/* ======= SIDE B (RIGHT SIDE BAR) ========= */	
#side-b {
	float: right;
	width: 175px;
}


/* ======= CENTER CONTENT ========= */	
#content { 
	float: left;
	width: 529px;
	padding: 0px 10px 15px 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	background-color: none;
}

/* ===================  centercontent FORM STYLES ============== */
#content label {
	float:left;
	width: 5em;
	color:#000000;
	font-weight:bold;
	}
#content form.tellfriend label{
	float:left;
	width: 8em;
	}

#content input.checkbox, input.radio, input.submit {
	width: auto;
	border: 0px;
	}
#content form input.checkbox, input.radio, input.submit {
	width: auto;
	border: 0px;
	}
#content form.tellfriend input.submit {
	width: auto;
	border: 0px;
	margin-right: 127px;
	}
#content input{
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-left: 2px;
	width: 177px;
	}
#content form.login input{
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-left: 2px;
	width: 180px;
	}
#content form.login input.submit{
	width: auto;
	border: 0px;
	}
#content form.tellfriend input{
	border: 1px solid #999999;
	margin-bottom: 15px;
	margin-left: 2px;
	width: 250px;
	}
#content form.tellfriend textarea.tellfriend {
	margin-bottom: 15px;
	margin-left: 2px;
	width: 250px;
	}

#content input.subscribe2 {
	border: 0px solid #ffffff;
	float:right;
	width: auto;
	}
#content input:focus, select:focus, textarea:focus {
	background-color:#FEFF9E;
	}
#content form.addnewsletter input{
	border: 1px solid #999999;
	margin-bottom: 5px;
	width: 341px;
	}
#content form.addnewsletter input.submit {
	width: auto;
	border: 0;
	}
#content form.addnewsletter label {
	float:left;
	text-align:left;
	width:11em;
	margin-left: 10px;
	}
#content form.addnewsletter p {
	margin-bottom: 8px;
	}
#content form.addnewsletter textarea {
	width: 343px;
	height: 100px;
	border: 1px solid #999999;
	}
#content form textarea {
	border: 1px solid #999999;
	}
#content form.addnewsletter select {
	border: 1px solid #999999;
	}
.required {
	color:#930A00;
	font-size: 80%;
	font-style:normal;
	}
/* 3 boxes at top of home */
a.subscribe {
	float:left;
	width: 153px;
	height: 55px;
	background-color: #EDF2F5;
	border: 1px solid #1575A0;
	margin-right: 32px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-decoration:none;
	color:#000000;
	}
a.subscribe:hover {
	background-color: #D6E9F2;
	border: 1px solid #1575A0;
	color:#000000;
	}
a.post {
	float:left;
	width: 153px;
	height: 55px;
	background-color: #EDF2F5;
	border: 1px solid #1575A0;
	margin-bottom: 20px;
	padding-top: 10px;
	text-decoration:none;
	color:#000000;
	}
a.post:hover {
	background-color: #D6E9F2;
	border: 1px solid #1575A0;
	color:#000000;
	}
a.create {
	float:right;
	width: 153px;
	height: 55px;
	background-color: #EDF2F5;
	border: 1px solid #1575A0;
	margin-bottom: 20px;
	padding-top: 10px;
	text-decoration:none;
	color:#000000;
	}
a.create:hover {
	background-color: #D6E9F2;
	border: 1px solid #1575A0;
	color:#000000;
	}
a p.more {
	float:right;
	font-size: 11px;
	color:#000000;
	text-align:right;
	margin-right: 4px;
	}
a p.more img {
	position:relative;
	top: 2px;
	margin-left: 3px;
	}

/*  MNB Most recently posted newsletter form styles */
#content select {
	border: 1px solid #999999;
	background-color: #ffffff;
	}
/*  2 columns divided by dotted vertical line */
.columnleft {
	float: left;
	width: 255px;
	border-right: 2px dotted #81A9BF;
	margin-right: 5px;
	padding-right:10px;
	height:auto;
	}
.columnright {
	float:left;
	width: 230px;
	padding-left: 5px;
	height:auto;
	}
.columnleftcat {
	float: left;
	width: 255px;
	border-right: 2px dotted #81A9BF;
	margin-right: 5px;
	padding-right:10px;
	height:auto;
	}
.columnleftcat h3{
	color:#000000;
	font-size: 12px;
	margin-bottom: 15px;
	font-weight:bold;
	}
	
.columnrightcat {
	float:left;
	width: 230px;
	padding-left: 5px;
	height:auto;
	}
.columnrightcat h3{
	color:#000000;
	font-size: 12px;
	margin-bottom: 15px;
	font-weight:bold;
	}

/* very light blue boxes for content in the middle section */


.ltbluebox {
	background-color: #EDF2F5;
	height:auto;
	padding: 10px;
	margin: 10px 0 10px 0;
	}
*html .ltbluebox {
	width: 508px;
	}
.ltbluebox img.right {
	float:right;
	margin: 0 0 10px 10px;
	}
.ltbluebox img.left {
	float:left;
	margin: 5px 10px 5px 0;
	}


.ltbluebox .columnleft {
	float: left;
	width: 265px;
	border-right: 2px solid #ffffff;
	margin-right: 5px;
	padding-right:10px;
	height:auto;
	}
*html .ltbluebox .columnleft {
	width: 248px;
	}
.ltbluebox .columnright {
	float:left;
	width: 220px;
	padding-left: 5px;
	height:auto;
	}
.ltbluebox .columnleftcenter {
	float: left;
	width: 244px;
	border-right: 2px solid #ffffff;
	margin-right: 5px;
	padding-right:10px;
	height:auto;
	}
.ltbluebox .columnleftcenterlogin {
	float: left;
	width: 244px;
	border-right: 2px solid #ffffff;
	margin-right: 5px;
	padding-right:10px;
	height:130px;
	}
*html .ltbluebox .columnleftcenterlogin {
	width: 237px;
	}


*html .ltbluebox .columnleftcenter {
	width: 239px;
	}
.ltbluebox .columnrightcenter {
	float:left;
	width: 241px;
	padding-left: 5px;
	height:auto;
	}
div.catfloat {
	float:right;
	width: 218px;
	margin-bottom: 10px;
	}
*html div.catfloat {
	width: 210px;
	}
div.searchfloat {
	float:right;
	width: 480px;
	}
*html div.searchfloat {
	float:right;
	width: 470px;
	}
.columnrightcenter ul {
	margin-top: 10px;
	margin-left: 3px;
	}
.columnrightcenter ul li {
	list-style-type:none;
	list-style-position:inside;
	margin-bottom: 10px;
	}
.columnrightcenter ul li a{
	background-image:url(../images/button_redarrow.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	}
.columnrightcenter ul li a:hover {
	text-decoration: underline;
	}
	
/* previous showall next */
div.searchnav {
	margin-top: 20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height:auto;
	}
div.searchnav ul {
	display:block;
	list-style-type:none;
	}
div.searchnav ul li {
	display:block;
	float: left;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0 2px 0;
	}
div.searchnav ul li.previous {
	padding: 2px 80px 2px 0;
	}
div.searchnav ul li.next {
	float:right;
	}
div.searchnav ul li a{
	color: #666666;
	text-decoration:none;
	}
div.searchnav ul li a:hover{
	color: #333333;
	}
	
/* LINK STYLES */
a.external {
background: url(/images/icon_extlink.png) no-repeat 100% 0;
padding: 0 20px 0 0;
}
a.external:hover {
background: url(/images/icon_extlinkblack.png) no-repeat 100% 0;
padding: 0 20px 0 0;
}
a.nounderline {
	text-decoration:none;
	}
a {
	font-family: "trebuchet ms", helvetica, sans-serif;
	color:#012F3A;
	text-decoration: underline;
	}
a:hover {
	font-family: "trebuchet ms", helvetica, sans-serif;
	color:#012F3A;
	text-decoration: none;
	}
/*bright blue */
a.title {
	color:#000000;
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	}
a.title:hover {
	color:#1575A0;
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	}
a.more {
	color: #666666;
	font-weight:normal;
	font-size: 11px;
	}
a.more:hover {
	color: #333333;
	}
/*  FOOTER */
#footer {
	clear: both;
	background-image:url(/images/navbg.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #000000;
	height: 22px;
}

/*control panel's top bar*/
a.cp {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	border-right: 1px solid #000000;
	}
a.cp:hover {
	color:#000000;
	}
a.cpcurrent {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	padding-right: 40px;
	font-size: 12px;
	}
a.cpcurrent_on {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	padding-right: 40px;
	font-size: 12px;
	background-color:#C8D7E0;
	}
a.first {
	padding-right: 40px;
	padding-left: 0;
	C8D7E0
	border-right: 1px solid #000000;
	}
a.first_on {
	padding-right: 40px;
	padding-left: 0;
	C8D7E0
	border-right: 1px solid #000000;
	background-color:#C8D7E0;
	}
a.last {
	padding-right: 0;
	padding-left: 40px;
	border-right: 0px solid #000000;
	}
	
a.last_on {
	padding-right: 0;
	padding-left: 40px;
	border-right: 0px solid #000000;
	background-color:#C8D7E0;
	}

/* end  navigation */
/* table for newsletters in control panel */
table.cpnewsletters {
	border: 1px solid #ffffff;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size:12px;
	}
table.cpnewsletters th {
	background-color:#FFFFFF;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	font-size: 12px;
	border:0;
	padding: 3px;
	}
table.cpnewsletters th.title {
	background-color:#FFFFFF;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	font-size: 12px;
	border:0;
	text-transform:uppercase;
	}
table.cpnewsletters td,tr {
	border: 1px solid #ffffff;
	padding: 3px;
	}
div.topbarCP {
	font-size: 13px;
	width: 100%;
	background-color: #E0E0E0;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	color: #000000;
}
div.topbarCP #current {
	background-color: #FFFFFF;
    }
div.topbarCP #current a {
	background-color: #FFFFFF;
	text-decoration: none;
    }
#topbarCP A {
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;	
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	background-color: #E0E0E0;
	color: #000000;
}
#topbarCP A:hover {
	background-color: #F4F4F4;
}
#topbarCPon A {
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;	
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}

/* styles for ads */

a.ads {
	display:block;
	border:0;
	text-decoration:none;
	margin-bottom: 20px;
	}