@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
	background-color: #e5e8ea;
}
#main-top {
	background-image: url(../images/main-top-back.jpg);
	background-repeat: repeat-x;
	height: 59.5em;
	width: 100%;
}
#wrapper-top {
	width: 75.4em;
	margin-right: auto;
	margin-left: auto;
	height: 53em;
}
#logo-nav {
	width: 98%;
	margin-top: 0.4em;
	margin-right: auto;
	margin-left: auto;
	height: 11em;
}
#logo {
	height: 10em;
	margin-left: 1em;
	width: 19.7em;
	padding-top: 1em;
	float: left;
}

#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar {
	float: right;
	height: 4em;
	width: 45em;
	margin-right: 1em;
	margin-top: 3.8em;
}

#navbar ul {
	list-style-type: none;
}

#navbar li {
	float: left;
	position: relative;
}

#navbar li ul {
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

#navbar li:hover ul, #navbar li a:hover ul{ /* IE6 hack */
	visibility: visible;
	top: 2.2em;
	left: 0em;
}

#navbar li:hover ul li a, #navbar li a:hover ul li a{ /* IE6 hack */
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 10.7em;
	padding: 0 0 0 1em;
	height: auto;
	background-color: #2a3137;
	font-size: 14px;
}
#navbar li:hover ul li a:hover, #navbar li a:hover ul li a:hover{ /* IE6 hack */
	color: #A0A0A4;
	background-color: #2a3137;
}

#navbar a, #navbar a:link, #navbar a:visited {
	color: #173563;
	text-decoration: none;
	display: block;
	height: 2em;
	width: 6.7em;
	line-height: 2em;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#navbar a:hover, #navbar a:active, .homepage #nav-home a, .aboutpage #nav-about a, .linkspage #nav-links a, .portfoliopage #nav-portfolio, #navbar a.current{
	color: #fff;
	background-image: url(../images/button3.gif);
	background-repeat: repeat-x;
}

.bottom-shadow {
	background-image: url(../images/shadow.png);
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}
#main-top-content {
	width: 100%;
	height: 30.5em;
}
#main-top-content h1 {
	margin-top: 0.3em;
	margin-left: 0.5em;
	margin-bottom: 1em;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #555;
}

#main-top-content p {
	margin-right: .5em;
	margin-left: .5em;
	margin-bottom: 1em;
}
.solo-button {
	width: 39%;
	text-align: center;
	padding-top: .4em;
	float: right;
}
.solo-button img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.instep-button {
	height: 3.6em;
	width: 34%;
	float: right;
	position: relative;
	right: 18em;
	z-index: 99;
	top: 3.7em;
}
.instep-button h2 {
	font-size: 16px;
	padding-top: 0.2em;
	color: #173563;
}
.instep-button img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: .6em;
}


#main-icon-area {
	height: 15.5em;
	width: 100%;
	clear: both;
	padding-top: .5em;
}
.services {
	float: left;
	height: 14.5em;
	width: 17.5em;
	margin-left: 1.1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
.icon {
	text-align: center;
	width: 100%;
}
.icon img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.icon-text {
	margin-right: .5em;
	margin-left: .5em;
}

.icon-text p {
	font-size: 11px;
	color: #999;
	text-align: left;
}
.icon-text h2 {
	text-align: left;
	margin-bottom: 0.2em;
	color: #C72921;
	font-size: 16px;
	font-weight: bold;
}
.icon-text h2 a, .icon-text h2 a:link, .icon-text h2 a:visited {
	color: orange;
}
.icon-text h2 a:hover {
	color: #993300;
}
.icon-text p a, .icon-text p a:link, .icon-text p a:visited {
	color: #ccc;
}
.icon-text p a:hover {
	color: #888;
	text-decoration: none;
}
#wrapper-mid {
	height: 2em;
	width: 29em;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#wrapper-mid h2 {
	margin-top: .7em;
	font-size: 22px;
	color: #003366;
	margin-bottom: .7px;
}
#wrapper-mid h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
}
#wrapper-mid img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-back {
	background-image: url(../images/footer-back.gif);
	height: 3em;
	width: 100%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-repeat: repeat-x;
	clear: both;
}
#footer-wrap {
	font-size: 11px;
	font-style: italic;
	color: #999;
	width: 87em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.5em;
}
#footer-wrap a, #footer-wrap a:link, #footer-wrap a:visited {
	color: #ccc;
}
#footer-wrap a:hover {
	color: #777;
	text-decoration: none;
}

