@charset "UTF-8";
/* CSS Document-- 'contact.css' */

/**************************************************************
   AUTHOR:  Scott Stearns (fire-force.com)
   DATE:    Aug 2008
   PURPOSE: adjusts the layout of the Contact page.
 **************************************************************/


/*  Contact Us page layout elements
    --------------------------------------------  */

 
 #frameContact   {
				 background: #FAFBEC url(../images/contact/ContactBkgd.jpg);
				 border: #7E7E75 solid 1px; /*Alternate Colors:  8AB6BE  */
				 width: 710px;
				 height: 333px;
				 margin-left: auto;
				 margin-right:auto;
				 margin-top: 40px;
				 }

		 
.contactLabel   {
				background-color: transparent;
				border: #FF9900 solid 0px;
				color: #FFFFFF;
				font-size: 36px;
				margin-top: 40px;
				margin-left: 50px;
				}
	 

.contactData    {
				display: block;
				width; 290px;
				height; 136px;
				margin-top: 56px;
				margin-right: 78px;
				margin-left: 355px;
				font-size: 13px;
				text-align: center;
				color: #FFFFFF;
				border: #FF9900 solid 0px;
				background-color: transparent;
				}



.contactData a:hover    {
						color: #98C1FF;/*ADD2DA*/
						}	


.nameContact    {
				font-weight: bold;
				font-size: 12px;
				color: #FFFFFF; /*Alternate Colors: 62625B 717169 */
				}

.mailContact    {
				color: #FFFFFF;
				}
