/* CSS Document */

body {
	background-color:#A9A97F;
	background-image:url(../_images/bkg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
#wrapper {
	width:742px;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	}
	
/* uses borders to establish background colors for columns */
#outside { 
	border:solid white 0px; 
	/*/*/ border-left-width: 200px ;  /* left column width, hides borders in NN4 */ 
	border-left-color: #B7B787;
	border-left-style: solid; 
	background-color: #FFFFFF;
	width: auto; 
 } 
 
#inside{
	margin:0; width:100%;
}
/* '>' not needed, used for IE Bug, allows center content to stretch */
#outside > #inside { border-bottom: 1px solid #FFFFFF;
}
/*-------------------TOP NAVIGATION-------------------*/
#topNav {
	background-image: url(../_images/topnavbkg.jpg);
	background-repeat:no-repeat;
	width:742px;
	height:30px;
	font-family: Arial Narrow;
	font-size:14px;
	color:#3F2218;
}
#topNav a {
	color:#3F2218;
	text-decoration:none;
	}
#topNav .links {
	padding-left: 10px;
	padding-top: 7px;
	float:left;
	width:auto;
}
#topNav .search {
	padding-top: 4px;
	width:auto;
	float: right;
}

#topNav .search .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	border: 1px solid #3F2218;
	padding-left: 3px;
}
/*-------------------BANNER-------------------*/
#banner {
	width:740px;
	border:1px solid #3F2218;
	background-image:url(../_images/banner.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:119px;
}
/*-------------------MAIN CONTENT AREA-------------------*/
#main {
	width:740px;
	border-left:1px solid #3F2218;
	border-right:1px solid #3F2218;
	background-color:#FFFFFF;
	}
/*-------------------SECONDARY NAVIGATION-------------------*/
#main #subNav {
	width:170px;
	float:left;
	position:relative;
	margin-left:-200px;
	margin-right:1px;
	background-color: #CCCC99;
}
#subNav h4 {
	color: #3F2218;
	background-color:#838362;
	height:17px;
	width: 190px;
	border-bottom: 1px solid #A9A97F;
	padding-left: 10px;
	font-family:Arial;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-top:0;
	margin-bottom:0;
}
#subNav h4 a{
	color: #3f2218;
	text-decoration:none;
}
#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subNav ul li a {
	display: block;
	width:170px;
	padding-left: 30px;
	font-family: Arial Narrow;
	font-size: 16px;
	text-decoration: none;
	color: #A34D0F;
	background-color: #CCCC99;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #A9A97F;
	margin-left: 0px;
}

#subNav ul li {
/*	display: inline;*/
	margin: 0px;
}

#subNav ul li a:hover {
	color: /*#A9A97F*/#ffffff;
}
/*-------------------CONTENT AREA CONTAINER-------------------*/
#content {
	padding:0;
	margin: 0;
	}

/*-------------------CONTENT AREA-------------------*/
#contentMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color:#FFFFFF;
	}
#contentMain a {
	color:#A34D0F;
	text-decoration:underline;
	}
#contentMain h1 {
	color: #838362;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-transform:uppercase;
}
#contentMain h2 {
	color: #838362;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
}
#contentMain .image {
	padding: 3px;
	}
#contentMain .pictures {
	border: 1px solid #CCCC99;
	text-align:center;
	}
#contentMain ul {
	list-style-image:url(../_images/arrow.jpg);
	}
#contentMain .members {
	width: 100%;
	background-color:#CCCC99 ;
	padding-left: 10px;
	}
/*-------------------TABLES-------------------*/	
#contentMain .tableStyle {
	border: 1px solid #838362;
	text-align:center;
	}
#contentMain .tableStyle td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border-top:1px solid #838362;
	text-transform:capitalize;
	}
#contentMain .tableStyle td a {
	color:#C77D4A;
	text-decoration:underline;
	}
#contentMain .tableStyle .date {
	background-color:#A9A97F;
	}
#contentMain .tableStyle .header {
	background-color:#838362;
	color:#3F2218;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}
#contentMain .directors {
	text-align:center;
	}
#contentMain .directors img {
	border: 2px solid #838362;
	}
/*-------------------INDEX - NEWS-------------------*/
#contentMain #news {
	border:1px solid #838362;
	border-top-width: 10px;
	width: 310px;
	margin-top: 10px;
	margin-bottom: 30px;
		}
#contentMain #news h1 {
	font-family:arial narrow;
	font-size:24px;
	color:#3f2218;
	margin-top:-28px;
	margin-left: 5px;
	margin-bottom: 5px;
	}
#contentMain #news ul {
	margin:5px;
	padding:0;
	list-style-image:url(../_images/arrow.jpg);
	list-style-position:inside;
}
#contentMain #news ul li {
	padding: 0px;
	margin-left: 0px;
	}
#contentMain #news li a {
	color:#A34D0F;
	text-decoration:none;
	}
/*-------------------INDEX - EVENTS-------------------*/
#contentMain #events {
	border:1px solid #838362;
	border-top-width: 10px;
	width: 310px;
	margin-top: 10px;
		}
#contentMain #events h1 {
	font-family:arial narrow;
	font-size:24px;
	color:#3f2218;
	margin-top:-28px;
	margin-left: 5px;
	margin-bottom: 5px;
	}
#contentMain #events ul {
	margin:5px;
	padding:0;
	list-style-image:url(../_images/arrow.jpg);
	list-style-position:inside;
}
#contentMain #events ul li {
	padding: 0px;
	margin-left: 0px;
	color: #A34D0F;
	}
#contentMain #events li a {
	color:#A34D0F;
	text-decoration:none;
	}
/*-------------------INDEX - ROTATING IMAGE-------------------*/
#rotate {
	width: 190px;
	height:100%;
	position:relative;
	background-color: #FFFFFF;
	float:right;
	padding-left:9px;
	padding-right:9px;
	padding-top: 20px;
	padding-bottom: 10px;
	
}
#rotate #image{
	padding: 1px;
	width: 170px;
	height:280px;
	border:1px solid #A9A97F;
}
/*-------------------FOOTER-------------------*/
#footer {
	clear:both;
	width:740px;
	height:26px;
	padding-top: 6px;
	border-top:1px solid #3F2218;
	border-bottom:1px solid #3F2218;
	background-color:#838362;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
/*-------------------TEAMS-------------------*/
#teams {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight:bold;}
#teams .wilmington {color:#3874B8;}
#teams .usa {color:#305C90;}
#teams .uncc {color:#008000;}
#teams .unc {color:#000066;}
#teams .tennessee {color:#FF6600;}
#teams .gsu {color:#3770b5;}
#teams .georgia {color:#FF0000;}
#teams .alabama {color:#800000;}
#teams .auburn {color:#000066;}
#teams .clemson {color:#9900CC;}
#teams .davidson {color:#F80003;}
#teams .duke {color:#004B90;}

#teamsIndex h2 {
	color:#000000;
	font-size:14px;
	}

#teamsIndex a{
	text-decoration:none;
	}

.red {color:#FF0000;}
.fade {color:#666666;}
	
	
pre {
	
	white-space:pre
}
pre code {
	margin: 0 0 0 40px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;
}