/* Foothill Entrepreneur Center CSS File */

/* Last updated:     1/19/2009 */
/* Last updated by:  Andrew Horng  */

body
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: navy;
	background-color: #4d627c;
	margin: auto;
	width: 854px;  /* z-index could cause a shift in alignment between body and outer */
}
div#outer
{
	font-size: medium;
	background-color: #FFFFFF;		
	padding: 25px; 
	margin-top: .15in;
	margin-bottom: .5em;
	border-top: 1px solid navy;
	border-bottom: 3px solid navy;
	border-left: 1px solid navy;
	border-right: 3px solid navy;
	width: 800px;
	z-index: 2;
}
div#main
{
	clear: left;
	font-size: small;
	background-color: #FFFFFF;		
	padding: 20px;
	padding-right: 30px;
	border-top: 1px solid navy;
	border-bottom: 2px solid navy;
	border-left: 1px solid navy;
	border-right: 2px solid navy;
	width: 750px;
	z-index: 3;
}
div#logo
{
	float: left;
	margin-bottom: -1em;
}
div#search
{
	float: right;
	margin-top: 1.5em;
}

/* BEGIN navigation blocks */
ul#smallTopNav
{
	clear: left;
	font-size: small;
	float: right;
	margin-right: 0;
	padding-right: 0;
	list-style-type: none;
}
ul#smallTopNav li
{
	display: inline;
}
ul#smallTopNav a
{	
	padding-top: .2em;
	padding-right: 1em;
	padding-bottom: .2em;
	padding-left: 1em;
	text-decoration: none;
	color: navy;
	background: white;
}
ul#smallTopNav a:hover
{
	color: white;
	background: navy;
}
ul#navigationBottom
{
	font-size: x-small;
	padding-top: 15px;
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
ul#navigationBottom li
{
	display: inline;
}
ul#navigationBottom a
{
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .65em;
	padding-left: .5em;
	text-decoration: none;
}
ul#navigationBottom a:link, ul#navigationBottom a:visited, ul#navigationBottom a:active
{
	color: navy;
	background-color: white;
}
ul#navigationBottom a:hover
{
	color: white;
	background-color: navy;
} 
a.borderRight
{
	border-right: 1px solid navy;
}
.upArrow
{
	float: right;
	border: 0 solid navy;
	text-decoration: none;
}
/* END navigation blocks */

img#headerBar
{
	clear: bottom;
	margin-bottom: .75em;
}
div#footer
{
	margin-bottom: 20px;
	padding-bottom: 15px;
}

/* div#final consists of copyright and webmaster, which are outside of and after the 'outer' div */
div#final
{
	font-size: small;	
	padding-bottom: 2.5em;
	margin: auto;
}
div#copyright
{
	float: left;
	color: white;
}
div#webmaster
{
	float: right;
	color: white;
	margin-bottom: 3.5em;
}
div#webmaster a:link, div#webmaster a:visited, div#webmaster a:active
{
	padding: 5px;
	color: white;
}
div#webmaster a:hover
{
	padding: 5px;
	background-color: black;
	color: white;
}
/* END div#final */

h1
{
	font-family: 'Times New Roman', Arial, Verdana, sans-serif;
}
hr
{
	color: navy;
}
.right
{
	float: right;
}
.justify
{
	text-align: justify;
}
.center
{
	text-align: center;
}
.italicize
{
	font-style: italic;
}

ul.boldSpan li span
{
	font-weight: bold;
}

/* topSection */
img#topPhoto
{
	padding-right: 3px;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: .5em;
	margin-top: 0;
}
td#muchobeneBEAC
{
	padding-left: 20px;
	padding-bottom: 10px;
}
td#muchobeneTop
{
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
}
td.muchoborder
{
	border-left: 1px solid navy;
	padding-top: 10px;
}
/* END topSection */

p#intro
{
	text-align: justify;
	padding: 5px;
	padding-right: 20px;
}
td#calendarSmall
{ 
	padding-right: 0;
	margin-right: 0;
	float: right;
	vertical-align: top;
}

/* chevronList */
ul.chevronList
{
	list-style-type: square;
	list-style-image: url(_images/chevron3.gif);
}
ul.chevronList li
{
	margin-bottom: 1.25em;
}
ul.chevronList a:link, ul.chevronList a:visited, ul.chevronList a:active
{
	color: blue;
}
ul.chevronList a:hover
{
	color: green;
}
/* END chevronList */

div#partners img
{
	text-decoration: none;
	border: 0 solid navy;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
p.tutorialIntro
{
	text-align: justify;
	padding: 5px;
	padding-right: 20px;
}

/* Form Fields for JobApp.shtml */
legend
{ 
	color: navy;
}
td.formLabel
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	align: left;
	vertical-align: middle;
}
td.formTextbox
{
	 padding-top: 5px; 
	 padding-bottom: 5px; 
	 align: left;
	 vertical-align: middle;
}
td.formTextarea
{
	padding-bottom: 5px; 
	padding-left: 5px;
	align: left;
	vertical-align: top;
}
div.formButton
{
	padding-left: 5px;
	vertical-align: middle; 
	color: navy;
}
/* END Form Fields */

.accessK /* Menu item Access Keys */
{
	text-decoration: underline;
}

td#events
{
	border-right: 1px solid navy;  
	padding-right: 10px;
}

	