/** GENERAL STYLES **/
body {
	background: #73b0fb;
	padding:0;
	margin:0 auto;
    text-align:center;
    font:.85em/1.5em Arial;
}

table {
    font:1em/1.5em Arial;
}

.floatl, .floatr {
    margin:10px;
}

.floatl {
    float:left;
    margin-left:0;
}

.floatr {
    float:right;
    margin-right:0;
}

/** SPECIFIC CONTAINERS **/
#wrapper {
  width: 1000px ;
  margin:0 auto;
}

#main {
    text-align:left;
	width:1000px;
	margin:0 auto;
}

#head {
	padding:0 0 0 0;
	height:128px;
	margin:0;
    background:url(/assets/templates/yealm/images/yellowgradient.jpg) top left repeat-x;
}

#logo {
    position:relative;
    top:-105px;
    left:90px;
    padding:38px;
    margin:0;
    background: url(/assets/templates/yealm/images/logo.png) top left no-repeat;
}

#pheasant {
    height:200px;
    width:89px;
    position:relative;
    z-index:0;
    top:-135px;
    left:15px;
    background:url(/assets/templates/yealm/images/pheasant.png) top left no-repeat;
}
#badges {
    position:absolute;
    top:30px;
    left:68%;
    height:28px;
}

#content {
    border-top:1px #73b0fb solid;
    padding:50px;
    margin:0;
	background-color: #FFFFFF;
}

#content p{
    margin:0;
    padding:0;
}

/* NAV ITEMS */
#nav {
    z-index:1000;
    margin:0;
    padding:0;
    padding-top:107px;
    text-align:right;
    font:9pt Arial;
}

#nav ul {
    list-style:none;
    margin:0 4px 0 0;
}

#nav li {
    display:inline;
    margin:0 0 0 -4px;
}

#nav li.active {
    border-bottom:1px white solid;
}

#nav li span.tab {
    padding:6px 0 5px 13px;
    margin:0;
    background:url(/assets/templates/yealm/images/tab_bk.png) top right no-repeat;
}

#nav li.active span.tab {
    background:url(/assets/templates/yealm/images/tab_bk_active.png) top right no-repeat;
    padding-bottom:6px;
}


#nav a {
    background:url(/assets/templates/yealm/images/tab_bk.png) top left no-repeat;
    padding:6px 0 5px 13px;
    text-decoration:none;
    color:#73b0fb;
    text-align:center;
}

#nav li.active a
{
    background:url(/assets/templates/yealm/images/tab_bk_active.png) top left no-repeat;
    padding-bottom:6px;
}

#nav a:hover {
    color:#ff8a38;
}

#nav li.active a:hover {
    font-weight:bold;
    cursor:default;
}

div#nav ul#menu li.active a, #nav li.active span.tab{
    font-weight:bold;
    border:0;
    color:#73b0fb;
}

/*  BUTTONS */
.btn {
    display: block;
    margin:0 10px;
    position: relative;
    background: #aaa;
    padding: 5px;
    float: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 9pt;
    font-weight:bold;
}

.btn * { 
    font-style: normal; 
    display: block; 
    position: relative; 
}
.btn em { 
    background-position: top left; 
    position: absolute; 
    margin-bottom: -5px; top: 0; 
    left: 0; 
    width: 5px; 
    height: 5px; 
}

.btn span { 
    background-position: bottom left; 
    left: -5px; 
    padding: 0 0 5px 10px; 
    margin-bottom: -5px; 
}

.btn span em { 
    background-position: bottom right; 
    margin-bottom: 0; 
    position: absolute; 
    left: 100%; 
    width: 10px; 
    height: 100%; 
    top: 0; 
}
.btn span span { 
    background-position: top right; 
    position: absolute; 
    right: -10px; 
    margin-left: 10px; 
    top: -5px; 
    height: 0; 
}

.btn.red { 
    background-color: #4C8025; 
}

.btn.blue {
    background-color: #2B52B7;
}

.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn { 
    background: url(/assets/templates/yealm/images/shade.png) bottom;
}
