html { min-height: 100%; margin-bottom: 1px; }

body
{
background:white;
}

#master
{
align:center;
padding-bottom:15px;
}

#top-nav
{
position:relative;
display:block;
width:950px;
height:18px;
}

#top-nav p
{
font-size:11pt;
text-align:center;
padding:0px;
margin:0px;
}

#top-nav a
{
text-decoration:none;
}

#top-nav a:hover
{
text-decoration:underline;
}

#header
{
position:relative;
display:block;
width:950px;
height:200px;
background-image:  url('images/header.jpg');
background-repeat:no-repeat;
}

#header-text
{
position:relative;
width:950px;
top:7px;
}

#header-text h2
{
font-size:12pt;
text-align:center;
color:black;
}

.phone-number
{
font-size:32pt;
text-align:right;
padding-top:130px;
padding-right:15px;
color:#500E3D;
}

#home-navigation ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

#home-navigation li
{
display:block;
width:200px;
height:30px;
padding:2px;
margin:0px;
}

#home-navigation a
{
display:block;
width:200px;
height:30px;
text-align:center;
background-image:url('images/button.jpg');
font-family:tahoma;
font-size:11pt;
font-weight:600;
color:white;
text-decoration:none;
line-height:30px;
padding:0px;
margin:0px;
}

#home-navigation a:hover
{
background-image:url('images/button-rollover.jpg');
color:#992577;
}


#content
{
position:relative;
display:block;
top:5px;
width:950px;
}

#content-left
{
position:relative;
display:block;
float:left;
width:200px;
padding:0px;
padding-top:10px;
}

#content-right
{
position:relative;
display:block;
float:left;
width:540px;
min-height:400px;
}

#photos
{
position:relative;
display:block;
float:right;
width:200px;
padding-top:10px;
}

#footer
{
position:relative;
top:10px;
display:block;
clear:both;
width:950px;
height:50px;
background-image: url('images/footer.jpg');
background-repeat:no-repeat;
padding-top:10px;
}


#footer p
{
line-height:10px;
font-size:12pt;
}

p, li, table
{
margin:15px;
font-family:tahoma;
color:black;
text-align:justify;
font-weight:600;
}

#content p, #content li, #content table
{
font-size:10pt;
}

a, a:visited, a:active
{
color:black;
}

h2
{
margin:15px;
font-family:arial;
font-size:16pt;
color:black;
text-align:justify;
font-weight:600;
font-style:italic;
}

h1
{
margin:15px;
font-family:arial;
font-size:12pt;
color:black;
text-align:justify;
font-weight:600;
font-style:italic;
}


a img
{
border:0px;
}

.footer-text
{
font-size:16pt;
text-align:center;
margin:0px;
padding:0px;
}

.bottom-links
{
text-align:center;
}

.bottom-links a
{
font-size:11pt;
text-decoration:none;
}

.bottom-links a:hover
{
text-decoration:underline;
}

.small-print
{
font-size:8pt;
text-align:center;
margin:0px;
}

/* Quote Form Style */

#form
{
display:block;
width:400px;
}

.form-title
{
position:relative;
display:block;
width:250px;
float:left;
}

.form-field
{
position:relative;
display:block;
}

.form-input
{
width:150px;
font-size:12px;
border:solid 1px #84437A;
background:white;
}

