.blackborder {
	border: 1px solid #000000;
}
.blackbordertopbottom {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}
.subtext {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #39473b;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.subtextboldlink {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #39473b;
	text-decoration: underline;
}
.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #39473b;
}
.backgroundDiamond{
	background-image:url('images/home_bg.gif');
	background-repeat:no-repeat;
	border: 1px solid #000000;
}
.mainbodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #39473B;
}
.textLinks {

	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: underline;
}
.blackbordernotleft {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* // CONTACT LAYOUT CODE
/* ////////////////////////////////////////////////////////////////////////// */
.contactTitle{
  position:relative;
  top:10px;
  left:10px;
  
  border-style:solid;
  border-width:1px;
  border-color:#adadad;
  
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#F42D00;
}

.formHolder{
  position:relative;
  width:90%;
  height:40px;
  
  border-style:solid;
  border-width:0px;
  border-color:#ffffff;
}
.formHolder2{
  position:relative;
  width:90%;
  height:120px;
  
  border-style:solid;
  border-width:0px;
  border-color:#ffffff;
}

.formBox{
  position:absolute;
  right:0px;
  width:400px;
  
  border-style:solid;
  border-width:0px;
  border-color:#000000;
  
  text-align:left;
  vertical-align:top;
}

.formText{
  position:absolute;
  left:5px;
  width:100px;
  
  border-style:solid;
  border-width:0px;
  border-color:#000000;
  
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#000000;
  font-weight:bold;
}

.inputBox{
  width:200px;

  border-style:solid;
  border-width:1px;
  border-color:#ffffff;
  
  background-color:#CADFCC;
  
  font-family:Arial;
  font-size:12px;
}

.inputArea{
  width:200px;
  height:100px;

  border-style:solid;
  border-width:1px;
  border-color:#ffffff;
  
  background-color:#CADFCC;
  
  font-family:Arial;
  font-size:12px;
}

.addressBox{
  position:relative:
  left:10px;
  width:400px;
  height:240px;
  
  border-style:solid;
  border-width:0px;
  border-color:#ffffff;
}

.required{
  position:absolute;
  top:0;
  right:170px;
  color:#D62500;
}

.thankYou{
  position:absolute;
  top:200;
  right:300px;
  width:230px;
  
  border-style:solid;
  border-width:0px;
  border-color:#000000;
  text-align:center;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* // END CONTACT LAYOUT CODE
/* ////////////////////////////////////////////////////////////////////////// */
