/*-------#89CDE7 is the blue color in the logo badge---------*/

a:link {color: #11a6dd; text-decoration: none;}
a:visited {color: #11a6dd; text-decoration: none;}
a:hover {color: #11a6dd; text-decoration: underline;}
a:active {color: #11a6dd; text-decoration: underline;}

/*  45b5dd   89CDE7   11a6dd*/

#site {

	min-height: 100%;
	height: auto !important;
	height: 100%;
        margin: 0 auto;
        position: relative;
}

/*-----------Header Stuff --------------*/
#header {
	height: 150px;
    width: 1000px;
	background-position: top center;
    margin: 0 auto;

}


div#logo h1 a{
   background:url(images/design/logo-badge.png) 0 0 no-repeat;

}

div#logo {
      float:left;
      display:inline;
      /*margin: 0 0 0 0px;*/
}

div#logo h1{
     width: 327px;
     height:150px;
 }

div#logo h1 a{
      border:0;
      height:150px;
     display:block;
      line-height:150px;
      text-indent:-9999px;
  }

#header-top {
     width: 672px;
     height: 30px;

}


                    /*------Navigation Stuff ----------*/

#header-nav {
     width: 672px;
     height: 82px;
}

#nav{
     float: left;
     display:inline;
     width: 672px;
     height: 82px;
     /*the margin helps placement of the nav graphic */
     margin-left: 0px;
}

#nav ul{
      background:url(images/design/nav.png) no-repeat;
      width:672px;
      /*this should be half the height of navigation graphic*/
      height:82px;
      list-style-type:none;
}

 #nav ul li{
     float:left;
     height:82px;
     display:inline;
  }
   
#nav ul li a{
     background:url(images/design/nav.png)  no-repeat;
     border:0;
     height:82px;
     display:block;
     /*thinking this may determine where the "hot spot" is for the link */
     line-height:82px;
     text-indent:-9999px;
   }

  div#nav ul li#start {width: 143px;}
  div#nav ul li#take {width: 125px;}
  div#nav ul li#make {width: 123px;}
  div#nav ul li#find {width: 114px;}
  div#nav ul li#watch {width: 167px;}

  div#nav ul li#start a{background-position: 0px 0px;}
  div#nav ul li#take a{background-position:-143px 0px;}
  div#nav ul li#make a{background-position:-268px 0px;}
  div#nav ul li#find a{background-position:-391px 0px;}
  div#nav ul li#watch a{background-position:-505px 0px;}

  div#nav ul li#start a:hover{background-position: 0px -82px;}
  div#nav ul li#take a:hover{background-position:-143px -82px;}
  div#nav ul li#make a:hover{background-position:-268px -82px;}
  div#nav ul li#find a:hover{background-position:-391px -82px;}
 div#nav ul li#watch a:hover{background-position:-505px -82px;}

#header-subnav {
	position: relative;
}


           /* ---------Category Nav --------------*/

#nav_categories {

     list-style-type:none;
     padding: 0px;
     margin: 0px;
}


#nav_categories li{
      font-size: 16px;
      margin:0 0 0.25em; 
}

#nav_categories a, #nav_categories a:visited {
          display:block; 
	  width:11em; 
}

#nav_subcategories li{

      margin:0 0 0.15em;
      font-size: 14px;
      padding-left: 10px;
}

#nav_subcategories a, #nav_subcategories a:visited {
          display:block; 
	  width:11em; 
}


#nav_categories_record {

     list-style-type:none;
     padding: 0px;
     margin: 0px;
}


#nav_categories_record li{
      font-size: 16px;
      margin:0 0 0.25em; 
}

#nav_categories_record a, #nav_categories_record a:visited {
          display:block; 
	  width:50em; 
}

#nav_subcategories_record li{

     margin:0 0 0.15em;
      font-size: 14px;
      padding-left: 10px;
}

#nav_subcategories_record a, #nav_subcategories_record a:visited {
         /* display:block; */
	  
}

#nav_sub_subcategories li{

      margin:0 0 0.10em;
      font-size: 12px;
      padding-left: 15px;
}

#nav_sub_subcategories a, #nav_sub_subcategories a:visited {
          display:block; 
	  width:11em; 
}



