/* Start of CMSMS style sheet 'iwc' */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    height: 100%;
}

body {
    background: #f2f6f9 url(../images/bg-body.gif) repeat-x;
    font: normal normal 11px Verdana, Tahoma, Arial;
    color: #464646;
}

a {
    color: #547490;
    text-decoration: underline;
}

a:hover {
    color: #a2bdd5;
}

p {
    margin: 10px 0;
}

#container {
    margin: 0 auto;
    width: 800px;
}

#top {
    height: 27px;
    text-align: right;
}

#top a {
    color: #fff;
    font-weight: bold;
    line-height: 27px;
    text-decoration: none;
}

#top a:hover {
    color: #e7edf2;
}

#header {
    width: 800px;
    height: 196px;
    background: url(../images/bg-header.jpg) no-repeat;
}

#nav {
    width: 800px;
    height: 39px;
}

#nav li {
    display: block;
    height: 36px;
    list-style-type: none;
    overflow: hidden;
    float: left;
}

#nav li a {
    height: 36px;
    display: block;
    text-indent: -9999px;
}

#nav li#home a {
    background: url(../images/nav-home.gif);
    width: 45px;
}

#nav li#info a {
    background: url(../images/nav-tournament_information.gif);
    width: 179px;
}

#nav li#sponsors a {
    background: url(../images/nav-tournament_sponsors.gif);
    width: 166px;
}

#nav li#events a {
    background: url(../images/nav-qualifying_events.gif);
    width: 138px;
}

#nav li#anglers a {
    background: url(../images/nav-anglers.gif);
    width: 79px;
}

#nav li#news a {
    background: url(../images/nav-press_releases.gif);
    width: 122px;
}

#nav li#contact a {
    background: url(../images/nav-contact.gif);
    width: 71px;
}


#nav li#home a:hover,
#nav li#info a:hover,
#nav li#sponsors a:hover,
#nav li#events a:hover,
#nav li#anglers a:hover,
#nav li#news a:hover,
#nav li#contact a:hover {
    background-position: left bottom;
}

#wrapper {
    background: url(../images/bg-container.gif);
}

#content-full {
    background: url(../images/bg-content_full.gif) no-repeat;
    padding: 11px 16px;
}

#content-left-cap {
    background: url(../images/bg-content_left_top.gif) no-repeat;
    width: 547px;
    height: 5px;
}

.content-right-cap {
    background: url(../images/bg-content_right_top.gif) no-repeat;
    width: 253px;
    height: 5px;
}

#content-full-bottom {
    background: url(../images/bg-content_full_bottom.gif) no-repeat;
    width: 800px;
    height: 5px;
}

#content-left-bottom {
    background: url(../images/bg-content_left_bottom.gif) no-repeat;
    width: 547px;
    height: 5px;
}

.content-right-bottom {
    background: url(../images/bg-content_right_bottom.gif) no-repeat;
    width: 253px;
    height: 5px;
}

#content-left {
    background: url(../images/bg-content_left.gif);
    float: left;
    width: 547px;
    margin-bottom: 5px;
}

#content-right {
    background: url(../images/bg-content_right.gif);
    float: right;
    width: 253px;
}

.content {
    padding: 11px 16px;
    text-align: justify;
}    

.clear {
    clear: both;
}

#landing {
    width: 768px;
    min-height: 752px;
    background: url(../images/bg-landing.jpg) no-repeat;
}

#landing-new {
    width: 516px;
    min-height: 428px;
    background: url(../images/bg-landing-new.jpg) no-repeat;
    margin: 6px 16px;
}

#letter {
    width: 465px; 
    margin: 100px 0 0 25px;
}

#slideshow {
	list-style-type:none;
	margin:0px;
	padding:127px 0 0 29px;
	position:relative;
	height:235px;
	width:370px;
}

#slideshow li {
	position:absolute;
	text-align:center;
}                   

