/*User Selectable Styles*/

.Heading1, h1 {
    color: #992f8f;}
   
.Heading2, h2 {  
    color: #992f8f;}
    
.Heading3, h3 {  
    color: #992f8f;}
    
.Heading4, h4 {  
    color: #992f8f;}
    
.Heading5, h5 {  
    color: #992f8f;}


/*-----------------------------------------------------------------------------
LINK STYLES
--------------------------------------------------------------------------------*/  
a:link, a:visited {
	color: #992f8f; }
	
a:hover, a:active {
	color: #992f8f; }

.box-section-header {
    background: url(../../../images/templates/box_header_contact.jpg) no-repeat;}
    
.box-section-head {    
    margin: 22px 0 8px 25px;
    height: 29px; 
    background: url(../../../images/templates/box_contact_head_lge.gif) no-repeat;}
    
.box-main-top {    
    background: url(../../../images/templates/box_main_top_contact.gif) no-repeat;}

.box-call-head {
    background: url(../../../images/templates/box_call_head_contact.gif) repeat-y;}
    
    
/*-----------------------------------------------------------------------------
FORM STYLES
--------------------------------------------------------------------------------*/    
.button {
    background-color: #a23b99;}
    
.textbox, .textarea, .textarea-nowidth, .dropdownlist {
    width: 200px;
    margin-bottom: 6px;}
    
.dropdownlist {
    width: 210px;}
    
   
    /* Form Styles */    
.tableform .textbox {
    width: 220px;
    margin: 3px 0 10px 0;
    border: solid 3px #e5e5e5;
    color: #676767;
    padding: 2px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size: 1em;}
	
.tableform .textarea {
    width: 220px;
    margin: 3px 0 10px 0;
    border: solid 3px #e5e5e5;
    color: #676767;
    padding: 2px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size: 1em;}

.tableform input[type="file"] {
    width: 220px;
    margin: 3px 0 10px 0;
    border: solid 3px #e5e5e5;
    color: #676767;
    padding: 2px;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size: 1em;}
    
.tableform .textbox-lge {
    width: 541px;}
    
.tableform .textarea-lge {
    width: 541px;
    height: 100px;}
