/* main */

html, body {
	font-family: "Lucida Grande", Helvetica;
	color: #333300;
	text-align: center;
	padding:0;
	background-color: #7A8869;
	margin: 0px;
	background-image: url(images/background2_01.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

/* text */

.footer_text {
	font-size: x-small;
	color: #768A6A;
	margin-top: 5px;
}

a {
	font-weight: bold;
	color: #768A6A;
}

a:hover {
	font-weight: bold;
	color: #333300;
}

h1 {
	color: #1D430E;
	font-size: 22px;
	font-family: Helvetica;
	display: block;
	margin-top: 10px;
}

h2 {
	font-size: 16px;
	color: #1D430E;
	text-transform: uppercase;
}

/* structure */

#container {
	background-color: #FFFFFF;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	border-top: 5px none #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
}
#header {
	background-color: #003300;
	position:relative;
	height: 91px;
	width: 100%;
	text-align: right;
	background-image: url(images/Muth-Electrical-Banner_02.jpg);
}
.no_margins {
	margin: 0px;
	padding: 0px;
}
#navbar {
	background-color: #D1BA3E;
	position:relative;
	height: 27px;
	width: 100%;
	background-image: url(images/navbar_background2_05.gif);
	padding-bottom: 2px;
	background-repeat: repeat-x;
	padding-top: 3px;
	z-index: 1;
}
#navbar a {
	text-transform: uppercase;
	color: #333300;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	letter-spacing: -0.5px;
	margin-right: 10px;
	padding-top: 2px;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	text-indent: 0px;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navbar ul {
	margin: 0px;
}
#content {
	position:relative;
	padding-left: 5px;
}
#footer {
	height: 27px;
	background-color: #CDBB41;
	position:relative;
	width: 100%;
	background-image: url(images/navbar_background2_05.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
#navbar a:hover {
	text-transform: uppercase;
	color: #1B420C;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	letter-spacing: -0.5px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #1B420C;
	margin-right: 10px;
	padding-top: 2px;
}

#right_box_profiles {
	background-color: #FAF3B5;
	padding: 5px;
	width: 200px;
	border: thin dotted #D1BA3E;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#main_column {
	float: left;
	width: 460px;
}


#right_box_stories {
	background-color: #FAF3B5;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	width: 200px;
	border: thin dotted #D1BA3E;
}


#right_boxes_grey {
	background-color: #F8FAE3;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	width: 200px;
	border: thin dotted #D1BA3E;
	background-image: url(images/content_bg.jpg);
}

.img_bordered {
	border: thin dotted #1D430E;
	padding: 2px;
	margin: 5px;
	text-align: center;
}

#frontpage_people {
	padding: 5px;
	width: 200px;
	font-size: 10px;
	background-image: url(images/content_bg.jpg);
	border: thin dotted #768A6A;
	float: left;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}

#frontpage_projects {
	padding: 5px;
	width: 200px;
	font-size: 10px;
	background-image: url(images/content_bg.jpg);
	border: thin dotted #768A6A;
	float: left;
	margin-left: 15px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}
.callout {
	padding: 5px;
	width: 90%;
	border: thin dotted #1F6200;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
.callout_right {
	font-size: 14px;
	color: #7A8869;
	background-color: #FFFFCC;
	padding: 5px;
	width: 200px;
	border: thin dashed #7A8869;
	float: right;
	margin-right: 10px;
}
#sidebar {
	width: 200px;
	float: left;
	margin-left: 10px;
}
#video_box {
	padding: 5px;
	float: left;
	height: 240px;
	width: 320px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin dotted #214813;
	background-color: #E5DFA6;
}
#homepage_video_image {
	background-color: #E5DFA6;
	border: thin dotted #4C664B;
}
.clear {
	clear: both;
}
#homepage_lineheight_cancel {
	line-height: -25px;
}
