@charset "utf-8";
/* CSS Stylesheet for The Murillo Company */

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color:#333333;
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url("images/bg.gif");
	background-position: center top;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {color:#ffd700;}
a:visited {color: #ffffff;}
a:hover {color:#ffd700;}

#title {
	background-color:#666666;
	width: 100%;
	padding-top: 4px;
	padding-bottom:0px;
	padding-left: 2px;
	font-family: "Trebuchet MS";
	font-size: 12px;
		}
		
.topics {
	font-family: Helvetica, Trebuchet MS;
	font-size: 14px;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #c4a500;
	font-family: "Trebuchet MS";
}

.imgborder {
	border-color:#333333;
	border-width: 2px;
}

.imgborder2 {
	border-color:#333333;
	border-width: 2px;
	margin-bottom: 80px;
}

.personnel {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}

#header {
	width: 800px;
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	float: none;
	line-height: 0px;
}

#navigation {
	background-color:#000000;
	width: 800px;
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 7px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	float: none;
	clear: both;
}


#contentcontainer {
	width: 800px;
	background-color: #FFFFFF;
	padding:0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	margin-top: 5px;
}

#content1 {
	width: 770px;
	text-align: left;
	padding-top: 7px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	clear: both;
	/*float: left;*/
}

#content1 a:link, #content1 a:visited {
	color: #0066CC;
	}

#content2 {
	width: 560px;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	float: right;
}

#sidebar {
	width: 218px;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	float: left;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px  "Trebuchet MS";
z-index:100;
text-align:left;
line-height: 20px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-align:left;
line-height: 20px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #666666;
}

#contactform {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

#footer {
	background-color:#000000;
	width: 800px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #ffffff;
	float: none;
	clear: both;
	display: block;
}
