@media screen and (max-device-width: 480px) {


	


}

/* CSS Document */

/* Basics
----------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 90%;
	}

#life {
	color: #875F30;
}

#header {
	padding-top: 2px;
	padding-bottom: 6px;
}

#claims {
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

#normal {
	margin-top: 0px;
	text-align: left;
}

#small {
	font-size: 85%;
}

#smaller {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 70%;
	text-align: center;
}

#smallerlist {
	font-size: 70%;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#top {
	font-size: 9px;
}

#overviewtext {
	font-size: 11px;
}

.clear{
	clear: both;
}
.floatright {
	float: right;
}

	
/* Messages --*/
#divMessage {
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
}

#divLinks {
	position:absolute; 
	left:4px; 
	top:4px; 
	visibility:hidden;
}
#divLinks a {font-size:12px; font-weight:700;}

/* Structure
------------------------------------------------------------------------ */
#wrap {
	margin: 0 auto;
	padding: 0;
	padding-top: 10px;
	width: 760px;
	text-align: left;
	}
#sidenav {
	float: left;
	margin: 0;
	padding: 10px 5px 5px 5px;
	width: 157px;
	}
#content {
	float: left;
	margin: 0 9px;
	margin-top: 10px;
	padding: 10px;
	width: 360px;
	}

#contentoverview {
	float: left;
	margin: 0 9px;
	margin-top: 10px;
	padding: 10px;
	width: 360px;
	font-size: 12px;
}
#contentfull {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 520px;
	font-size: 14px;
}
#contentfull h4 {
	font-size: 20px;
	text-align: left;
}

#quoteform {
	float: left;
	margin: 0 9px;
	margin-top: 10px;
	padding: 10px;
	width: 500px;
	font-size: 10px;
	}
	
#sidebar {
	float: left;
	margin: 0;
	margin-top: 10px;
	padding: 10px;
	width: 170px;
	}
#sidebar2 {
	float: right;
	margin: 0;
	margin-top: 10px;
	padding: 10px;
	width: 80px;
	}
#footer {
	clear: both;
	margin: 2px 0 0 5px;;
	padding: 1px;
	background-color: #F7F3D8;
	font-size: 80%;
	text-align: center;
	}
	
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(http://www.sldins.com/images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(http://www.sldins.com/images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(http://www.sldins.com/images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(http://www.sldins.com/images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(http://www.sldins.com/images/icon_mailto.gif) no-repeat center right;
   
}

/* Generic Links
------------------------------------------------------------------------ */
a:link {
	color: #875F30;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #875F30;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #007400;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: #c00;
	}

/* Headings
------------------------------------------------------------------------ */
h1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 104px;
	}

h2 {
	color: #28623A; 
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}

h3 {
	font-size: 125%;
	font-style: italic;
	margin-top: 0px;
}

h4 {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
}

h5 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #28623A;
}

h6 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #28623A;
}

	
/*  Navigation
------------------------------------------------------------------------ */
#navcontainer ul {
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 24px;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #E9CD49; /* mustard --*/
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 515px;
/* lite green
	border-top: 1px solid #A9E673;
	border-bottom: 1px solid #A9E673;
--*/
	}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
	padding: 0.4em 1em;
	color: #875F30;
	text-decoration: none;
	float: left;
	border-right: 1px dotted #fff;
	}
#navcontainer ul li a:hover {
	background-color: #28623A;
	color: #fff;
	text-decoration: underline;
	}
#navlist li#active, #navlist a#current {
	background-color: #fff;
	color: #875F30;
	text-decoration: underline;
	border-top: 0px solid #875F30;
	border-bottom: 0px solid #875F30;
	border-right: 0px solid #875F30;
	border-left: 0px solid #875F30;
}

#index .index, #overview .overview, #services .services, #news .news, #contactus .contactus, #staff .staff, #sitemap .sitemap {
	background-color: #fff;
	color: #875F30;
	text-decoration: underline;
	border-top: 0px solid #875F30;
	border-bottom: 0px solid #875F30;
	border-right: 0px solid #875F30;
	border-left: 0px solid #875F30;
}

#sidenav ul#sidenavlist {
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style: none; 
	height: auto;
	}
	
#sidenav ul#sidenavlist li
{
	display: block;
	background-image: url(http://www.sldins.com/images/sidebuttonNEW.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 34px;
	width: 153px;
}
	
#sidenav ul#sidenavlist li a {
	display: block;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: .9em;
	padding-top: .8em;
	padding-bottom: 0.1em;
	width: 150px;
	height: 30px;
	}
	
#sidenav ul#sidenavlist li a:hover {
	font-weight: bold;
	color:#E9CD49;
	text-decoration: underline;
	}

#auto .auto {
	font-weight: bold;
	color:#E9CD49;
	text-decoration: underline;
	}
	
#links1 ul#links1list {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	color: #875F30;
}

#links1 ul#links1list li
{
	display: block;
	margin-left: 30px;
	margin-bottom: 2px;
	margin-top: 3px;
	padding-top: 4px;
	padding-left: 18px;
	padding-bottom: 10px;
	background-image: url(http://www.sldins.com/images/checkmark2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#links1 ul#links1list li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 

#links1 ul#links1list li a:hover {
	color: #875F30;
	text-decoration: underline;
	font-weight: bold;
}
#links1 ul#links1list li a:visited {
	color: #875F30;
	text-decoration: underline;
	font-weight: bold;
}

#quotelinks ul#quotelinkslist {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	padding: 0px;
	height: auto;
}

#quotelinks ul#quotelinkslist li
{
	background-image: url(http://www.sldins.com/images/checkmark2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	display: block;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 10px;
}
	
#quotelinks ul#quotelinkslist li a {
	color: #28623A;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
} 

