/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Muli);

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    }

    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }

    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
	
body {
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF;
}

h1 {
	font-family: 'Muli', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	color: #737373;
	margin-bottom: 20px;
}

h2 {
	font-weight:bold;
	font-size: 18px;
	color:#333;
	margin-bottom: 16px;
}

p {
	font-size: 16px;
	margin-bottom: 16px;	
}

ul {
	margin-bottom: 16px;
}

ul li {
	margin-left: 10px;
	list-style: none;
}

ul li:before {
	content:"-";
	position:relative;
	left:-5px;
}

#maincontent, #headercontent, #footer {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#header {
	background: url(/images/headerbg.png) repeat-x #737373;
	position: relative;
	height: 145px;
    position: relative;
    width: 100%;
	margin-bottom: 5px;
}

#headercontent {
	position: relative;
	height: 145px;
}

#logoarea {
    margin-top: 40px;
    position: absolute;
    text-align: center;
}

#navigation {
	bottom: 32px;
	right: 0px;
	position: absolute;
	color: #FFF;
	font-size: 20px;
	height: 20px;
	white-space: nowrap;
}

#navigation a:link, #navigation a:visited {
	color: #FFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #FF9;
	text-decoration: underline;
}

#content {
	margin-top: 5px;
}

#copy {
	width: auto;
	overflow: hidden;
}

#sidebar {
	width: 245px;
	float: right;
	margin-left: 15px;
}

#sidebar p, #sidebar li {
	font-size:14px;
}

#copy, #sidebar {
	margin-top: 30px;
}

#tinydiv {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 880px;
}
	
#address {
	font-family: 'Muli', sans-serif;
	text-align: right;
	color: #737373;
}

#address p {
	margin: 0px;
	font-size: 18px;
}

.blackborder {
	border: solid #000 2px;
	box-sizing: border-box;

}

#personaltile{
    position:relative;
	width: 609px;
	height: 405px;
	margin-bottom: 5px;
	overflow:hidden;
}

#lifehealthtile {
	position: relative;
	width: 609px;
	height: 406px;
	overflow:hidden;
}

#righttiles {
	position: relative;
	float: right;
	width: 355px;
}

#businesstile {
	position: relative;
	width: 355px;
	height: 565px;
	overflow:hidden;
}

#quotetile {
	position: relative;
	width: 355px;
	height: 246px;
	overflow:hidden;
	margin-bottom: 5px;
}

#personaltile img, #businesstile img, #lifehealthtile img, #quotetile img{
    position:absolute;
    left:0;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#personaltile img.top:hover, #businesstile img.top:hover, #lifehealthtile img.top:hover, #quotetile img.top:hover{
    opacity:0;
}

#personaltile p, #businesstile p, #lifehealthtile p, #quotetile p {
	position:absolute;
}

.tiletitle, .tilesubtitle {
	position: relative;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

.tiletitle {
	bottom: 23px;
	font-size: 28px;
}

.tilesubtitle {
	bottom: 0px;
	font-size: 20px;
	color: #FFF;
}

.claimnumbers td {
	border: solid 1px #666666;
}