#slideshow span {
    display: block;
    position: absolute;
    bottom: 2px;
    color: #fff;
    background: url('images/bg-caption.png');
    width: 360px;
    padding: 5px;
    text-align: left;
}

#eventslides {
    list-style-type:none;
    height: 260px;
}

#eventslides li {
    position: absolute;
    text-align:center;
    background: #fff;
    width: 380px;
    height: 245px;
    margin: 20px 47px;
}

#eventslides li img {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.leaderboard {
    border: 0px;
    padding: 0px;
    width: 320px;
}

.leaderboard td {
    height: 20px;
    font: normal 11px "Tahoma";
    color: #000;
    border-top: 1px solid #ebf1f6;
    border-right: 1px solid #90b0c9;
    border-bottom: 1px solid #90b0c9;
    border-left: 1px solid #ebf1f6;
    padding-left: 5px;
}

#breadcrumbs {
    width: 515px;
    padding: 2px 16px;
}

.slashes {
    background: url(../images/bg-slashes.gif) repeat-x center left;
    width: 515px;
    height: 7px;
    padding: 10px 0;
}

.spacer {
    height: 25px;
    clear: both;
}

h1.title {
    font: normal bold 16px "Century Gothic", Arial;
    color: #547490;
}

.polaroids {
    width: 188px;
    margin: 10px 16px;
}

#content-right li {
    list-style-type: none;
    padding: 1px 0;
}

#breadcrumbs a {
    text-decoration: none;
    color: #547490;
}

#content-right li span,
#content-right li a.submenu {
    background: #e7edf2;
    display: block;
    width: 211px;
    padding: 5px;
    text-decoration: none;
    color: #547490;
}

#content-right li a.submenu:hover {
    background: #f2f6f9;
}

#content-right li span {
    font-weight: bold;
}

#content-left ul {
    margin: 0 0 10px 20px;
}

.search-container {
    background: url(../images/bg-search_input.gif) no-repeat;
    width: 155px;
    height: 24px;
    padding: 6px 0 0 30px;
    margin: 10px auto 0 auto;
}

.search-input {
    background: transparent;
    color: #547490;
    font: normal normal 11px Verdana, Tahoma, Arial;
}

h2,
.summary {
    font: normal bold 14px "Century Gothic", Tahoma, Arial;
    color: #547490;
}

h3 {
    font: normal normal 10px "Century Gothic", Tahoma, Arial;
    color: #547490;
}

.eventslist {
    margin-bottom: 20px;
}

.eventresults {
    margin-top: 20px;
}

fieldset.tournament label,
fieldset.personal label,
.contact label {
    float: left;
    width: 150px;
    font: normal bold 11px Verdana, Tahoma, Arial;
    color: #464646;
}

.angler-registration input,
.angler-registration select,
fieldset select,
fieldset.personal input,
fieldset.personal textarea,
fieldset.tournament .input input,
fieldset.tournament textarea,
.contact select,
.contact textarea,
.contact input {
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-bottom: 1px solid #d4d0c8;
    border-right: 1px solid #d4d0c8;
}

.angler-registration button,
button.submit {
    background: transparent url(../images/btn-submit.gif) no-repeat;
    width: 78px;
    height: 27px;
    color: #fff;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
}

.contact div,
fieldset div {
    padding: 2px 0;
    clear: both;
}

fieldset.personal {
    margin-bottom: 20px;
}

fieldset.tournament label {
    width: 515px;
}

fieldset.tournament div div label,
fieldset.tournament div div input,
fieldset.tournament div div {
    float: left;
    clear: none;
}

fieldset.tournament div div label {
    font-weight: normal;
    width: auto;
}

form fieldset.border {
    border: 1px solid #464646;
    padding: 10px;
    margin: 10px 0;
}

form fieldset legend {
    font-size: 150%;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
}

#footer-sponsors {
    width: 540px;
    height: 125px;
    background: url(../images/sponsors.gif) no-repeat center left;
    margin: 0 auto;
    padding-right: 253px;
    text-align: center;
    color: #547490;
}
/* End of 'iwc' */

