HTML,BODY {
  padding:0px;
  margin:0px;
  background-color:#FFF;
  font-family:Verdana,sans-serif;
  font-size:12px;
}

DIV,FORM {
  margin:0px;
  padding:0px;
}

H1 {
	font-size:1.5em;
	color:#FFF;
}

H2 {
  font-size:1.3em;
  padding-bottom:12px;
  margin:6px 0px;
  border-bottom:solid 1px #9a9a9a;
}

H3 {
  font-size:1.2em;
  color:#f28f05;
  margin:10px 0px;
}

H3 A {
  text-decoration:none;
  color:#097495;
}

H3 A:HOVER {
  text-decoration:underline;
}

#container {
  width:100%;
}

.contents {
  width:780px;
  margin:auto;
  text-align:left;
}

#header {
  background-color:#000;
  height:100px;
  overflow:hidden;
  text-align:center;
}

#body {
  width:100%;
  height:auto;
  overflow:hidden;
  text-align:center;
}

#footer {
  margin-top:20px;
  background-color:#333;
  height:22px;
  overflow:hidden;
  text-align:center;
}

#footer .contents {
  color:#fff;
  font-size:0.9em;
  padding-top:4px;
}

#footer .createdby {
  float:right;
}

#logo {
  float:left;
}

#mainmenu {
  margin:0px;
  margin-left:45px;
  padding:0px;
  float:left;
  list-style-type:none;
  height:auto;
}

#mainmenu LI {
  display:block;
  float:left;
  height:auto;
}

#mainmenu LI A {
  display:block;
  padding:40px 17px 20px 17px;
  color:#FFFFFF;
  font-size:1.1em;
  text-decoration:none;
  height:auto;
}

#mainmenu LI A:HOVER {
  background-color:#333;
}

#mainmenu LI.active A, #mainmenu LI.active A:HOVER {
  background-color:#f28f05;
  color:#000;
}

#banner {
  background:url('../images/banner_bg.gif');
  width:100%;
  height:250px;
  margin:0px;
  padding:0px;
}

#banner H1 { display:none; }

#banner P {
  background:url('../images/banner_home.jpg');
  padding:0px;
  margin:0px auto;
  height:250px;
  width:780px;
  position:relative;
}

#banner .button {
  position:absolute;
  top:160px;
  left:520px;
}

#body .title {
  height:35px;
  background-color:#0C9BC7;
  border-bottom:solid 4px #097495; 
  text-align:center;
}

#body .title H1 {
    margin:0px;
    padding:6px 7px;
}

#body .contents {
  height:auto;
  margin:auto;
  position:relative;
}

#body .column {
  width:245px;
  margin:8px 6px;
  float:left;
}

#body .col2 {
  width:500px;
}

#body .col3 {
  width:auto;
}

.col2 P {
  line-height:1.35em;
}

#body .sidebar {
  position:relative;
  margin-top:-20px;
  background-color:#e5e5e5;
  border:solid 1px #afafaf;
  left:0px;
  padding:10px 0px;
}

#body .homepage .sidebar {
  margin-top:-30px;
  background-color:#e5e5e5;
  border:solid 1px #afafaf;
  position:absolute;
  left:514px;
  padding:10px 0px;
}

.sidebar H2 {
  font-size:1.2em;
  color:#404040;
  border-bottom:none;
  padding:0px;
  margin:10px;
}

.sidebar H3 {
  font-size:1em;
  color:#505050;
  border-bottom:none;
  margin:5px 10px 15px 10px;
}

.sidebar P {
  margin:10px;
}

.sidebar UL LI {
  margin-bottom:8px;
}


.solutions H3 {
	margin:5px 0px;
	padding:0px;
}

.solutions  P {
	margin:6px 2px 18px 12px;
}
  