body {
	background-color: #008185;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

* html body { font-size: medium; }

h1 {
  color: #FAAA55;
  font-size: 1.6em;
  font-weight: normal;
}

.orng {
  color: #FAAA55;
  margin: 0px 5px;
}

div .breaker {
    clear: both;
    height: 0px;
}

/*********************/
/*   Main Layout     */
/*********************/

#container {
    background-color: #008185;
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-y;
	width: 880px;
	margin: 0px auto;
	text-align: left;
	font-size: 0.7em;
	margin-top: 40px;
}

#topmenu  {
    background-color: #008185;
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	width: 877px;
	height: 75px;
	padding-top: 5px;
	padding-left: 3px;
	position: relative;
}

#footer {
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	width: 880px;
	height: 90px;
	position: relative;
}

* html #footer { background-color: #008185; }

/*********************/
/*   Top Menu        */
/*********************/

#toplogo {
    float: left;
    margin-left: 2px;
    border: 0px;
}

#topmenuul
{
    float: right;
}

#topmenuul li {
    width: 120px;
    background-image: url(../images/topmenuli.gif);
    background-position: left;
    background-repeat: no-repeat;
    list-style-type: none;
    float: left;
    padding-top: 35px;
    padding-left: 10px;
    margin-top: -12px;
}

*+html body #container #topmenu li
{
   margin-top: 0px;
}

#topmenuul li a {
    text-decoration: none;
    color: #000000;
}

#topmenuul li a:hover {
    text-decoration: underline;
}

/*********************/
/*   Content         */
/*********************/

#mainnav
{
    margin-top: 30px;
    float: left;
    width: 210px;
}

#mainnav li {
    color: #005B5E;
    margin-bottom: 14px;
    list-style-image: url(../images/mainnavicon.gif);
}

#mainnav li a {
    color: #005B5E;
    text-decoration: none;
}

#mainnav li a:hover {
    color: #005B5E;
    text-decoration: underline;
}

#content {
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    width: 645px;
}

#content #tagline {
    font-weight: bold;
    font-size: 1em;
    color: #005B5E;
}

#content #ctext {
    width: 600px;
    line-height: 2.0em;
    float: left;
    margin-top: 20px;
}

#content #ctext a {
    color: #000000;
}

/*
#content #ctext li {
    margin-left: -25px;
    padding: 0px;
}
*/

#content #cimage {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}


/*********************/
/*   Footer          */
/*********************/


#footer #ftext
{
    float: right;
    width: 480px;
    height: 73px;
    background-image: url(../images/ftextbg.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-right: 16px;
    margin-bottom: 4px;
    font-size: 0.8em;
    color: #FFFFFF;
    word-spacing: 0.4em;
    padding-top: 10px;
    padding-left: 80px;
    line-height: 1.5em;
}

* html #footer #ftext  { margin-right: 8px; }

#footer #ftext a {
    color: #ffffff;
}

#ricslogo {
    float: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border: 0px;
}


/*********************/
/*   NOISE SUB NAV   */
/*********************/

#navnoise {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navnoise li {
    color: #005B5E;
    margin: 0px;
    margin-left: 0;
    padding-left: 18px;
    background: url(../images/mainnavicon.gif) no-repeat 0px 6px;
}

#navnoise li a {
    text-decoration: none;
}

#navnoise li a:hover {
    text-decoration: underline;
}
