/* CSS Document */

html,body{
	margin:0;
	padding:0;
	background-image: url(../images/bgtile.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ECFAE4;
}
body{font: 76% Verdana, Arial, Helvetica, sans-serif;text-align:center}
p{margin:0 0px 5px}
h2 {
	font-size: 16px;
	color: #57AA2C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: normal;
}
.box {
	padding: 6px;
	border: 1px solid #CCCCCC;
}
.greentext {
	color: #57AA2C;
}

div#header {
	height:162px;
	line-height:80px;
	margin:0;
	color: #79B30B;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
}
div#container{
	text-align:left;
	background-image: url(../images/logobg.jpg);
	background-repeat: no-repeat;
}
div#content p{line-height:20px}
.messages {
	padding: 5px;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: #E0F0DB;
}
div#footer{
	color: #333333;
	background-color: #CCCCCC;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	font-size: 9px;
}

div#container{
	width:920px;
	margin:0 auto;
	background-color: #FFFFFF;
}
div#wrapper{float:left;width:100%}
div#content{margin: 0 255px 0 190px}
div#navigation{
	float:left;
	width:160px;
	height:auto;
	margin:0px;
	padding-left: 16px;
	font-size: 11px;
	color: #333333;
}
div#extra{
	float:right;
	width:201px;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #E0F0DB;
	font-size: 11px;
	line-height: 16px;
	padding: 12px;
}
div#extra2 {
	float:right;
	width:201px;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #56AB2D;
	font-size: 11px;
	line-height: 16px;
	padding: 12px;
}
.whitetype {
	color: #FFFFFF;
}
.picsleft {
	float: left;
	margin-right: 12px;
}
.picsright {
	float: right;
	margin-left: 12px;
}

div#footer{
	clear:left;
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
	padding-bottom: 20px;
}


#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
margin: 0px;
padding: 0px;
display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
color:#FFFFFF;
text-decoration: none;
display: block;
}
#nav li a:hover {
color: #ccc;
text-decoration: none;
}


.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden;
	padding: 0px;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	background: transparent url('../images/aeroleft.gif') no-repeat top left;
	display: block;
	float: left;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 21px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
-moz-opacity: 0.9;
	width: 142px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right: 0px;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
	background: transparent url('../images/aeroright.gif') no-repeat top right;
	display: block;
	padding: 4px 6px 4px 4px;
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #57AA2C;
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: #003300;
}
div#scoring {
	float:right;
	width:201px;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #E0F0DB;
	font-size: 11px;
	line-height: 16px;
	padding: 12px;
}
div#editable {
margin: 0 12px 0 190px}
