
/* NON-HEADER */
*{
 padding:0; 
 margin:0;
}

body {
 font-size:62.5%; 
 background-color:rgb(255,255,255); 
 font-family:verdana,arial,sans-serif;
 background: transparent url(../images/body.gif) top left no-repeat fixed;
}

.page-container {
 width:900px; 
 margin:0px auto; 
 margin-top:10px; 
 margin-bottom:10px; 
 border:solid 1px rgb(150,150,150); 
 font-size:1.0em;
}

.main {
 clear:both;
 width:900px; 
 padding-bottom:30px; 
 background:transparent url(../images/bg_main_withoutnav.jpg) top left repeat-y; 
}

.main-content {
 display:inline; 
 float:left; 
 width:550px; 
 margin:0 0 0 30px; 
 overflow:visible !important /*Firefox*/; 
 overflow:hidden /*IE6*/;
}

.main-subcontent {
 display:inline; 
 float:right; 
 width:185px; 
 margin:0 35px 0 0; 
 overflow:visible !important /*Firefox*/; 
 overflow:hidden /*IE6*/;
}
 
.footer {
 clear:both; 
 width:900px; 
 height:3.7em; 
 padding:1.1em 0 0; 
 background:rgb(225,225,225) url(../images/bg_foot.jpg) no-repeat; 
 font-size:1.0em; 
 overflow:visible !important /*Firefox*/; 
 overflow:hidden /*IE6*/;
}

.header {
 width:900px; 
 font-family:"trebuchet ms",arial,sans-serif;
}

.header-top {
 width:900px; 
 height:90px; 
 background:rgb(240,240,240) url(../images/bg_head_top.jpg); 
 overflow:visible !important /*Firefox*/; 
 overflow:hidden /*IE6*/;
}

.header-middle {
 width:900px; 
 height:120px; 
 background:rgb(230,230,230) url(../images/top1.jpg); 
 overflow:visible !important /*Firefox*/; 
 overflow:hidden /*IE6*/;
}

.header-bottom {
 width:900px; 
 height:40px; 
 background:rgb(255,255,255) url(../images/bg_head_breadcrumbs.jpg) repeat-y;
}

.header-breadcrumbs {
 clear:both; 
 width:900px; 
 padding:1.0em 0 1.5em 0; 
 background:rgb(100,100,100) url(../images/bg_head_breadcrumbs.jpg) repeat-y;
}

.sitename {
 width:300px; 
 height:45px; 
 position:absolute; 
 z-index:1; 
 margin:20px 0 0 20px; 
 overflow:visible !important /*Firefox*/; 
 overflow:hidden /*IE6*/;
}

.sitename h1 {
 font-size:300%;
}
.sitename h2 {
 margin:-4px 0 0 0; 
 color:rgb(125,125,125); 
 font-size:140%;
}

.sitename a {
 text-decoration:none; 
 color:rgb(125,125,125);
}

.sitename a:hover {
 text-decoration:none; 
 color:rgb(50,50,50);
}

.upper-nav {
 width:350px; 
 position:absolute; 
 z-index:3; 
 margin:45px 0 0 550px;
}

.upper-nav ul {
 float:right; 
 padding:0 15px 0 0; 
 font-weight:bold;
}	

.upper-nav li {
 display:inline; 
 list-style:none;
}
.upper-nav li a {
 display:block; 
 float:left; 
 padding:2px 5px 2px 5px;  
 color:rgb(125,125,125); 
 text-decoration:none; 
 font-size:120%;
}
.upper-nav a:hover {
 text-decoration:none; 
 color:rgb(50,50,50);
}

.quotes {
 width:100%; 
 height: 20px;
 position:absolute; 
 z-index:4; 
 margin:55px 0 0 240px;
 overflow: auto;
}

.quotes h2 {
 margin:-4px 0 0 0;  
 font-size:120%;
}

.top-nav {
 float:left; 
 width:900px; 
 border:none; 
 background:rgb(220,220,220) url(../images/bg_head_bottom_nav.jpg) repeat-x; 
 color:rgb(75,75,75); 
 font-size:1.0em; 
 font-size:130%;
}

.top-nav ul {
 list-style-type:none;
}

.top-nav ul li {
 float:left; 
 position:relative; 
 border-right:solid 1px rgb(175,175,175);
}

.top-nav ul li ul {
 display:none; 
 border:none;
}

.top-nav ul li ul {
 margin-left:-30px; 
 padding:0 30px 30px 30px; 
 background:url(../images/bg_head_bottom_nav_hover.gif) top center;
}

.top-nav ul li a {
 float:left; 
 display:block; 
 height:3.1em; 
 line-height:3.1em; 
 padding:0 16px 0 16px; 
 text-decoration:none; 
 font-weight:bold; 
 color: rgb(100,100,100);
}

.top-nav ul li:hover {
 width:auto;
}

.top-nav table {
 position:absolute; 
 z-index:999; 
 top:0; 
 left:0; 
 border-collapse:collapse;
}

