/* Reset */

* {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

ul li.rightlink, ul li.rightlink a, div.rightlink {
	padding-right: 0px !important;
	border-right: none !important;
	margin-right: 0px !important;
}

ul li.bottomlink, ul li.bottomlink a {
	border: none !important;
}

ul li.leftlink, ul li.leftlink a, div.leftlink {
	padding-left: 0px !important;
}

/* Disable Chrome's stupid glow effects (And fix fonts) */

input, textarea, select {
	outline: none !important;
	font-family: Arial, Helvetica, sans-serif;
}

/* Utilities */

.floatright {
	float: right;
}

.floatright img {
	padding-bottom: 10px;
	padding-left: 10px;
}

.left, .right {
	float: left;
}

.clearboth, .clear, .clearBoth {
	clear: both;
	overflow: hidden;
}

span.clear {
	display: block;
}

.rightText {
	text-align: right;
}

.rightText img {
	margin-left: auto;
}

.centerText, .creditcards {
	text-align: center;
}

.centerText img, .creditcards img {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.creditcards {
	height: 60px;
}

.creditcards img {
	padding: 0px !important;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 40px;
}

/* Admin menu */

#adminMenu {
	text-align: left;
	background-color: #000000;
	padding: 10px 0 0 0 !important;
	font-size: 11px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	position: absolute;
	top: 0px;
	left: 0px;
}

#adminMenu ul, #adminMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#adminMenu ul {
	float:left;
}

#adminMenu li {
	display: inline;
	float: left;
	background-color: #FFFFFF;
	margin-left: 8px;
}

#adminMenu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	border-bottom: none;
	display: block;
}

#adminMenu a:hover {
	background-color: #0066FF;
	color: #FFFFFF;
}

/* Form */

.formBox {
	padding: 10px 0;
}

.formBox p {
	clear: left;
	margin-bottom: 10px;
}

.formBox p label {
	width: 30%;
	padding-right: 5%;
	text-align: right;
	font-weight: bold;
	float: left;
	color: #000000;
}

.formBox .checkBoxList {
	width: 55%;
	float: left;
	margin: 0 0 10px 0;
	height: 60px;
	overflow: auto;
	border: 1px solid #063156;
	padding: 5px;
}

.formBox .checkBoxList.tall {
	height: 150px;
}

.formBox .checkBoxList label {
	float: none;
	font-weight: normal;
	width: auto;
	cursor: pointer;
	margin-left: 10px;
}

.formBox .checkBoxList input {
	width:auto;
}

p input, .formBox p textarea, .formBox p select, .formBox button {
	border: 1px solid #000000;
	width: 55%;
	color: #000000;
	font-size: 1em;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

p input.file {
	width: auto;
}

form p select {
	padding: 1px !important;
}

#popup p input, .formBox p textarea, .formBox p select, .formBox button {
	border-color: #000000;
}

.formBox p textarea {
	height: 70px;
}

.formBox p input.number {
	width: 75px;
}

.formBox p input.chk {
	border: none;
	width: auto;
}

p input.btn, .formBox button, .formBox input.chooseBtn {
	width: auto;
	background-color: #FFFFFF;
}

.formBox input.chooseBtn {
	margin-left: 1px;
}

p.buttons, div.buttons {
	padding-left: 35%;
}

p.buttons input, div.buttons input {
	width: auto;
	font-weight: bold !important;
	padding: 5px;
	background-color: #FFF;
}

/* Basic layout, crumbtrail etc */

html {
	background-color: #000;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(../media/common/clark-engineering-bg.jpg);
	background-repeat: repeat-x;
}

#wrapper, #footer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#crumbtrail {
	color: #333;
	width: 100%;
	margin-bottom: 10px;
	font-size: 11px;
}

#crumbtrail p {
	padding-top: 7px;
	float: left;
}

#crumbtrail a {
	color: #333;
}

#crumbtrail a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 990px;
	color: #FFF;
}

#header .left {
	width: 750px;
	height: 130px;
}

#header .left #logobox {
	background-image: url(../media/common/clark-engineering-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-bottom: 5px;
	text-indent: -1000em;
	overflow: hidden;
}

#header .left #logobox a {
	display: block;
	width: 147px;
	height: 69px;
}

#header .right {
	width: 240px;
	padding-top: 66px;
	text-align: right;
}

#header .right p {
	color: #FFF;
	font-size: 11px;
	padding-bottom: 3px;
}

#header .right p.opening {
	font-size: 15px;
	padding-left: 10px;
	color: #E20A17;
	margin-top: 10px;
	font-weight: bold;
}

/* Navigation */

#header .left ul, #header .left ul li {
	list-style-type: none;
	font-size: 12px;
}

#header .left ul {
	padding-top: 7px;
}

#header .left ul li {
	float: left;
	border-right: 1px solid #FFF;
}

#header .left ul li a {
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	text-decoration: none;
	color: #FFF;
}

#header .left ul li a:hover {
	text-decoration: underline;
}

#header #topnav {
	padding-top: 3px;
}

#header #topnav, #header #topnav li {
	list-style-type: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
}

#header #topnav li {
	float: left;
	font-size: 15px;
	margin-right: 22px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	padding: 0 0 11px 0;
}

#header #topnav li#Traction {
	margin-right: 0px;
}

#header #topnav li a {
	display: block;
	padding: 7px 6px 7px 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#header #topnav li a:hover {
	background-color: #900;
}

#navigation {
	width: 172px;
	margin-right: 3px;
	float: left;
}

