* {
	margin: 0;
	padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
	background: #fff url(../images/template/bg.jpg) left top repeat;
  background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  color: #069;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}

#container {
  position: relative;
  min-height: 565px;
  margin-bottom: 30px;
	background: transparent url(../images/template/headerbg.png) left top repeat-x;
  width: 100%;
  overflow: hidden;
}

#sidebar {
	position: relative;
  float: right;
  right: 50%;
  margin: 16px -495px 9px 264px;
	width: 239px;
	z-index: 100;
}
#sidebartop {
  position: absolute;
  top: 16px;
  right: 50%;
  margin-right: -495px;
  width: 239px;
  height: 345px;
  background: transparent url(../images/template/sidebar-top.png) left top no-repeat;
  z-index: 100;
}
#sidebarbg {
  position: absolute;
  top: 345px;
  bottom: 198px;
  right: 50%;
  margin-right: -495px;
  width: 239px;
  background: transparent url(../images/template/sidebarbg.png) left top repeat-y;
  z-index: 100;
}
#sidebarbottom {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -495px;
  width: 239px;
  height: 215px;
  background: transparent url(../images/template/sidebar-bottom.png) left bottom no-repeat;
  z-index: 100;
}
	#sidebar h1 {
		position: relative;
		margin: 24px 0 35px 0;
	}
    #sidebar h1 a {
      display: block;
      margin: 0 auto;
      width: 191px;
      height: 107px;
      text-indent: -5000px;
      overflow: hidden;
      background: transparent url(../images/template/logo.png) right top no-repeat;
    }
  #sidebar h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 7px;
    height: 26px;
    background: transparent url(../images/template/sidebar_linkheaderbg.png) left top no-repeat;
    padding: 5px 10px;
    z-index: 10;
  }
  #sidebar #sidebar_snippet h2 {
    margin: 0 -18px;;
  }
    #sidebar h2 a {
      color: #333;
    }
  #sidebar ul {
    z-index: 9;
    margin: -4px 9px 0 9px;
    list-style: none;
    background: transparent url(../images/template/sidebar_navbg.png) left bottom no-repeat;
  }
  #sidebar #sidebar_snippet ul {
    margin: -4px -16px 0 -16px;
  }
    #sidebar ul li a {
      color: #555;
      padding: 5px 10px 5px 20px;
      display: block;
    }
    #sidebar ul li a:hover {
      color: #333;
      background: transparent url(../images/template/sidebar_navlinkhoverbg.png) left top no-repeat;
    }
    #sidebar ul li strong a, #sidebar ul li strong a:hover {
      font-weight: bold;
      color: #036;
      background: transparent url(../images/template/sidebar_navlinkbg.png) left top no-repeat;
    }
    #sidebar ul li ul, #sidebar #sidebar_snippet ul li ul {
      margin: 0;
      background-image: none;
    }
    #sidebar ul li ul li a {
      padding: 5px 10px 5px 30px;
    }
    #sidebar ul li ul li a:hover {
      background: transparent url(../images/template/sidebar_navlinkhoverbg.png) 10px top no-repeat;
    }
    #sidebar ul li ul li strong a, #sidebar ul li ul li strong a:hover {
      background: transparent url(../images/template/sidebar_navlink_subbg.png) left top no-repeat;
    }
  #sidebar #sidebar_snippet {
    margin: 0 25px;
    color: #333;
  }
  #sidebar h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin: 20px 20px 5px 20px;
  }
  #sidebar p {
    margin: 5px 30px;
    color: #333;
    font-size: 13px;
  }
  #sidebar p.links {
    margin: 10px;
    text-align: center;
    font-size: 14px;
  }
  
  
  #sidebar p.links a {
    text-decoration: none;
    color: #036;
  }
  #sidebar p.links a:hover {
    text-decoration: underline;
  }
  
  
  #sidebar p.blog_button a {
    text-decoration: none;
    color: #036;
    
    background: transparent url(../images/template/curley_blog.png) left top no-repeat;
    display: block;
    width: 172px;
    height: 39px;
    margin: 0 auto;
  }
  #sidebar p.blog_button a:hover {
    background: transparent url(../images/template/curley_blog_sel.png) left top no-repeat;
  }
  #sidebar p.blog_button a span {
    display:none;
  }
  
  #sidebar hr {
    margin: 20px 9px;
    height: 2px;
    width: 221px;
    background: transparent url(../images/template/sidebar_break.png) left top no-repeat;
    border: 0;
    clear: both;
  }
  #sidebar #newsletter_signup label {
    color: #333;
    font-size: 14px;
    display: block;
    float: left;
    width: 70px;
    text-align: right;
    margin: 8px 10px 0;
  }
  #sidebar #newsletter_signup input.input_text {
    display: block;
    float: left;
    width: 112px;
    height: 17px;
    padding: 5px;
    background-color: transparent;
    background-image: url(../images/template/sidebar_input_field.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: 0;
    margin: 3px 0;
  }
  #sidebar #newsletter_signup input.input_text.used {
    background-position: left bottom;
    outline: none;
  }
  #sidebar #newsletter_signup input.input_text:focus,
  #sidebar #newsletter_signup input.input_text.used:focus {
    background-position: left -27px;
    outline: none;
  }
  #sidebar #newsletter_signup input.submit {
    display: block;
    width: 73px;
    height: 29px;
    font-size: 1px;
    text-indent: -5000px;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/template/signup_button.png);
    background-position: right top;
    background-repeat: no-repeat;
    border: 0;
    margin: 5px 30px 20px;
    float: right;
    cursor: pointer;
  }
  #sidebar #newsletter_signup input.submit:hover,
  #sidebar #newsletter_signup input.submit:focus {
    background-position: right bottom;
    outline: none;
  }

