/*--------------------------------------------------------------------------- Browser Reset and Utilities ---*/
html{overflow-y:scroll;height:100%;}

* {margin: 0; padding: 0;} 
body {
	/*background: url(bg.gif);*/
	font: 11px/1.2 Arial,Helvetica,sans-serif;
	color: #333;
	background-color: #232323;
	margin:0;
}
a {
	text-decoration: none;
	color: #232323;
}
a:hover {text-decoration:underline;}


#wallpaper-main {
	background: url(../images/wrapper-trans-main.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: auto;
}

#wrap {
	width: 946px;
	margin: auto;
	background: white;
	position: relative;
	min-height: 100%;
	height: 100%;
}


#wallpaper {
	background: url(../images/wrapper-trans.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: auto;
	min-height: 500px;
}


#intro-topheader
{
	height: 192px;
	width:946px;
	background-image: url(../images/front-topheader.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}

#entersite 
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#B50C12;
	text-align:center;
	width:946px;
	height:20px;
}



#flash-content
{
   width:946px;
	height:400px;
	background: url(../images/noflash.jpg);
	background-repeat: no-repeat;
}

#main-footer
{
	height: 25px;
	background-color: #3D6F35;
	color: white;
	text-align:center;
	padding-top: 9px;
	font-size:12px;
}

#top-header
{
	width:946px;
	height:173px;
	background-image: url(../images/top-header.jpg);
	background-repeat: no-repeat;
	margin-top: 2px;
}

#menubg
{
	width: 946px;
	height: 32px;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
}

/*#menubg ul
{
	width: 946px;
	list-style-type: none;
	margin:0;
	padding-top: 8px;
}

#menubg li
{
	font-family: Tahoma;
	font-size:13px;
	color:#232323;
	display:inline;
	padding-right: 7px;
	padding-left: 7px;
	border-right: 1px solid green;
}
*/
#menubg #last
{
	border: 0;
}

#menubg a:hover
{
	font-weight: bold;
}

.sep
{
	margin-top: 4px;
}
.eventsbox
{
	width:450px;
	height:270px;
	border: 1px solid #5C7B28;
	float: left;
}

#presidents-desk
{
	width:268px;
	float:left;
	margin-left: 4px;
}

#president-topheader
{
	background-image: url(../images/president-topheader.jpg);
	background-repeat: no-repeat;
	height:34px;
	margin: 0;
}

#president-topheader #headText
{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 7px;
}

#president-content
{
	width: 266px;
	height: 232px;
	background-color: white;
	border-left: 1px solid #939393;
	border-right:1px solid #939393;
	margin: 0;
	padding-top:5px;
}

#president-content p
{
	line-height:1.3em;
	margin-left: 4px;
	margin-right:4px;
	margin-bottom: 4px;
}

#president-content ul #pnav
{
	margin:0;
	padding: 0;
	list-style-type: none;
}

#president-content #pnav a:link,#pnav a:hover,#pnav a:visited
{
	color: black;
	display: block;
	width: 220px;
	background-image: url(../images/pres-bullet.gif);
	background-repeat: no-repeat;
	padding: 5px 0 8px 25px;
}

#president-bottomimg
{
border-bottom:1px solid black;
}

.clear
{
	clear:both;
}

#president-content .president-photo
{
	float:left;
	width:120px;
	margin-right: 10px;
	margin-bottom: 2px;
	
}

.more
{
	background-image: url(../images/more-img.gif);
	background-repeat: no-repeat;
	height: 15px;
}

.more a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#B22221;
	padding-left: 10px;
}

#video-academy
{
	float:right;
	height: 270px;
	width:208px;
	margin-right: 6px;
}

#video-content
{
   width:208px;
	height:132px;
}

#notice-board
{
	margin-top:1px;
	margin-right:6px;
	margin-left:2px;
	height:202px;
	
}

.nb-img
{
	float:left;
	width:181px;
	margin-right: 5px;
	margin-bottom: 2px;
	border:1px solid black;
}
#nb ul{
list-style-type: none;
padding: 0;
margin-top: 8px;
overflow: auto;
}
#nb li
{
	list-style-type: none;
}


#nb a:link, #nb a, #nb a:visited {
	width: 230px;
	padding: 2px 0 16px 14px;
	display: block;
	font-family: Arial;
	color: #232323;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/ball-bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#nb .nbnolink
{
	width: 230px;
	padding: 2px 0 16px 14px;
	display: block;
	font-family: Arial;
	color: #232323;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/ball-bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
}

#nb a:hover
{
	text-decoration: underline;
}

#tabsinfo
{
	margin-left: 4px;
	height:270px;
	float:left;
	width:465px;

}

#footer
{
	height: 12px;
	background-color: #5C7B28;
	color: white;
	font-family: Tahoma;
	font-size:9px;
	padding-left: 15px;
	padding-top: 4px;
	margin-top: 4px;
	
}

