/*
   Idaho Remodeler
   Georgia body
   Verdana heading
   Light Blue color #92b8ef
   Dark Blue color #1c66d9
   grey #c0c0c0
*/

/*
body { background-image: url(graphic.jpg);
color: #b8c7f9; background-color: #000000;}
*/

p            { font-size: 10pt; font-family: Georgia; text-align:left; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10 }

ul           { font-size: 10pt; font-family: Georgia; margin-top: 0; margin-bottom: 6 }

li           { font-size: 10pt; font-family: Georgia; margin-top: 0; margin-bottom: 1 }

h1           { font-size: 16pt; font-family: Verdana, Georgia; letter-spacing: 1pt; font-weight: bold; 
               text-align: center; margin-left: 30; margin-right: 30; 
               margin-top: 14; margin-bottom: 12; color:#1C66D9 }
               
h2           { font-family: Verdana; font-size: 14pt; letter-spacing: 1pt; font-style: italic; 
               text-align: center; margin-left: 0; margin-right: 0; 
               margin-top: 12; margin-bottom: 10 }
               
h3           { font-family: Georgia; font-size: 12pt; text-align: left; font-weight: bold; margin-top: 7; margin-bottom: 6 }

.body
{
margin-top: 8;
margin-bottom: 8;
}


.fieldNameCSS

{

font-weight: bold;

}

.fieldValueCSS

{

font-style:italic

}



.column
{
margin-left: 20; 
margin-right: 0; 
margin-top: 8;
margin-bottom: 8
}
.form-field
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none; text-align:left; margin-left:3; margin-right:0; margin-top:0; margin-bottom:0
}
.category
{
margin-left: 40; 
margin-right: 0; 
margin-top: 3;
margin-bottom: 3; 
text-indent:-20
}

.photo
{
text-align:center; 
margin-left: 10px; 
margin-right: 10px; 
margin-top: 5px; 
margin-bottom: 5px
}

.photo_caption
{ font-size: 10pt; font-family: Georgia; text-align:center; margin-left:10px; margin-right:10px; margin-top:0; margin-bottom:5px }

.left            
{
	text-align:left;
}

.table            
{
	text-align:left;
	margin-top:0px; 
	margin-bottom:0px;
}

.company            
{
	text-align:left;
	margin-top:10px; 
	margin-bottom:4px;
}

/* Use for checkbox list of Subcategories */
.checkboxes            
{
	text-align:left;
	margin-left:0px; 
	margin-top:0px; 
	margin-bottom:0px;
}

/* Use for search results listing */
.listing            
{
	text-align:left;
	margin-left:25px; 
	margin-top:0px; 
	margin-bottom:4px;
}

/* IE stretched button bug workaround */

input.button
{
    width: 0; /* for IE only */
    overflow: visible;
    font-family: verdana, Arial, Sans-serif; /* or whatever fonts are used in the website */
    FONT-SIZE: 13pt;
    color: #000000;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.button[class] { /* IE ignores [class] */
    width: auto;
}


