*{
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	background: white;
	height: 100%; /* Required */
}

body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
	color: Black;
  background: url(images/header-back.gif) repeat-x;
  height: 100%; /* Required */
}


p{
  line-height: 1.4;
}

a{
	text-decoration: none;
	color: #C49E1A;
}

h1, h2, .heading{
  font-size: 120%;
  color: #0462b4;
  text-transform: uppercase;
  padding: 0 0 3px 0;
  font-weight: bold;
  text-decoration: none;
}

span{
  text-decoration: none;
  border: 0;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

#wrapper{
  width: 900px;
  margin: 0px auto;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

/************** HEADER SECTION **********************/
#header #primary-menu{
  height: 46px;
  float: left;
  position: relative; left: 50px;
}

#header #primary-menu li{
  display: inline;
}

#header #primary-menu li a{
  list-style: none;
}

#header #phone-number{
  float: right;
  font-size: 18px;
  font-weight: 500;
  color: white;
  position: relative; top: 5px; right: 30px;
}

#header #logo{
  width: 900px;
  height: 269px;
}

#header #banner-frontpage{
  width: 900px;
  height: 269px;
  background: url(images/header-logo.gif) no-repeat;
}

#header #banner{
  width: 900px;
  height: 269px;
  background: url(images/header.gif) no-repeat;
}

#flash{
  width: 600px;
  float: left;
}

#banner p{
  float: right;
  text-align: right;
  width: 260px;
  color: white;
  position: relative; top: 80px; right: 30px;
  line-height: 1.8;
  font-size: 105%;
}

/************** MAIN SECTION **********************/
#main{
  float: left;
  width: 550px;
  padding: 15px 25px 50px 25px;
}

#text{
  padding: 25px;
  float: left;
}

#main #text h1{
  font-size: 135%;
  font-weight: 600;
  padding: 0 0 10px 0;
}

#main #text h2{
  padding: 20px 0 10px 0;
  clear: left;
}

#main #text p{
  margin: 0 0 10px 0;
  text-align: left;
}

.text-block{
  width: 225px;
  padding: 25px;
  float: left;
}

.text-block-2{
  width: 225px;
  padding: 30px 0;
  float: left;
}

.text-block .read-more, .text-block a, .text-block-2 .read-more{
  font-weight: bold;
  position: relative; top: 5px;
  color: #C49E1A;
}

.text-block a{
  color: #C49E1A;
}

.text-block p, .text-block-2 p{
  padding: 10px 0 0 0;
}

.text-block h1, .text-block-2 h1{
  border-bottom: 2px ridge #ddd;
}

#main #text img{
  /*background: url(images/image-shadow.gif) no-repeat bottom left;*/
  padding: 0 20px 9px 0; 
}

#text ul{
  list-style-image: url(images/bullet-space.gif);
  list-style-position: inside;
  clear: left;
  /*width: 300px; */
  padding: 3px 0 5px 0;
}

#text ul li{
  margin: 3px 0;
  padding:  0 0 3px 0;
}

#text ul li a{
  
}

/***************** RIGHT SIDEBAR **********************/

#sidebar{
  float: right;
  width: 250px;
  padding: 50px 25px;
}

#sidebar .heading{
  border-bottom: 1px dotted #333;
  width: 200px;
  text-align: right;
  float: right;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

#sidebar span.frontpage{
  width: 250px;
  border-bottom: none;
  text-align: left;
  float: left;
  font-size: 120%;
  color: #0462b4;
  text-transform: uppercase;
  padding: 0 0 3px 0;
  font-weight: bold;
  text-decoration: none;
}

#sidebar span.frontpage strong{
  /*color: #333;*/ 
}

#sidebar .case-studies{
  padding: 25px 0 0 0;
}

#sidebar ul{
    float: right;
}

#sidebar ul li{
    width: 250px;
    padding: 8px 0 0 0;
    text-align: right;
    list-style: none;
}

#sidebar ul li a{
    padding: 5px 25px 0 0;
    background: url(images/bullet.gif) no-repeat center right;
    color: #333;
}

/***************** FOOTER *******************/
/******** sticks to the bottom of page *********/

#footer{
  width: 100%;
  height: 30px;
  clear: both;
}

#footer-box{
  width: 700px;
  padding: 0 0 0 50px;
  height: 30px;
  margin: 0px auto;
  font-size: 95%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  /*background: url(images/footer-box-back.gif) no-repeat top right;*/
}

#footer-box p{
  color: black;
  position: relative;
}

#footer-box p a{
  color: black;
}

/************* CONTACT FORM ***************************/
form{
	width: 500px;
	margin: 0 0 40px 0;
	clear: left;
}

#form-left{
	width: 250px;
	float: left;
}

#form-right{
	width: 250px;
	float: right;
}

.formfield, #messagediv label{
	padding: 0 0 10px 0;
}

input, select, textarea{
	border: solid 1px #ddd;
	background: white;
	width: 180px;
}

textarea{
	width: 430px;
}

#submitdiv input{
	float: right;
	margin: 0 70px 0 0;
	background: #eee;
}

#errormsg{
	width: 350px;
	padding: 10px 10px 10px 70px;
	background: url(images/problem.jpg) no-repeat 10px 10px;
	color: red;
	border: solid 1px red;
	clear: left;
	height: 60px;
}