#navigation ul {
	width: 172px;
	padding-bottom: 20px;
}

#navigation ul, #navigation ul li {
	list-style-type: none;
	color: #E20A17;
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
}

#navigation ul li {
	padding-left: 5px;
	padding-bottom: 5px;
	width: auto;
}

#navigation ul li a {
	text-decoration: none;
	display: block;
	color: #000;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	color: #E20A17;
}

#navigation ul li a.selected:hover {
	color: #000;
}

#navigation ul ul, #navigation li li {
	list-style-type: none;
	font-size: 14px;
	padding-left: 0px;
	width: auto;
	margin-left: 0px;
}

#navigation ul ul {
	padding: 5px 0 15px 10px;
}

#mainContent {
	width: 990px;
}

/* Various Search Things */

#frmSearch {
	background-image: url(../media/common/search-box.jpg);
	width: 250px;
	background-repeat: no-repeat;
	float: right;
	background-position: center top;
	margin-top: 5px;
}

#frmSearch #q {
	width: 194px;
	padding: 2px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	background-color: transparent;
	border: none;
	margin-right: 5px !important;
	margin-left: 5px !important;
}

#frmSearch input {
	background-color: transparent;
	border: none;
	margin: 0px;
	width: 36px;
	height: 20px;
}

/* Datanav */

.dataNav {
	border: 1px solid #E20A17;
	padding: 5px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	position: relative;
}

.dataNav span, .dataNav a {
	margin: 0px;
	padding: 0px;
}

.dataNav span.numbers {
	float: left;
}

.dataNav span.links {
	float: right;
}

.dataNav img {
	margin-right: 5px;
	padding: 0px !important;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Other Stuff */

#content {
	float: left;
	width: 620px;
	margin-right: 5px;
	overflow: hidden;
}

#content p.intro {
	font-size: 16px;
	line-height: 1.4em;
}

#content h1 {
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-bottom: 17px;
}

#content h2 {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 17px;
}

#content h3 {
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-bottom: 3px;
	font-size: 16px;
}

#content .row h3 {
	color: #E20A17;
}

#content h3.sectionHeader {
	color: #E20A17;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-bottom: 17px;
}

#content hr {
	margin-bottom: 17px;
}

#content h4 {
	color: #333;
	padding-bottom: 17px;
}

#content h6 {
	color: #333;
	font-size: 12px;
}

#content p, #content h5 {
	color: #333;
	font-size: 13px;
	padding-bottom: 17px;
}

#content a {
	color: #E20A17;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	font-size: 13px;
	padding-left: 25px;
	margin-bottom: 15px;
}

#content ul li {
	padding-bottom: 5px;
}

#content p.title {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 17px;
}

/* Tables */

#content table {
	border-right: 1px solid #16151A;
	border-bottom: 1px solid #16151A;
	margin-bottom: 17px;
}

#content table caption {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	text-align: left;
}

#content table th {
	background-color: #16151A;
	color: #FFF !important;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #FFF;
	vertical-align: middle;
}

#content table td {
	color: #16151A;
	font-size: 12px;
	border-top: 1px solid #16151A;
	border-left: 1px solid #16151A;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content table td a {
	color: #16151A;
	text-decoration: underline;
}

#content table td a:hover {
	text-decoration: none;
}

/* Panels */

#rightCol {
	float: left;
	width: 188px;
	overflow: hidden;
}

#rightCol img {
	padding-bottom: 10px;
}

/* Footer */

#footerwrap {
	background-color: #000;
	border-top: 5px solid #E20A17;
	text-align: center;
	color: #FFF;
	clear: both;
	margin-top: 10px;
}

#footer {
	padding-top: 10px;
}

#footer .left {
	width: 650px;
}

#footer .left ul {
	width: 200px;
	float: left;
	padding-bottom: 10px;
}

#footer .left ul, #footer .left ul li {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#footer .left ul li {
	width: 180px;
}

#footer .left ul li a {
	color: #FFF;
	display: block;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
}

#footer .left ul li a:hover {
	color: #CCC;
	border-bottom: 1px solid #999;
}

#footer .left #legalFoot {
	width: 495px;
	margin-top: 30px;
}

#footer .left #legalFoot, #footer .left #legalFoot li {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
}

#footer .left #legalFoot li {
	float: none;
	display: inline;
	width: auto;
	border-right: 1px solid #FFF;
}

#footer .left #legalFoot li a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
	padding: 0 5px;
	display: inline;
}

#footer .left #legalFoot li a:hover {
	color: #CCC;
}

#footer .left h4 {
	color: #E20A17;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 17px;
	padding-top: 13px;
}

#footer .left p, #footer .left .right p {
	font-size: 12px;
}

#footer .left p span {
	width: 80px;
	float: left;
}

#footer .left p a {
	color: #E20A17;
}

#footer .left p a:hover {
	text-decoration: none;
}

#footer .right {
	width: 340px;
	text-align: right;
}

#footer .right h4 {
	color: #E20A17;
	font-size: 14px;
}

#footer .right p {
	font-size: 12px;
	margin-bottom: 5px;
}

#footer .right p strong {
	font-size: 14px;
}

#footer .right p.copyrightNotice {
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer .right p a {
	color: #E20A17;
	text-decoration: none;
}

#footer .right p a:hover, #footer .right ul li a:hover {
	text-decoration: underline;
}

/* User Msg */

#alert {
	border: 4px solid #E20A17;
	background-color: #FFFFFF;
	color: #333;
	padding: 8px;
	margin-bottom: 15px;
}

#alert p {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
