/* CSS Document */

/* masthead backgrounds, layout */
#masthead {
   	height:94px;
        background-color:#D73808;
	background-image: url(../images/bg_masthead-naja.gif);
}
#masthead a:hover {
    background-color:transparent;
}
#masthead h2 {
	width:472px;
	height: 75px;
	display:block;
	margin: 0;
	padding:0;
	text-indent: -9999px;
	}
#masthead h2 a {
	width:472px;
	height: 75px;
	display:block;
	}
#masthead h3 {
	width:472px;
	height: 1px;
	margin: 0;
	padding:0;
	text-indent: -9999px;
	}
	
/* backgrounds */
body {	
	background-color:#cccccc;
	background-image: url(../images/bg_unitypage.gif);
    }
.banners {
	background-color:#D3CEC0;
        background-image: url(../images/bg_ad.gif);
    }
#footer {
	background-color: #EDEAE1;
    }   	
	
.wrap1 {
	background-image: url(../images/bgcols2.gif);
	background-repeat: repeat-y;
	background-position: center top;
    }

/* globalnav */
#globalNav li a:link,
#globalNav li a:visited {
	color:#D7E7F8;
	border-bottom: none;
	}
#globalNav li a:hover {
	color:#000000;
	border-bottom: none;
	}    
#globalNav ul li {
 	border-bottom: solid 1px #6C6C6C;
	}
	
/* home */
#sectionheader,
#poll,
#membernews,
#calendar {
	padding:0 7px 0 7px;
	}
#sectionheader h2,
#poll h2,
#membernews h2,
#calendar h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color: #000000;
	background-color: #F5BA2C;
	border-left: 4px solid #FBE263;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #F5BA2C;
	border-right: 1px solid #F5BA2C;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin: 0 -7px 2px;
	padding: 1px 0 1px 3px;
	}
#poll h2 {
	color: #000000;
	border-left: 5px solid #990000;
	background-color: #E2E9F1;
        }
#poll h2,
#calendar h2 {
	border-top: solid #CCCCCC 1px;
	}
#poll h2 {
	border-bottom: solid #CCCCCC 1px;
	}
#sectionheader h2 a:link,
#poll h2 a:link,
#membernews h2 a:link,
#calendar h2 a:link,
#sectionheader h2 a:visited,
#poll h2 a:visited,
#membernews h2 a:visited,
#calendar h2 a:visited {
	color: #C82700;
	border-bottom:none;
	}
#home strong.hd {
    font-size:120%;
    line-height:125%;
    }

/***** layout borders *****/
#centering {
    border-left:solid 1px #807966;
    }

/* footer */
#footer {
	text-align:right;
	}

/***** links *****/

a:link,
a:visited,
a:hover{
	border-bottom:none;
    }
	
.navheader {
	font-weight: bold;
	color: #315143;
	font-size: 115%;
}
.navheaderbig {
	font-size: 150%;
	font-weight: bold;
	color: #1E334F;
}

.navtop {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
}
.hed {
	font-size: 117%;
	font-weight: bold;
}
ccform form {
display:inline;
}