body {
	background-image:url(images/bk.jpg);
	padding:0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #9b9b9b;
	background-repeat: repeat-x;
}
.mtext {
	font-size: 14px;
	font-weight: bold;
}

#container {
	width:788px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}
#logo{
	position:relative;
	height:66px;
	width:100%;
	background-image: url(images/gilroy_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 15px;
} 
 #header{
	position:relative;
	height:178px;
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #FF6600;
} 
#nav{
	width:195px;
	padding-top: 44px;
	padding-right: 5px;
	padding-bottom: 44px;
	padding-left: 5px;
	color: #FFFFFF;
 }
#contact{
	width:195px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
 }
  #maintext{
	width:490px;
	float:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 44px;
	margin-left: 25px;
	text-align: left;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:788px;
 }
 
.footer{
	height:30px;
	clear:both;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: right;
	padding-top: 10px;
	background-color: #FF6600;
	width: 100%;
 } 
a:link {
	color: #295574;
	text-decoration: underline;
}
a:visited {
	color: #295574;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: none;	
}
a:active {
	color: #295574;
	text-decoration: none;
}
.whitelink a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitelink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitelink a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
.whitelink a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.footerlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.footerlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.footerlinks a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
/* ================================================================ 
menu
=================================================================== *//* 

common styling */
.menu {
	font-family: arial, sans-serif;
	width:206px;
	height:170px;
	position:relative;
	margin:0;
	font-size:12px;
	margin:50px 0 0 0;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#ffffff;
	width:206px;
	height:20px;
	text-align:right;
	line-height:20px;
	font-size:12px;
	background-color: #113a57;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #295574;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background-color: #688397;
}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:206px; width:105px;}
.menu ul li:hover ul li a.hide {
	color:#FFFFFF;
	padding-right: 15px;
	background-color: #688397;
	padding-left: 10px;
}
.menu ul li:hover ul li:hover a.hide {
	width:198px;
	text-align: left;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	width:165px;
	background-color: #688397;
	text-align: left;
	padding-left: 15px;
}
.menu ul li:hover ul li a:hover {
	color:#000;
	background-color: #FF6600;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	color:#000;
	background-color: #FF6600;
}
.menu ul li:hover ul li:hover ul li a:hover {
	color:#fff;
	background-color: #FF6600;
}
.whitetext {
	color: #FFFFFF;
}
.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF6600;
	text-align: left;
}
.orangetext {
	color: #FF6600;
}
.mtextOrange {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.navback {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}
