﻿body 
{
	background-color: #001ca7;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 900px;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #000000;
}

a img {
	border: 0px;
}

#topBanner {
	height: 50px;
}

#header {
	border-top: solid 1px #001ca7;
	margin: 0px auto;
	width: 900px;
}

#header h1 {
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -1px;
	word-spacing: 3px;
}

#header h1 a:hover {
	color: #001ca7; 
}


#banner {
	margin: 0px auto;
	margin-top: 15px;
	height: 200px;
	background-color: #ffffff;
	border-top: solid 1px #001ca7;
	width: 900px;
}

#header #menu {
	float: right;
	margin-top: 45px;
	margin-right: 30px;
	font-size: 15px;
	text-transform: uppercase;
}

#header #menu a {
	margin-left: 30px;
	color:  #000000;
	font-weight: bold;
}

#header #menu a:hover {
	color: #001CA7;
}

.selected {
	color: #001CA7;
}

/*
	background-image: url(../images/innerBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
*/

#wrapper {
	background-image: url(../images/innerBg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: center top;
	text-align: left;
	border-top: solid 1px #001ca7;
}
#container {
	width: 100%;
	float: right;
	margin-left: -300px;
}
#content {
	margin-left: 250px;
	padding-left: 20px;
	padding-right: 20px;
}

#content.noSidebar {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


#content a {
	color: #011CA7;	
	font-weight: bold;
}

#content a:hover {
	color: #000000;	
}


#sidebar {
	width: 250px;
	float: left;
	background-color: #000000;
	/*background-image: url(../images/sideBg.jpg); */
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 5px;
	margin-top: 20px;
	color: #ffffff;
	margin-bottom: 10px;
}

#sidebar h3 {
	padding-left: 20px;
	text-transform: uppercase;
	padding-top: 12px;
	margin-top: 0px;
	font-size: 14px;
	background-color: #001CA7;
	padding: 20px;
}

#sidebar label 
{
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sidebar input {
	width: 170px;
	border: none;
	margin: 5px 0 0 10px;
	font-size: 12px;
}

#sidebar textarea {
	width: 170px;
	border: none;
	margin: 5px 0 0 10px;
	font-size: 12px;
}
#sidebar .inputBg {
	height: 45px;
	margin-bottom: 5px;
	position: relative;
}
#sidebar .active {
}

#sidebar #contactForm {
	padding-left: 20px;
}

#sidebar .button {
	background-color: #011CA7;
	color: #ffffff;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

#footer {
	color: #ffffff;
}
h4 {
	margin-top: 0px;
}
.last {
	margin-bottom: 10px;
}
.clearing {
	height: 0px;
	clear: both;
}


#content h1 {
	margin-top: 25px;
	color: #011CA7;
	font-size: 25px;
}

.info 
{
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.info span
{
	font-weight: bold;
}

.number 
{
	white-space: nowrap;
}

.grey 
{
	font-weight: normal;
	color: #666666;
	padding-top: 1px;
	margin-top: 0px;
}

.call 
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#formLeft {
	width: 320px;
	float: left;
	}
	#formLeft input {
		width: 250px;
		margin: 0 0 20px 0;
		margin: 13px 0 0 8px;
		font-size: 1.4em;
	}
	#formLeft .input-bg {
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
	}
#formRight {
	width: 360px;
	float: right;
	padding-right: 44px;
	}
	#formRight textarea {
		width: 298px;
		height: 209px;
		display: block;
		background: none;
		margin: 0 0 0 20px;
		padding: 13px 0 13px 0;
		font-family: Helvetica, sans-serif;
		font-size: 1.3em;
	}
	#formRight .message-bg {
		height: 238px;
	}
	#formRight .active {
	}
label {
	display: block;
	font-size: 1.3em;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}

.input-bg img 
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea.mainComments
{
	overflow: auto;
	border: solid 1px #A7A6AA;
	margin: 20px;	
}

.sectionImage 
{
	float: left;
	width: 100px;
	height: 100px;
}

.sectionDescripton
{
	height: 100px;
	padding-top: 0px;
}

p span 
{
	font-weight: bold;
}

#suppliers 
{
	border-top: solid 1px #A7A6AA; 
	border-bottom: solid 1px #A7A6AA; 
	margin-top: 50px;
	margin-bottom: 50px;
	color: #666666;
	margin-right: 50px;
}

.sideImage {
	float: right;
	padding-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
}

.sideImage img {
	padding: 0px;
	margin: 0px;
}

ul 
{
    margin-bottom: 20px;
}

li 
{
    padding-top: 5px;
}

#content.serviceTicket
{
    margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#content.serviceTicket fieldset {
  margin-bottom: 10px;
}
#content.serviceTicket legend {
  padding: 0 2px;
  font-weight: bold;
}
#content.serviceTicket label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
#content.serviceTicket fieldset ol {
  margin: 0;
  padding: 0;
}
#content.serviceTicket fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#content.serviceTicket fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#content.serviceTicket fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#content.serviceTicket fieldset fieldset label {
  display: block;
  width: auto;
}
#content.serviceTicket em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#content.serviceTicket label {
  width: 230px; /* Width of labels */
}

#content.serviceTicket input {
  width: 230px; /* Width of labels */
  border: solid 1px #000000;
  background-color: #eef8e9;
}

#content.serviceTicket fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#content.serviceTicket .button {
	background-color: #011CA7;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 4px;
	margin-bottom: 20px;
	cursor: pointer;
}

.Issue
{
  border: solid 1px #000000;
  background-color: #eef8e9;
}

.error 
{
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

#serviceRequest 
{
    border-bottom: solid 2px #000000;
    background-color: #ffffff;
    padding: 20px;
    margin: 0px;
    width: 210px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#serviceRequest a
{
    color: #001CA7;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}


#serviceRequest a:hover
{
    color: #000000;
}
