/* SML INSURANCE */
/* Master Stylesheet
--------------------------------------------------------------------------- */


	@import url("actions.css");
	@import url("layout.css");
	@import url("navigation.css");
	@import url("forms.css");
	@import url("overlay.css");
	@import url("widget-pagination.css");


/* Style Precedents
----------------------------------------------------------------------------- */


	* {
	
	margin: 0;
	padding: 0;
	
	}
		
	a, input {
	
	outline: none;
	
	}
		
	table {
	
	border-collapse: collapse;
	
	}
		
	/* Text */


	body {
	
	font: normal 12px/ 16px Arial, sans-serif;
	color: #393939;
	
	}	
	
	h1 {
	
	font: bold 16px/20px Arial, sans-serif;
		
	}	
	
	h2 {
	
	text-indent: -5000px;
	margin-bottom: 5px;
	
	}
	
	h3 {
	
	font: bold 17px/20px Arial, sans-serif;
	color: #003f75;
		
	}	
	
	h4 {
	
	font: bold 12px/16px Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
		
	}
	
	
	a {

	color: #003f75;
	text-decoration: none;
	
	}

	a:hover {

	color: #003f75;
	text-decoration: underline;
		
	}
	
	p#overview {
	
	width: 575px;
	padding-bottom: 25px;
	
	}
	

/* Image */

	
	img {
	
	display: block;
	border: 0;

	}
	
	
/* Definition Lists */

	
	dl {

	width: 100%;
	padding: 0 0 15px 0;
	margin: 0;
	float: left;
	display: block;

	}

	dt {

	width: 120px;
	padding: 5px 0 0 0;
	clear: left;
	float: left;
	display: block;
	font-weight: bold;

	}

	dd {

	width: 400px;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	display: block;

	}
