@charset "utf-8";
/* CSS Document */

body
{
    margin-top: 30px;
	background-color: #000000;
	font-family: tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}


.wrapper
{
	width: 968px;
	margin: auto;
}

.bannerframe
{
	background:url(../images/bannerframe.png) no-repeat;
	width:968px;
	height:175px;
	padding-top:15px;
	margin:auto;
}

.banner
{
    position: relative;
	width: 940px;
	height: 156px;
	border: solid 1px #999999;
	background:url(../images/sfvcbanner_sm.gif) no-repeat;
	margin: auto;
	padding-bottom: 5px;
}

#logolink {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 150px;
   height:110px;
   background-color: transparent;
   border: 0;
   z-index: 1;
}



.menubar
{
	width:465px;
	height:32px;
	background:url(../images/menubg.png) repeat-x;
	border:solid 2px #333333;
	margin-left: 25px;
	margin-top:120px;
}

.menubar a
{
	background:url(../images/menu-normal.jpg) repeat-x;
	display:inline-block;
	width:152px;
	height:33px;
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
	font-weight:700;
	text-decoration:none;
}

.menubar a.active
{
	background:url(../images/menu-active.jpg) repeat-x;
	display:inline-block;
	width:152px;
	height:32px;
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
	font-weight:700;
	text-decoration:none;
}


.menubar a:hover
{
	background:url(../images/menu-hover.jpg) repeat-x;
}



.content
{
	margin-top:15px;
	background:url(../images/cntbg.png) no-repeat;
	padding:10px;
	padding-left:15px;
}

.leftpane
{
	float:left;
	width:150px;
	color:#666666;
}

.leftpane img
{
	margin-bottom:15px;
	border:solid 1px #FF0000;
}

.rightpane
{
	float: right;
	width: 770px;
	background: #FFFFFF;
	border: solid 2px #FFFFFF;
	padding: 1px;
	min-height: 595px;
}

.clear
{
	clear:both;
}

#metalinks {
  color: #fff;
  float: right;
  margin: 5px 25px 0 0;
  font-weight: 700;
}


#footer
{
	height:22px;
	background:url(../images/footergrad.png) repeat-x;
	border:solid 2px #FFFFFF;
	color:#FFFFFF;
	padding-top:7px;
	text-align:center;
}

#footer a,
#metalinks a
{
	color:#FFFFFF;
}

#footer ul {
   list-style-type: none;
}

#footer ul li{
   display: inline-block;
}

.subhead
{
	font-size:13px;
	font-weight:700;
	color:#990000;
	height:22px;
}



.readhead
{
	font-weight:600;
	color:#990000;
	height:22px;
}

.blackhead{
	font-weight:600;
	color:#000000;
	height:22px;
}

.heading01{
	font-size:13px;
	font-weight:700;
	color:#000000;
	height:22px;
	padding-left:8px;
}

.heading02{
	font-size:13px;
	font-weight:700;
	color:#ffffff;
	height:22px;
	padding-left:8px;
}

.lmenu
{
    font-size: 11px;
	border:solid 2px #FFFFFF;
	width:148px;
	margin-bottom:10px;
	color:#FFFFFF;
}

.lmenu .head {
	background:url(../images/footergrad.png) repeat-x;

}

.lmenu ul
{

	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.lmenu ul ul a,
.lmenu ul ul a:hover
{
    padding-left: 25px;
    width: 120px
}

.lmenu li a.active
{
	background:url(../images/footergrad.png) repeat-x;
}
.lmenu li a.active:hover
{
	color: #999999;
}


.head
{
	height:22px;
	background:url(../images/footergrad.png) repeat-x;
	color:#FFFFFF;
	padding-top:7px;
	padding-left:5px;
	font-weight:700;
}

.lhome
{
	padding:3px;
	padding-left:5px;
	background-color:#DADADA;
	color:#CC0000;
	font-weight:700;
	height:15px;
	padding-top:5px;
	border-bottom:solid 1px #333333;
}

.lmenu a
{
	color:#FFFFFF;
	background:url(../images/lmenugrad.gif) repeat-x;
	border-bottom:solid 1px #CCCCCC;
	width:140px;
	display:block;
	padding:3px;
	padding-left:5px;
	padding-top:5px;
	height:20px;
	text-decoration:none;
	font-weight:700;
}

.lmenu a:hover
{
	color:#FFFFFF;
	background:url(../images/lmenugrad_off.png) repeat-x;
	border-bottom:solid 1px #CCCCCC;
	width:140px;
	display:block;
	padding:3px;
	padding-left:5px;
	padding-top:5px;
	height:20px;
	color:#CC0000;
}

.hline
{
	border-top:solid 1px #CC0000;
	margin-top:5px;
	height:5px;
	margin-bottom:5px;
	display:block;
}

.body
{
	padding:10px;
	line-height:18px;
}

.fleft
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.fleftt
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:435px;
}

.box
{
	float:left;
	border:solid 1px #CC0000;
	width:305px;
	margin-right:20px;
	padding-bottom:5px;
}

.box02
{
	float: right;
	border:solid 1px #CC0000;
	width:250px;
	margin-left:20px;
	padding-bottom:5px;
}

.rbox
{
	float:left;
	border:solid 1px #CC0000;
	width:420px;
	padding-bottom:5px;
}

.boxbody p, .rbox p
{
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
}

.light
{
	background:#EEEEEE;
	width:285px;
}

.ul
{
	text-decoration:underline;
}

.bltscr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(http://www.sfvsc.org/images/blt_scrball.gif);
	font-weight: normal;	color: #990000;
	margin: 3px;
	padding: 3px;
}
.bltpdf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(http://www.sfvsc.org/images/logo_acrobat.gif);
}


a.link_new {
	text-decoration: none;
	color: #990000;
}
a.link_new:hover {
	color: #990000;
	text-decoration: underline;
}

ul.teams,
ul.coaches {
   list-style-type: none;
   padding-left: 0;
}
li.cols {
   font-weight: 700;
   
}

ul.teams span,
ul.coaches span {
   display: table-cell;
   padding: 10px;
   width: 125px;
}
ul.teams span.age,
ul.teams span.birthdate {
   width: 50px
}

ul.coaches span.coachname {
   font-weight: 700;
   width: 150px;
}
ul.coaches span.email {
   width: 150px;
}

ul.coaches li.alt,
ul.teams li.alt{
   background-color: #ccc;
}

.coach_photo {
   float: right;
   margin-left: 10px;
}
.teaminfo,
.coachesinfo,
.coach {
	font-size: 13px;
	text-align: justify;
}

ul.coaches li.coach {
   display: table-row;
   vertical-align: top;
   border-bottom: 1px solid #ccc;
}

div.announcement {
    border-bottom: 1px solid #ccc;
}
