* {
  margin: 0;
  padding: 0;
}

b.big {
  font-size: 1.2em;
}

body {
  background-color: white;
  background-image: url(/images/bg.gif);
  background-repeat: repeat-x;
  color: black;
  font-family: sans-serif;
  font-size: 11pt;
  line-height: 1.35em;
}

#holder {
	position:relative;
	margin: auto;
	width:722px;
	height:525px;
	padding: 0px;
}

#top_margin {
	width:722px;
	height:15px;
	background-color:#FFFFFF;
}

#top_logo {
	width:722px;
	height:84px;
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
	cursor: pointer;	
	position: relative;
}

div#top_logo a[href] {
  font-size: 10pt;
  color: #c0c0c0;
}

div#top_logo a#home_link {
  position: absolute;
  top: 10px;
  left: 670px;
}

div#top_logo img#reachbutton {
  position: absolute;
  top: 0px;
  left: 375px;
}

#nav_bar {
	width:722px;
	height: 120px;
	background-image: url(/images/nav.jpg);
	background-repeat: repeat-y;
	height: 120px;
	padding-left: 1px;
}

#content {
  position: relative;
	width:722px;
	height:280px;
	background-image: url(/images/content.jpg);
	background-repeat: no-repeat;
	background-position: 0px -70px;	
	overflow: auto;
	
}

#content .imgbox {
  position: absolute;
  top: 80px;
  left: 15px;
	width:307px;
	height:262px; 
  background-image: url(/images/box.png);
  background-repeat: no-repeat; 
  padding-left: 5px;
  padding-top: 5px;
}

.nopadding {
  padding: 0px;
  margin: 0px;
}

#content .infobox p {
  text-align: justify;
}

#content .infobox{
  position: absolute;
  top: 82px;
  left: 335px;
  width: 368px;
  height: 249px;
  text-align: justify;
  overflow: auto;
  padding-right: 5px;
  font-size: 10pt;
}

#content .infobox p {
  padding-bottom: 10px;
}

#content #fullbox {
  padding: 10px;
}

a:link {
  font-weight: bold;
  color: black;
}

a:visited {
  font-weight: bold;
  color: rgb(48,48,48);
}

a.arrows {
  text-decoration: none;
}



span.clientHeading{
  font-size: 14pt;
  font-weight: bold;
}

table#clientswitchertable {
  width: 250px;
  margin: auto;
}

table#clientswitchertable td.sides {
  width: 10px;
}

h1 {
  font-size: 16pt;
  padding-bottom: 10px;
}

h1#clients {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
}

div#clientswitcher{
  padding: 0px;
  margin: 0px;
  text-align: center;
}

#content #fullbox li {
  padding-bottom: 10px;
}

#bottom {
	width:722px;
	height:10px;
	background-image: url(/images/bottom.jpg);
  background-repeat: no-repeat;	
}

ul {
  padding-left: 20px;
}

img.screenshot {
  width: 294px;
  height: 249px;
  border: 0px;
}

table#contact_form td.title {
  font-weight: bold;
}

table#contact_form td {
  padding: 1px;
  vertical-align: top;
  text-align: left;
}

.bad {
  color: red;
}

.small {
  font-size: 8pt;
}

.good {
  color: green;
  font-weight: bold;
}

table#contact_form #contact_name {
  width: 200px;
}

table#contact_form #contact_email {
  width: 250px;
}
table#contact_form #contact_subject{
  width: 250px;
}
table#contact_form #contact_captcha {
  width: 100px;
  height: 24px;
  color: rgb(20,40,100);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 3px;
}

table#contact_form #contact_message {
  width: 300px;
  height: 60px;
}

textarea {   
  font-family: sans-serif;
  font-size: 10pt;
}

table#quote_form_table {
  width: 100%;
  
}

table#quote_form_table #captcha {
  width: 100px;
  color: rgb(20,40,100);
  text-align: center;
}

.width300{
  width: 300px;
}

.width150{
  width: 150px;
}

.width450{
  width: 450px;
}

table#quote_form_table td {
  vertical-align: top;
  line-height: 1.05em;
}

table#quote_form_table td.quote_button {
  vertical-align: bottom;
}

table#quote_form_table td.title {
  font-weight: bold;
  padding-top: 5px;
}

div.quote_form{
  font-size: 10px;
  overflow: auto;
}

div.quote_form span {
  font-size: 12px;
}

div#ad {
  text-align: center;
  /*padding-left: 126px;*/
  padding-top: 20px;
  padding-bottom:20px;
}

div#ad table {
  margin: auto;
}
