@import url("//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700%7COpen+Sans:400,600,300,700,300italic,400italic,600italic");
@import url("//fonts.googleapis.com/css?family=Fredericka+the+Great");

@media screen
  {

body {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 13px;
    background: #ffffff;
  }

  img {
    border : 0px;
    padding : 0px;
    margin : 0px;
  }
  table {
  	border-collapse: collapse;
  	border-spacing: 0;
  }
  div#contents
    {
    z-index: 3;
	position: relative;
    }
  div#menu
    {
    width: 100%;
    height: 120px;
	position: absolute;
	z-index: 155;
    }
  div#menuholder
    {
    width: 1100px;
    height: 120px;
    background: #303030;
    margin: 0px auto;
    }
  div#logo
    {
      float: left;
      margin: 15px 0px 0px 30px;
	  z-index: 185;
    }
  .logo
    {
      width: 170px;
    }

  .logobox
    {
      float: left;
      width: 400px;
      margin: 0px 50px 20px 0px;
    }
  div#centercolumn
    {
    width: 1100px;
    margin: 0px auto;
    }
  div#container
    {
    position: relative;
    }
  div#spacer
    {
      clear: both;
      height: 130px;
    }

  .photohome
    {
      background: #000000 url("../images/photo-blake.jpg") center no-repeat;
      background-size: cover;
      overflow: hidden;
      padding: 90px 0px 220px 0px;
    }

  div#whitebkgrnd {
    background: #ffffff;
    padding: 50px;
  }

  div#main {
    width: 750px;
    margin: 0px auto;
  }
  div#left {
    float: left;
    width: 275px;
  }
  div#smallcenter
    {
    width: 710px;
    margin: 0px auto;
    text-align: center;
    }
    .times1 {
      margin: 0px 80px 0px 50px; float: left;
    }
    .times2 {
      margin-right: 50px; float: left;
    }
    .times3 {
      float: left;
    }

  div#quotecenter
    {
    width: 340px;
    float: right;
    margin: 0px 300px 0px 0px;
    text-align: left;
    }
  .footer {
    padding: 40px 0px 40px 0px;
    width: 100%;
    background: #8e8968;
    }
  .footerinset {
    width: 1100px;
    margin: 0px auto;
  }
  div#social
    {
      text-align: right;
      background: #303030;
      font-size : 12px;
      line-height : 14px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      color: #8e8968;
      width: 100%;
      height: 20px;
      margin: 0px auto;
      padding: 10px 0px;
    }
    .sociallinks {
      text-align: center;
      float: right;
      padding: 0px 2px;
    }

    A.sociallinks {
        text-decoration : underline;
        color: #8e8968;
        font-size: 20px;
    }

    A.sociallinks:hover {
        text-decoration : underline;
        color: #ffffff;
        font-size: 20px;
        -webkit-transition: color 500ms ease-in;
        -moz-transition: color 500ms ease-in;
        -o-transition: color 500ms ease-in;
        transition: color 500ms ease-in;
    }
    #map_canvas {
      width:100%;
      height:550px;
    }

    /* sticky nav */
    .nav-container { width:100%; }

    nav {
    	z-index: 500;
    	position: relative;
    }

    .sticky {
    	position: fixed;
    	top: 0px;
        width: 100%;
        height: 120px;
        background: transparent;

    	animation:thedrop 2s 1;
    	-moz-animation:thedrop 2s 1;
    	-webkit-animation:thedrop 2s 1;
    }


