/* Start of CMSMS style sheet 'style' */
body {
    background: #FFF;
    margin: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #353535;
}
ul {
    padding-left: 15px;
    margin: 0;
}
li {
    list-style-type: square;
    padding: 0;
    margin: 0;
}
a { color: #273577;}


#header-copy {
    color: #FFF;
    font-size: 12px;
    padding-top: 45px;
    margin: 0;
    text-align: right;
}
#header-copy a {
    color: #FFF;
}


/* main nav
----------------------------------------------------*/
#main-nav ul {
    padding: 0;
    margin: 0;
    height: 32px;
}
#main-nav li {
    list-style-type: none;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 32px;
}
#main-nav li a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    margin: 0;
    border-right: 1px solid #d1c8b0;
}
#main-nav li a.first{
    border-left: 1px solid #d1c8b0;
}
#main-nav li a.currentpage, #main-nav li a.activeparent, #main-nav li a:hover {
    color: #a39161;
    background: #fff0a5;
}



/* sIFR styles
----------------------------------------------------*/
.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: 28px;
    padding: 20px 0 0 0;
    margin: 0;
    color: #273577;
}
h1 {
    font-size: 28px;
    padding: 20px 0 0 0;
    margin: 0;
    color: #273577;
}
.sIFR-hasFlash h2 {
    visibility: hidden;
    font-size: 20px;
    color: #273577;
}
h2 {
    font-size: 20px;
    color: #273577;
}
.sIFR-hasFlash h3 {
    visibility: hidden;
    font-size: 16px;
    color: #273577;
}
h3 {
    font-size: 16px;
    color: #273577;
}


#left-col-copy {
    padding: 0;
    margin: 0;
}
#right-col a {
    color: #00237e;
}
#right-col-copy.home {
    color: #FFF;
    font-size: 14px;
    padding: 0 19px;
    margin: 0;
}
#right-col-copy.home a {
    color: #FFF;
}
#right-col-nav {
    padding-top: 15px;
    margin: 0;
    text-align: center;
    font-size: 16px;
}
#right-col hr { margin-top: 50px; margin-bottom: 25px; height: 1px; color: #A39161; background-color: #A39161;}


#footer-copy {
    color: #FFF;
    font-size: 12px;
    padding-top: 45px;
    margin: 0;
    text-align: right;
    position: relative;
width: 350px;
margin-left: 410px;
margin-right: 0px;
}
#footer-copy a {
    color: #FFF;
}
#footer-copy a.footer {
    text-decoration: none;
}
img.float { float: right; padding: 5px 0 5px 10px; }
/* End of 'style' */

