@charset "UTF-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0;
}

body {
	font:71.5%/1.4em Verdana, Tahoma, arial, sans-serif;
	background:url(../images/main-bg.png) repeat-x #CCC;
	list-style:none;
	list-style-position:outside;
}

img {
	border:none;
}

h1,h2,h3,h4 {
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 0 5px 0;
	font-weight:bold;
}

h1 {
	font-size:20pt;
	color:#000;
} 

h2 {
	font-size:15pt;
	color:#000;
}

.news h2 {
	font-size:15pt;
	color:#333;
	padding:3px 0 3px 0;
}

h3 {
	font-size:13pt;
	color:#333;
	padding-bottom:5px;
	border-bottom:1px solid #666;
}

h4 {
	font-size:13pt;
	color:#090;
	padding:5px;
} 
	
p {
	padding:5px 0 0 2px;
	color:#000;
}

.justy {
	text-align:justify;
}

.colRight {
	text-align:justify;
}

a, a:visited {
	text-decoration:none;
	color:#060;
}

a:hover {
	text-decoration:underline;
}

.wrapper {
	width:928px;
	margin: 0 auto;
	background:url(../images/container-bg.png) no-repeat;
	position:relative;
}

.contentContainer {
	width:928px;
	height:auto;
	position:relative;
	top:150px;
	left:0px;
}

.contentContainer #content_top {
	width: 928px;
	height:11px;
	background:url(../images/bg-top.png) no-repeat;
	position:relative;
	top:0;
	left:0;
}

.contentContainer #content_bottom {
	width: 928px;
	height:12px;
	background:url(../images/bg-bottom.png) no-repeat;
	position:relative;
	top:0;
	left:0;
	margin:0 0 0 0;
}

.contentContainer #content {
	width:928px;
	height:auto;
	background:url(../images/content-bg.png) repeat-y;
}

.contentContainer #BigImg {
	width:903px;
	height:200px;
	position:relative;
	top:0px;
	left:11.5px;
	border:1px solid #333;
	margin-bottom:7px;
	padding:0;
}

.colLeft {
	width:600px;
	float:left;
	position:relative;
	left:11.5px;
	margin-right:25px;
	height:auto;
	z-index:100;
}

.colRight {
	width:291px;
	float:left;
	height:auto;
	position:relative;
	left:0;
	z-index:100;
}

.full {
	float:left;
	width:905px;
	position:relative;
	left:11.5px;
}

#announcement {
	float:left;
	width:753px;
	height:70px;
	position:relative;
	left:11.5px;
	background: #f8e694;
	padding: 10px;
	padding-left: 140px;
	border: 1px solid #f4da5d;
	background-image:url(../images/nonlayout/rush_thumb.png);
	background-repeat: no-repeat;
	background-position: 1% 50%; 
	margin-bottom:10px;
}

#footer {
	width:905px;
	height:auto;
	position:relative;
	top:0;
	left:11.5px;
	font-size:9.5px;
}

#footer p {
	color:#333;
	padding:0 0 8px 0;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:underline;
}

#footer #validate {
	float:left;
	width:300px;
	height:auto;
	margin:15px 0 0 0;
}

#footer #follow {
	float:left;
	width:440px;
	margin:15px 0 0 0;
}

#footer .subfollow {
	width:195px;
	height:auto;
	padding:5px 0 5px 25px;
	float:left;
}

#footer #fox {
	float:left;
	width:165px;
	height:auto;
	margin:15px 0 0 0;
	text-align:justify;
}

.clear {
	width:0px;
	height:0px;
	clear:both;
}

#contactForm input[type=text], #contactForm input[type=password] {
	padding:3px 2px 1px 2px;
  	vertical-align:middle;
    border:1px solid #333;
	background:#fff;
  	height: 17px;
	margin:0px 0 6px 0;
   	z-index: 3;
	width:90%;
}

#officer_form input[type=text], input[type=password] {
	padding:3px 2px 1px 2px;
  	vertical-align:middle;
    border:1px solid #333;
	background:#FFFFF1;
  	height: 17px;
	margin:0px 0 6px 0;
   	z-index: 3;
	width:90%;
}

#officer_form textarea {
	padding:2px;
    border:1px solid #333;
	background:#FFFFF1;
  	height: 17px;
	margin:4px 0 2px 0;
   	z-index: 3;
	width:90%;
	height:50px;
}