#header {
  position: relative;
	height: 70px;
	z-index: 90;
}
	#header ul#nav {
		width: 930px;
		height: 37px;
		margin: 0 auto;
		list-style: none;
		padding-top: 33px;
	}
	#header ul#nav li {
    position: relative;
		height: 37px;
		display: block;
		float: left;
		margin-left: -5px;
	}
	#header ul#nav li#home {
		margin-left: 0;
	}
	#header ul#nav li a {
		height: 37px;
		display: block;
		background-color: transparent;
		background-position: right bottom;
		background-repeat: no-repeat;
		text-indent: -5000px;
		overflow: hidden;
	}
	#header ul#nav li a:hover,
	#header ul#nav li:hover a {
		background-position: right -37px;
	}
	#header ul#nav li a.current {
		background-position: right top;
	}
	#header ul#nav li#nav-home a {
		width: 87px;
		background-image: url(../images/template/nav/home.png);
	}
	#header ul#nav li#nav-culture a {
		width: 83px;
		background-image: url(../images/template/nav/culture.png);
	}
	#header ul#nav li#nav-resources a {
		width: 110px;
		background-image: url(../images/template/nav/resources.png);
	}
	#header ul#nav li#nav-CurleyCards a {
		width: 127px;
		background-image: url(../images/template/nav/curley_cards.png);
	}
	#header ul#nav li#nav-upload a {
		width: 98px;
		background-image: url(../images/template/nav/upload.png);
	}
	#header ul#nav li#nav-services a {
		width: 108px;
		background-image: url(../images/template/nav/services.png);
	}
	#header ul#nav li#nav-contact a {
		width: 143px;
		background-image: url(../images/template/nav/contact.png);
	}
    #header ul#nav li ul {
      display: none;
      width: 137px;
      height: auto;
      margin: 0 1px;
      list-style: none;
      padding: 5px 0 9px 0;
      background-color: transparent;
      background-position: left bottom;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 37px;
      z-index: 91;
    }
    #header ul#nav li:hover ul {
      display: block;
    }
    #header ul#nav li#nav-culture ul {
      width: 83px;
      background-image: url(../images/template/nav/dropdownbg-culture.png);
    }
    #header ul#nav li#nav-resources ul {
      width: 110px;
      background-image: url(../images/template/nav/dropdownbg-resources.png);
    }
    #header ul#nav li#nav-online_media ul {
      width: 137px;
      background-image: url(../images/template/nav/dropdownbg-online_media.png);
    }
    #header ul#nav li#nav-services ul {
      width: 108px;
      background-image: url(../images/template/nav/dropdownbg-services.png);
    }
    #header ul#nav li#nav-contact ul {
      width: 135px;
      background-image: url(../images/template/nav/dropdownbg-contact.png);
      margin-left: 3px;
    }
      #header ul#nav li ul li {
        height: auto;
        display: block;
        float: none;
        margin: 0;
      }
        #header ul#nav li ul li a {
          display: block;
          width: auto !important;
          height: auto;
          background-image: url(../images/template/nav/dropdown_itembg.png) !important;
          background-position: left top !important;
          text-indent: 0;
          margin: 0 4px 0 -2px;
          padding: 3px 12px;
          font-size: 13px;
          color: #fff;
          text-decoration: none;
        }
        #header ul#nav li ul li a:hover {
          background-position: 4px bottom !important;
          color: #000;
        }
        #header ul#nav li#nav-culture ul li a {
          margin: 0 6px 0 -2px;
        }
        #header ul#nav li#nav-resources ul li a {
          margin: 0 6px 0 -2px;
        }
        #header ul#nav li#nav-contact ul li a {
          margin: 0;
        }

