/* CSS Document */

/* ---------------------------- header start ---------------------------- */
#header{
	background:url(images/design-web-santa-clara.jpg) top;
	width:100%;
	height:300px;
	padding-left:0px;
	padding-bottom:0px;
	}

/* --------------------------- header end ---------------------------- */
/* ---------------------------- body start ---------------------------- */
#bodybg{
	background:url(images/santa-clara-16.jpg) top;
	width:1000px;
	height:100%;
	padding-left:0px;
	padding-bottom:0px;
	}

/* --------------------------- body end ---------------------------- */
body{
	margin:0px;
	background-color:#ffffff;
}
.bg1{
	width:1000px;
	background:url(images/santa-clara-16.jpg) no-repeat color:#FFFFFF;
	margin:0 auto;
	background-color:#EEEEEE;
	background-repeat:repeat-y;
}
.text{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	line-height:18px;
}
.heading_text{
	font-family:Tahoma, Verdana, Arial;
	font-size:13px;
	font-weight:bold;
	color:#333333;
}
a.text_link{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#333333;
}
a.text_link:hover{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#77B02B;
	text-decoration:none;
	text-decoration:underline;
}
a.footer_link{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#FFFFFF;
}
a.footer_link:hover{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#FFFFFF;
	text-decoration:none;
	text-decoration:underline;