@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DDD;
}
.twoColFixLtHdr #container {
	width: 64em;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.2);
	behavior: url(ie-css3.htc);
	background-color: #F3F3F3;
} 
.twoColFixLtHdr #header {
	height: 115px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 400px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B5B5B5;
}

.twoColFixLtHdr #sidebar2 {
	float: right;
	width: 310px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#services {
	float: right;
	width: 500px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: -10px 50px;
}
#services h1{
	font-family:"Myriad Pro", Arial;
	font-size: 2em;
	font-weight: bold;
	color: #040707;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #topDivider {
	background:#000000;
	height: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #topDivider2 {
	height: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/banner-main.png);
	background-repeat: repeat-x;
	text-align: right;
	-moz-background-clip: center;
	background-color: #000;
}
.twoColFixLtHdr #topDivider4 {
	height: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/banner..png);
	background-repeat: repeat-x;
	text-align: right;
	-moz-background-clip: center;
	background-color: #000;
}
.topDivider3 {
	height: 1px;
	width: 100%;
	background-color: #000;
}

.bottomDivider {
	height: 5px;
	width: 100%;
	background-image: url(../images/banner..png);
	background-repeat: repeat-x;
}

.quoteText {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: normal;
	color: #000;
	background-repeat: no-repeat;
	background-image: url(../images/quoteBlock.jpg);
}

.twoColFixLtHdr #navContainer {
	background:#000000;
	height: 50px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Gill Sans MT";
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin: 0px;
}

.twoColFixLtHdr #iconBar {
	float: right;
	width: 400px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.twoColFixLtHdr #mainContainer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 10px;
	color: #E14324;
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	width: 100%;
}
#mainContent {
	width: 650px;
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	font-size: 2.2em;
	color: #D93D25;
	font-family:"Myriad Pro", Arial;
} 

#mainContent h1{
	font-family:"Myriad Pro", Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #D93D25;
}
#mainContent h2{
	font-family:"Myriad Pro", Arial;
	font-size: 1em;
	font-weight: bold;
	color: #D93D25;
}
#newContent {
	width: 480px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: auto;
	padding-left: 20px;
	text-align: left;
	font-size: 1.6em;
	color: #D93D25;
	font-family:"Myriad Pro", Arial;
	background-color: #F3F3F3;
} 

#newContent h1{
	font-family:"Myriad Pro", Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #D93D25;
}
#newContent h2{
	font-family:"Myriad Pro", Arial;
	font-size: 1em;
	font-weight: bold;
	color: #D93D25;
}
#portfolioContent{
	width: 980px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	font-size: 1em;
	color: #D93D25;
	font-family:"Myriad Pro", Arial;
}
#portfolioContent h1{
	font-family:"Myriad Pro", Arial;
	font-size: 2.8em;
	font-weight: bold;
	color: #D93D25;
}
#portfolioContent h2{
	font-family:"Myriad Pro", Arial;
	font-size: 2.2em;
	font-weight: bold;
	color: #D93D25;
	padding-bottom: 0px;
}
#test{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background-image: url(../images/main.png);
	behavior:url(border-radius.htc);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
}
.runner-box {
	height: 135px;
	width: 250px;
	background-image: url(../images/side-service.png);
	background-repeat: no-repeat;
}
.runnerTitle {
	height: 30px;
	width: 250px;
	background-image: url(../images/titles.png);
	color: #FFF;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}

.miniForm {
	background-image: url(../images/form.png);
	height: 325px;
	width: 275px;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #D8D9DA;
	font-weight: normal;
	padding-top: 120px;
	margin-top: 20px;
	margin-left: 5px;
}
.miniForm-Title {
	font-size: 22px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	font-family:"Myriad Pro", Arial;
	padding-left: 40px;
}
.miniForm-Text{
	font-size: 14px;
	color: #D8D9DA;
	text-align: left;
	font-weight: normal;
}

.twoColFixLtHdr #footer {
	height: 310px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/black.gif);
	background-repeat: repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar 1{
	width: 340px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#textContainer{
	text-align: left;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: auto;
	background-repeat: repeat-x;
}

#textContainer h2{
	font-family:"Myriad Pro", Arial;
	font-size: 2.8em;
	font-weight: bold;
	color: #D93D25;
}

.footerContent {
	height: 150px;
	width: inherit;
	padding-left: 0px;
	margin-left: 150px;
	padding-top: 25px;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #BD3420;
	text-align: left;
}
.footerDivider {
	background-color: #3F3F3F;
	width: 75%;
	height: 1px;
	padding-left: 0px;
	margin-left: 135px;
}

.col-1 {
	height: auto;
	width: 200px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #D8D9DA;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
#imageContainer {
	height: 398px;
	width: 100%;
	text-align: center;
}
.banner-text {
	height: auto;
	width: 450px;
	font-family: "Myriad Pro", Arial;
	font-size: 1.6em;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	float: left;
}
.banner-image {
	float: right;
	height: auto;
	width: 440px;
	margin-right: 30px;
	margin-top: 30px;
}
.banner-p {
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.service-icons {
	height: 70px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.service-section {
	height: auto;
	width: 205px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
	padding-bottom: 25px;
}
.service-section-2 {
	height: auto;
	width: 205px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
