﻿img.left 
{
    float: left;
    margin-right: 16px;
    }
img.right 
{
    float: right;
    margin-left: 16px;
    }

/*Contact Us Layout*/
.ContactTable input[id$="Address"] {
	width: 200px;
}
.ContactTable input[id$="State"] {
	width: 24px;
}
.ContactTable input[id$="Zip"] {
	width: 80px;
}
.ContactTable input[id$="Telephone"] {
	width: 120px;
}
.ContactTable input[id$="Fax"] {
	width: 120px;
}

/*END Contact Us Layout*/  
    
/*Contact Box*/
#home fieldset.contactBox 
{
    position: absolute;
    right: 0px;
    top: 19px;
    }
#home fieldset.contactBox a
{
  text-decoration: none;
    }
fieldset.contactBox 
{
	float:right;
    display: block;
    border: none;
    background-image: url(images/home/contactForm.jpg);
	background-color:#FFFFFF;
    background-repeat: no-repeat;
    width: 337px;
    height: 267px;
	margin-top:75px;
    position: relative;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    .contactBox h1
    {
        display: block;
        margin: 16px;
        padding: 0px;
        background-color: Transparent;
        border: none;
        color: #000000;
        font-size: 17px;
		font-weight:bold;
        
        
        }
     .contactBox h2
    {
        color: #99080c;
        font-weight: bold;
        font-style: italic;
   	
        margin: -8px 16px 16px 16px;
        padding-left: 0px;
        font-size: 14px;
        line-height: normal !important;
        }
        .contactBox a
    {
        display: block;
		background-image:url(images/home/contactArrow.gif);
		background-repeat:no-repeat;
        position: absolute;
		margin-top:0px;
		margin-left:75px;
		padding-left:20px;
		padding-bottom:20px;
		color: #000000;
		font-size:11px;
		font-weight:bold;
        bottom: 0px;
        left: 0px;
        width: 60px;
        height: 20px;
        border: none;
        }
        .contactBox label 
    {
        display: block;
        color: #000000;
        margin: 1px 8px;
        width: 80px;
        text-align: right;
        float: left;
		font-size: 11px;
        }
        .contactBox input, .contactBox textarea 
    {
       width: 160px;
	   margin-top:2px;
	   margin-bottom:2px;
        }
        .contactBox textarea 
    {
       height: 50px;
        }
        .contactBox br 
    {
       clear: both;
        }
/*END Contact Box*/

/*Form Box*/

div.formBox 
{
    position: relative;
    width: 261px;
    margin: 0px auto;
    }
div.formBox h1 
{
    display: block;
    background-image: url(images/formBoxH1.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0px;
    padding: 0px 8px;
    
    }
div.formBox p 
{
    margin: 8px;
    font-size: 11px;
    line-height: normal;
    
    
    }
div.formBox div.formContainer 
{
    border-left: solid 1px #7e7e7e;
    border-right: solid 1px #7e7e7e;
    padding: 8px;
    }
    div.formBox div.formContainer textarea 
    {
        background-image: url(images/formBoxTexarea.gif);
        background-repeat: repeat-x;
        background-position: bottom;
        width: 90%;
        }
div.formBox div.formFooter 
{
    background-image: url(images/formBoxFooter.gif);
    background-repeat: no-repeat;
    height: 41px;
    text-align: center;
    }


/*END Form Box*/

/*Gray CallOut Box*/

table.callOutBoxGray 
{
    border-collapse: collapse;
    
    
    }
    table.callOutBoxGray td 
    {
        background-image: url(images/callOutBoxGray.gif);
        background-repeat: repeat-x;
        padding: 8px;
        
        }
    #content table.callOutBoxGray td h1 
    {
        background-image: url(images/bulletLarge.gif);
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 24px;
        margin: 0px 8px;
        color: #9d080d;
        }
    #content table.callOutBoxGray td ul {margin: 0px;}
    #content table.callOutBoxGray td li 
    {
        margin: 0px 8px 0px 32px;
        color: #000000;

        }
    #content table.callOutBoxGray td li li
    {
        
        margin: 0px 0px 0px 2px;
        padding: 0px;
        background-image: none;
       color: #424242;
		font-weight:normal;
		line-height:16px;
		font-size:11px;
        
        }
		
		 #content table.callOutBoxGray a, #content table.callOutBoxGray a:hover, #content table.callOutBoxGray a:active, #content table.callOutBoxGray a:visited {
		 
        color: #9d080d;
		float:right;
		padding-top:5px;
		padding-bottom:5px;
		 }
		
/*END Gray CallOut Box*/

/*MISC*/

table[id$="RadEditor1Wrapper"] li {background-image: none !important;}

.mapSpacer {margin-top: 152px;}

ul.faqList li {text-align: left;}

input[id$="SenderName"] {width: 200px;}
input[id$="SenderEmail"] {width: 260px;}
input[id$="FriendsName"] {width: 200px;}
input[id$="FriendsEmail"] {width: 260px;}

/*MISC Admin*/

#admin div[id$="HomePanel"] div {margin: 16px 0px;}
#admin * {font-size: 11px;}
#shell .moduleSettings fieldset {padding: 16px; font-size: 11px;}
#shell .moduleSettings label {width: auto;}
