@charset "utf-8";

/*Tabula Rasa*/
* { 
	margin:0px;
	padding:0px;
	}

body {
	font-family: 'Trebuchet MS', sans-serif;
	font-size:14px;
	behavior:url("/includes/pngbehavior.htc");
	}
img, div { behavior: url(/includes/iepngfix.htc) }

ul {
	margin-left:30px;
	color:#870D07;
	margin-bottom:20px
	}
h1, h2, h3, h4, h5 {
	padding:6px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8A0D05;
	margin-left:0;
	padding-left:0;
	}
	
h6 {
	font-size:12px;
	}

hr {
	border-color:#8A0D05
	}

p {
	padding:4px 0 8px;
	line-height:1.7em;
	font-size: 13px
	}
	
a, a:visited {
	color:#8a0d05;
	}
a:hover {
	text-decoration:none;
	}

.imgR {
	float:right;
	margin:5px;
	}
	
.imgL {
	float:left;
	margin:5px;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {
	display: inline-block; /* for IE/Mac */
	} 

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
	}
	
.red {
	color:#8A0D05;
	}

body.redBG {
	background:url(images/bodyBG.png) repeat-x #e2e2e2;
	}
	
body.graygreenBG {
	background:url(images/bodyBG_graygreen.png) repeat-x #e2e2e2;
	}
	
body.orangeBG {
	background:url(images/bodyBG_orange.png) repeat-x #e2e2e2;
	}
		
body.blueBG {
	background:url(images/bodyBG_blue.png) repeat-x #e2e2e2;
	}
		
body.greenBG {
	background:url(images/bodyBG_green.png) repeat-x #e2e2e2;
	}
				
body.purpleBG {
	background:url(images/bodyBG_purple.png) repeat-x #e2e2e2;
	}
	
.imgLeft {
	float:left;
	margin:0 15px 5px 0;
	}
		
.imgRT {
	float:right;
	margin:0 0px 10px 15px;
	}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix {
	display:inline-block;
	_height: 1%;
	}

.clearfix {
	display:block;
	}
	
#container {
	position:relative;
	width:950px;
	margin:0 auto;
	background:url(images/containerBG.png) repeat-y;
	}
	
#header {
	width:950px;
	height:155px;
	}
	
.red {
	background:url(images/header_red.png) no-repeat;
	}
	
.graygreen {
	background:url(images/header_graygreen.png) no-repeat;
	}
	
.orange {
	background:url(images/header_orange.png) no-repeat;
	}
	
.blue {
	background:url(/images/header_blue.png) no-repeat;
	}
	
.green {
	background:url(images/header_green.png) no-repeat;
	}
	
.purple {
	background:url(images/header_purple.png) no-repeat;
	}
	
#logo {
	position:absolute;
	background:url(images/logo.png) no-repeat;
	left: 51px;
	top: 43px;
	}
	
#logo a {
	display:block;
	width:220px;
	height:71px;
	}
	
#logo a span {
	margin-left:-9999px
	}
	
#topRequest {
	color:#FFFFFF;
	font-size:12px;
	position:absolute;
	left: 451px;
	top: 45px;
	width:300px
	}
	
#topRequest a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px
	}
	
#topRequest a:hover {
	text-decoration:underline
	}
	
#headlineRight {
	color:#FFFFFF;
	position:absolute;
	left: 760px;
	top: 114px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold
	}
#headlineRight a , #headlineRight a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}
#headlineRight a:hover {
	text-decoration:none;
	}


/**********  Begin Header Slider  *********************/

#HeaderSliderBg {
	background:url(images/codaBG.jpg) no-repeat;
	width:699px;
	height:308px;
	font-size:13px;
	}
	
#HeaderSliderBg p {
	font-size:12px;
	line-height:1.5em;
	_line-height:1.4em;
	}
	
h3#HeaderSliderBgTitle {
	width:100%;
	text-align:center;
	text-transform:uppercase;
	}
	
.wrapper h3 {
	margin:4px 0 6px 0;
	padding:0;
	color:#8A0D05;
	font-size:20px
	}
	
.wrapper a {
	float:right;
	margin:5px 15px 10px 15px;
	border:1px solid #8A0D05;
	padding:2px;
	display:block;
	background-color:#FFFFFF;
	}
	
.wrapper a:hover {
	background-color:#8A0D05;
	}
	
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin:0;
	position: relative;
	width: 600px;
	top:8px;
	left:50px
	}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 600px; height: 234px; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 234px;
	clear: both;
	}
	
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 600px; /* Also specified in  .stripViewer  above */
	
	}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding:10px 20px 10px;
	}
	
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
	}
	
.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	}

.stripNav a:hover {
	background: #9cf;
	}

.stripNav a.current {
	
	}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top:0px;
	text-indent: -9000em;
	}

.stripNavL a, .stripNavR a {
	display: block;
	height: 250px;
	width: 52px;
	}

.stripNavL {
	left: -38px;
	}

.stripNavR {
	right: -34px;
	}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat right center;
	}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat left center;
	}
/**********  End Header Slider  *********************/
	
#content {
	background:url(images/contentBG.png) no-repeat;  
    min-height:528px;
    height:auto !important;
    height:528px;
	position:relative;
	}
	
#footer {
	background:url(images/footerBG.png) no-repeat;
	width:950px;
	height:55px;
	line-height:55px;
	position:relative;
	}

#bcTable {
	font-size:11px;
	background-color:#e2e2e2;
	padding-bottom:50px
	}
	
#bcTable tr td {
	text-align:center;
	}

.copyright {
	 margin-left:50px;
	 color:#c0c0c0;
	 font-size:14px
	 }
	 
#bottomRequest {
	color:#727171;
	position:absolute;
	left: 360px;
	top: 0px;
	}

#bottomRequest a:hover {
	text-decoration:none;
	}
	
#column1 {
	width:30px;
	float:left;
	position:relative
	}
	
#column1 span {
	margin-left:-9999px
	}
	
#column2 {
	width:659px;
	float:left;
	position:relative;
	padding:20px
	}
	
#column2 ul li {
	margin:10px 0;
	}
	
#column3 {
	width:220px;
	position:absolute;
	right:0;
	}
	
#column3content {
	width:191px;
	margin-left:30px;
	position:relative
	}
	
#column3content ul {
	margin:0;
	list-style:none;
	}
	
#column3content ul li {
	font-size:12px;
	background:url(images/divider.png) no-repeat;
	padding-top:7px;
	margin-bottom:7px
	}
	
#column3content ul li a {
	color:#FFFFFF;
	text-decoration:none
	}
	
#column3content ul li a:hover {
	color:#CCCCCC
	}
	
#NewsFadeTop {
	position:absolute;
	left:0px;
	top:0px;
	z-index:800;
	}

#NewsFadeBot {
	position:absolute;
	left:0px;
	top:450px;
	z-index:800;
	}

#NewsFade img {
	behavior:none;
	_behavior:url("/includes/pngbehavior.htc");
	*behavior:none;
	}

#morenews a {
	display:block;
	position:absolute;
	background: url(images/morenews.png) no-repeat top left;
	width:103px;
	height:24px;
	left:27px;
	margin-top:7px;
	}
	
#morenews a:hover {
	background: url(images/morenews.png) no-repeat bottom left;
	}
	
#morenews a span {
	margin-left:-9999px
	}
	
.solutions {
	position:relative;
	background:url(images/solutionsBGNEW.png) no-repeat;
	width:699px;
	height:191px;
	}
	
.SolutionsLink {
	float:left;
	margin:0px;
	padding:0px;
	padding-right:5px;
	}
	
.SolutionsLink a, .SolutionsLink a:visited {
	font-size:16px;
	text-decoration:none;
	}
	
.SolutionsLink a:hover {
	text-decoration:underline;
	}
	
.jFlowSlideContainer {
	width:699px;
	height:180px;
	margin:0px;
	margin-top:35px;
	}
	
.jFlowControl {
	width:689px;
	height:270px;
	padding:5px;
	margin:0px;
	}
	
.jFlowControl a, .jFlowControl a:visited {
	color:#8A0D05;
	text-decoration:none;
	}
	
.jFlowControl a:hover {
	text-decoration:underline;
	}

#data {
	height:484px;
	width:172px;
	overflow:hidden;
	margin-top:1px;
	font-size:12px;
	}
	
#data ul {
	margin-left:0px;
	}
	
