/* RESET CSS */

body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 8px 0px 40px 0px;
	font-size: 13px;
	color: #1a1818;
	}
	
div#canvas {
	width: 714px;
	margin: 0px auto;
	text-align: left;
	}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	}
	div#right-col a {
		background-color: #ffd319;
		 padding: 1px 4px; 
		}

	
.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	}

.image-bg {
  display: block;
  text-indent: -9999px;
  background: transparent no-repeat top left;
  }

.times {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: lighter;
	}

div#upper-navigation, div#footer {
	color: #6e6e6e;
	}
	div#upper-navigation a, div#footer a {
		color: #6e6e6e;
		font-weight: lighter;
		}
		div#footer {
			margin-top: 15px;
			font-size: 12px;
			}
			div#footer span.contact-email {
				float: right;
				}
	div#disclaimer {
		color: #999;
		margin-top: 5px;
    font-size: 9px;
		}
		
div#logo-container {
	position: relative;
	margin: 24px 0px 13px;
	height: 57px;
/*  background: transparent url('/images/structure/sunburst.jpg') no-repeat top left;*/
	}
	
	h1#logo {
		position: absolute;
		width: 379px;
		height: 57px;
		background-image: url('/images/structure/logo.jpg');
		}
div#banner {
  line-height: 0px;
  }
		
ul#navigation {
	width: 714px;
	height: 25px;
	}
	ul#navigation li {
		float: left;
		height: 25px;
		width: 239px;
		}
		ul#navigation li.last {
			width: 236px;
			}
		ul#navigation li a {
			height: 25px;
			width: 239px;
			background-image: url('/images/structure/nav.jpg');
			}
			ul#navigation li#nav-home a			      {}
			ul#navigation li#nav-about a 		      { background-position: -239px 0px; }
			ul#navigation li#nav-contact a	      { background-position: -478px 0px; }
			ul#navigation li#nav-home a:hover, body#home li#nav-home a			{ background-position: 0 -25px;}
			ul#navigation li#nav-about a:hover, body#about li#nav-about a 		{ background-position: -239px -25px; }
			ul#navigation li#nav-contact a:hover, body#contact li#nav-contact a	{ background-position: -478px -25px; }
		
div#main {
	margin-top: 9px;
	}
	
div#left-col {
	width: 479px;
	float: left;
	padding-top: 9px;
	}
	
div#right-col {
	width: 235px;
	float: right;
	padding-top: 9px;
	}
	div#right-col h3 {
		font-weight: bold;
		font-size: 11px;
		margin-bottom: 6px;
		}
	div#right-col li {
		margin-bottom: 14px;
		}

div.inner {
	padding-right: 20px;
	}
	body#contact div#right-col div.inner {
		padding-right: 15px;
		}
	
div.copy {
  line-height: 19px;
  }
  div.copy ul {
    list-style-type: disc;
    margin: 13px 0px;
    padding-left: 40px;
    }
    div.copy ul li {
      list-style-type: disc;
      }
	
h1.header {
	font-size: 25px;
	color: #1a1818;
	line-height: 27px;
	margin-bottom: 10px;
	}

h2.subhead {
	font-size: 13px;
	color: #6e6e6e;
	margin-bottom: 16px;
	}
	h2.black { color: #000; }

body#home div#right-col {
	background: #ffd31a;
	}
	body#home div#right-col div.inner {
	  padding-left: 10px;
	  }
	body#about div#right-col li h3 {
		margin-bottom: 8px;
		}		
/*  body#about .partner-logo {
    width: 114px;
    float: left;
    }
  body#about .partner-description {
    width: 300px;
    float: right;
    }*/
	ul.partners-list {
		margin-top: 40px;
		}
		ul.partners-list li {
		  width: 114px;
		  height: 115px;
		  margin: 0px 8px 8px 0px;
			margin-bottom: 8px;
			float: left;
			}

body#contact div#right-col h3 {
	font-size: 10px;
	font-weight: bold;
	}

  
form#contact-form {
  display: block;
  width: 268px;
  margin-top: 20px;
  }
  
		
	form#contact-form input, form#contact-form textarea {
    width: 264px;
    border: 1px solid #cecece;
    border-top-color: #8f8f8f;
    border-right-color: #8f8f8f;
    padding: 7px 0px 1px 6px;
    font-size: 10px;
    color: #282626;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    }
    
    form#contact-form input {
      height: 16px;
      }
    
    form#contact-form textarea {
      text-align: left;
      height: 175px;
      margin-bottom: 9px;
      }
    form#contact-form button {
      border: 0px;
			background-color: #ffd319;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: bold;
      color: #000000;
			padding: 1px 2px;
      }


div.error {
	background-color: #FFF;
	border: 5px solid #f54937;
	font-size: 10px;
	width: 270px;
  margin-top: 20px;
	}
	div.error ul {
		width: 260px;
		margin: 15px 5px;
		}	
		
ul.news-articles li h3 {
  line-height: 15px;
  margin-bottom: 4px; 
  }
  ul.news-articles li h5 {
		color:#FFF;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px; 
    }
  ul.news-articles li div.copy {
    font-size: 11px;
    line-height: 15px;
    }
ul.news-articles li.last {
  margin-bottom: 6px !important;
  }
		