html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 12px;
	background-color: #ffffff;
}

* {
	margin: 0;
	padding: 0;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    general
*/

p {
	line-height: 1.5em;
	padding-bottom: 1em;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #003892;
	padding-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #003892;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}

hr {
	width: 100%;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	border: 0;
	margin: 0 0 .5em 0;
	padding-left: 20px;
}

a {
	color: #003892;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.blue {
	color: #005596;
}

.white {
	color: #ffffff;
}

.small {
	font-size: 10px;
}

table {
	padding: 8px;
	margin: 1em 0 1.5em 0;
	color: #0b5935;
}

table.numbers {
	background-color: #D9F2E5;
	margin-bottom: 0 0 1em 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #0b5935;
	border-left: 1px solid #0b5935;
}

table.numbers th {
	padding: 4px;
	font-size: 10px;
	border-bottom: 1px solid #0b5935;
	border-right: 1px solid #0b5935;
}

table.numbers td {
	text-align: left;
	font-size: 10px;
	padding: 4px;
	border-bottom: 1px solid #0b5935;
	border-right: 1px solid #0b5935;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    frame
*/

div#frame {
	width: 1000px;
	margin: 50px auto 0 auto;
	height: 700px;
	background-image: url(_graphics/background-frame.jpg);
	background-repeat: no-repeat;
}

div#frame-content {
	width: 925px;
	height: 480px;
	padding: 0 45px 0 30px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    masthead
*/

div#masthead {
	width: 1000px;
	height: 135px;
	padding-bottom: 20px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    top nav
*/

div#navtop {
	width: 364px;
	height: 20px;
	padding: 20px 45px 0 591px;
}

#navtop ul {
	list-style: none;
}

#navtop li {
	float: left;
}

#navtop li a {
	background: url(_graphics/navtop.jpg);
	background-repeat: no-repeat;
	text-indent: -999em; /* for accessibility */
	height: 20px;
	display: block;
}

#navtop #top1 a { width: 91px; background-position: -999px -999px; }
#navtop #top1 a:hover { background-position: -999px -999px; }
.pg_client #navtop #top1 a { background-position: 0px -40px; }

#navtop #top2 a { width: 103px; background-position: -91px 0px; }
#navtop #top2 a:hover { background-position:-91px -20px; }
.pg_partners #navtop #top2 a { background-position:-91px -40px; }

#navtop #top3 a { width: 117px; background-position: -194px 0px; }
#navtop #top3 a:hover { background-position: -194px -20px; }
.pg_leasing #navtop #top3 a { background-position: -194px -40px; }

#navtop #top4 a { width: 72px; background-position: -311px 0px; }
#navtop #top4 a:hover { background-position: -311px -20px; }
.pg_careers #navtop #top4 a { background-position: -311px -40px; }

#navtop #top5 a { width: 72px; background-position: -383px 0px; }
#navtop #top5 a:hover { background-position: -383px -20px; }
.pg_contacts #navtop #top5 a { background-position: -383px -40px; }

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    main nav
*/

div#navmain {
	width: 560px;
	height: 55px;
	padding: 30px 60px 0 380px;
}

#navmain ul { list-style:none; }

#navmain li { float:left; }

#navmain li a {
	background: url(_graphics/navmain.jpg);
	background-repeat: no-repeat;
	text-indent: -999em; /* for accessibility */
	height: 55px;
	display: block;
}

#navmain #main1 a { width: 70px; background-position: 0 0; }
#navmain #main1 a:hover { background-position: 0px -55px; }
.pg_home #navmain #main1 a { background-position: 0px -110px; }

#navmain #main2 a { width: 85px; background-position: -70px 0px; }
#navmain #main2 a:hover { background-position: -70px -55px; }
.pg_company #navmain #main2 a { background-position: -70px -110px; }

#navmain #main3 a { width: 105px; background-position: -155px 0px; }
#navmain #main3 a:hover { background-position: -155px -55px; }
.pg_capable #navmain #main3 a { background-position: -155px -110px; }

#navmain #main4 a { width: 85px; background-position: -260px 0px; }
#navmain #main4 a:hover { background-position: -260px -55px; }
.pg_national #navmain #main4 a { background-position: -260px -110px; }

