/*File: cb.css
This is the stylesheet for  example 1 for the Horizontal Menu Bar.
*/

body {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	}

h1 {
	font-size: 130%;
	}

h1 span, h1 a {
	color: #999999;
	}

h1 a:hover {
	color: #666666;
	}

h4 {
	font-size: 100%;
	color: #999999;
	margin: 0;
	}

.note {
	color: #999999;
	}

#logo {
	padding: 14px;
	background: #eeeeee;
	border-bottom: 2px solid #ccc;
	}

#content {
	padding: 20px;
	}
	
#footer {
	clear: left;
	margin-top: 30px;
	padding-top: 6px;
	color: #999999;
	border-top: 2px solid #dddddd;
	}
	
	h3 {
	font-size: 130%;
	}

.container {
	background: #FFFFFF;
	}

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #FFFFFF;
	text-align:right;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color:#000000;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #355B82;
	padding-bottom: 2px;
	background-color:#FFFFFF;
	color:#355B82;
	}