﻿td
{
    border: dashed 1px #cccccc;
    padding-left: 10px;
    padding-right: 20px;
}

.contact
{
    border: solid 0px #cccccc;
    padding-left: 0px;
}

p
{
    padding-bottom: 5px;
}

#propmenu
{
    float: left;
    width: 120px;
    padding: 10px 10px 10px 10px;
    border: solid 1px #cccccc;
}

#stockimage
{
    text-align: center;
}

#headerspan
{
    width: auto;
    height: 110px;
    background-image: url('../Images/BannerBack.png');
    background-repeat: repeat-x;
}

#header
{
    width: 950px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

#specialist
{
    text-align: center;
    height: 36px;
}

#footercontent
{
    height: 65px;
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 8pt;
    padding-top: 15px;
    font-family: Calibri;
    color: #ffffff;
    background-image: url('../Images/FooterBack.png');
    background-repeat: repeat-x;
}

#footercontent a
{
    color: #ffffff;
    text-decoration: none;
}

#footercontent a:hover
{
    text-decoration: underline;
}   

#telephone
{
    float: right;
    width: 297px;
}

#telephone a
{
    color: #ffffff;
}

img
{
    border: none;
}

.section
{
    margin-left: 150px;
}

.sectionimg
{
    float: left;
    margin-right: 20px;
}

#menuspan
{
    width: auto;
    height: 42px;
    background-image: url('../Images/MenuBack.png');
    background-repeat: repeat-x;
}

#menu
{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

#menu ul
{
    height: 42px;
    padding-top: 9px;
    padding-bottom: 14px;
}

#menu li
{
    display: inline;
}

#menu a
{
    display: inline;
    padding: 10px 10px 14px 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #404040;
    font-family: Calibri, Tahoma, Arial;
}

#menu a:hover
{
    background-color: #ffffff;
    background-image: url('../Images/MenuBackUp.png');
    background-repeat: repeat-x;
}

#textsize
{
    float: right;
    padding: 11px 3px 0px 0px;
    width: 100px;
    text-align: right;
}

#textsize a
{
    padding: 0;
}

#content
{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    font-family: Calibri, Tahoma, Arial;
    font-size: 11pt;
    color: #404040;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

#content img
{
    padding: 3px;
}

#content li
{
    margin-left: 20px;
}

#titleimages
{
    width: 967px;
    height: 295px;
    padding-left: 2px;
}

#titleimgright
{
    float: right;
    height: auto;
    width: 250px;
    padding-right: 6px;
}

#titleimgleft
{
    width: 705px;
}

h1
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    color: #000000;
}

h2
{
    padding-bottom: 10px;
}

h3
{
    padding-bottom: 4px;
}

a
{
    text-decoration: none;
}

.ValidateMessage
{
    color: red;
}

#googlemap
{
    float: right;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 425px;
}

#validator
{
    float: right;
    width: 100px;
    text-align: right;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 116px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -116px; /* negative value of footer height */
	height: 116px;
	clear:both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