#navmain #main5 a { width: 95px; background-position: -345px 0px; }
#navmain #main5 a:hover { background-position: -345px -55px; }
.pg_gallery #navmain #main5 a { background-position: -345px -110px; }

#navmain #main6 a { width: 120px; background-position: -440px 0px; }
#navmain #main6 a:hover { background-position: -440px -55px; }
.pg_sustain #navmain #main6 a { background-position: -440px -110px; }

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    company template
*/

div#company-sidebar {
	width: 170px;
	height: 480px;
	float: left;
	background-image:url(_graphics/background-sidebar.gif);
	background-repeat: repeat-y;
}

div#company-sidebar h1 {
	color: #484848;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	padding: 5px 0 0 20px;
	background-image:url(_graphics/sidebar-header.gif);
	background-repeat: no-repeat;
}

div#company-sidebar ul {
	list-style: none;
	line-height: 1.4em;
	color: #003892;
}

div#company-sidebar li a {
	display: block;
	width: 145px;
	padding: .3em 5px .3em 20px;
	border-bottom: #CCC dotted 1px;
	margin-bottom: 2px;
}

div#company-sidebar a:hover {
	text-decoration: none;
	background-image: url(_graphics/sidebar-rollover.gif);
	background-repeat: no-repeat;
}

div#company-content {
	width: 325px;
	height: 480px;
	padding: 0 20px 0 20px;
	float: left;
}

div#company-content ul {
	padding: 0 0 .5em 15px;
}

div#company-content ul li {
	padding-bottom: 1em;
}

div#company-picture {
	width: 390px;
	height: 480px;
	float: left;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    homepage template
*/

div#homepage-flash {
	width: 620px;
	height: 480px;
	float: left;
}

div#homepage-content {
	width: 285px;
	height: 480px;
	padding-left: 20px;
	float: left;
	background-image: url(_graphics/25th-logo.jpg);
	background-repeat: no-repeat;
	background-position: 40px 355px;
}

div#homepage-content ul {
	padding: 0 0 .5em 20px;
}

div#homepage-content ul li {
	padding-bottom: 1em;
}

.homepage-button {
	width: 260px;
	background-image: url(_graphics/background-homebutton.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 0 20px;
	margin-bottom: 10px;
}

.homepage-button p {
	line-height: 1em;
	padding: 0;
	font-size: 10px;
	margin-bottom: 4px;
}

div.more {
	width: 250px;
	text-align: right;
	padding-right: 5px;
	background-image: url(_graphics/more.gif);
	background-repeat: no-repeat;
}

div.more p {
	font-size: 9px;
	padding: 4px 7px 0 0;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    contact template
*/

div#contact-content {
	width: 635px;
	height: 480px;
	padding: 0 20px 0 0;
	float: left;
}

div#contact-sidebar {
	width: 250px;
	height: 460px;
	float: left;
	background-image:url(_graphics/background-sidebar-contact.gif);
	background-repeat: repeat-y;
}

div#contact-sidebar h1 {
	color: #484848;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	padding: 5px 0 0 20px;
	background-image:url(_graphics/sidebar-header-contact.gif);
	background-repeat: no-repeat;
}

div#contact-sidebar h2 {
	color: #484848;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 1px 0 0 20px;
}

div#contact-sidebar p {
	padding-left: 20px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    gallery
*/

div.gallery-content {
	float: left;
	width: 580px;
	padding: 0 0 0 20px;
}

img#gallery_pic {
	margin-left: 10px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    default-rev
*/

div#default-rev-picture {
	float: left;
	width: 560px;
	text-align: center;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    footer
*/

div#footer {
	width: 980px;
	text-align: right;
	padding: 25px 20px 0 0;
	height: 70px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    form elements
*/

.fields {
	width: 80px;
	background-color: #e9e9e9;
	border: #c3c3c3 1px solid;
	padding: 3px;
	margin-left: 0.5em;
	color: #7f7f7f;
}

.button {
	color: #7f7f7f;
	background-color: #ffffff;
	border: none;
	padding: 1px;
	margin: 0 2em 0 0.5em;
}


