
/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Georgia;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { background: #2aaae6 url('../images/layout/html-bg.jpg') no-repeat top center; } /* Set height to 100% + 1px to force scroll bar in FF */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px; }
hr { border-color: #33ccff; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Georgia; font-weight: bold; }

h1, h1 a { color: #33ccff; font-size: 60px; line-height: 60px; font-weight: normal; }
h1 span { font-size: 36px; }
h2, h2 a { color: #33ccff; font-size: 16px; margin: 0px 0px 15px 0px; line-height: 22px; font-weight: bold; }
h3, h3 a { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; line-height: 15px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #333333; font-size: 13px; line-height: 18px; }
a  { color: #33ccff; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


.frm td, .frm th { padding: 3px 0px 3px 0px; vertical-align: top; }
.frm th { padding-right: 10px; text-align: left; }

.hours td, .frm th { vertical-align: top; }
.hours th { padding-right: 10px; text-align: left; font-weight: normal; }


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {  }


#header_container {
  width: 918px;
  margin: 0px auto;
}

#header { height: 160px; }

#logo {width: 366px; float: left; border: none; margin-top: 15px; margin-left: 30px;
}

#new-location { width: 275px; float: right; font-size: 12px; margin-top: 110px; }
#new-location span { background: #f3da03; font-family: Verdana; font-weight: bold; padding: 0 2px; }
#new-location b { font-style: italic; }


#nav_container {
  width: 918px;
  margin: 0px auto;
  background: url('../images/layout/nav-bg.png') no-repeat;
  height: 80px;
  margin-top: -14px;
}


#body_container {
  width: 918px;
  margin: 0px auto;
}

#body {
	min-height: 370px;
	height: auto !important; /*MOZ/IE7*/
	height: 360px; /*IE6*/
    background: url('../images/layout/body-bg.png') repeat-y;
}

#body_inner { padding: 0px 35px; }


#footer_container { width: 918px; margin: 0px auto; background: url('../images/layout/footer-bg.png') no-repeat; height: 65px;  }

#footer {
  padding-top: 85px;
  width: 901px;
  margin: 0px auto;
}

#footer-top { font-size: 18px; font-weight: bold; color: #000; font-family: Georgia; text-align: center; }
#footer-bottom { font-size: 12px; color: #000; font-family: Georgia; text-align: center; margin-top: 15px; }

#footer-bottom a { font-size: 12px; color: #000; font-family: Georgia; text-decoration: none; }
#footer-bottom a:hover { text-decoration: underline; }






/* Navigation */

#nav { height: 70px; }

#p7menubar { margin: 0px 25px; padding-top: 23px; }


#p7menubar a { display: block; }
#p7menubar a.trigger { color: #FFFFFF; }
#p7menubar li { float: left; width: 9em;	list-style-type: none; margin: 0px; }
#p7menubar li { position: relative; }
/* hide from IE mac \*/
    #p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */
#p7menubar li ul, #p7menubar ul li  { width: 100%; }
#p7menubar li ul { position: absolute; display: none; margin: 0px; }
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a { }
#p7menubar li:hover ul, #p7menubar li.p7hvr ul { display: block; }
#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a { /*    background: #33CCFF;*/ }



/* Set styles below */

#p7menubar a { padding: 0px 10px 0px 10px; color: #33ccff; font-weight: normal; font-size: 16px; font-family: Georgia; line-height: 28px; }
#p7menubar a:hover { color: #FFFFFF; background: #33ccff; text-decoration: none; }
#p7menubar li ul { width: 210px; background: #33ccff; }
#p7menubar li ul li a { font-weight: normal; }
#p7menubar li ul li a:hover { background: #33ccff; }



