/* CSS File for Electron Technologies */

body {
	background-color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	color: #355748;
}

a:link {
	color: #D05B15;
}

a:visited {
	color: #C47B55;
}

a:hover {
	background-color: #D05B15;
	color: #ffffff;
}

#site-logo {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 20px;
}

#site-logo a:hover {
	background-color: #ffffff;
}

/*355748*/

#site-info {
	height: 125px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/green-to-white-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#container {
	background-color: #ffffff;
	padding: 15px;
	position: absolute;
	top: 125px;
	left: 0px;
	margin-left: 230px;
}

#content {
}

#content p {
	line-height: 1.5em;
}

#copyright {
	font-size: 86%;
	color: #999999;
}

#navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-left: 234px;
}

#navigation ul {
	list-style: none;
	padding: 5px 0px;
	margin: 0px;
}

#navigation li {
	display: inline;
}

#navigation li a, #navigation li strong {
	background-color: #8E9E96;
	color: #ffffff;
	padding: 3px 15px 5px 15px;
	margin: 0px 10px;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#navigation li a.nav-selected, #navigation li strong.nav-selected {
	background-color: #ffffff;
	color: #D05B15;
}

#sub-navigation {}
