﻿body
{
    font-size: 8pt;
    font-family: verdana;
}
H1
{
    font-size: 14pt;
    font-family: verdana;
}
H2
{
    font-size: 12pt;
    font-family: verdana;
    color:Black;
}
H3
{
    font-size: 10pt;
    font-family: verdana;
    font-weight:bold;
}
P
{
    font-size: 8pt;
    font-family: verdana;
    text-align:justify;
}
LI
{
    font-size: 8pt;
    font-family: verdana;
    text-align:justify;  
}
MenuHead
{
    font-size: 12pt;
    font-family: verdana;
    color: #191970;
}
#Page_Container
{
    width: 1000px;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 100%;
}
    
#three_column_container
 {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  text-align :left ;
  /* background-color: #000000; */
 }
#three_column_left
  {
    width: 20%;
    min-height:450px;
    padding: 0 0 0 5px;
    float: left;
    border-right: none;
    border-top-width: 1px;
    border-left-width: 1px;
    border-left-color: #ff0000;
    border-bottom-width: 1px;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;
    background-color: #f5f5f5;
} 
#three_column_middle
{
    width: 45%;
    padding: 0 0 0 65px;
    float: left;
    border-left-color: #008000; 
    border-bottom-color: #008000; 
    border-top-color: #008000;
    border-right-color: #008000; 
}
#three_column_right
{
    width: 20%;
    min-height:450px;
    padding: 0 0 0 5px;
    float: right;
    border-left: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-right-color: #ff0000;
    border-bottom-width: 1px;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;
    background-color: #f5f5f5;
}  
.gsmsc-mapDiv 
{
  height : 275px;
}

.gsmsc-idleMapDiv 
{
  height : 275px;
}

#mapsearch 
{
  width : 365px;
  margin: 10px;
  padding: 4px;
}

map
{
    padding-left:150px;
}
Pictures
{
    padding-left:400px;
}
Footer
{
    vertical-align:text-bottom;
    width: 1000px;
}
#two_column_container 
{
  width: 100%;
  padding: 0 0 0 0;
  text-align :left ;
  /* background-color: #000000; */
}
#two_column_left
{
    width: 22%;
    min-height: 450px;
    padding: 0 0 0 5px;
    float: left;
    border-top-width: 1px;
    border-left-width: 1px;
    border-left-color: #ff0000;
    border-right: midnightblue 2px solid;
    border-bottom-width: 1px;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;
    background-color: #f5f5f5;
} 
  /* background-color: #dddddd; */
#two_column_content
{ 
    /* margin-left: 200px; */
    
    width: 70%;
    padding: 0 0 0 20px;
    float: left;
    border-top-width: 1px; 
    border-left-width: 1px;
    border-left-color: #008000; 
    border-bottom-width: 1px; 
    border-bottom-color: #008000; 
    border-top-color: #008000; 
    border-right-width: 1px; 
    border-right-color: #008000; 
}