@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-position:top center;
}

a:link {
	color: #1b6b9d;
}
a:visited {
	color: #1b6b9d;
}
a:hover {
	color: #5b6949;
}
a:active {
	color: #5b6949;
}

#container {
	width:1014px;
	border: 8px solid #fff;
	margin:30px auto 30px auto;
	background-image:url(images/white-75.png);
	background-repeat:repeat;
}

#nav {
	height:30px;
	border-top:6px solid #fff;
	border-bottom:6px solid #fff;
	background-color:#cb2210;
	background-repeat:repeat-y;
	color:#fff;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#hpleftcol {
	width:642px;
	float:left;
	background-color:#fff;
}

#subleftcol {
	width:321px;
	float:left;
}

#hprightcol {
	float:right;
	background-image:url(images/tan-75.png);
	background-repeat:repeat;
	width:324px;
	padding:0 20px 8px 20px;
}

#subrightcol {
	float:right;
	background-image:url(images/tan-75.png);
	background-repeat:repeat;
	width:631px;
	padding:36px 28px 20px 28px;
}

#hprightcol p {
	text-align:justify;
}

.clearit {
	clear:both;
}

h1 {
	color:#319ab6;
	font-size:22px;
	font-weight:bold;
	padding:0;
	margin:0;
	text-align: center;
}

 h2 {
 	color:#319ab6;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 0 0;
	margin:0
  }
  h3 {
 	color:#319ab6;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
  }
   h4 {
 	color:#319ab6;
	font-size:15px;
	font-weight:bold;
	text-align:left;
  }
   h5 {
 	color:#319ab6;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:20px 0 0 0;
	margin:0
  }
  
  .green {
	color:#005B00;
	font-weight: bold;
  }
  
  .center {
	  text-align:center;
	  padding:5px 0 0 0;
	  margin:0
  }
  
  .example {
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  ul {
    list-style-image:url(list-style.gif);
  }
  pre {
    font-family: "Lucida Console", "Courier New", Verdana;
    border: 1px solid #CCC;
    background: #f2f2f2;
    padding: 10px;
  }
  code {
    font-family: "Lucida Console", "Courier New", Verdana;
    margin: 0;
    padding: 0;
  }

  #gallery {
	  padding-top:0px;
    background: none;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 477px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
	  
	  .footer {
		  clear:both;
		  color:#319ab6;
		  text-align:right;
		  padding-right:30px;
		  padding-top:10px;
		  font-size:16px;
		  font-weight:bold;
		
	  }
	  
	  .footerleft{
		  text-align:left;
		  float:left;
		  padding-left:10px;
	  }
	  
	  .pullquote {
		  font-size:22px;
		  font-style:oblique;
		  color:#319ab6;
		  font-weight:bold;
		  line-height:38px;
		  text-align:center;
		  padding:20px;
	  }
	  
	  .red {
		  color:#D4371E;
		  font-size:16px;
	  }
	  
	  a:link.red {
		  	  color:#D4371E;
	  }
		  
	  
	  .center {
		  text-align:center;
	  }
	  
	  .fltright {
		  float:right;
	  }
	  
	  ul {
		  margin-top:0px;
		  padding-top:0px;
		    margin-bottom:0px;
		  padding-bottom:0px;
	  }
	
	.blue {
		color:#319ab6;
	}
