
body {
	font: 0.75em Geneva, Arial, Helvetica, sans-serif;
	margin: 30px 5px 30px 5px;
	text-align: center;
	color: #191919;
	background: fixed repeat-x url(images/body_bg.png);
	padding: 0;
}

table {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #004080;
	text-decoration: underline;
}

a:hover, a:active {
	color: #63727c;
	text-decoration: underline;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	margin: 3px 0 3px 3px;
	float: right;
	position: relative;
	z-index: 5;
}
	
/*</group>*/

/*<group=Layout>*/
.clearer {
	clear: both;
}

#container { 
	width: auto;

	background: #ffffff;
	border: 1px solid #5c8aa7;
	position: relative;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	padding: 0 20px 20px 2px;
	padding: 13px 20px 0;
}

#pageHeader {
	text-align: left;
	/*height: 73px;*/
	height: 116px;
	/*background: repeat-x url(images/header_bg.png) left bottom;*/
	background: repeat-x url(images/header_steel_bg.png) left bottom;
}

#pageHeader img {
	position: absolute;
	right: 30px;
	top: 25px;
}

#pageHeader h1 {
	/*color: #63727c;*/
	color: #f8f8ff;
	margin: 0px;
	font-weight: bold;
	font-size: 1.9em;
	letter-spacing: 1px;
	background: transparent;
	padding: 10px 10px 3px;
}

#pageHeader h2 {
	/*color: #99afbf;*/
	color: #444488;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 3px;
	background: transparent;
	padding: 0 10px;
}

#contentContainer #content {
	line-height: 1.8em;
}

.info {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.title {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 2px;
}


a.menu {
        font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #00AAF0;
    white-space:nowrap;
}

a {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #00AAF0;
}

a:hover {
    color: #C81900;
}

a.menu {
}

.menutitle {
    color: #C81900;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space:nowrap;
}

a.menu:hover {
    color: #C81900;
}

a.menuselect {
        font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #00AAF0;
    white-space:nowrap;
    color: #C81900;
    font-weight: bold;
}

a.menuselect:hover {
    font-weight: bold;
    color: #C81900;
}

/* Indentation for the left side menu */
div.sidemenu {
    margin-left: 0;
}

h1 {
	color: #ffffff;
	font-size: 1.8em;
	font-weight: bold;
	background: #62657C;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	background: #62657C;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	background: #62657C;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	background: #62657C;
	padding: 2px 3px 1px 3px;
	margin: 0px 0px 3px 0px;
}

/* Toolbar Styles */

td.sidebar {
	width: 200px;
	text-align: left;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
	position: relative;
	z-index: 4;
}

#sidebarContainer #sidebar {
	line-height: 1.8em;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	background: #61727a;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.7em;
	letter-spacing: 1px;
}

#navcontainer {
	width: 200px;
	line-height: 2.0em;
	padding-top: 0px;
	position: relative;
	margin-bottom: 10px;
}

#navcontainer #current {
	color:      #000000;
	background: #989DC0;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color:      #ffffff;
	background: #71768F;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navcontainer li {
}

#navcontainer a {
	color:      #ffffff;
	background: #61657B;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	height: 25px;
	margin-bottom: 1px;
	letter-spacing: 1px;
}

#navcontainer a:hover {
	color:      #607078;
	background: #989DC0;
}

#navcontainer a:active {
}

/* Child - Level 1 */

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

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 35px;
	color:      #848484;
	background: #D8E0E9;
}

#navcontainer ul ul a:hover{
	color:      #61727a;
	background: white;
}

#navcontainer ul ul #current{
	background: #989DC0;
}

#navcontainer ul ul .currentAncestor {
	background: #989DC0;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}


#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 50px;
	background: #E4E4FC;
}

#navcontainer ul ul ul a:hover{
}
#navcontainer ul ul ul #current{
	background: #C9C8E4;
}
#navcontainer ul ul ul .currentAncestor {
	background: #869fab;
}

/* Child Level 3 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding-left: 65px;
}

#navcontainer ul ul ul ul a:hover{
	color:      #61727a;
	background: white;
}

#navcontainer ul ul ul ul  #current{
	background: #aacbda;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: #aacbda;
}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding-left: 80px;
}

#navcontainer ul ul ul ul ul a:hover{
	color:      #61727a;
	background: white;
}

#navcontainer ul ul ul ul ul  #current{
	background: #c0dce3;
}

#navcontainer ul ul ul ul ul .currentAncestor {
	background: #c0dce3;
}
/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

#other-sites h2 {margin-top:1em;}
#other-sites h3 {background-color:white; margin-top:1em; padding-left:0;}

.div-image-float img 
{
   float:left;
   margin:0 4px 2px 0;
}

.blog-entry-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
	background: #62657C;
	padding: 2px 3px 1px 3px;
}

.blog-entry-date {
	margin-top: 5px;
	color: #99afbf;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 45px;
}

#gallery-content {
	text-align: center; 
	background-color: #62657C;
	padding: 12px;
	margin-left:4px;
	width: auto;
	float: left;
	}

#gallery-content img {
	border: 6px solid #fff;
	}

#gallery-picture {
	text-align: center; 
	padding-bottom: 12px;
	}

#gallery-picture img {
		border: 0;
	}

.gallery-navigation {
	width: 12em;
}

.gallery-navigation-prev {
	text-align: left;
	width:33%;
}

.gallery-navigation-back {
	text-align: center;
	width:34%;
}

.gallery-navigation-next {
	text-align: right;
	width:33%;
}

.gallery-navigation-prev a,
.gallery-navigation-back a,
.gallery-navigation-next a {
	text-decoration: none;
	color: #f8ffff;
}
	
.gallery_index_cell {
	text-align: center;
	vertical-align: bottom;
}
.gallery_detail {
	text-align: center;
}

.gallery_detail_title {
	font-weight: bold;
}

.ronda_gallery_index_cell {
	background-color: #62657C;
	width:280px; 
	float:left; 
	text-align: center;
	margin-right:10px; 
	margin-bottom:10px;
	padding:12px;
}

/* Tutorial styles */

.tutorial-navigation-bar {
	text-align: center;
	width: 100%;
	clear:both;;
}

.tutorial-navigation-bar a:link, .tutorial-navigation-bar a:visited {
	text-decoration:none;
}

/* Define styles used to establish menus at the top of a page.
   This is generally used to navigate pages in a multi-page group. */

.tutorial-navigation-buttons {
  margin-bottom:4px;
}

.tutorial-navigation-buttons a 
{
   padding:2px 5px;
   margin-right:2px;
   background: #61657B;
   color: #ffffff;
}

.tutorial-navigation-buttons a:hover {
	background: #989DC0;
	color: #607078;
}

.tutorial-navigation-buttons span.tutorial-current-button {
   padding:2px 5px;
   margin-right:2px;
   background: #989DC0;
   color: #000000;
}
.tutorial-navigation-buttons span.tutorial-space-button {
	padding:2px 5px; 
	margin-right:2px; 
	visibility: hidden;
}

img.tutorial-image-left {
	float:left;
	margin: 0 3px 3px 0;
}

img.tutorial-image-right{
	margin: 0 0 3px 3px;
	float:right;
}

img.tutorial-image-center {
	display:block;
	margin:0px auto;
}
#poll_form table  {
	margin-left:50px;
	padding:20px;
	border: 5px ridge black;
	background-color:#FFEBCD;
}

	#poll_form table tr td {
		width:300px; 
		padding-bottom:20px;
	}
	
	#poll_form table tr td.control {
		width:150px; 
		padding-bottom:20px;
	}