/* HTML Elements */
html, body {
	width:100%;
	background-color:#b9bbd4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px; padding:0px;
}

h1,h2 {
	color:#20409a;
	font-size:160%; font-weight:bold;
	line-height:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-0.07em;
	margin:0px 0px 7px 0px;
}
	h1 span {
		color:#a01c20;
	}
	
h2 {
	color:#a01c20;
	font-size:130%;
}
	
p {
	color:#333;
	font-size:70%;
	line-height:1.4em;
	margin:0px 0px 4px 0px;
}

a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

/* Form */
div.Label {
	float:left;
	width:260px; height:20px;
	margin:0px 10px 8px 0px;
	font-size:95%;
}
div.Label p {
	float:left;
	width:260px; height:20px;
	margin:0px 10px 8px 0px;
	line-height:1.2em;
	border-bottom:1px dotted #ccc;
}
div.Element {
	height:20px;
	float:left;
	margin:0px 0px 8px 0px;
	float:left;
}
	div.Element input, div.Element textarea {
		width:230px; height:18px;
		border:1px solid #bbb;
		background-color:#eee;
		padding:0px 4px 0px 4px;
	}
	div.Element textarea {
		height:150px;
		padding:4px 0px 4px 0x;
		font-family:Verdana, Arial, Helvetica, sans-serif; font-size:75%;
	}
	div.Element .checkbox {
		width:18px;
		border:none;
		background-color:#fff;
	}

/* Containers */

#container {
	width:900px;
	margin:0px auto;
}

#top {
	width:900px; height:116px;
	background:#fff url(../media/common/asrs-top-strip.gif) no-repeat 0px 0px;
}
	#top div {
		width:438px; height:34px;
		padding:37px 0px 0px 36px;
	}
	
#imageMain {
	width:684px; height:304px;
	/*background:#fff url(../media/common/the-protection-your-home-needs.jpg) no-repeat 0px 0px;*/
	/*border-bottom:1px solid #c7cfe6;*/
	float:left;
}

#rightNav {
	width:216px; height:304px;
	background-color:#20409a;
	/*border-bottom:1px solid #c7cfe6;*/
	float:right;
	padding:0px 0px 0px 0px
}
	#rightNav ul {
		color:#fff;
		list-style:none;
		margin:0px 0px 0px 0px;
	}
	#rightNav ul li {
		list-style:none;
		margin:0px 0px 0px 0px;
		border-bottom:1px solid #3151a8;
		padding:5px 0px 7px 16px;
	}
	#rightNav ul li a {
		color:#fff;
		font-size:65%;
		text-decoration:none;
	}
	#rightNav ul li a:hover {
		text-decoration:underline;
	}
	
#content {
	background-color:#20409a;
}
#contentL {
	width:684px;
	background-color:#fff;
}
#copy {
	width:360px;
	padding:24px 36px 22px 0px;
	float:left;
}
#copyFull {
	width:560px;
	padding:24px 36px 22px 36px;
	float:left;
}
#pics {
	width:220px;
	float:left;
	text-align:left;
	padding:28px 20px 0px 44px;
}
#pics img {
	margin:0px 0px 6px 0px;
}
#pics img.l {
	margin:0px 6px 6px 0px;
}
#pics img.s {
	margin:0px 0px 6px 106px;
}

#banners {
	width:207px; height:104px;
	position:absolute;
	left:43px; top:18px;
}

#footerLeft {
	width:684px; height:125px;
	background:#e1e2f1 url(../media/common/grad-top.gif) no-repeat 0px 0px;
	float:left;
	color:#535054;
	font-size:65%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	padding:14px 0px 0px 0px;
	position:relative;
}
#footerLeft a {
	color:#a01c20;
	text-decoration:none;
}
#footerLeft a:hover {
	text-decoration:underline;
}
#footerLeft b {
	color:#474447;
}
#footerLeft .a {
	padding:0px 0px 0px 281px;
	width:400px;
	float:left;
}
#footerLeft .b {
	width:146px;
	float:left;
	margin:0px 0px 0px 0px;
}
#footerLeft .c {
	width:181px;
	float:left;
	padding:0px 20px 0px 0px;
}
#footerLeft .d {
	width:168px;
	float:left;
}

#footerRight {
	width:215px; height:140px;
	float:left;
}

.links img {
	margin:0px 0px 6px 0px;
	border:none;
}
.links a {
	text-decoration:none;
	color:#19378b;
}
.links p {
	border-bottom:1px dotted #c6d1f0;
	padding:12px 0px 12px 0px;
}

.LinksL div, .LinksR div {
	height:90px;
}

.LinksL {
	width:250px; height:100px;
	float:left;
	border-bottom:1px dotted #c6d1f0;
	padding:14px 0px 14px 0px;
	margin:0px 0px 0px 40px;
}
.LinksR {
	width:250px; height:100px;
	float:left;
	border-bottom:1px dotted #c6d1f0;
	padding:14px 0px 14px 0px;
}

#fader {
	opacity = 0;
	MozOpacity = 0;
	KhtmlOpacity = 0;
	alpha(opacity=0);
	zoom:1;
	font-weight:bold; font-size:10px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#474447;
}

/* Helpy Helper classes */
.pointer { cursor:pointer; }
.floatL { float:left; }
.floatR { float:right; }
.clearB {	clear:both; height:1px; }
.justify { text-align:justify; }
.alignCenter { text-align:center; }
.alignRight { text-align:right; }