/*------------------ Globals ------------------*/
	
hr {
	border: 0;
	height: 0;
	border: 1px solid #bbb;
	margin-top: 15px;
	margin-bottom: 30px;
}

tr {
     margin: 3px;

}

tr.odd {
     background: #e6e6e6;

}

tr.even {
     background: #f1f1f1;

}
td {
     font-size: 16px;
     padding: 10px;

}


ol {
	margin-bottom: 15px;
}
	
p {
	padding-bottom: 15px;
}


h2, h2 a {
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #cccccc;
}

h3,
h3 a {
	font-size: 18px;
	/*line-height:24px;*/
	color: #cccccc;
	padding-bottom: 20px;
	/*padding-top: 10px;*/
}

h4,
h4 a {
	font-size: 22px;
	line-height:28px;
	color: #666666;
	/*padding-top: 35px;*/
        margin-bottom: 10px;
}

.clearboth { clear:both; }
.centered { text-align:center; }

#registerbutton a{
color: #ffffff;      
background: #11a6dd;
      font-size: 16px;
      padding: 5px;
     text-decoration: none;
}
/*11a6dd  7bc8e6 */

div#registerbutton a:hover{
      color: #eaff5b;
      font-size: 16px;
      padding: 5px;
      text-decoration: none;
}

#normal ul {

      list-style-image: url(images/design/star.gif); 
      margin-left: 10px;
      padding-left: 10px;
}


#normal li {
       margin-left: 10px;
       padding-left: 10px;
       margin-top: 4px;

}

/*------------------ Footer ------------------*/

#footer-container {
       background: url(images/design/footer-bg-repeat.jpg) repeat-x;
       position:absolute;
       width: 100%;
       margin: auto;
       height: 447px;
}

#footer {
     width: 1281px;
     height: 447px;
     background: url(images/design/footer-bg.jpg) no-repeat; 
     margin:0 auto;
}

#footer-left {
     width: 640px;
     height: 447px;
     float: left;
     margin-left: 141px;
}

#twitter {
     width: 610px;
     height: 178px;
     background: url(images/design/twitter-bg.png) no-repeat;
     margin-left: 10px;
     margin-top: 20px;
}


#twitter a {
			color: #fff;
			text-decoration: none;
}

#twitter a:hover {
			text-decoration: underline;
}
#twitter-content {
     margin-left: 34px;
     margin-top: 80px;
     margin-right: 30px;
     float: left;
}


#tweeted {
      margin-left: 34px;
	color: #838787;
       font-size: .8em;
      float: left;
}


#readmore {
     float: left;

}
#readmore a {
			color: #fff;
			text-decoration: none;
}

#readmore a:hover {
			text-decoration: underline;
}


#followus {
     width: 640px;
     height: 35px;
}


#sitelinks {
     width: 640px;
}

	#sitelinks dl {
		float: left;
		width: 170px;
		padding: 7px;
		overflow: hidden;
		height: 190px;
		margin-right: 2px;
	}
	
		#sitelinks dl.alt {
		}
	
		#sitelinks dt {
			font-size: 16px;
                        /*font-weight: bold; */
			padding-bottom: 2px;
                        padding-top: 4px;
		}

		#sitelinks dd {
			font-size: 14px;
                        line-height: 18px;
                        /*font-weight: bold; */
		}
		
		#sitelinks dl a {
			color: #fff;
			text-decoration: none;
			font-size: 14px;
                        line-height: 16px;
		}
	
			#sitelinks dl a:hover {
				text-decoration: underline;
			}

#bottom-badge-container {
     background: url(images/design/bottom-badge.png) no-repeat;
     width: 359px;
     height: 418px;
     float: left;
     margin-top: 27px;
}

#bottom-badge {

     margin-left: 28px;
     margin-right: 28px;
     margin-top: 140px;
}

#bottom-badge a {
			color: #fff;
			text-decoration: none;
}

#bottom-badge a:hover {
			text-decoration: underline;
}

.servicetimes {
     font-size: 16px;
     line-height: 20px;
}

.address {
     font-size: 16px;
     line-height: 20px;
}

.officehours {
     font-size: 14px;
     line-height: 18px;
}