input[type=text], input[type=password] {
	padding:3px 2px 1px 2px;
  	vertical-align:middle;
    border:1px solid #333;
	background:#CCC;
  	height: 17px;
	margin:0px 0 6px 0;
   	z-index: 3;
	width:90%;
}

textarea {
	padding:2px;
    border:1px solid #333;
	background:#CCC;
  	height: 17px;
	margin:4px 0 2px 0;
   	z-index: 3;
	width:90%;
	height:50px;
}

.cal {
	margin:0 5px 0 0;
	float:left;
	width:60px;
	height:63px;
	background:url(../images/cal.png) no-repeat;
	text-align:center;
	font-size:17pt;
}

.month {
	width:60px;
	height:auto;
	text-align:center;
	padding:3px 0 6px 0;
	font-size:10.5pt; 
	font-weight:100;
	margin:4px 0 7px 0;
}

.year {
	height:auto;
	width:60px;
	font-size:10pt;
	text-align:center;
}

.cal p {
	padding:0;
	margin-bottom:10px;
	color:#FFF;
}

.news {
	width:550px;
	height:auto;
	padding:5px 0 10px 0;
}

.news .article {
	width:485px;
	height:auto;
	float:left;
	text-align:justify;
}

/* navigation stuff */
#nav {
	width:905px;
	height:25px;
	position:relative;
	top:0;
	left:11.5px;
	z-index:100;
	display: block; 
	margin: 0; 
	padding: 0; 
	z-index:90;
}

#nav li { 
	list-style: none; 
	float: left; 
	width:auto;
}

#nav li a {
	margin-right:5px;
	color: #000;
	display: block;
	font: 125%/1em Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-weight:bold;
	height:18px;
	padding:5px 10px 1px 10px;
	background:url(../images/nav-bg.png) repeat-x;
	border: 1px solid #333;
	width:auto;
}	

#nav li a:hover {
	background:url(../images/navActive-bg.png) repeat-x;
	color:#FC0;
}

#nav li a#active {
	background:url(../images/navActive-bg.png) repeat-x;
	border-bottom:1px solid #339900;
}

#nav li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:220px;
}

#nav li ul li {	
	float: none;
  	display: block; 
}

#nav li ul li a {	
	background:#090;
	color:#FFF;
	border:none;
	border-right:1px solid #000;
	border-left:1px solid #000;
	font:8.75pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px 10px 1px 10px;
}

#nav li ul li a:hover {	
	background: #49A3FF;
	border-right:1px solid #000;
	border-left:1px solid #000;
	color:#FFF;
}

#nav .last {
	border-bottom:1px solid #000;
}


/* basics for brother login drop down */
#contactFormContainer {
	position:absolute;
	left:600px;
	float:right;
	z-index:100;
}

#contactForm {
	height:auto;
	width:326px;
	background:url(../images/login-bg.png) repeat-x #fff; 
	display:none;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#contactLink {
	height:auto;
	width:326px;
	background:url(../images/contentLink-bg.png) repeat-x #fff;
	display:block;
	cursor:pointer;
	text-align:center;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
}
 
#contactForm fieldset {
	padding:10px 30px;
	border:none;
}      

#contactForm label {
	display:block;
	color:#000;
}                  

#messageSent {
	color:#ff9933;
	display:none;
}

#contactFormContainer input[type=text], #contactFormContainer input[type=password] {
	padding:3px 2px 1px 2px;
  	vertical-align:middle;
    border:1px solid #4d3a24;
  	height: 17px;
	display:block;
	margin:0px 0 6px 0;
   	z-index: 3;
	width:100%;
}

 #contactForm input[type=submit] {
	/*background:url(../images/login-bg.png) repeat-x #fff; 
	border:solid 1px #23150c;
	color:#000;
	padding:3px;*/
	margin-top:5px;
}

#pagination {
	width:600px;
	text-align:right;
	padding:3px 0;
}

#pagination a {
	padding:3px;
	border:1px solid #000;
	background:url(../images/contentLink-bg.png) repeat-x #fff;
	color:#000;
}

#pagination a:hover {
	text-decoration:none;
	background:url(../images/contentLink-bg.png) repeat-x #CCC;
	color:#000;
}