h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:30px;
	color:#083691;
	border:1px;
	border-bottom:#083691;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	line-height:20px;
	display:inline;
	color:#FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #133E67;
	padding-left: 2px;
	line-height:12px;
	display:inline;
}
h3 a {
	color: #133E67;
	text-decoration: none;
}
h3 a:visited {
	color: #133E67;
	text-decoration: none;
}
h3 a:hover {
	color: #D54700;
	text-decoration: underline;
}

/** Main Body **/
.mainBackground {
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(/images/gradient01.gif);
}
.bodyText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #083691;
	line-height: 16px;
}
/** Footer Styles **/
.footerText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:10px;
}
.footerTextLINK {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
	font-style:italic;
}
.footerTextLINK a {
	color:#FF6600;
	font-weight:bold;
	font-style:italic;
}
.footerTextLINK a:visitied {
	color:#FF6600;
	font-weight:bold;
	font-style:italic;
}
.footerTextLINK a:hover {
	color:#FF9900;
	font-weight:bold;
	font-style:italic;
}
	
/** Navigation Stuff **/
.navBG {
	background-image:url(images/nav_gradient.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#4C8AC7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #00335f;
	border-left-color: #00335f;
}
.menuUp {
	color:#1a68ba;
	text-align:center;
	background-position:right;
	background-repeat:repeat-x;
	padding-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menuUp[class] {
	background-image:url(/images/navigation/button_white_grad.png);
}
.menuUp a {
	color: #1a68ba;
	text-decoration: underline;
	position:relative;
}
.menuUp a:visited {
	color: #1a68ba;
	text-decoration: underline;
}
.menuUp a:hover {
	color: #FF6000;
	text-decoration: underline;
}
.menuUnder {
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.menuUnder[class] {
	background-image:url(/images/navigation/button_orange_grad.png);
}
.menuUnder a {
	color: #FFFFFF;
	text-decoration: underline;
	position:relative;
}
.menuUnder a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.menuUnder a:hover {
	color: #1a68ba;
	text-decoration: underline;
}

.trSortHeader {
	font-weight: bold;
	padding: 5px 0;
	border-top: 1px solid #133E67;
	border-bottom: 1px solid #133E67;
}

.imageAndCaptionContainer {
	width: 100px;
	margin: 25px;
	float: left;
	border: 1px solid black;
	padding: 10px;
}
.imageContainer {
	width: 100px;
	height: 100px;
	position: relative;
}
.imageContainer div {
	position: absolute; bottom: 0;
}
.imageContainer div div {
	width: 100px;
	text-align: center;
	position: relative;
}
.captionContainer {
	width: 100px;
}
.clear {
	clear: both;
}



/** Product Cart Navigation Stuff **/


#pcLeftCatLinks {
	/** background-color: #99CCFF; **/
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
}

/*** CONTACT FORM ***/
.contactInfo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 280px;
}
.contactContainerColor {
	background-color: #f2f2f2;
	text-align:left;
}
.contactCopy {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #084C8F;
}
.contactStatement {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00309C;
	padding-bottom: 5px;
}
.fields {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.requiredFields {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
margin: 5px 0;
padding: 5px;
background-color: #8f2021;
color : #ffffff;
font-weight: bold;
} 
input.required, textarea.required {
border: 1px solid #084C8F;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #084C8F;
	color: ##084C8F;
	border: 1px solid #000000;
}

		
