@charset "UTF-8";
#content #contactIMG {
   float: left;
   height: 124px;
   width: 124px;
   margin: 0px 20px 20px 30px;
}
.section_contact #content
h2{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.8em;
   font-weight: bold;
   text-transform: uppercase;
   color: #000;
   text-align: left;
   margin-left: 30px;
   margin-top: 5px;
   margin-bottom: 8px;
}
.section_contact #content
h3{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   color: #960;
   text-align: left;
   clear: both;
   background-image: url(../images/lock_48.png);
   background-position: left top;
   background-repeat: no-repeat;
   height: auto;
   padding: 30px 0px 0px 50px;
   float: right;
   position: absolute;
   left: 480px;
   top: 100px;
}
.section_contact #content
p{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   font-weight: normal;
   color: #333;
   text-align: left;
   margin: 0px 30px 10px;
}
.section_contact #content p span.required
{
   display:			inline-block;
   vertical-align: 	middle;
   line-height:		3.4em;
   width:				25px;
   line-height:		3.4em;
   text-indent:		-10000px;
   overflow:			hidden;
   background:			transparent url(../images/required20px.png) no-repeat right center;
}
.section_contact #content h3 span.required
{
   display:			inline-block;
   vertical-align: 	middle;
   line-height:		3.4em;
   width:				25px;
   line-height:		3.4em;
   text-indent:		-10000px;
   overflow:			hidden;
   background:			transparent url(../images/required20px.png) no-repeat right center;
}
#content p.contactInfo {
   font-size: 1.4em;
   font-weight: bold;
   color: #000;
}

