/* CSS Document */

/*this is just a test of the second file */

h3.sectionHeading{
	display:inline;
	}
	
div.mainSection{
	margin-top:5px;
	padding-left:15px;
	border-left:4px solid #702a13;
	border-top:4px solid #702a13;
	}
	
div.mainSection2{
	border-left:4px solid #702a13;
	border-top:4px solid #702a13;
	padding:5px;
		}
	
div.mainSectionWrapper{
	margin-left:85px;
	
	}

.sectionIcon{
	float:left;
	}

div.section{
	padding-left:20px;
	text-align:left;
	}
	
div.clearSection{
	clear:both;
	}
	
div.clearSection2{
	height:10px;
	}
	
	
/* ----- Rollover Buttons for the Calculators ----------- */	
#button {
	/* width:500px; */
	/*
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em; */
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	margin-left:6%;
	text-align:center;
	font-weight:bold;
	height:130px;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		margin: 0;
		}
		
	#button li a {
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width:125px;
		/* width: 100%; */
		height:130px;
		float:left;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-color: #2586d7;
		color: #fff;
		}
	
/* ---------------- Try this calcrat deal --------------- */

/* ------------ Begin Top Menu --------------- */
#buttons_inner {
	text-align:center;
	height:125px;
	}


#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	/* white-space: nowrap; */
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 15px; 
	/*	white-space: nowrap; */
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 10px; 
	padding-right: 10px; 
	width:125px;
	text-decoration: none;
	color: #19599f;
	background: transparent;
	font-weight:bold;
}


/*  *html ul#mainlevel-nav li a { width: 150px; }  */

ul#mainlevel-nav li a{
	border:3px solid #fff3e6;
	}

ul#mainlevel-nav li a:hover
{
	border:3px solid #19599f;
}

ul#mainlevel-nav{
	line-height:1px;
	}

div.smallSquare{
	float:right;
	width:200px;
	heigh:200px;
	}