/**************************** Page Classes  ********************************/


.content {
    text-align          :   justify;
    vertical-align      :   top;
    
}


.contact_table {
    margin              :   0px;
    padding             :   5px;    
    width               :   426px;
}


.contact_td {
    margin              :   0px;
    padding             :   5px;    
}

.nav_image {
    border              :   none;
    height              :   0px;    
    width               :   0px;
}


/* * * Headers & Borders Classes * * */


.border_none {
    border              :   none;
}


.border_right {
    border              :   solid 1px #FFAB15;
    margin              :   0px 0px 0px 15px;
}


h1 {
	color               :   #F20E2C;
	font-size           :   12px;
	font-weight         :   bold;
    margin              :   0px;
	text-align          :   left;
	width               :   100%;
}


h2 {
	color               :   #F20E2C;
	font-size           :   12px;
	font-weight         :   bold;
    margin              :   0px;
	text-align          :   left;
	width               :   100%;
}


ul {
    margin-top          :   0px;
    padding-top         :   0px;
}


li {
    padding-bottom      :   6px;
}


/* * * Form Ids * * */


.textbox {
    border              :   solid 1px #FFAB15;
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
    font-size           :   11px;
    height              :   14px;
}


.textarea {
	border              :   solid 1px #FFAB15;
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
	font-size           :   11px;
}


.button {
    background-color    :   #F0F0F0;
    border              :   solid 1px #FFAB15;
	font-size           :   11px;
	font-weight         :   bold;
	height              :   20px;
	margin              :   0;
	text-align          :   center;
}


.dropdown {
    border              :   solid 1px #FFAB15;    
    font-family         :   Verdana, Arial, Helvetica, sans-serif;
	font-size           :   11px;
	margin              :   0;
}

#addThisHolder
{
   position:relative;
   height:25px;
}

#addThisHolder .addthis_toolbox
{
    position:absolute;
    right:-30px;
    top:0px;
}