.body, .pp_description  {
	font-size : 13px;
	line-height : 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.intro  {
	font-size : 18px;
	line-height : 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.times  {
	font-size : 14px;
	line-height : 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}
.quote  {
	font-size : 14px;
	line-height : 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.small  {
	font-size : 12px;
	line-height : 13px;
}

.flexslider
    {
    width: 100%;
}

.flexhead  {
    position: absolute;
    top: 300px;
	text-align: center;
    width: 100%;
    font-family: 'Fredericka the Great', cursive;
    font-weight: normal;
    font-size : 80px;
    line-height: 82px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px #000000;
}

.flexbody {
    position: absolute;
    top: 390px;
	text-align: center;
    width: 100%;
	font-size : 27px;
	line-height : 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color : #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 0px 6px #000000;
}

img.imgshadow {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px #3e657e;
  -moz-box-shadow: 0px 0px 5px 0px #3e657e;
  box-shadow: 0px 0px 5px 0px #3e657e;
  filter: dropshadow(color=#3e657e, offx=0, offy=0);
  margin: 0px 0px 15px 0px;
}
img.stroke {
  border: 2px solid #80bd01;
}
img.right {
  float: right;
  margin: 0px 0px 15px 15px;
}
img.left {
  float: left;
  margin: 0px 15px 15px 0px;
}


HR {
  border: 0px;
  height: 1px;
  background: #c0c0c0;
  margin: 10px 0px;
}


/* portfolio styles */
ul.gallery li { display: none; }
ul.gallery { display: none; }


.item {
	width: 200px;
    height: 200px;
    margin: 0px 6px 6px 0px;
	overflow:hidden;
	position:relative;
	float:left;
}

.item .caption {
	width: 200px;
    height: 200px;
    background: rgba(24, 77, 129, .85);
	position:absolute;
	display:none;
    cursor: pointer;

}

.item .caption p {
	padding: 0px;
	margin: 0px;
}

img.thumb {
	border:0;
    height: 200px;
    width: 200px;
	/* allow javascript moves the img position*/
	position:absolute;
}
/* end portfolio styles */


H1 {
    font-family: 'Fredericka the Great', cursive;
    font-size : 36px;
    line-height: 38px;
    font-weight: normal;
    color : #303030;
    padding: 0px 0 0px 0;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

H2 {
    font-family: 'Fredericka the Great', cursive;
    font-size : 30px;
    line-height: 32px;
    font-weight: normal;
    color : #8e8968;
    padding: 0px 0 0px 0;
    margin: 0px 0 10px 0;
}

H3 {
    font-family: 'Fredericka the Great', cursive;
    font-size : 24px;
    line-height: 26px;
    font-weight: normal;
    color : #ffffff;
    padding: 0px 0 0px 0;
    margin: 0px 0 5px 0;
    text-transform: uppercase;
}

H4 {
    font-family: 'Open Sans', sans-serif;
    font-size : 18px;
    line-height: 20px;
    font-weight: 400;
    color : #303030;
    padding: 0px 0 0px 0;
    margin: 0px 0 2px 0;
    text-align: center;
    text-transform: uppercase;
}

H5 {
    font-family: 'Open Sans', sans-serif;
    font-size : 18px;
	line-height : 20px;
    font-weight: 400;
    color : #8f0026;
    margin: 0 0 10px 0px;
    padding: 0px 0 0px 0;
    text-align: left;
}

H6 {
	color : #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size : 10px;
    line-height: 12px;
    font-weight: 700;
    border-bottom: 1px solid #acacac;
    padding: 5px 0 10px 0;
    margin: 0 0 0 0;
}

.white {
  color : #ffffff;
}
.black {
  color : #000000;
}
.gray {
  color : #303030;
}
.gold {
  color : #8e8968;
}
.red  {
	color : #ec251d;
}
.fineprint  {
	font-size : 10px;
	line-height : 12px;
}

UL {
	list-style-image: url("../images/bullet.png");
}



A.body, A, A.body:Active, A:Active  {
	text-decoration : none;
	color : #8e8968;
}

A.body:Hover, A:Hover  {
	text-decoration : underline;
	color : #000000;
}
A.white, A.white:Active  {
	text-decoration : none;
	color : #ffffff;
    font-weight : 600;
}
A.white:Hover  {
	text-decoration : none;
	color : #8e8968;
    font-weight : 600;
}
A.small, A.small:Active  {
	text-decoration : none;
	color : #e01383;
}
A.small:Hover  {
	text-decoration : none;
	color : #000000;
}
A.fineprint, A.fineprint:Active, A.asterisk, A.asterisk:Active  {
	text-decoration : none;
	color : #ffffff;
    font-size : 10px;
    margin-right: 15px;
    text-transform: lowercase;
}

A.fineprint:Hover,A.asterisk:Hover  {
	color : #303030;
}

A.button1, A.button1:Active  {
	text-decoration : none;
    white-space: nowrap;
	color : #8e8968;
    font-family: 'Open Sans', sans-serif;
	font-size : 14px;
    line-height: 50px;
	font-weight : 600;
    text-align : center;
    padding : 6px 15px;
    background: #303030;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
    margin: 0px 25px 25px 0px;
    text-shadow: none;
    text-transform: uppercase;
}

A.button1:Hover {
	color : #ffffff;
    background: #8e8968;
    -webkit-transition: background 500ms ease-in,color 500ms ease-in;
    -moz-transition: background 500ms ease-in,color 500ms ease-in;
    -o-transition: background 500ms ease-in,color 500ms ease-in;
    transition: background 500ms ease-in,color 500ms ease-in;
}

A.button2, A.button2:Active  {
	text-decoration : none;
    white-space: nowrap;
	color : #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-size : 14px;
    line-height: 50px;
	font-weight : 600;
    text-align : center;
    padding : 6px 15px;
    background: #8e8968;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
    margin: 0px 25px 25px 0px;
    text-transform: uppercase;
}

A.button2:Hover {
	color : #ffffff;
    background: #303030;
    -webkit-transition: background 500ms ease-in,color 500ms ease-in;
    -moz-transition: background 500ms ease-in,color 500ms ease-in;
    -o-transition: background 500ms ease-in,color 500ms ease-in;
    transition: background 500ms ease-in,color 500ms ease-in;
}

A.task, A.task:Active  {
	text-decoration : none;
    white-space: nowrap;
	color : #373d11;
    font-family: 'Open Sans', sans-serif;
	font-size : 16px;
    line-height: 50px;
	font-weight : 400;
    text-align : center;
    padding : 6px 15px;

	background: -webkit-linear-gradient(top, rgb(223,237,119), rgb(168, 184, 52));
	background: -moz-linear-gradient(top, rgb(223,237,119), rgb(168, 184, 52));
	background: -o-linear-gradient(top, rgb(223,237,119), rgb(168, 184, 52));
	background: -ms-linear-gradient(top, rgb(223,237,119), rgb(168, 184, 52));
	background: linear-gradient(top, rgb(223,237,119), rgb(168, 184, 52));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfed77', endColorstr='#a8b834',GradientType=0 );

	border:1px solid #808c28;

	-webkit-box-shadow:
		inset 0px 1px 0px #dfed77,
		      0px 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow:
		inset 0px 1px 0px #dfed77,
		      0px 1px 1px rgba(0,0,0,.25);
	box-shadow:
		inset 0px 1px 0px #dfed77,
		      0px 1px 1px rgba(0,0,0,.25);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	text-shadow:0px 1px 0px rgba(223,237,119,1.0);
}

A.task:Hover  {
    color : #373d11;
	text-decoration : none;
    white-space: nowrap;
    background-image: -webkit-linear-gradient(top, rgb(168, 184, 52), rgb(223,237,119));
	background-image: -moz-linear-gradient(top, rgb(168, 184, 52), rgb(223,237,119));
	background-image: -o-linear-gradient(top, rgb(168, 184, 52), rgb(223,237,119));
	background-image: -ms-linear-gradient(top, rgb(168, 184, 52), rgb(223,237,119));
	background-image: linear-gradient(top, rgb(168, 184, 52), rgb(223,237,119));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a8b834', EndColorStr='#dfed77');
}

.current  {
	text-decoration : none;
    white-space: nowrap;
	color : #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-size : 16px;
    line-height: 50px;
	font-weight : 400;
    text-align : center;
    padding : 6px 15px;

	background: -webkit-linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	background: -moz-linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	background: -o-linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	background: -ms-linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	background: linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4803a', endColorstr='#e11309',GradientType=0 );

	border:1px solid #c80500;

	-webkit-box-shadow:
		inset 0px 1px 0px #f49f3b,
		      0px 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow:
		inset 0px 1px 0px #f49f3b,
		      0px 1px 1px rgba(0,0,0,.25);
	box-shadow:
		inset 0px 1px 0px #f49f3b,
		      0px 1px 1px rgba(0,0,0,.25);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	text-shadow:0px 1px 0px rgba(255,134,61,1.0);
}



.disabled  {
	text-decoration : none;
    white-space: nowrap;
	color : #656565;
    font-family: 'Open Sans', sans-serif;
	font-size : 16px;
    line-height: 50px;
	font-weight : 400;
    text-align : center;
    padding : 6px 15px;

	background: -webkit-linear-gradient(top, rgb(208, 208, 208), rgb(183, 183, 183));
	background: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(183, 183, 183));
	background: -o-linear-gradient(top, rgb(208, 208, 208), rgb(183, 183, 183));
	background: -ms-linear-gradient(top, rgb(208, 208, 208), rgb(183, 183, 183));
	background: linear-gradient(top, rgb(208, 208, 208), rgb(183, 183, 183));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#b7b7b7',GradientType=0 );

	border:1px solid #b7b7b7;

	-webkit-box-shadow:
		inset 0px 1px 0px #d0d0d0,
		      0px 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow:
		inset 0px 1px 0px #d0d0d0,
		      0px 1px 1px rgba(0,0,0,.25);
	box-shadow:
		inset 0px 1px 0px #d0d0d0,
		      0px 1px 1px rgba(0,0,0,.25);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	text-shadow:0px 1px 0px rgba(225,225,225,1.0);
}



INPUT, TEXTAREA, SELECT  {
	font-size : 13px;
	color : #000000;
	background: #ffffff;
    padding: 2px;
	border:1px solid #818c95;
	-moz-box-shadow:inset 0 0 5px #ccc;
	-webkit-box-shadow:inset 0 0 5px #ccc;
	box-shadow:inset 0 0 5px #ccc;
}

INPUT:focus, TEXTAREA:focus, SELECT:focus {
    -webkit-box-shadow: 0px 0px 8px 0px #a8b834;
    -moz-box-shadow: 0px 0px 8px 0px #a8b834;
    box-shadow: 0px 0px 8px 0px #a8b834;
	border:1px solid #a8b834;
}


INPUT.submit  {
	text-decoration : none;
	color : #580009;
    font-family: 'Open Sans', sans-serif;
	font-size : 16px;
	font-weight : 400;
    text-align : center;
    padding : 6px 30px;

	background: -webkit-linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	background: -moz-linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	background: -o-linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	background: -ms-linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	background: linear-gradient(top, rgb(244, 128, 58), rgb(255, 19, 9));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4803a', endColorstr='#e11309',GradientType=0 );

	border:1px solid #c80500;

	-webkit-box-shadow:
		inset 0px 1px 0px #f49f3b,
		      0px 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow:
		inset 0px 1px 0px #f49f3b,
		      0px 1px 1px rgba(0,0,0,.25);
	box-shadow:
		inset 0px 1px 0px #f49f3b,
		      0px 1px 1px rgba(0,0,0,.25);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	text-shadow:0px 1px 0px rgba(255,134,61,1.0);
}


INPUT.submit:Hover  {
	text-decoration : none;
    background-image: -webkit-linear-gradient(top, rgb(255, 19, 9), rgb(244, 128, 58));
	background-image: -moz-linear-gradient(top, rgb(255, 19, 9), rgb(244, 128, 58));
	background-image: -o-linear-gradient(top, rgb(255, 19, 9), rgb(244, 128, 58));
	background-image: -ms-linear-gradient(top, rgb(255, 19, 9), rgb(244, 128, 58));
	background-image: linear-gradient(top, rgb(255, 19, 9), rgb(244, 128, 58));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e11309', EndColorStr='#f4803a');
    cursor:pointer;
}


INPUT.bullets  {
	background: transparent;
	border-width: 0;
}

INPUT.checkbox  {
	background: transparent;
	border-width: 0;
}


a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: .50;
opacity: .50;
}

}


@media (min-width: 992px) and (max-width: 1199px) {
      /* iPad landscape */
      div#menu
        {
        width: 100%;
        height: 120px;
    	position: absolute;
    	z-index: 155;
        }
      div#menuholder
        {
        width: 900px;
        height: 120px;
        background: #303030;
        margin: 0px auto;
        }
      div#centercolumn
        {
        width: 95%;
        margin: 0px auto;
        }
      .sticky {
          display: none;
      }
      .footerinset {
        width: 900px;
        margin: 0px auto;
      }
      div#social
        {
          font-size : 11px;
          line-height : 14px;
          width: 100%;
          height: 20px;
          margin: 0px auto;
          padding: 10px 0px;
        }
        A.sociallinks {
            font-size: 18px;
        }
        A.sociallinks:hover {
            font-size: 18px;
        }
        .flexhead  {
            top: 200px;
            font-size : 70px;
            line-height: 72px;
        }
        .flexbody {
            top: 290px;
        	font-size : 20px;
        	line-height : 22px;
        }
        div#quotecenter
          {
          margin: 0px 50px 0px 0px;
          }
}


@media (min-width: 768px) and (max-width: 991px) {
      /* iPad portrait */
      div#menu
        {
        width: 100%;
        height: 120px;
    	position: absolute;
    	z-index: 155;
        }
      div#menuholder
        {
        width: 750px;
        height: 120px;
        background: #303030;
        margin: 0px auto;
        }
      div#logo
        {
          float: left;
          margin: 15px 0px 0px 15px;
    	  z-index: 185;
        }
      .logo
        {
          width: 140px;
        }

      .logobox
        {
          float: left;
          width: 300px;
          margin: 0px 50px 20px 0px;
        }
      div#centercolumn
        {
        width: 95%;
        margin: 0px auto;
        }

        div#main {
          width: 650px;
          margin: 0px auto;
        }
      .sticky {
          display: none;
      }

      .footerinset {
        width: 95%;
        margin: 0px auto;
      }

      div#social
        {
          font-size : 11px;
          line-height : 14px;
          width: 100%;
          height: 20px;
          margin: 0px auto;
          padding: 10px 0px;
        }
        A.sociallinks {
            font-size: 18px;
        }
        A.sociallinks:hover {
            font-size: 18px;
        }
        .flexhead  {
            top: 170px;
            font-size : 50px;
            line-height: 52px;
        }
        .flexbody {
            top: 240px;
        	font-size : 18px;
        	line-height : 20px;
        }
        div#quotecenter
          {
          width: 275px;
          margin: 0px 20px 0px 0px;
          }
        div#smallcenter
          {
          width: 700px;
          }
          .times1 {
            margin: 0px 60px 0px 20px; float: left;
          }
          .times2 {
            margin-right: 40px; float: left;
          }
          .times3 {
            float: left;
          }
}




@media (max-width: 767px) {
      /* cell phones landscape */

      div#centercolumn
        {
        width: 95%;
        margin: 0px auto 0px auto;
        min-height: 600px;
        }
      .sticky {
          display: none;
      }
      .nav-container {
        width: 100%;
      }
      div#menu
        {
        width: 100%;
    	position: absolute;
        height: 40px;
        background: none;
    	z-index: 500;
        }
      div#menuholder
        {
        width: 100%;
        height: 0px;
        }
      div#logo,div#social
        {
    	display: none;
        }
      .footerinset {
        width: 95%;
      }
      .footernav {
        width: 95%;
        float: left;
        margin-bottom: 20px;
        clear: both;
      }
      .footerinset {
        width: 95%;
      }
      .footernav {
        width: 95%;
        float: left;
        margin-bottom: 20px;
        clear: both;
      }
      div#whitebkgrnd {
        background: #ffffff;
        padding: 20px;
      }
      div#main {
        width: 95%;
      }
      .logohome
        {
          width: 200px;
        }
      .logobox
        {
          float: left;
          width: 250px;
          margin: 0px 50px 20px 0px;
        }
      .footerinset {
        width: 95%;
      }
      .footernav {
        width: 95%;
        float: left;
        margin-bottom: 20px;
        clear: both;
      }
      div#whitebkgrnd {
        background: #ffffff;
        padding: 10px;
      }
      div#main {
        width: 95%;
      }
      .flexhead  {
            top: 100px;
            font-size : 50px;
            line-height: 52px;
        }
        .flexbody {
            top: 160px;
        	font-size : 18px;
        	line-height : 18px;
        }
        div#quotecenter
          {
          width: 275px;
          margin: 0px 20px 0px 0px;
          }
        div#smallcenter
          {
          width: 300px;
          padding: 20px;
          }
          .times1 {
            margin: 0px auto; float: none; clear:both;
          }
          .times2 {
            margin: 0px auto; float: none; clear:both;
          }
          .times3 {
            margin: 0px auto; float: none; clear:both;
          }
          #map_canvas {
            width:100%;
            height:300px;
          }
}