/*Non-IE6*/
.top-nav ul li:hover a {
 background-color:rgb(210,210,210); 
 text-decoration:none;
}

.top-nav ul li:hover ul {
 display:block; 
 width:10.0em; 
 position:absolute; 
 z-index:998; 
 top:3.0em; 
 margin-top:0.1em; 
 left:0;
}

.top-nav ul li:hover ul li ul {
 display: none;
}

.top-nav ul li:hover ul li a {
 display:block; 
 width:10.0em; 
 height:auto; 
 line-height:1.3em; 
 margin-left:-1px; 
 padding:4px 16px 4px 16px; 
 border-left:solid 1px rgb(175,175,175); 
 border-bottom: solid 1px rgb(175,175,175); 
 background-color:rgb(237,237,237); 
 font-weight:normal; color:rgb(50,50,50);
}

.top-nav ul li:hover ul li a:hover {
 background-color:rgb(210,210,210); 
 text-decoration:none;
}

/*IE6*/
.top-nav ul li a:hover {
 background-color:rgb(210,210,210); 
 text-decoration:none;
}

.top-nav ul li a:hover ul {
 display:block; 
 position:absolute;z-index:997; 
 top:3.1em; 
 t\op:3.0em; 
 left:0; 
 marg\in-top:0.1em;
}

.top-nav ul li a:hover ul li a {
 display:block; 
 w\idth:10.0em; 
 height:1px; 
 line-height:1.3em; 
 padding:4px 16px 4px 16px; 
 border-left:solid 1px rgb(175,175,175); 
 border-bottom: solid 1px rgb(175,175,175); 
 background-color:rgb(237,237,237); 
 font-weight:normal; 
 color:rgb(50,50,50);
}

.top-nav ul li a:hover ul li a ul {
 visibility:hidden; 
 height:0px; 
 width:0px; 
 position:absolute; 
 z-index: 997;
}

.top-nav ul li a:hover ul li a:hover {
 background-color:rgb(210,210,210); 
 text-decoration:none;
}

.header-breadcrumbs ul {
 float:left; 
 width:560px; 
 list-style:none; 
 padding:0 0 0 15px; 
 font-family:verdana,arial,sans-serif;
}

.header-breadcrumbs ul li {
 display:inline; 
 padding:0 0 0 10px; 
 background:transparent url(../images/bg_bullet_arrow.gif) no-repeat 0 50%; 
 font-weight:bold; 
 color:rgb(125,125,125); 
 font-size:100%;
}

.header-breadcrumbs ul a {
 color:rgb(70,122,167); 
 text-decoration:none;
}

.header-breadcrumbs ul a:hover {
 color:rgb(42,90,138); 
 text-decoration:underline;
}

.column1-unit {
 width:600px; 
  margin-bottom:0px !important /*Non-IE6*/;
 margin-bottom:0px /*IE6*/;
}

.column1-unit p {
 font-size: 14px;
}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
 width:183px; 
 margin:0 0 2.0em 0; 
 padding:0 0 5px 0; 
 border:solid 1px rgb(190,190,190); 
 background:rgb(235,235,235);
 overflow: hidden;
}

.subcontent-unit-border-green {
 width:183px; 
 margin:0 0 2.5em 0; 
 padding:0 0 10px 0; 
 border:solid 1px rgb(160,214,81); 
 background-color:rgb(217,239,185);
 overflow: hidden;
} 

.subcontent-unit-border-blue  {
 width:183px; 
 margin:0 0 2.5em 0; 
 padding:0 0 10px 0; 
 border:solid 1px rgb(137,170,214); 
 background-color:rgb(213,225,240);
 overflow: hidden;
}

.subcontent-unit-border-orange {
 width:183px; 
 margin:0 0 2.5em 0px; 
 padding:0 0 10px 0; 
 border:solid 1px rgb(232,177,13); 
 background-color:rgb(248,224,150);
 overflow:hidden;
}

.round-border-topleft {
 width:10px; 
 height:10px; 
 position:absolute; 
 z-index:100; 
 background:url(../images/bg_corner_topleft.gif) no-repeat; 
 margin-top:-1px; 
 margin-left:-1px;
}

.round-border-topright {
 width:10px; 
 height:10px; 
 position:absolute; 
 z-index:100; 
 background:url(../images/bg_corner_topright.gif) no-repeat;
 margin-top:-1px; 
 margin-left:174px;
}

.footer p {
 line-height:1.3em; 
 text-align:center; 
 color:rgb(125,125,125); 
 font-weight:bold; 
 font-size:110%;
}

.footer p.credits {
 font-weight:normal;
}

.footer a {
 text-decoration:underline; 
 color:rgb(125,125,125);
}

.footer a:hover {
 text-decoration:none; 
 color:rgb(0,0,0);
}

.footer a:visited {
 color:rgb(0,0,0);
}



/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}




/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:550px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}