#quotelinks ul#quotelinkslist li a:hover {
	color: #663333;
	text-decoration: underline;
	font-weight: bold;
}

/*  Quote Forms
------------------------------------------------------------------------ */
#quoteform2 {
	margin: 0 9px;
	margin-top: 10px;
	padding: 10px;
	width: 720px;
	font-size: 10px;
	}
	
.smallquote {
	font-size: 10px;
}

.legend  {
	color: #875F30;
	font-weight: bold;
	padding: 0px;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 1px;
	}
	
.quotebg {
	background-color: #F7F3D8;
}

label   {
	font-weight: normal;
	line-height: normal;
	text-align: left;
	display: block;
	margin-right: 5px;
	position: relative;
	width: 90px;
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
	}

.labelsmall   {
	font-weight: normal;
	line-height: normal;
	display: block;
	margin-right: 2px;
	margin-left: 170px;
	position: relative;
	width: 25px;
	padding-right: 18px;
	padding-bottom: 5px;
	}

.labelsmall2  {
	font-weight: normal;
	line-height: normal;
	display: inline;
	width: 55px;
	padding-left: 10px;
	}

.labelLong   {
	font-weight: normal;
	line-height: normal;
	text-align: left;
	display: block;
	margin-right: 5px;
	position: relative;
	width: 300px;
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
	}

input.formInputField   {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	color: #333;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	padding-bottom: 5px;
	}

input.formInputField:hover {
	background-color: #FFFFFF;
	border: solid 1px #006600;
	color: #000;
	}

select.formInputField  {
	background-color: #FFFFFF;
	color: #333;
	cursor: pointer;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 2px;
	}

input.formInputButton   {
	border: 1px solid #875F30;
	color: #F6F0D3;
	background-color: #875F30;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	width: 100px;
	}

input.formInputButton:hover   {
	background-color: #FFFFFF;
	color: #875F30;
	}
	
label.required {
	color: #990000;
	font-weight: bold;
}

label.fieldLabel	{
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	float: none;
	margin-bottom: 10px;
	}

.leftsideform {
	float: left;
	margin-top: 5px;
	width: 340px;
}

.rightsideform {
	float: right;
	margin-top: 5px;
	width: 340px;
}

.leftsidequote {
	float: left;
	margin-top: 5px;
	width: 160px;
}

.rightsidequote {
	float: right;
	margin-top: 5px;
	width: 160px;
}

.clear {clear:both;}

.whynot {
	float: left;
	margin-bottom: 20px;
	padding-left: 2px;
	border: 1px solid #333333;
}

.whynot1 {
	float: left;
	margin-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #333333;
}
	
.description {
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px solid #333333;
	width: 300px;
}
	
.ssnexp {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 9px;
}

.liability {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 12px;
}

.features {
	margin-left: 15px;
}

.quoteheaders {
	font-weight: bold;
	text-align: center;
	color: #F6F0D3;
	background-color: #875F30;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#quotenavcontainer{
	margin: 5px 0 -2px 0px;
	padding: 0;
	width: 760px;
	background-color: #FFFFFF;
}

#quotenavcontainer ul {
	margin: 5px 30px 0px 50px;
	padding: 0;
	background-color: #F6F0D3; /* cream --*/
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: auto;
	height: auto;
}

#quotenavcontainer ul li {
	display: inline;
}

#quotenavcontainer ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	color: #875F30;
	text-decoration: none;
	float: left;
	border: 1px solid #875F30;
	}

#quotenavcontainer ul li a:hover {
	background-color: #28623A;
	color: #fff;
	text-decoration: underline;
	}

#quotenavlist li#active, #navlist a#current {
	background-color: #fff;
	color: #875F30;
	text-decoration: underline;
	border: 0px solid #875F30;
}

/*  Sitemap
------------------------------------------------------------------------ */

ul.sitemap {
	list-style-type: none;
	margin-left: 75px;
	padding-left: 0;
	font-weight: normal;
}

ul.sitemap li {
	padding-left: 1.1em;
	margin-top: 2px;
}
ul.sitemap li a {
	margin-left: -1.1em;
	padding-left: 1em;
	background-color: transparent;
	background-image: url(http://www.sldins.com/images/icon_webdev.gif);
	background-repeat: no-repeat;
	background-position: -2px center;
}
ul.sitemap li ul {
	background-color: transparent;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: -1.4em 0 0 -1.6em;
	padding: 1.4em 0 0 0.6em;
}
ul.sitemap li a.parent {
	background-color: transparent;
	background-image: url(http://www.sldins.com/images/plus.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
}
ul.sitemap li ul li {
	margin-left: 1cm;
	padding-left: 10px;
}

#site {
	margin-bottom: 50px;
	font-weight: normal;
	font-size: 10px;
	color:#000000;
	text-align: center;
}
/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(http://www.sldins.com/images/icon_popup.gif) no-repeat center right;
}

.click{background-color:#0046A3;
color:#fff;
margin-top:-26px;
}
.clicktext{line-height:2em;
font-weight: bolder;
font-size:145%;
padding-left:6px;
margin-top: -10px;
color: #28623A;
}

.clicktext2{line-height:1em;
font-weight:boldest;
font-size:100%;
padding-left:20px;
padding-bottom:1em;
margin-top:-20px;
font-style:italic;
}
.clicktext3{line-height:2em;
font-weight:boldest;
color:#fff;
text-align:center;

font-size:115%;
}
.clicktext4{line-height:1em;
font-weight:boldest;
font-size:125%;
padding-left:6px;
text-align:center;
}

.clicktext5{
font-weight:boldest;
font-size:130%;

}