@media (max-width: 480px) {
      /* cell phones portrait */

      div#centercolumn
        {
        width: 95%;
        margin: 0px auto 0px auto;
        }
      .sticky {
          display: none;
      }
      .nav-container {
        width: 100%;
      }
      div#menu
        {
        width: 100%;
    	position: absolute;
        height: 40px;
        background: none;
    	z-index: 500;
        }
      div#menuholder
        {
        width: 100%;
        height: 0px;
        }
      div#logo,div#social
        {
    	display: none;
        }
      .logohome
        {
          width: 200px;
        }
      .logobox
        {
          float: left;
          width: 250px;
          margin: 0px 50px 20px 0px;
        }
      .footerinset {
        width: 95%;
      }
      .footernav {
        width: 95%;
        float: left;
        margin-bottom: 20px;
        clear: both;
      }
      div#whitebkgrnd {
        background: #ffffff;
        padding: 10px;
      }
      div#main {
        width: 95%;
      }
      .flexhead  {
            top: 60px;
            font-size : 30px;
            line-height: 32px;
        }
        .flexbody {
            top: 90px;
        	font-size : 14px;
        	line-height : 14px;
        }
        div#quotecenter
          {
          width: 275px;
          margin: 0px 20px 0px 0px;
          }
        div#smallcenter
          {
          width: 300px;
          padding: 20px;
          }
          .times1 {
            margin: 0px auto; float: none; clear:both;
          }
          .times2 {
            margin: 0px auto; float: none; clear:both;
          }
          .times3 {
            margin: 0px auto; float: none; clear:both;
          }
            #map_canvas {
            width:100%;
            height:550px;
          }
}