﻿
html, body {
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%; 
	margin: 0px; 

}

img {
	border-width: 0px;
}

p {
	line-height: 120%;
}

a {

  font-weight: bold; 
  color: #003366; 
  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: 24px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
 h2 {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
  /* LAYOUT */

#container {
	width : 900px;
	margin-left : auto;
	margin-right : auto;
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -43px; 
} 

#margin{
	width : 900px;
	height: 4px;
	background-color: #FFFFFF;
}

#mainContainer{
	width: 750px;
	float: right;
	position: relative;
}


  /* HEADER */

#header{
	width : 900px;
	height: 96px;
	background-color: #EFEFEF;
}

#logo{
    width: 150px;
    height: 96px;
	position: absolute;
	margin-top: 0px;
}

#headerMid{
	width: 530px;
	height: 96px;
	position: absolute;
	padding-top: 30px;
	margin-top: 0px;
	margin-left: 150px;
	text-align: center;
	background-image: url('../images/header_mid_bg.gif');
	background-repeat: no-repeat;
	font-size: 19px;
	font-weight: 100;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #333333;
	font-style: normal;
}

#headerRight{
    width: 230px;
    height: 86px;
	position: absolute;
	margin-top: 0px;
	margin-left:670px
}

  /* LEFT COLUMN */ 
 
#leftColumn {
	width: 150px;
	float: left;
	position: relative;
}

#socialColumn {

	padding-left:20px

}


  /* CONTENT*/

#contentColumn{
	width: 600px;
	float: left;
	position: relative;
}

#content{
	float: left;
	position: relative;
	padding: 0 0 15px 15px;
	width: 570px;
}

#title{
	float: left;
	position: relative;
	padding: 20px 0 10px 15px;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-weight: lighter;
}


.call {

  font-size: 14px; 
  font-style: italic; 
  font-weight: bold; 
  color: #666666; 
  text-decoration: none
  }


  /* 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: left top;
	padding-left: 200px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.podLeft{
	padding: 5px;
	width: 262px;
	height: 130px;
	float: left;
	position: relative;
	background-color: #EFEFEF;
	margin-bottom:10px
}

.podRight{
    padding:5px;
	width: 262px;
	height: 130px;
	float: right;
	position: relative;
	background-color: #EFEFEF;
	margin-bottom:10px
}

.podImage {
	float: left;
	margin-bottom: 40px;
}

.podLeft a, .podRight a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.podLeft h3, .podRight h3 {
	font-size: 16px;
	font: normal;
	margin: 0px;
}

.podLeft a:hover,.podRight a:hover {
  color: #66CC99
}

.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: 150px;
	float: right;
	position: relative;
}
 
#rightColumnImage{
	float: left;
	position: relative;
}

#rightColumnContent{
	float: left;
	position: relative;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	width: 125px;
}

#rightColumnContent a {

  font-weight: bold; 
  color: #003366; 
  text-decoration: none
}

#rightColumnContent a:hover {
  color: #66CC99
  }

#rightColumnContent ul li, #content ul li{
	color: #333333;
	list-style-image: url('../assets/bullet_2.gif');
	margin-left: -10px;
	padding-bottom: 10px;
}


  /* FOOTER */
  
.footer, .push { 
    height: 43px; 
} 

.clear{
	clear: both;
}

.footer{
	margin-left : auto;
	margin-right : auto;
	width : 900px;
	background-color: #FFFFFF;
	background-image: url('../images/footer_bg.gif');
	background-repeat: no-repeat;
}

.footerText{
	float: left;
	position: relative;
	padding-top:5px;
	padding-left:170px;
	font-size: 10px; 
    color: #999999
}
.footerText a {
    color: #999999;
    text-decoration:underline
}

  /* 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;
}


  /* MISC STYLES */

.indent {
	margin-left: 15px;
	color: #003366;

	
}

.mediumGrey{
	font-size: 13px;
	color: #666666;
}

.largeGrey {

  font-size: 14px; 
  font-weight: bold; 
  color: #666666; 
  text-decoration: none
}

.largeText{
	font-size: 13px;
	line-height:140%

}


.adBox{
	border: 1px #C0C0C0 solid;
	background-color: #EFEFEF;
	padding: 10px;
}

.halfLeft{
	padding: 5px;
	width: 262px;
	float: left;
	position: relative;
	margin-bottom:10px
}

.halfRight{
    padding:5px;
	width: 262px;
	float: right;
	position: relative;
	margin-bottom:10px
}











  
  
  