#footer-left {
	float: left;
	width: 60%;
}
#footer-right {
	float: right;
	width: 35%;
	text-align: right;
}
#help-nav {
	width: 100%;
	margin-bottom: 1.5em;
}
#help-nav ul {
	list-style-type: square;
	margin: .5em 0;
	text-align: center;
}
#help-nav ul li {
	display: inline;
	text-align: center;
	padding-right: 0.8em;
	padding-left: 0.8em;
	line-height: 1.7em;
}
#help-nav ul li a, #help-nav ul li a:link, #help-nav ul li a:visited {
	font-weight: bold;
	color: #273C45;
}
#help-nav ul li a:hover {
	color: #FF6600;
	text-decoration: none;
}



#secondary-top {
	background-image: url(../images/secondary-top-back.jpg);
	background-repeat: repeat-x;
	height: 59.5em;
	width: 100%;
}
#secondary-wrapper {
	width: 75.4em;
	margin-right: auto;
	margin-left: auto;
}
#secondary-top-content {
	width: 100%;
	height: 12em;
}

#secondary-top-content h1 {
	margin-top: 1.1em;
	margin-left: 0.5em;
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: bold;
	color: #173563;
	text-shadow: 1px 1px 2px #555;
}
#secondary-top-content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3C4750;
	text-align: center;
	font-style: italic;
	margin-bottom: .5em;
	padding-top: 0.3em;
}

#secondary-top-content p {
	margin-right: .5em;
	margin-left: .5em;
	margin-bottom: 1em;
	text-align: center;
}
#secondary-mid-content {
	float: right;
	width: 70%;
}
#secondary-mid-content td {
	padding: 4px;

}

#secondary-mid-content ul {
	margin-left: 5em;
	margin-bottom: 1em;
	font-style: italic;
	color: #333;
	list-style-type: circle;
}
#secondary-mid-content li {
	margin-bottom: .3em;
}

#secondary-mid-content h3 {
	margin-bottom: .3em;
	margin-left: .4em;
	color: #173563;
}
#secondary-mid-content h4 {
	font-style: italic;
	font-weight: bold;
	margin-left: 0.5em;
	color: #444;
}

#secondary-mid-content p {
	color: #555;
	margin-right: .4em;
	margin-bottom: 1em;
	margin-left: .4em;
}
#secondary-mid-content img {
	margin: 0.4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#secondary-mid-content a, #secondary-mid-content a:link, #secondary-mid-content a:visited {
	font-style: italic;
	color: #173563;
}
#secondary-mid-content a:hover {
	color: #BF7C00;
	text-decoration: none;
}
.more {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 128px;
	margin-top: .6em;
	margin-left: 1em;
	text-align: center;
	line-height: 2.3em;
}
.divider {
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 1.5em;
	width: 99%;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
	padding-top: .5em;
}



#secondary-sidebar {
	float: left;
	width: 29%;
}
#secondary-sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#secondary-sidebar .widget {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	text-align: center;
}
#secondary-license-content {
	width: 98%;
}
#secondary-license-content h3 {
	margin-bottom: .3em;
	margin-left: .4em;
	color: #173563;
}
#secondary-license-content p {
	color: #555;
	margin-right: .4em;
	margin-bottom: 1em;
	margin-left: .4em;
}
#secondary-license-content img {
	margin: 0.4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#secondary-license-content a, #secondary-license-content a:link, #secondary-license-content a:visited {
	font-style: italic;
	color: #173563;
}
#secondary-license-content a:hover {
	color: #BF7C00;
	text-decoration: none;
}
.tableshade {
	background-color: #ADBACF;
}
.tableshade-2 {
	background-color: #CDD2D8;
}

#secondary-mid-content-full {
	width: 100%;
}
#secondary-mid-content-full  ol li {
	font-style: italic;
	color: #333;
	margin-left: 4em;
	margin-bottom: .8em;
}

#secondary-mid-content-full h3 {
	margin-bottom: .3em;
	margin-left: .4em;
	color: #173563;
}
#secondary-mid-content-full h4 {
	font-style: italic;
	font-weight: bold;
	margin-left: 0.5em;
	color: #444;
}
#secondary-mid-content-full p {
	color: #555;
	margin-right: .4em;
	margin-bottom: 1em;
	margin-left: .4em;
}
#secondary-mid-content-full img {
	margin: 0.4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#secondary-mid-content-full a, #secondary-mid-content-full a:link, #secondary-mid-content-full a:visited {
	font-style: italic;
	color: #173563;
}
#secondary-mid-content-full a:hover {
	color: #BF7C00;
	text-decoration: none;
}
#secondary-mid-content-full ul {
	font-style: italic;
	margin-left: 3em;
}
.videobox {
	float: left;
	height: 330px;
	width: 315px;
	border: 1px solid #222;
	margin: 10px;
}

#misc-high-visibility {
	color: #CC3300;
}
