@charset "utf-8"; 

/*

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

*/

* {
	padding: 0;
	margin: 0;
	outline: none;
}
body {
  background: #fff;
  color: #7e7e7e;
  font-size: 75%; 
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #5e5e5e;
  font-variant: small-caps;
  font-family: "Lucida Sans", Arial, Tahoma, sans-serif;   
}

h1 {
  font-size: 1em;
}

h2 {
  font-size: 1.5em;
  margin: .75em 0 .05em 0;
  color: #034ea2;
}

h3 {
  margin: .25em 0;
  padding-bottom: .15em;
  font-size: 1.1667em;
  border-bottom: 1px solid #dedede;
}

h4 {
  font-size: 1em;
  margin: .25em 0;
}

a:link, a:visited {
  color: #1d9ad6;
  text-decoration: none;
}

a:focus {
}

a:hover, a:active, li a.active {
  color: #034ea2;
  text-decoration: none;
}
#right ul li { 
	background: transparent url(images/gifs/menu-leaf.gif) no-repeat 1px .35em; 
	list-style-image: none; 
	list-style-type: none; 
	margin: .15em 0 .15em .5em; 
	padding: 0 0 .2em 1.5em;
  font-family: "Lucida Sans", Arial, Tahoma, sans-serif;   	 
}
p {
  font-size: .9167em;
  line-height: 1.5em;
  margin: 0 0 .75em;
  font-family: Arial, Tahoma, sans-serif;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #dedede;
  border: none;
  height: 1px;
}

img, a img {
  border: none;
}

#container {
  margin: 0 auto;
  width: 938px;
  position: relative;
}
#header {
  height: 136px;
}
#logo {
	float: left;
}
#top {
   background: url(images/gifs/stripe.gif) repeat-x top center;
  font-size: 1.1667em;
}

#left {
  float: left;
  margin-right: 18px;
  margin-left: 32px; 
  width: 605px;
}

#right {
	float: right;
	width: 210px;
	margin-right: 32px;
}
#btm {
	clear: both;
	text-align: center;
}
#footer {
  margin: 0 0 10px;
  padding: 5px 0;
  position: relative;
  text-align: center;
}


ul.nav li {
  background: none;
  display: inline;   
}
ul.nav-top {
  font-weight: 700;
  padding: 24px;
}

ul.nav-top li {
	padding: 18px 0;
}

ul.nav-top li a:link,  ul.nav-top li a:visited {
  padding: 18px 42px 18px 42px;
  color: #FFF;
  font-variant: small-caps;
  font-family: "Lucida Sans", Arial, Tahoma, sans-serif;     
  background: url(images/gifs/divider.gif) no-repeat right center;
  margin-left: -6px;
}
ul.nav-top li.last a {
	background-image: none;
}

ul.nav-top li a:hover,  ul.nav-top li a:active {
	color: #1d9ad6;
}

ul.nav-btm {
  padding: 12px 5px 4px 5px;
}


ul.nav-btm li a:link, ul.nav-btm li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
  font-size: .8333em;
  font-family: "Lucida Sans", Arial, Tahoma, sans-serif;     
}

ul.nav-btm li a:hover, ul.nav-btm li a:active {
  text-decoration: underline;
}


#right h2 {
  background: url(images/gifs/h2_right.gif) no-repeat bottom left;
  padding: 0 0 8px 3px;
}


.block {
  margin: 0 0 10px;
}


span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.no-padding     { padding: 0 }
.no-indent      { margin-left: 0; padding-left: 0 }
.no-bullet      { list-style: none; list-style-image: none; }


.block-content {
	padding: 0 0 0 4px;
}
.row {
	width: 605px;
	overflow: auto;
	padding-top: .5em;
	margin-bottom: 3em;
}
.img-box {
	float: left;
	width: 200px;
	margin-top: 5px;
}
.img-box img{
	border: 3px solid #dedede;
}
.info-box {
	float: left;
	width: 400px;
}
.info-box h3 {   margin: 0 0 .25em 0;
 }
.info-row {
}
.green {
	color: #33A333;
}
.yellow {
	color: #e72727;
}
.red {
	color: #ff0000;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}

#front-boxes {
	margin: 12px;
	text-align: left;
	font-family: "Lucida Sans", Arial, Tahoma, sans-serif;   	 	
}

.front-box {
	width: 292px;
	height: 200px;
	background: url(images/jpgs/front-box-background.jpg) no-repeat left bottom;
	float: left;
	margin: 0 6px 12px 6px;	
}

.front-box h3 {
	border: none;
	color: #1d9ad6;
	font-family: "Century Gothic";
	font-size: 24px;
	margin: 0 0 0 3px;
}

.front-box ul {
	margin: 12px 18px 0 18px;
	list-style-type: none;
}

.front-box ul li {
	padding: 4px;
}

.front-box ul li a {
	color: #fff;
	font-variant: small-caps;
	background: url(images/pngs/front-box-bullet.png) no-repeat left bottom;
	padding: 4px 0 4px 24px;
	line-height: 18px;
}

.front-box-btm {
	text-align: right;
	padding-top: 3px;	
}

.front-box-btm a {
	color: #fff;
	font: bold 11px/16px "Century Gothic";
	margin-right: 16px;	
}

ul.checklist {
	padding: 0px;
}
.checklist li {
	background: url(images/gifs/check.gif) no-repeat left center;
	padding: .5em 0 .5em 28px;
	font-variant: small-caps;
	font-weight: bold;
}
#front-flash {
	margin: 0 24px;
}

#login {
	position: absolute;
	top: 6px;
	right: 36px;
	font-size: .9167em;
}

.heading-text {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 6px;
}

#solutions-content p {
	margin-bottom: 18px;
}

.cta {
	padding-top: 18px;
}

.required {
	color: #ff0000;
	font-size: 9px;
}

span.title {
	display: block;
	font-size: 1.1667em;
	padding: 3px 0;
	color: #1D9AD6;
}

form#form-contact input {
	padding: 2px;
	display: block;
	color: #555;
}

form#form-contact label {
	padding: 6px 0 2px 0;
	display: block;
	font-size: .9167em;
}

form#form-contact textarea {
	padding: 2px;
	color: #555;
}

form#form-contact input#btn-submit {
	margin: 10px 6px 6px 530px;
	padding: 2px 6px;
}