/* Style Sheet: Screen */

.hidden {
	display: none;
}
.required {
	color: #990000;
}

* {
	font-family: verdana, arial, sans-serif;
}

/* structure */
html, body {
	margin: 0;
	padding: 0;
}

/* text */
address, blockquote, code, div, 
h1, h2, h3, h4, h5, h6, p, pre {
	cursor: default;
}
div {
	margin: 0;
	padding: 0;
}

/* list */
dl, ol, ul {
    cursor: default;
}

/* hypertext */
a {
	text-decoration: none;
}

/* presentation */
hr {
	display: none;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}

/* tables */
caption, td, th {
	cursor: default;
}
caption {
	font-size: 10pt;
}
td, th {
	empty-cells: show;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0;
	padding: 0;
	table-layout: auto;
	width: 100%;
}

/* forms */
form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	cursor: default;
}

/* image */
img {
	border: none;
}


/* page layout */
div.navigation ul {
	margin-right: 0;
	margin-left: 0;
}
div.navigation ul li {
	display: inline;
	list-style: none;
}

a {
	color: #112722;
	text-decoration: none;
}
a:hover {
	color: #cc1122;
	text-decoration: underline;
}

body {
	background: #ffffff url("../images/shadow.gif") top center repeat-x;
}

form {
	border-top: 20px solid #112722;
	border-bottom: 45px solid #112722;
}

/* page layout -- header */
div#header-wrapper {
	border-top: 1px solid #556655;
}
div#header {
	height: 150px;
	margin: 0 auto;
	padding: 1px 20px 0 20px;
	text-align: left;
	width: 800px;
}
div#header h1 {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}
div#header h1 {
	background: transparent url("../images/logo.jpg") bottom left no-repeat;
	height: 120px;
	width: 257px;
}
div#header h1 a {
	display: inline-block;
	height: 120px;
	width: 257px;
}
div#header h1 a:hover {
	text-decoration: none;
}
div#header h1 span.company {
	visibility: hidden;
}
div#header h2 {
	display: none;
}
p#page-links {
	display: none;
}

div#small-navigation {
	float: right;
	margin-top: -1px;
}
div#small-navigation ul,
div#small-navigation ul li {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#small-navigation ul li a {
	display: inline-block;
	margin: 0;
	padding: 7px 10px;
}
div#small-navigation ul li a:hover {
	background-color: #333377;
	color: #ffffff;
	text-decoration: none;
}
div#small-navigation ul li.selected a {
	background-color: #337744;
	color: #ffffff;
}
div#small-navigation ul li.selected a:hover {
	text-decoration: none;
}

div#header-navigation {
	clear: right;
	height: 100px;
	margin: 0;
	padding: 1px 0;
	text-align: right;
}
div#header-navigation ul,
div#header-navigation ul li {
	font-size: 13pt;
	font-weight: bold;
}
div#header-navigation ul {
	margin: 30px 0;
	padding: 0;
}
div#header-navigation ul * {
	font-family: "Trebuchet MS", arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
div#header-navigation ul li {
	margin: 0 0 0 30px;
	padding: 0 5px 0 10px;
}

/* page layout -- content */
div#content-wrapper {
	text-align: center;
}
div#content,
div#options {
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	width: 800px;
}
div#content h2.content-header {
	border: 1px solid #556655;
	height: 175px;
}
div#content h2.content-header span {
	visibility: hidden;
}
div#content h2#header-contactus {
	background: transparent url("../images/header-contactus.jpg") top center no-repeat;
}
div#content h2#header-design {
	background: transparent url("../images/header-design.jpg") top center no-repeat;
}
div#content h2#header-execute {
	background: transparent url("../images/header-execute.jpg") top center no-repeat;
}
div#content h2#header-plan {
	background: transparent url("../images/header-plan.jpg") top center no-repeat;
}
div#content h2#header-tools {
	background: transparent url("../images/header-tools.jpg") top center no-repeat;
}
div#content h2#header-welcome {
	background: transparent url("../images/header-welcome.jpg") top center no-repeat;
}
div#content h3 {
	color: #113355;
	font-family: arial, sans-serif;
	font-size: 1.2em;
}
div#content h4,
div#content address,
div#content p {
	font-size: 0.75em;
	line-height: 1.4em;
}
div#content p#mission {
	font-family: "times new roman", serif;
	font-size: 1.5em;
	font-style: italic;
	letter-spacing: 2px;
}
div#content div.highlight {
	border: 1px solid #113355;
	padding: 5px 15px;
}
div#content li {
	font-size: 0.75em;
	line-height: 1.4em;
}
div#content ul.telephone {
	margin: 1em 0;
	padding: 0;
}
div#content ul.telephone li {
	list-style: none;
}
div#content fieldset {
	border: 1px solid #ccddcc;
}
div#content fieldset:hover {
	border: 1px solid #556655;
}
div#content legend {
	color: #113355;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