#footer-bg
{
	background-image: url(../images/footer.gif);
	width: 946px;
	height:16px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#leftlinks
{
	margin-left: 2px;
	padding-top: 10px;
	width: 200px;
	float: left;
	border: 1px solid #606060;
	background: #494949;
	min-height: 400px;
	height: 100%;
}

#leftlinks-wrapper
{
 width:200px;
 background-image: url(../images/leftlinksbg.gif);
 background-repeat: repeat-y;
 height: 100%;
}

#leftlinks #header-text  {
	margin-top: 5px;
	padding-top: 4px;
	font-weight: normal;
	color: white;
	font-size: 160%;
	padding-bottom: 7px;
	margin-bottom: 17px;
	right: 0;
	width: 95%;
	font-family: "Trebuchet MS";
	background-image: url(../images/nb-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 38px;
	border-bottom: 2px solid white;
}

#leftlinks h3
{
	background: white;
	color: #3DA016;
	font-weight: bold;
	margin: 0;
}

#leftlinks ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftlinks li
{
	background-image: url(../images/otherlinkbullet.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 25px;
}

.mainlinksel
{
	background-color: olive;
}



#leftlinks a:link,#leftlinks a:visited,#leftlinks p
{
	padding-left: 25px;
	color:white;
}

#othercontent
{
	width: 700px;
	float: right;
	margin-right: 4px;
	/*border: 1px solid #b1b1b1;*/
	padding: 0;
	min-height:400px;
	height:100%;
}

#othercontent h3
{
	/*background-color: olive;*/
	color: #323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	height: 25px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid #676767;
}

#othercontent p
{
	font-size:12px;
	line-height:1.3em;
	padding-left: 5px;
	padding-right: 5px;
}

#othercontent .photoimg
{
	border: 1px solid #373737;
	margin-top: 5px;
	margin-bottom: 5px;
}

#othercontent .outerbox
{
	width: 600px;
	margin: 5px 5px 5px 10px;
	height: 150px;
	overflow:hidden;
	
}

#othercontent .photobg
{
	width: 160px;
	height:160px;
	margin: 15px 15px 15px 15px;
	float:left;
}

#othercontent .comphoto
{
	margin: 15px 15px 15px 15px;
	text-align:center;
	border: 1px solid black;
	
}

#othercontent .tableid
{
	margin: 30px 15px 15px 0px;
	width: 300px;
	height: 110px;
	border: 1px solid #3d6f35;
	background-color: white;
	
}

#othercontent .rowid
{
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: olive;
	line-height: 20px;
	color: white;
	padding-left: 10px;
}

#othercontent .rowalt
{
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #acac59;
	line-height: 20px;
	color: white;
	padding-left: 10px;
}


#othercontent .listtable
{
	margin-top: 5px;
	margin-bottom: 5px;
	
}

#othercontent .rowheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bcbd00;
	line-height: 20px;
	color: #1b1b1b;
	padding-left: 5px;
	font-weight: bold;
}

#othercontent .tablerow
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:white ;
	line-height: 20px;
	color: #232323;
	padding-left: 5px;
}

#othercontent .tablerowalt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #efefef;
	line-height: 20px;
	color: #232323;
	padding-left: 5px;
}

.note
{
	font-size: 10px;
	color: maroon;
}

#photogallery
{
	margin: 15px 15px 15px 20px;
}


.folder
{
	width: 229px;
	height: 168px;
	background-image: url(../images/folderbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 5px 5px 5px 5px;
}

.folder img
{
	border: 4px solid #848484;
	margin-top: 32px;
}

.folder p
{
	margin-top: 5px;
	font-weight:bold;
	font-size:0.8em;
}

.folder a:link,a:visited
{
	font-size:0.9em;
}



#photosview
{
	margin: 5px 5px 5px 5px;
}


.pg-photo
{
	width: 110px;
	height: 88px;
	padding: 5px 5px 5px 5px;
	background-color: #e8e8e8;
	border: 1px solid black;
}

.pg-photo img
{
	padding-left:4px;
	padding-top:5px;
}

.pg-photo p
{
	margin-top: 5px;
	font-family: Arial;
	font-size:0.9em;
	color: black;
	text-align:center;
}

#teamlistview
{
	margin: 5px 5px 5px 5px;
	
}


.team-photo
{
	width: 150px;
	height: 150px;
	padding: 5px 5px 5px 5px;
	background-color: #f8fdf7;
	border: 1px solid black;
}

.team-photo img
{
	padding-left:5px;
	padding-top:10px;
}

.team-photo p
{
	margin-top: 5px;
	font-family: Arial;
	font-size:0.9em;
	color: black;
	text-align:center;
}

#fullpgcontent
{
	width: 900px;
	margin-right: 4px;
	margin-left: 4px;
	/*border: 1px solid #b1b1b1;*/
	padding: 0;
	min-height: 400px;
	height: 100%;
}

#fullpgcontent h3
{
	/*background-color: olive;*/
	color: #a52a2a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 25px;
	padding-top: 5px;
	margin-left:10px;
	margin-top:10px;
}

#fullpgcontent h2
{
	/*background-color: olive;*/
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	padding-left: 5px;
	font-weight: bold;
	padding-top:6px;
}


#fullpgcontent h1
{
	/*background-color: olive;*/
	color: #323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	height: 25px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 2px solid #676767;
}


#fullpgcontent p
{
	font-size:12px;
	line-height:1.3em;
	padding-left: 15px;
	padding-right: 5px;
	margin-top:5px;
	text-align: justify;
}

#fullpgcontent a:link,#fullpgcontent a:visited
{
	color: #666666;
}

.tableborder
{
	border: 1px solid black;
}

td.normalfont
{
	font-size: 12px;
}