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

body {
  	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #4C4C4C;
	font-weight:normal;
	font-size:1.0em;
	line-height:25px;
	text-shadow: 0px 1px #ccc; -moz-text-shadow:0px 1px #ccc;
	background: #eee;
    height: 100%;
}
#wrapper{
	height:100%;}

#header{
	text-align:center;}


#container {
	margin-left: auto;
    margin-right: auto;
    width: 925px;
	top:0px;}

#navbar {
   float:left;
   position:relative;
   background-position:left;
   background-image:url(images/nav.png);
   width:925px;
   height:59px;
}
a{
	color: #A60700;
	outline:none;
	text-decoration:none;
}

h1 {
  	font-size: 25px;
	font-weight:normal;
}

h2 {
 font-size: 25px;
 font-weight:normal;
 font-family:Georgia, "Times New Roman", Times, serif;
  color:#2B8DC0;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 17px;
}

h5 {
	font-size: 19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2B8DC0;
	background-color:#B1B1B1;
	background-image:url(images/nav.png);
	background-position: -175px -49px;
	background-repeat:no-repeat;
	padding: 10px;
	-webkit-border-radius: 10px
; 	-moz-border-radius: 10px;  
}

h6 {
  font-size: 15px;
}

#navbar a {
   display:block;
   float:left;
   list-style:none;
   position:relative;
   padding:12px 17px;
   text-decoration:none;
   line-height:1.3em;
   color: #eee;
   text-shadow: none;
   letter-spacing:1px;
   
  
}
#navbar a:hover {
  color:#2B8DC0;
}
#navbar a.active,
#navbar a.active:hover {
   color:#A60700;

}
#leftcol{
	/*clear:left;*/
	float: left;
	margin: 0 0;
	padding: 0 0 0 40px;
	width: 250px;
	border-left:1px #ccc solid;
}
#leftcol p{
	text-align: left;
}
#onecol{
	/*clear:right;*/
	float: left;
	width: 863px;
	margin:0 20px 0 0px;
	padding:0px 20px 0 20px;
	border-right:1px #ccc solid;
	border-left:1px #ccc solid;}
#onecol h5{
	font-size: 19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2B8DC0;
	background-color:#B1B1B1;
	background-image:url(images/nav.png);
	background-position: 0px -49px;
	background-repeat:no-repeat;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; }
	#onecol p{
		text-indent: 10px;
		}
	#onecol img{
		margin-right: 10px;
	}
	
.vid {
	padding: 20px 0}
	
	.lsep{    
	color: #4C4C4C;
    font-size: 110%;
    margin: 0 2px;}

#rightcol{
	/*clear:right;*/
	float: right;
	margin: 0 20px 0 0px;
	padding: 0 20px 0 0;
	width: 550px;
	border-right:1px #ccc solid;
	
	
}
#rightcol p{
	text-align: left;
	text-indent: 10px;
}

#rightcol img {
	float: left;
	margin-right: 10px;
}

hr {
	border: 0 #999 solid;
	border-top-width: 1px;
  clear: both;
  height: 0;
}

#footer {
	clear: both;
	font-size:12px;
	text-align: center;
	padding:60px 0 0 0;
}

#lowright {
	text-align: center;
	font-size: 14px;
	
}

#blog {
}

#lowright img{
	margin: 10px 40px 0 35px;	
}
#sign {
	text-align: right;
}

#icons {
	text-align: center;
    margin: 40px auto 0;
    overflow: auto;
    width: 250px;
	border:1px #999 solid;
}

#icons img{
    display: block;
    float: left;
    height: 30px;
    margin: 0 20px 30px 30px;
	opacity: 0.45; 
    width: 30px;
	
}
#icons img:hover,{
    opacity: 0.65;
}