/* general page structure and layout */
html, body {
height:100%;
}



body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em; 
color:#000000;
margin:0 0 0 0;
padding:0 0 0 0;
background:#ffffff url(img/body_bg.jpg) repeat-y;
text-align:center;
}

#wrap { 
  width: 900px; 
  margin: 0 auto; 
}

#banner {
position:absolute;
left:3.3em;
top:0;
width:20em;
height:100%;
margin:0 0 -.3em 0;
padding:.4em 0 .2em 0em;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:3.3em;
color:#006666;

}

#left_container {
position:absolute;
left:0;
top:0;
width:15em;
height:100%;
margin:0 0 0 0;
padding:0 0 0 0;
background:#EDE9E6;

}

#left_quote {
position:relative;
left:0;
width:20em;
margin:0 0 0 0;
padding:0 0 0 0;
font-size:1.1em;
font-style:italic;
color:#AC9C90;
text-align:left;
}

#left_text {
position:relative;
width:16.7em;
margin:0 0 0 0;
padding:.5em 5% .5em 5%;
background:#EDE9E6;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
color:#000000;
text-align:left;
}

#right_container_outer {
position:absolute;
left:16.3em;
top:8em;
width:55em;
height:100%;
margin:0 0 0 0;
padding:0 0 0 0;
background:#ffffff url(img/navbar_fade.jpg) top repeat-x;
}

.navbar {
position:relative;
left:0;
top:0;
width:55em;
height:2em;
margin:0 0 0 0;
padding:0 0 0 0;
background:#ffffff;
}

#navbar_fade {
position:relative;
left:0;
top:0;
width:55em;
height:3em;
margin:0 0 0 0;
padding:0 0 0 0;
background:#ffffff url(img/navbar_fade.jpg) top repeat-x;
border-left:1px solid #DFD8D2;
border-right:1px solid #DFD8D2;
}

#right_container_inner {
position:relative;
left:0;
top:0;
width:55em;
margin:0 0 0 0;
padding:0 0 .2em 0;
background:#ffffff;
border-left:1px solid #DFD8D2;
border-right:1px solid #DFD8D2;
}

#rci_left_column {
position:relative;
width:57em;
margin:-1em 0 0 .2em;
padding:0 1em 0 1em;
background:transparent;
font-size:.9em;
color:#000000;
text-align:left;
}

#rci_right_column {
position:relative;
float:right;
clear:both;
width:3em;
margin:0 1em 0 0;
padding:0 0 0 0;
background:#ffffff;
font-size:.8em;
color:#9D958E;
text-align:left;
}

#rci_right_column ul {
margin:.9em 0 0 1.4em !important;
margin:.9em 0 0 1.6em;
padding:0 0 0 0;
list-style-type:circle;
}

#rci_right_column li {
margin:0 0 .3em 0;
padding:0 0 0 0;
}

#footer {
position:relative;
width:64.4em;
height:2.5em;
margin:0 0 0 0;
padding:.3em .5em 0 0;
background:#ffffff;
border-top:1px solid #DFD8D2;
font-size:.85em;
font-family:Arial, Helvetica, sans-serif;
color:#cccccc;
text-align:right;
}

/* top navigation bar */
#nav ul{
padding:0 0 0 0;
margin: 0 0 0 0;
white-space: nowrap;
font-size:1em;
color:#000000;
float:left;
width:100%;
height:2em;
background:transparent;
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 .4em 0 0;
padding: .4em 1em .46em 1em;
color:#006666;
font-weight:bold;
text-decoration:none;
float: left;
background:#ffffff;
border-left:1px solid #DFD8D2;
border-top:1px solid #DFD8D2;
border-right:1px solid #DFD8D2;
}

#nav ul li a:hover{
color:#D96107;
background:#EDE9E6;
font-weight:bold;
text-decoration:none;
}

#nav #current li {
color:#000000;
background:#EDE9E6;
}

#nav #current a {
color:#D96107;
background:#EDE9E6;
text-decoration:none;
}

/* font styles */

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
margin:0 0 -.3em 0;
padding:.8em 0 .5em 0em;
font-size:1.5em;
color:#333333;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
margin:0 0 -.8em;
padding:0 0 0 0;
font-size:1em;
color:#333333;
}

#rci_right_column h3 {
font-family:Georgia, "Times New Roman", Times, serif;
margin:0 0 -.8em;
padding:0 0 0 0;
font-size:.9em;
color:#333333;
}

#left_text h3 {
font-family:Arial, Helvetica, sans-serif;
margin:0 0 -.7em;
padding:0 0 0 0;
font-size:1.2em;
color:#333333;
}

.small {
font-family:"Courier New", Courier, mono;
font-size:.85em;
text-transform:uppercase;
}


}
/* link styles */
#right_container_inner a {
color:#D96107;
text-decoration:underline;
}

#right_container_inner a:hover {
color:#D96107;
text-decoration:none;
}

blockquote a {
color:#D96107;
text-decoration:underline;
}

blockquote a:hover {
color:#D96107;
text-decoration:none;
}

#rci_left_column a{
color:#D96107;
text-decoration:underline;
}

#rci_left_column a:hover {
color:#D96107;
text-decoration:none;
}

#left_text a{
color:#D96107;
text-decoration:underline;
}


/* images */
#logo {
margin:.5em 0 0 0;
width:15em;
height:14em;
}

#graphics {
margin:.5em .5em .5em .5em;

}

img {
border:none;
}

/* misc styles */
blockquote {
margin:.3em .6em .9em 2em;
padding:.05em .5em .05em .5em;
background:#ffffff url(img/navbar_fade.jpg) top repeat-x;
border-top:1px solid #CABEB5;
border-bottom:1px solid #EEEAE7;
border-left:1px solid #D7CDC6;
border-right:1px solid #EEEAE7;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
style:strong
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */