﻿
html, body {
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

img {
	border-width: 0px;
}

p {
	line-height: 120%;
}

a {
	color: #000000;
	text-decoration: underline;
}
  
a:hover {

  text-decoration: none;
  }



hr {
	height: 1px;
	border-color: #C0C0C0 black black black;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
  
  h1 {
	font-size: 20px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
 
 h2 {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
  /* LAYOUT */

#container {
	width: 100%;
	margin-left : auto;
	margin-right : auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
} 

#margin{
	width : 740px;
	height: 4px;
	background-color: #FFFFFF;
}

#mainContainer{
	width: 740px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#wideContent{
	width: 740px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	clear: both;
}



  /* HEADER */

#header{
	width : 740px;
	height: 88px;
	margin-left : auto;
	margin-right : auto;
	background-color: #FFFFFF;
}

#logo{
    width: 282px;
    height: 37px;
	position: absolute;
	margin-top: 0px;
	margin-top: 50px;
}



#headerMid{
	width: 500px;
	height: 88px;
	position: absolute;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 282px;
}


  /* BANNER */

#banner{
	background-position: center;
	height: 183px;
	background-color: #2082F1;
}

#com{
    width: 70px;
    height: 35px;
	position: absolute;
	margin-left: 215px;
}

#bannerStrap{
    margin-top:20px;
	position: relative;
	float: right;
}


#homeBanner{
	background-position: center;
	width : 740px;
	height: 183px;
	margin-left : auto;
	margin-right : auto;
	background-image: url('../images/generic/home_banner.jpg');
	background-repeat: no-repeat;
}

#whenBanner{
	background-position: center;
	width : 740px;
	height: 183px;
	margin-left : auto;
	margin-right : auto;
	background-image: url('../images/generic/when_banner.jpg');
	background-repeat: no-repeat;
}

#whatBanner{
	background-position: center;
	width : 740px;
	height: 183px;
	margin-left : auto;
	margin-right : auto;
	background-image: url('../images/generic/what_banner.jpg');
	background-repeat: no-repeat;
}

#howBanner{
	background-position: center;
	width : 740px;
	height: 183px;
	margin-left : auto;
	margin-right : auto;
	background-image: url('../images/generic/how_banner.jpg');
	background-repeat: no-repeat;
}
#whoBanner{
	background-position: center;
	width : 740px;
	height: 183px;
	margin-left : auto;
	margin-right : auto;
	background-image: url('../images/generic/who_banner.jpg');
	background-repeat: no-repeat;
}

#whyBanner{
	background-position: center;
	width : 740px;
	height: 183px;
	margin-left : auto;
	margin-right : auto;
	background-image: url('../images/generic/why_banner.jpg');
	background-repeat: no-repeat;
}



#contactBanner{
	background-position: center;
	width : 740px;
	height: 183px;
	margin-left : auto;
	margin-right : auto;
	background-image: url('../images/generic/contact_banner.jpg');
	background-repeat: no-repeat;
}




  /* LEFT COLUMN */ 
 
#leftColumn {
	width: 150px;
	float: left;
	position: relative;
}

  /* CONTENT*/

#contentColumn{
	width: 470px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}

#content{
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


.call {

  font-size: 12px; 
  font-weight: bold; 
  color: #666666; 
  text-decoration: none
  }
  
.next {
	text-align: right;

}  

.next a {
	text-decoration: none;
	font-weight: bolder;
	color: #2082F1;
}


  /* PODS*/
  
.frontpagePod {
	float: left;
	position: relative;
	border: 1px #C0C0C0 solid;
	background-image: url('../images/frontpagePod_bg.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: right top;
	padding-left: 10px;
	padding-right: 200px;
	margin-bottom: 20px;
}

.podLeft{
	border-style: solid;
	border-width: 1px;
	border-color: #BFDCFB;
	width: 340px;
	height: 100px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F811B;
}

.podRight{
	border-style: solid;
	border-width: 1px;
	border-color: #BFDCFB;
	width: 340px;
	height: 100px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F811B;
}

.podImage {
	float: left;
}

.podLeft a, .podRight a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.podLeft h3, .podRight h3 {
	font-size: 16px;
	font: normal;
	margin: 0px;
	color: #666666;
	padding-top: 10px;
}

.podLeft a:hover,.podRight a:hover {
	color: #333333;
}

.ListLeft{
	padding: 5px;
	width: 262px;
	float: left;
	position: relative;
	margin-bottom:10px
}

.ListRight{
    padding:5px;
	width: 262px;
	float: right;
	position: relative;
	margin-bottom:10px
}

.CasestudiesLeft{
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	width: 150px;
	float: left;
	position: relative;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	border: #C0C0C0;
}

.CasestudiesRight{
	padding: 5px;
	width: 350px;
	float: right;
	position: relative;
	margin-bottom: 10px;

}

  /* RIGHT COLUMN */
  
 #rightColumn {
	width: 200px;
	float: right;
	position: relative;
	margin-top: 50px;
}
 
#rightColumnImage{
	float: left;
	position: relative;
}

#rightColumnContent{
	float: right;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	background-color: 0;
	line-height: 17px;
}

#rightColumnContent a {

  font-weight: bold; 
  color: #2082F1; 
  text-decoration: none
}

#rightColumnContent a:hover {
  color: #55AE24
  }

#rightColumnContent ul li, #content ul li{
	color: #333333;
	margin-left: -10px;
	padding-bottom: 10px;
}

#rightColumnContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: lighter;
	color: #484848;
	line-height: 20px;
}


  /* FOOTER */
  
.footer, .push { 
    height: 50px; 
} 

.clear{
	clear: both;
}

.footer{
	margin-left : auto;
	margin-right : auto;
	background-color: #FFFFFF;
}

.footerText{
	border-top: 1px #C0C0C0 dotted;
	width : 740px;
	margin-left : auto;
	margin-right : auto;
	padding-top: 5px;
	font-size: 10px;
	color: #999999;
}
.footerText a {
    color: #999999
}

  /* FORM TABLE */
  
 .formTable{
	width: 462px;
	background-color: #EFEFEF;
	border-collapse: collapse;
}

 .formTable td {
	border-style: solid;
	border: 1px #FFFFFF
}

.formDarkcell{
	background-color: #EFEFEF;
	color: #666666;
}


#flashBanner{

	width : 740px;
	height: 183px;
	position: relative;
	float: right;

}



  /* MISC STYLES */
  
.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 15px;	
}

.indent {
	margin-left: 15px;
	
}
.redText {
	color: #FF0000;
}
.orangeText {
	color: #FF6600;
}
.middleimage {
	vertical-align: middle;
}
.greenText {
	color: #48941F;
}

.paleGreenText {
	color: #47E19D;;
}


.blueText {
	color: #2082F1;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

.center{
	text-align: center;
}

ol li{
	margin-bottom: 20px;

}

ol li ul li{
	margin-top: 8px;
	margin-bottom: 0px;
}









