html, body{
	background-color: #dee0ff;
	margin-top: 10px;
	font-size: 62.5%;
	background: url('/images/clouds.gif');
	background-position: top left;
	background-repeat: repeat;
}

body{
	margin: auto;
	width: 870px;
}

address{
	font-style: normal;
}

p + p{
	margin-top: 10px;
}

td{
	vertical-align: top;
}

.birds table{
	margin-top: 15px;
}

.birds td{
	padding-bottom: 10px;
}


b, strong{
	font-weight: bold !important;
}

ul{
	list-style-type: disc;
	list-style-position: inside;
}

ul li{
	padding-left: 1em;
	text-indent: -1em;
}

li + li{
	padding-top: 10px;
}

a{
	color: #29bd10;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #29bd10;
}

.birds img{
	margin-right: 10px;
	margin-top: 5px;
}

.header{
	background-color: #65b059;
	padding: 20px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	padding-bottom: 0px;
}

h1{
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 55px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

h1 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

h1 a:hover{
	color: #ffffff;
	text-decoration: underline;
}

h2{
	color: #ffffff;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 20px;
}

.header ul{
	background-color: #65b059;
	color: #ffffff;
	font-family: Verdana;
	font-size: 18px;
	height: 30px;
}

.header ul li{
	display: inline;
	padding-left: 0px;
	text-indent: 0px;
}

.header a{
	text-decoration: none;
	padding: 5px 10px;
	background-color: #317c24;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
}

.header a:hover{
	text-decoration: underline;
}

.header a:visited{
	color: #ffffff;
}

.header h1 a{
	background-color: transparent;
	padding: 0px;
}


.header h1 a:hover{
	text-decoration: underline;
}

.header h1 a:visited{
	color: #ffffff;
}

.header .nav-highlighted{
	text-decoration: underline;
}

.content{
	background: url('/images/grass.gif') top repeat-x;
	padding: 20px;
	padding-top: 40px;
	background-color: #1e1e1e;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-family: Verdana, sans-serif;
	border-bottom: 40px solid #161616;
}

.content img{
	border: 5px solid #555555;
}

.content a > img:hover{
	border: 5px solid #777777;
}

.floatleft{
	float: left;
	margin-right: 20px;
	margin-top: 7px;
}

.floatright{
	float: right;
	margin-left: 20px;
	margin-top: 7px;
}

h3{
	font-size: 26px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #555555;
	color: #ffffff;
}

p + h3{
	margin-top: 40px;
}

.plan-table{
	width: 100%;
}

.plan-table img{
	margin-right: 10px;
	margin-top: 5px;
}

.plan-table td{
	padding-bottom: 20px;
}

h4{
	font-size: 18px;
	font-weight: bold;
}


.tabstrip{
	list-style: none;
	overflow: hidden;
	clear:both;
}

.tabstrip li{
	background-color: #444444;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius: 5px;
	padding: 5px 25px;
	text-indent: 0px;
	float: left;
	text-align: center;
	margin-right: 15px;
}

.tabstrip .tabstrip-highlighted{
	background-color: #317c24;
}

.tabstrip li a{
	color: #ffffff;
	font-size: 26px;
}

.tabstrip li a:visited{
	color: #ffffff;
}

.tabstrip li p{
	font-size: 18px;
}

.plan-header{
	padding-top: 10px;
	border-top: 10px solid #317c24;
	margin-bottom: 20px;
}

.bird{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
}

.bird-header{
	padding-bottom: 15px;
	border-bottom: 1px solid #555555;
}

.birds p + p{
	margin-top: 20px;
}

.signup{
	font-size: 26px;
	font-weight: bold;
	border-top: 1px solid #555555;
	text-align: center;
	padding-top: 15px;
	margin-top: 15px;
}