#content {
  position: relative;
  width: 660px;
  background: transparent url(../images/template/contentbg.png) left top repeat-y;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
  padding: 20px 240px 20px 40px;
  color: #333;
}
#contentfooter {
  position: relative;
  width: 940px;
  height: 15px;
  margin: 0 auto 10px auto;
  background: transparent url(../images/template/content_footerbg.png) left top no-repeat;
}
  #content h2 {
    color: #069;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
    #content h2 .parent_titles {
      color: #999;
      font-weight: normal;
      font-size: 18px;
    }
    #content h2 .parent_titles a {
      color: #999;
      text-decoration: none;
      font-size: 24px;
      padding-right: 2px;
    }
    #content h2 .parent_titles a:hover {
      color: #069;
      text-decoration: underline;
    }
  #content h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #content p {
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
  }
  #content ul, #content ol {
    margin: 20px 30px;
    color: #333;
  }
  #content .definition {
    color: #666;
    font-size: 14px;
    margin: -10px 20px 20px;
  }
  #content .definition .word {
    color: #999;
    font-size: 16px;
    display: block;
  }
  #content .definition .word strong {
    color: #333;
  }
  #content .definition .word em {
    color: #000;
  }
  #content form label {
    display: block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
    float: left;
    clear: left;
    padding: 8px 0;
  }
  #content form input.text_field {
    display: block;
    float: left;
    width: 106px;
    height: 17px;
    padding: 5px 8px;
    background-color: transparent;
    background-image: url(../images/template/input_field.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    border: 0;
    color: #333;
    margin: 3px 0;
  }
  #content form input.text_field:focus {
    /*background-position: left bottom;*/
    outline: none;
  }
  #content form textarea {
    display: block;
    float: left;
    width: 184px;
    height: 134px;
    padding: 8px;
    background-color: transparent;
    background-image: url(../images/template/text_area.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    border: 0;
    color: #333;
    margin: 3px 0;
  }
  #content form textarea:focus {
    /*background-position: left bottom;*/
    outline: none;
  }
  #content form input.checkbox {
    float: left;
    margin: 12px 0;
  }
  #content form select {
    margin: 7px 0;
    float: left;
  }
  #content form input.submit {
    display: block;
    clear: both;
    margin: 10px 10px 10px 110px;
  }

  .person_row {
    width: 640px;
    clear: both;
  }
  .person {
    width: 190px;
    float: left;
    padding: 10px;
    text-align: center;
    margin: 0;
  }
  .person h4 {
    margin: 0 0 10px 0 !important;
  }
  .person p {
    margin: 10px 0 0 0 !important;
  }
  .person a {
    display: block;
    width: 135px;
    margin: 0 auto;
  }
  .person a img {
    display: block;
    width: 100px;
    margin: 0 auto 5px auto;
    padding: 5px;
    background: #999;
  }

  .bio img {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    background: #999;
    width: 135px;
  }

  #content .subsection h3 {
    padding-left: 20px;
    background-color: transparent;
    background-image: url(../images/template/expand.png);
    background-position: left 1px;
    background-repeat: no-repeat;
  }
  #content .subsection h3:hover {
    background-position: left -59px;
    cursor: pointer;
    color: #000;
  }
  #content .subsection h3.open {
    background-position: left -119px;
  }
  #content .subsection h3.open:hover {
    background-position: left -179px;
  }
  #content .subsection p {
    display: none;
    margin-left: 20px;
    overflow: hidden;
  }
  #content .subsection ul {
    display: none;
    margin-left: 40px;
  }
  #content .image_sample {
    float: left;
    padding: 3px;
    background: #ccc;
    display: block;
    margin: 5px 10px;
  }
  #content .image_sample:hover {
    background: #999;
  }
  #content .image_sample.large {
    width: 634px;
    float: none;
  }
  #content .image_sample img {
    width: 100px;
    outline: none;
    border: 0;
    margin: 0;
    display: block;
  }

#recaptcha_widget_div {
  float: left;
  margin-bottom: 10px;
}

#sidebar #designby {
  display: block;
  width: 180px;
  height: 12px;
  margin-top: 40px;
  margin-bottom: 0;
  text-indent: -5000px;
  overflow: hidden;
}