#data ul li {
	padding-bottom:8px;
	}

.data {
	height:484px;
	width:172px;
	overflow:hidden;
	margin-top:1px;
	font-size:12px;
	}
	
.data ul {
	margin-left:0px;
	}
	
.data ul li {
	padding-bottom:8px;
	}

.company h2 {
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
	left:20px;
	color:#333333;
	position:relative;
	left:-20px
	}
	
.company p {
	padding-left:10px;
	font-size:12px;
	text-indent:10px;
	color:#5a5a5a
	}
	
.controls {
	width:659px;
	height:23px;
	position:absolute;
	top:12px;
	left:22px;
	z-index:899;
	}
	
#controlBack a {
	display:block;
	float:left;
	background:url(images/solutionsBack.png) no-repeat top left;
	padding-left:30px;
	width:40px;
	height:23px;
	}
	
#controlBack a:hover {
	background:url(images/solutionsBack.png) no-repeat bottom left;
	}
	
#controlForward a {
	display:block;
	float:right;
	background:url(images/solutionsForward.png) no-repeat top right;
	padding-right:20px;
	width:40px;
	height:23px;
	}
	
#controlForward a:hover {
	background:url(images/solutionsForward.png) no-repeat bottom right;
	}
	
#controlBack a .prev, #controlBack a:visited .prev {
	margin-left:9px;
	}
	
#ticker {
	width:699px;
	height:30px;
	line-height:30px;
	background:url(images/tickerBG.png) no-repeat;
	font-weight:bold;
	font-style:italic;
	color:#8A0D05
	}
	
#homeBodyLeft {
	float:left;
	width:231px;
	}
	
#homeBodyRight {
	float:left;
	width:413px;
	padding:10px 20px 10px 20px;
	}
	
#homeBodyRight h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	}
	
#homeBodyRight h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	font-weight:bold;
	color:#8A0D05;
	padding-top:0;
	padding-bottom:4px
	}

	
.homecolumnBG {
	background:url(images/homecolumnBG.png) no-repeat;
	width:192px;
	height:129px;
	margin-top:10px;
	padding:10px 20px;
	}
	
.homecolumnBG h4 {
	font-size:16px;
	color:#343434
	}
	
#homeMaps h4 {
	font-size:17px;
	color:#343434
	}
	
#homeMaps {
	position:relative;
	background:url(images/homeColumnBG2.png) no-repeat;
	width:192px;
	height:91px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px 20px;
	}
	
#bignews h5 {
	font-size: 14px;
	font-weight:bold;
	color:#666666;
	margin:4px 0
	}
	
#testimonial {
	width:170px;
	}
	
#testimonial h3 {
	font-style:italic;
	color: #bfbfbf;
	width:100%;
	text-align:right;
	padding-bottom:20px;
	font-size:18px;
	font-weight:normal
	}
	
#testimonial h4 {
	background:url(images/quote.png) no-repeat 0 8px;
	color:#bfbfbf;
	text-indent:50px;
	padding-top:18px;
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif
	}
	
img.featured {
	padding:5px;
	border:1px solid #cccccc;
	}

#column1service {	
	float:left;
	width:200px;
	margin-left:60px;
	overflow:hidden
	}
	
#column2service {
	margin-left:290px;
	width:400px;
	}
	
#messagekey {
	display:block;
	width:50px;
	height:25px;
	margin:5px 0 0 0;
	padding:5px;
	font-weight:normal;
	border:1px solid #8A0D05;
	background-color:#fff;
	text-align:center;
	font-family:Verdana;
	font-size:18px;
	float:left
	}	
	
#social {
	float:right;
	}
	
.back {
	display:block;
	padding:4px;
	background-color:#8A0D05;
	text-align:center;
	color:#FFF
	}
	
.back:visited  {
	color:#fff;
}

#contactFormMain {
	float:right;
	width:380px;
	margin-right:60px;
}

#contactFormMain table {
	border:1px solid #CCC;
}

#contactFormMain td {
	border:none
}

#contactFormMain input, #ContactTableOne textarea {
	background:#ebebeb;
	border:1px solid #CCC
}

#messagekey {
	float:left;
	font-size:18px;
	text-transform:uppercase;
	margin-right:5px
}

