div#main, div#grid
{
	float: left;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	/*margin: 1.1em 0 2em 1em;*/
	/*width: 35em;*/
	margin: 1em 0 2em 1em;
	padding: 1em;
}

div#main
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*width: 33em;*/
	/*width: 39em;*/
	
	
	
}
/* Individual panel styles (needs to be the exact dirname + 'Panel')  */
div#content div.protectionPanel
{
	background: #fff url(../images/protection.jpg) no-repeat 100% 0;
}

div#content div.houseinsurancePanel
{
	background: #fff url(../images/houseinsurance.jpg) no-repeat 100% 0;
}
div#content div.seriousillnessPanel
{
	background: #fff url(../images/seriousillnessmainback.jpg) no-repeat 100% 0;
}

div#main h1
{
	color: #253a69;
	background: transparent;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

div#main h2, div#main h3
{
	color: #253A69;
	background: #transparent;
	margin-top:0;
}

div#main h2.separate
{
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dotted #ccc;
}

div#main ul
{
	padding: 0;
	margin: 1em 0;
	list-style-type: none;
}



div#subcatLeft
{
	float: left;
	width: 45%;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0.5em;
	height: 13em;
}

div#subcatRight
{
	padding: 0.5em;
	margin-left: 50%;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 13em;
}


div#main a.quote
{
	width: 6em;
}

div#sidebar_quote
{
	/*padding: 0em 0.5em;*/
	padding: 0em;
	/*margin: 1.1em 0 0 37em;*/
	padding-right: 0.5em;
	margin: 1.1em 0 0 68%;
}

div#sidebar_quote a
{
	text-decoration: none;
	color: #000;
	background: #eeedd9;
	line-height: 1.3;
}

div#sidebar_quote a:hover, div#sidebar_quote a:focus, div#sidebar_quote a:active
{
	color:#fff;
	background-color: #253a69;
}

div#sidebar_quote h2
{
	color: #253a69;
}

div#sidebar_quote h2.highlight
{
	margin-bottom: 2em;
}

div#sidebar_quote h2 a
{
	color:#fff;
	background: #427cac url(../images/barrow.gif) no-repeat 100% 50%;
	border: 1px solid #ccc;
	padding: 0.2em 30px 0.2em 0.4em;
	text-decoration: none;
	display: block;
}

div#sidebar_quote h2 a:hover, div#sidebar_quote h2 a:focus, div#sidebar_quote h2 a:active
{
	color:#ff6;
	background: #427cac url(../images/barrow.gif) no-repeat 100% 50%;
	text-decoration: underline;
	border: 1px solid black;
}

div#sidebar_quote ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

div#sidebar_quote li
{
	margin: 0.5em 0;
}

div#sidebar_quote li a
{
	color: #253a69;
	text-decoration: underline;
}

table
{
	width: 100%;
}

tbody tr
{
	border-top: 1px solid #ccc;
}

ul.alternate a, p.alternate a
{
	color: #3a659b;
}


div#main ul.alternate a:hover, div#main ul.alternate a:focus, div#main ul.alternate a:active,
div#main p.alternate a:hover, div#main p.alternate a:focus, div#main p.alternate a:active
{
	color:#fff;
	background-color: #253a69;
}

