html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 1.10em;
	background: url(../Images/Background.gif);
	position: relative;
}

#header_wrapper {
	width: 100%;
	background: url(../Images/HeaderBackground.gif);
}

#header {
	height: 120px;
	width: 900px;
	padding: 0px;
	margin: auto;
}

#header_logo {
	height: 120px;
}

#home {
	width: 30px;
	background-image: url(../Images/HeaderMenuHome.png);
}

#contact_us {
	width: 60px;
	background-image: url(../Images/HeaderMenuContactUs.png);
}

#employment {
	width: 68px;
	background-image: url(../Images/HeaderMenuEmployment.png);
}

#optech_store {
	width: 77px;
	background-image: url(../Images/HeaderMenuOptechStore.png);
}

#gsa_schedule {
	width: 78px;
	background-image: url(../Images/HeaderMenuGSASchedule.png);
}

#customer_login {
	width: 87px;
	background-image: url(../Images/HeaderMenuCustomerLogin.png);
}

#company_menu {
	list-style: none;
	margin: -20px 0px 0px 0px;
}

#company_menu li {
	float: right;
}

#company_menu li span {
	display: none;
}

#company_menu li a {
	display: block;
	height: 20px;
	text-decoration: none;
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 15px;
	cursor: pointer;
}

#company_menu li a:hover {
	background-position: bottom;
}

#viewport_top {
	width: 900px;
	height: 25px;
	margin: auto;
}

#viewport {
	width: 900px;
	margin: auto;
	background-color: #ffffff;
}

#viewport_bottom {
	width: 900px;
	height: 25px;
	margin: auto;
	background: url(../Images/ViewportBottomLeft.png) no-repeat top left;
}

#viewport_top_hr {
	background: url(../Images/ViewportTop.png);
	height: 60px;
}

#viewport_bottom_hr {
	background: url(../Images/ViewportBottomRight.png) no-repeat top right;
	height: 60px;
}

#sector_navigation {
	float: left;
	width: 240px;
	padding: 20px 0px 20px 20px;
}

#sector_menu {
	list-style-type: none;
}

#sector_menu li {
	list-style-type: none;
}

#sector_menu li span {
	display: none;
}

#sector_menu li a {
	display: block;
	width: 240px;
	height: 72px;
	text-decoration: none;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#sector_menu li a:hover {
	background-position: bottom;
}

#commercial {
	background: url(../Images/SideMenuCommercial.png);
	background-position: top;
}

#commercial_active {
	background: url(../Images/SideMenuCommercial.png);
	background-position: bottom;
}

#residential {
	background: url(../Images/SideMenuResidential.png);
	background-position: top;
}

#residential_active {
	background: url(../Images/SideMenuResidential.png);
	background-position: bottom;
}

#government {
	background: url(../Images/SideMenuGovernment.png);
	background-position: top;
}

#government_active {
	background: url(../Images/SideMenuGovernment.png);
	background-position: bottom;
}

#education {
	background: url(../Images/SideMenuEducation.png);
	background-position: top;
}

#education_active {
	background: url(../Images/SideMenuEducation.png);
	background-position: bottom;
}

#container {
	min-height: 100%;
	margin: 0px auto;
}

#footer_spacer {
	height: 40px;
}

#footer_wrapper {
	width: 100%;
	position: relative;
	padding: 10px 0px 0px 0px;
	margin: -40px 0px 0px 0px;
	background: url(../Images/FooterBackground.gif);
}

#footer {
	height: 30px;
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: right;
}

#content {
	margin-left: 260px;
	padding: 20px 20px 20px 20px;
	min-height: 300px;
}

#content a {
	color: #2380c5;
}

#content a:hover {
}

#content ol {
	list-style-type: decimal;
	padding-left: 20px;
	font-size: .90em;
	margin: 0px 0px 10px 0px;
}

#content ol li {
	margin: 0px 0px 5px 0px;
}

#content ul {
	list-style-image: url(../Images/Bullet.gif);
	padding-left: 20px;
	font-size: .90em;
	margin: 0px 0px 10px 0px;
}

#content ul li {
	margin: 0px 0px 5px 0px;
}

#content h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

#content h1 {
	font-size: 1.15em;
	background: url(../Images/Underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 3px;
}

#content p {
	text-align: left;
	margin: 0px 0px 10px 0px;
}

#content p#right {
	float: right;
}

#content p#left {
	float: left;
	margin: 0px 10px 10px 0px;
}

#content p#center {
	text-align: center;
}

#content p#date {
	color: #afafaf;
	font-size: .90em;
}

#footer p {
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content blockquote {
	background-color: #eeeeee;
	font-style: italic;
	padding: 10px;
	border-bottom: 4px solid #ffe049;
}

#content blockquote p {
	margin: 0px;
	text-align: left;
}

#inline {
	margin: 0px 10px 10px 10px;
}

#pullquote_left {
	margin-right: 10px;
	float: left;
	width: 10em;
}

#pullquote_right {
	margin-left: 10px;
	float: right;
	width: 10em;
}

#two_column {
	width: 600px;
	background: #00FFFF;
}

#two_column_left {
	width: 295px;
	float: left;
}

#two_column_right {
	width: 295px;
	float: right;
}

#sub_page_two_column_left {
	float: left;
	width: 275px;
	padding: 10px 10px 0px 10px;
	margin: 0px 5px 10px 0px;
	background: #eeeeee;
}

#sub_page_two_column_right {
	float: right;
	width: 275px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 10px 5px;
	background: #eeeeee;
}

#sub_page_three_column_left {
	float: left;
	width: 173px;
	padding: 10px 10px 0px 10px;
	margin: 0px 10px 10px 0px;
	background: #eeeeee;
}

#sub_page_three_column_center {
	float: left;
	width: 174px;
	padding: 10px 10px 0px 10px;
	margin: 0px 10px 10px 0px;
	background: #eeeeee;
}

#sub_page_three_column_right {
	float: left;
	width: 173px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	background: #eeeeee;
}

#gallery_navigation {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

table td#left {
}

table td#right {
	text-align: right;
}

#gallery {
}

#gallery_cell {
	width: 200px;
	padding: 0px 10px 0px 0px;
}

#gallery_cell p {
	text-align: center;
}

#float_end {
	clear: both;
}
