@charset "UTF-8";
/* CSS Document */



body{
font-family: Helvetica, Arial, sans-serif;
text-align: center;
background-color: #0db3f8;
margin: 0;
}

img{
border: 0;
}

h2{
margin:0;
padding: 0;
color: #df007a;
font-weight: 500;
display: inline;
}


#wrapper{
width: 925px;
margin: 0 auto;
text-align: left;
}


#leftCol{
width: 188px;
float: left;
}



#leftCol ul{
padding:0;
margin:0 10px 10px 0;
}


#leftCol li{
font-size: 11px;
list-style: none;
margin: 0;
padding: 0.25em;
}

#leftCol li a:link, #leftCol li a:active, #leftCol li a:visited{
font-size: 10px;
color: #fff;
text-decoration: none;
}

#leftCol li a:hover{
text-decoration: underline;
}




#leftCol h3{
margin:0;
padding: 0;
background-image: url(images/arrow_down.gif);
background-repeat: no-repeat;
}



#contents ul{
padding:0;
margin:0;
}


#contents li{
font-size: 12px;
list-style: none;
margin: 0;
padding: 0.25em;
}
#contents img{
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

#wrapInner{
float: right;
width: 737px;
}


#topNav{
background: #0db3f8 url(images/corners_top.gif) no-repeat;
min-height: 77px;
width: 737px;
position: relative;
}

#topNav img{
float: left;
}

#navItems{
position: absolute;
right: 43px;
top: 43px;
}

.navItem{
margin-left: 20px;
font-size: 18px;
}



#contents{
padding: 5px 45px 10px 20px;
background: #fff url(images/stripe_bg.gif) repeat-y;
font-size: 13px;
line-height: 130%;
}


#contents p{
margin-top: 0;
}



#contents a:link, #contents a:active, #contents a:visited{
color: #0b98d3;
text-decoration: none;
}

#contents a:hover{
text-decoration: underline;
}


#contents .posted {
clear: left;
background: url(images/dashes.jpg) no-repeat;
padding: 10px 0 0 15px;
font-size: 11px;
color: #999;
}


#contents .posted a:link, #contents .posted a:active, #contents .posted a:visited{
color: #0db3f8;
text-decoration: none;
}

#contents .posted a:hover{
text-decoration: underline;
}



#footer{
background: #0db3f8 url(images/corners_bott.gif) top no-repeat;
padding: 30px 0 0 20px;
font-size: 11px;
color: #fff;
min-height: 43px;
}


input {
margin-bottom: 5px;
}

textarea{
margin-bottom: 5px;
}

/*sIFR STUFF*/



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
visibility: visible !important;
margin: 0;
}

.sIFR-replaced {
visibility: visible !important;
}

span.sIFR-alternate {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
display: none !important;
}

/*
These "decoy" styles are used to hide the browser text before it is
replaced... the negative-letter spacing in this case is used to make
the browser text metrics match up with the sIFR text metrics since the
sIFR text in this example is so much narrower... your own settings may
vary... any weird sizing issues you may run into are usually fixed by
tweaking these decoy styles */

.sIFR-hasFlash h1 {
visibility: hidden;
font-size: 55px;
}

.sIFR-hasFlash h2 {
visibility: hidden;

font-size: 22px;
}

.sIFR-hasFlash .navItem{
visibility: hidden;
font-size: 22px;
}




.sIFR-hasFlash #leftCol h3 {
visibility: hidden;
font-size: 20px;
}

.sIFR-hasFlash h4 {
visibility: hidden;
letter-spacing: -5px;
font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
letter-spacing: -4px;
visibility: hidden;
font-size: 24px;
}

