ol, ul {
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	line-height: 30px;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333;
	margin:10px 0 0 0;
	padding:0;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: 20% 0;
	bottom: 10px;
}


div#barn
{
    height:335px;
    text-align:center;
    margin:0 auto;
    width:100%;
    z-index:99;
}
div#sea
{
    width:100%;
    height:335px;
    bottom:0;
    left:0;
    background-image:url('../images/on.png');
    background-repeat:repeat-x;
    z-index:99;
    position:fixed;
}
div#barncontainer
{
    background-image:url('../images/barn.png');
    background-position:center;
    background-repeat:no-repeat;
    height:335px;
    width:100%;
    bottom:0;
    left:0;
    margin: 0 auto;
    position:fixed;
    z-index:99;
}

div#seaout
{
    width:100%;
    height:60px;
    bottom:0;
    left:0;
    background-image:url('../images/off.png');
    background-repeat:repeat-x;
    z-index:99;
    position:fixed;
}
div#barncontainerout
{
    background-image:url('../images/on.png');
    background-position:center;
    background-repeat:no-repeat;
    height:60px;
    width:100%;
    bottom:0;
    left:0;
    margin: 0 auto;
    position:fixed;
    z-index:99;
}

div#barncontainer p
{
    width:996px;
    margin: 0 auto;
    padding:0;
}



a.minbarn
{
	display:block;
	width:107px;
	height:22px;
	background-image:url('../images/btn-min.png');
	text-indent:-3000px;
	margin-top: 135px;
	margin-right: 10%;
	margin-bottom: 50;
	margin-left: auto;
	bottom: 0px;
}

a.maxbarn
{
	display:block;
	width:107px;
	height:22px;
	background-image:url('../images/btn-max.png');
	text-indent:-3000px;
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: auto;
}

#barn {
	height: 100%;
	width: 100%;
}


#barn {
	width: 100%;
}
#sign_nav {
	height: 697px;
	width: 261px;
	float: left;
}

#main_column {
	display: inline;
	width: 455px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/column_bg.png);
	background-repeat: repeat;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}

#columnspacer {
	display: inline;
	width: 455px;

	margin-right: 20px;
	margin-left: 20px;
}

#right_column {
	display: inline;
	width: 230px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/column_bg.png);
	background-repeat: repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#topnav {
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/column_bg.png);
	background-repeat: repeat;
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
ul#topnav
{
    list-style:none;
    padding:0;
    margin:0;
    float:right;}

ul#topnav li
{
    float:left;
    margin-right:10px;
}

ul#topnav li a
{
    font-size:1.1em;
    color:#333;
    text-decoration:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#E9EDEE;
    padding:5px 10px;
}

ul#topnav li a:hover
{
    font-size:1.1em;
    color:#000;
    text-decoration:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:#BACBCB;
}


ul#twitter_update_list {
	font-size: 12px;
	line-height: 15px;
}
#subcontent ul#twitter_update_list li {
	background: url(../images/box-top.gif) no-repeat;
	margin-bottom: 80px;
}
#subcontent ul#twitter_update_list li.close_tweet { background: url(../images/box-bottom.gif) no-repeat; height: 25px; }
	#subcontent ul#twitter_update_list li.close_tweet hr { display: none; }

#twitter_div { margin-bottom: 30px; overflow: hidden; }
a.twitter_link,a:link.twitter_link,a:visited.twitter_link,a:hover.twitter_link, a:active.twitter_link   {
	display: block;
}
ul#twitter_update_list span a, ul#twitter_update_list span a:link, ul#twitter_update_list span a:visited, ul#twitter_update_list span a:hover, ul#twitter_update_list span a:active { color: #00a6eb; display: inline; }
