/*
 Mobilefish.com
 Author: Robert Lie
 See: http://www.mobilefish.com/tutorials/css/css_quickguide_div_examples_fluid_layouts.html
*/

.breadcrumb {
	margin-bottom: 0.8em;
}

.breadcrumb a {
	background: url("../images/arrow.gif") no-repeat center right;
	padding-right: 1.0em; 
	font-size: 0.8em;  
	font-family: verdana, arial, sans-serif; 
	font-weight: normal;  
	text-decoration : none;   
	color: blue;
}

.breadcrumb a:hover {
	background: url("../images/arrow.gif") no-repeat center right;	
	text-decoration: underline;
	color: red;
}

.breadcrumb-selected {
	font-size: 0.8em; 
	font-family: verdana, arial, sans-serif; 
	font-weight: normal; 
	text-decoration : none;   
	color: black; 
	display: inline;
}

.container {
	/* set the border around the site */
	border: 0.0625em solid gray;
	float: left;
}

.content-info {
	margin-bottom: 0.5em;
	margin-left: 0.3em;
	border: 0.0625em solid;
}

.content-info-body {
	background: aqua;	
	padding: 0.3em 0.3em;
}

.content-info-title {
	font-size: 1.1em; 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
}

.content-main {
}

.content-main-body {
	
}

.content-main-title {
	font-size: 1.2em; 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	/* margin-bottom: 10px */	
	margin-bottom: 0.625em;
}

.footer {
	float: left;
	margin-top: 0.5em;
	width: 100%;
	clear: left;
	text-align: center;
	border-top: 0.0625em solid gray;
	background-color: yellow;
	padding: 0.5em 0  0.5em 0;
}

.footer-title {
	font-size: 0.6em; 
	font-family: verdana, arial, sans-serif; 
	font-weight: normal; 		
	color: black;
	padding-bottom: 0.5em;
}

.footer-body ul {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	color: blue;	
	font-weight: normal;
}

.footer-body ul li {
	display: inline;
}

.footer-body ul li a {
	color: blue;
	padding-right: 0.625em;
	text-decoration: none;
	background: transparent url("../images/dot.gif") center right repeat-y;
}

.footer-body ul li a:hover{
	color: black;
}

.header {
	background-color: red;
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
	display: inline;
}

.header-logo {
   	float: left;
	/* set background color #d6f773, the same as image background color */
   	background: #d6f773 url("../images/logo.gif") no-repeat;
	/* width: 270px */
	width: 16.875em;
	/* height: 90px */
	height: 5.625em;	
}

.header-main {
	/* set the same height as .header-logo height */
	height: 5.625em;	
	/* set margin-left the same as .header-logo width */	
	margin-left: 16.875em;	
	background-color: red;	
	text-align: left;
	float: left;
}

.header-main-body {
	font-size: 1.5em; 
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
}

.toolbar {
	background-color: #8c9cff;
	border-top: 0.0625em solid gray;
	border-bottom: 0.0625em solid gray;	
	clear: left;
	float: left;
	width: 100%;
}

.toolbar-body ul {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	display: inline;
	padding: 0;
	margin: 0;
}

.toolbar-body ul li {
	display: inline;
}

.toolbar-body ul li a{
	float: left;
	color: #000000;
	/* padding: 5px 12px; */
	padding: 0.3125em 0.75em;
	text-decoration: none;
	/* optional set the width of each menu item */
  	/* width: 90px; */
	width: 5.625em;
  	text-align: center;	
	/* background: transparent url("../images/dot.gif") center right repeat-y; */
}

.toolbar-body li a:hover{
	color: white;
}

/********************************************************/

body {
	/* margin: 0px 2px 0px 0px; */
	margin: 0em 0.125em 0em 0em;
	/* Default browser font size: 16px */
	/* 16*62.5%= 10px */
	/* font-size: 62.5%; */
}

img {
	border: 0.0625em solid black;
	/* margin: 0px 15px 15px 0px; */
	margin: 0em 0.9375em 0.9375em 0em;
}

td {
	vertical-align: top;
	text-align: left;
}


