/* 
Glorioso San Jose Style Sheet 
Author: JFB
Last modified 08/23/2005 */

/*
General Attribues 
****************************************************************************************/
* {margin:0;padding:0;}
body {
	width:100%;
	text-align:left;
	background: #E0E0E0;
	/*background:url(/content/img/ksb_body_bg.gif) repeat-y top left;*/
}
/*
Layout Structure 
****************************************************************************************/
#wrapper {
	width:100%; /* url(/content/img/ksb_wrapper_bg.gif) repeat-x top left; */
}
#container {width:800px;
}
#banner {
	width:800px;
	height:85px;
	padding:0 0 0 0;
	position:relative;
	background:#5f050e url(../Images/sanjoLogo.jpg)  repeat-y top left;
}
#menu {
	width:800px;
	padding:0 0 0 0;
	border-top:1px solid #CCC;
	background:#999;
}
*html #menu {padding:0 0 0 0;}

#main {
	width:800px;
	padding:0 0 0 0px;
	border-top:1px solid #CCC;
	/*background:#5f050e;*/
	background: #E0E0E0;
}
/*
#menu
****************************************************************************************/
#Horiz_navlist {
	float:left;
	width:800px;
	height:21px;
	padding:0 0 0 0;
}
#Horiz_navlist li {
	display: inline;
	list-style-type: none;
}
#Horiz_navlist ul {
	margin: 2;
	white-space: nowrap;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Horiz_navlist a {
	padding: 1px 4px 1px 4px;
	border: 1px solid #5f050e;
	background-color: #FFFF00;
}
#Horiz_navlist a:link, #Horiz_navlist a:visited {
	color: #5f050e;
	font-size: 12px;

	text-decoration: none; /*		font-weight: bold; */
}
#Horiz_navlist a:hover {
	border: 1px solid #ffcc99;
	background-color: #FF6600;
	color: #EEE;
	text-decoration: none;
}
#Horiz_navlist a:active {
	border: 1px solid #ffcc99;
	background-color: #FF6600;
	color: #EEE;
	text-decoration: none;
}
/*
#main
****************************************************************************************/
#submenu {
	float:left;
	width:120px;
	margin:10px 0 0 10px;
	padding:0 0 0 0;
	/*background:#5f050e url(../Images/subMenuBackground.jpg);*/
	background: #E0E0E0;
}
#welcome {
	float:left;
	width:620px;
	margin:10px 0 0 10px;
	padding:10px 10px 10px 10px;
	/*background: #CCCCCC;*/
	background: #E0E0E0;
}

.quote {
	/* background:url(/content/img/ksb_quote_bg.gif) no-repeat top left; */
	font-family:georgia, serif;
	font-size:14px;
	color:#000000;
	padding:15px 0 10px 15px;
	margin:0 0 10px 0;
	font-weight:bold;
}
.quote cite {font-family:verdana,arial,sans-serif;font-size:11px;color:#000000;display:block;margin:5px 0 0 0;}
#welcome h3 {
	width:370px;
	height:25px;
	font-family:trebuchet ms, verdana, arial, sans-serif;
	font-size:20px;
	color:#5f050e;
	/*background:url(/content/img/ksb_welcome_bg.gif) no-repeat top left;
	text-indent:-5000px;*/
}
#welcome h4 {
	font-family:trebuchet ms, verdana, arial, sans-serif;
	color:#000000;
}
#welcome h5 {
	font-family:trebuchet ms, verdana, arial, sans-serif;
	font-size:12px;
	color:#FFFF00;
}
#welcome p {
	margin:15px 0;
	font-family:trebuchet ms, verdana, arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000;
}
#welcome p.backtop {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	text-align:right;
	border-top:1px solid #ccc;
}
#welcome p a:link, #welcome p a:active, #welcome p a:visited {color:#5f050e;}
#welcome p a:hover {color:#f53d4f;}
#welcome th {text-align:right;}
#welcome a:link, a:active, a:visited {color:#5f050e;}

#footer {
	clear:both;
	font-family:trebuchet ms,verdana,sans-serif;
	font-size:11px;
	color:#fff;
	background:#5f050e;
	margin:10px 0 0 0;
	padding:10px;
	text-align:center;
}
#footer a:link, #footer a:active, #footer a:visited {color:#fff;}
#footer a:hover {color:#FFFF00;}

/*submenu */
.submenulist a{
font-family:trebuchet ms, verdan, sans-serif, tunga;
font-size:15px;
color: black;
display: block;
width: 110px;
height: 25px;
padding-left: 10px;
padding-top: 1px;
margin-bottom: 5px;
background-image: url(../Images/subMenuUp.gif);
background-repeat: no-repeat;
background-position: left top;
text-decoration: none;
font-weight: bold;
}
.submenulist a:hover{
background-image: url(../Images/subMenuDown.gif);
}
.submenulist a:link, a:active, a:visited {color:#000;}
.textareaBox {
	width:450px;
	height:150px;
}