body
{
    margin: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
	/*background: url(../images/bg.png) repeat;*/
}

.tab-text
{
    font-size: 17px;
	letter-spacing: 1px;
}

.header
{
	color: #b32317;
	font-size: 19px;
}

.sub-header
{
	color: #b32317;
	font-family: franklin gothic medium;
}

.border
{
	border: 1px solid #bfe9f9;
}

#title
{
    text-align: center;
    margin-bottom: -7px;
}

#pagewidth
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    width: 780px;
    z-index: 1000;
    vertical-align: bottom;
}

.button
{
	background-color: #FFFFFF;
   	border: 1px solid #b32317;
}

.button-hover
{
	color: #FFFFFF;
	background-color: #b32317;
   	border: 1px solid #b32317;
}

#map_canvas
{
    font-size: 15px;
    font-weight: normal;
}

#direction-text
{
    font-size: 12px;
    text-align: left;
}

#directions
{
    text-align: left;
    width: 320px;
}

#directions td
{
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 2px;
}

#directions .textinput
{
    /*background-color: #bfe9f9;*/
    border-style: none solid solid; 
    padding: 2px;
    border: 1px solid #000;
    width: 150px;
    font-size: 12px;
}

#directions .textinput2
{
    /*background-color: #bfe9f9;*/
    border-style: none solid solid; 
    padding: 2px;
    border: 1px solid #000;
    width: 75px;
    font-size: 12px;
}

#directions .textinput3
{
    /*background-color: #bfe9f9;*/
    border-style: none solid solid; 
    padding: 2px;
    border: 1px solid #000;
    width: 320px;
    font-size: 12px;
}

#contact-form
{
    text-align: left;
    width: 350px;
}

#contact-form td
{
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 2px;
}

#contact-form .textinput
{
    background-color: #bfe9f9;
    border-style: none solid solid; 
    padding: 2px;
    border: 1px solid #bfe9f9;
    width: 300px;
    font-size: 12px;
}

#contact-form textarea
{
    background-color: #bfe9f9;
    border-style: none solid solid; 
    padding: 2px;
    border: 1px solid #bfe9f9;
    height: 100px;
    width: 300px;
    font-size: 12px;
    resize: none;
}

#register-form
{
    text-align: left;
    width: 350px;
}

#register-form td
{
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 2px;
}

#register-form .textinput
{
    background-color: #bfe9f9;
    border-style: none solid solid; 
    padding: 2px;
    border: 1px solid #bfe9f9;
    width: 300px;
    font-size: 12px;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.clear
{
    clear: both;
}

.padding-top
{
    padding-top: 30px;
}

.disc-text
{
    padding-top: 8px;
    padding-left: 5px;
    font-size: 11px;
}

.maxwidth
{
    width: 95%;
}

.error
{
	color: #b32317;
}