div#content div#ValidationForm {
	margin: 1em;
}
div#content span.label {
	clear: left;
	display: block;
	float: left;
	font-size: 0.75em;
	line-height: 1.4em !important;
	width: 125px;
}
div#content span.input {
	display: block;
	float: left;
	line-height: 1.4em !important;
	width: 225px;
}
div#content div.input-checkbox span.label {
	display: inline;
	float: none;
	width: auto;
}
div#content div.input-radio span.label {
	padding-right: 15px;
	width: auto;
}
div#content div.input-radio span.input label {
	display: none;
}
div#content div.input-checkbox span.input,
div#content div.input-radio span.input,
div#content div.textarea span.input {
	display: inline;
	float: none;
	width: auto;
}
div#content div.checkboxes,
div#content div.inputs,
div#content div.radio-inputs,
div#content div.textareas {
	clear: both;
}
div#content div.checkboxes input {
	cursor: pointer;
}
div#content div.inputs input {
	background-color: #f9f9f9;
	border: 1px solid #bbc6bb;
	cursor: text;
	width: 220px;
}
div#content div.inputs select {
	cursor: pointer;
	width: 220px;
}
div#content div.textareas textarea {
	background-color: #f9f9f9;
	border: 1px solid #bbc6bb;
	cursor: text;
}
div#content div.inputs input:focus,
div#content div.inputs select:focus,
div#content div.textareas select:focus {
	border-color: #112722;
}
div#content div.inputs input:hover,
div#content div.inputs select:hover,
div#content div.textareas textarea:hover {
	background-color: #eef3ee;
	border-color: #112722;
}
div#content div.radio-inputs input {
	cursor: pointer;
}
div#content div.form-controls {
	margin: 1em;
	text-align: right;
}
div#content div.form-controls input {
	border: 2px solid #556655;
	cursor: pointer;
}

div.marketing {
	border: 1px solid #112722;
	height: 500px;
}
div.marketing * {
	color: #ffffff;
	font-family: "times new roman", serif;
}
div.marketing h2 {
	font-size: 38pt;
	font-style: italic;
	font-weight: normal;
	margin: 350px 0 0 15px;
	padding: 0;
}
div.marketing h2 span {
	visibility: hidden;
}
div.marketing p {
	font-size: 22pt !important;
	font-style: italic;
	margin: -5px 0 0 15px;
	padding: 0 0 10px 0;
}
div#marketing-partner {
	background: transparent url("../images/marketing-design.jpg") center center no-repeat;
}

div#commons {
	padding: 20px 0 0 0;
}

div#commons p {
	color: #bbbbbb;
	font-size: 7.5pt;
}
div#commons p a {
	color: #bbbbbb;
	text-decoration: none;
}
div#commons p a:hover {
	color: #cc1122;
}
div#commons p span.statement {
	position: relative;
	top: -3px;
}

div#options {
	padding: 30px 0 0 0;
}
div#options p {
	margin: 0;
	padding: 0;
}
div#options p#option-links {
	color: #dddddd;
	float: right;
	font-size: 8pt;
}
div#options p#option-links a {
	color: #dddddd;
}
div#options p#resize {
	font-size: 11pt;
	line-height: 14pt;
	text-align: left;
}
div#options p#resize a#resize-1 {
	font-size: 8pt;
}
div#options p#resize a#resize-2 {
	font-size: 11pt;
}
div#options p#resize a#resize-3 {
	font-size: 14pt;
}

/* page layout -- footer */
div#footer-wrapper {
	background-color: #112722;
	border-top: 1px solid #556655;
	border-bottom: 1px solid #556655;
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
}
div#footer {
	border-right: 1px solid #556655;
	border-left: 1px solid #556655;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	width: 800px;
}
div#footer h2 {
	color: #ffffff;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

div#copyright {
	color: #aabbbb;
	float: right;
	text-align: right;
}
div#copyright p {
	font-size: 7pt;
}

div#footer-navigation {
	float: left;
}
div#footer-navigation ul,
div#footer-navigation ul li {
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
div#footer-navigation ul li {
	margin-right: 15px;
}
div#footer-navigation ul li a {
	color: #aabbbb;
}
div#footer-navigation ul li a:hover {
	color: #99ccff;
}

div#membership {
	clear: both;
	text-align: right;
}
div#membership p {
	color: #aabbbb;
	font-size: 7pt;
}

div#awards ul,
div#awards ul li {
	margin: 0;
	padding: 0;
	text-align: right;
}
div#awards ul li {
	display: inline;
	list-style: none;
	margin-left: 30px;
}
div#awards ul li img {
	border: 4px solid #556666;
}

div#address {
	clear: both;
	text-align: center;
}
div#address address {
	color: #aabbbb;
	font-size: 8pt;
	font-style: normal;
	margin: 0;
	padding: 20px 0 0 0;
}

/* Style Sheet/CSS 2.1. */
