body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#464646;
	text-decoration:none;
	
	background:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center; 
}
form {
	margin:0;
	padding:0;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	/*width: 46em;   this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/* width: auto; */
	width: 765px;
	background:#FFFFFF;
	margin: 14px auto 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background:#FFFFFF; 
	height:58px;
	padding:0;
	margin:0 0 7px 0;
} 

#header h1 {
	margin: 0; 
	padding: 0;
}


#mainContentLeft {
	display:block;
	float:left;
	padding:0;
	margin:0 25px 0 0;
	height:228px;
	width:12px;
	background-image:url(../imgs/main-content-corner.gif);
	background-repeat:no-repeat;
	position:relative;
}

#mainContentTop {
	padding:0;
	margin:0;
	height:306px;
	background-image: url(../imgs/bg-main-content-top.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
#mainContentTopInt {
	position:relative;
	padding:20px 0 5px 0;
	margin:0;
	height:203px;
}
#mainContentTopInt p {
	padding:5px 0 6px 0;
	margin:0;
}
#mainContentThumbnails {
	position:relative;
	padding:0;
	margin:0;
	height:78px;
	width:550px;
}
#mainContentTopInt a {
	font-weight:bold;
	text-decoration:none;
	color:#003A66;
}
#mainContentTopInt a, #mainContentTopInt a:link, #mainContentTopInt a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#003A66;
}
#mainContentTopInt a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#mainContentRight {
	display:block;
	float:right;
	padding:0;
	margin:0;
	height:306px;
	width:212px;
	background-image:url(../imgs/photo-main.jpg);
	background-repeat:no-repeat;
	position:relative;
	background-position: right top;
}


#mainContentBottom {
	padding:0;
	margin:0;
	background:#EAEAEA;
	border:1px solid #E4E4E4;
}
#newmainContentBottom {
	padding:0;
	margin:0;
	background:#EAEAEA;
	border:1px solid #A4A4A4;
	border-bottom:0;
	border-top:0;
}
#intContentBottom {
	padding:20px 40px 20px 40px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color: #377DA7;
	background-image: url(../imgs/bg-int-content-bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 16px;
}

#intContentBottom h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003A66;
	font-weight:bold;
	margin:0;
	padding:0;
}
#intContentBottom h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003A66;
	font-weight:bold;
	margin:0;
	padding:0;
}

#intContentBottom a, #intContentBottom a:link, #intContentBottom a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#003A66;
}
#intContentBottom a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#IntContentTop {
	padding:0;
	margin:0;
	height:194px;
}



#cmbulletin {
	height:97px;
	width:458px;
	/*display:block;
	float:left;*/
	border:1px solid #E4E4E4;
	border-top:0;
	border-left:0;
}
#ownersmanuals, #householdinv {
	height:97px;
	width:382px;
	display:block;
	float:left;
	border-right:1px solid #E4E4E4;
	background-image: url(../imgs/bg-owners-manuals.gif);
	background-repeat: no-repeat;
	padding-left:76px;
	color:#464646;
}
#householdinv {
	background-image: url(../imgs/bg-household-inventory.gif);
}

#smallhouseholdinv {
	height:97px;
	width:160px;
	display:block;
	float:left;
	border-right:1px solid #E4E4E4;
	background-image: url(../imgs/bg-owners-manuals.gif);
	background-repeat: no-repeat;
	padding-left:76px;
	color:#464646;
}
#smallhouseholdinv {
	background-image: url(../imgs/bg-household-inventory.gif);
}


#idnetHome {
	height:248px;
	width:275px;
	display:block;
	float:right;
	text-align:right;
	background:#ffffff;
}
#intTopMessage {
	height:194px;
	width:491px;
	display:block;
}
#intTopMessageAff {
	height:97px;
	width:491px;
	display:block;
}
#miscwrap {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#ownersmanuals p, #householdinv p {
	padding:9px 0;
	margin:0;
}
#ownersmanuals a, #ownersmanuals a:link, #ownersmanuals a:visited, #householdinv a, #householdinv a:link, #householdinv a:visited, #promoSpace a, #promoSpace a:link, #promoSpace a:visited, #newReferBox a, #newReferBox a:link, #newReferBox a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#024799;
}
#ownersmanuals a:hover, #householdinv a:hover, #promoSpace a:hover, #newReferBox a:hover {
	color: #FF0000;
	text-decoration: none;
}
#newReferBox p, #smallReferBox p {
	padding:67px 0 0 101px;
	margin:0;
}
#promoSpace {

	width:304px;
	background:#F8F8F8;
	display:block;
	float:right;
	text-align:center;
	padding:9px 0;
	
}
#liteWatchPromo {
	display:none;
}
#referFriend {
	display:block;
}
#swapDiv {

}
#footer { 
	padding:0;
	margin:0;
	background:#A4A4A4;
	height:40px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
} 

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}



#copyright { 

	padding:0;
	margin:0;
	background:#FFFFFF;
	height:75px;

} 
#copyright p {
	 padding:0;
	 margin:0;
	 font-size: 10px;
	 color: #5C5C5C;
	 text-align:center;
	 line-height:75px;
}
#copyright a {
	 font-size: 10px;
	 color: #5C5C5C;
	 text-decoration: none;
}
#copyright a:hover {
	 font-size: 10px;
	 color: #5C5C5C;
	 text-decoration: underline;
}
.logo {
	display:block;
	float:left;
}
.save20percent {
	display:block;
	float:right;
}
#footerLeft {
	display:block;
	float:left;
	height:40px;
	width:15px;
	background-image:url(../imgs/footer-left.gif);
	background-repeat:no-repeat;
	position:relative;
}
#footerRight {
	display:block;
	float:right;
	height:40px;
	width:15px;
	background-image:url(../imgs/footer-right.gif);
	background-repeat:no-repeat;
	position:relative;
}









#navigation {
	display:block;
	float:right;
	padding:0;
	margin:0;
	/*height:58px;*/
	width:420px;
}

#navigation ul
{
margin:0;
padding:0;
white-space: nowrap;
}

#navigation li
{
margin:0;
padding:0;
display: inline;
list-style-type: none;
}

#navigation a { 
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	padding:0 9px 0 10px;
	margin:0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	border-right:1px solid #E4E4E4;
	text-transform:uppercase;
}

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

#navigation a:hover
{
	color: #FFFFFF;
	background-color:#003A66;
}
#navigation a.last
{
	border:0;
	padding-right:9px;
}


#subnavigation {
	display:block;
	float:right;
	padding:0;
	margin:0;
	width:414px;
	text-align:right;
}


#subnavigation a { 
	display:block;
	float:left;
	height:21px;
	width:204px;
	line-height:21px;
	padding:0;
	margin:17px 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	border:0;
	text-transform:uppercase;
}

#subnavigation a:link, #subnavigation a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imgs/button-bg-subnav.gif);
}

#subnavigation a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imgs/button-bg-subnav-over.gif);
}


#servicesTable {
	line-height:normal;
	margin:0 0 30px 0;
}
#servicesTable ul {
	margin:0;
	padding:1px 0 0 15px;
}
#servicesTable li {
	margin:0;
	padding:0;

}
#affiliateWrap {
	width:230px;
	padding:0;
	margin:0;
	display:block;
	float:left;
}
#affiliateAfis {
	width:165px;
	padding:0;
	margin:0;
	display:block;
	float:left;
	background-image: url(../imgs/bg-afis.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:20px 10px 10px 55px;
	font-weight:bold;
}
#affiliateDiv {
	width:435px;
	text-align:left;
	padding:10px 0;
	margin:0;
	display:block;
	float:right;
}
#joinlist li {
	padding-bottom:12px;
}
#joinlist strong {
	text-decoration:underline;
}
#affiliateLogin {
	width:210px;
	padding:10px;
	margin:10px 0;
	display:block;
	float:left;
	background:#4C94C0;
}
#affiliateLogin h2, #affiliateLogin h3, #affiliateTestimonials h2, #affiliateTestimonials h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003A66;
	font-weight:bold;
	margin:0;
	padding:0 0 6px 0;
}
#affiliateTestimonials {
	width:210px;
	padding:10px;
	margin:0;
	display:block;
	float:left;
	background:#4C94C0;
}

#sitemap li {
	padding-bottom:5px;
	padding-top:5px;
}
.largeBlue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003A66;
	font-weight:bold;
}
.largeRed, h2.largeRed, .largeRed h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #AD0000;
	font-weight:bold;
}
.largeWhite, .heading2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
}
.intDiv {

width:250px;display:block;float:left;padding:10px 0;
}
.imgPadRight {
	padding:0 15px 10px 0;
}
.clear {
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
}
#alert {
	display:block;
	float:left;
	width: 715px;
	/*height:95px;*/
	padding:5px 25px 5px 25px;
	/*padding-left:25px;*/
	margin:0;
	/*background-color:#E0E0E0;*/
}
#alert2 {

}
#alert p {
	margin:0;
}
#alert b {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #D20000;
	font-weight:bold;
	display:block;
	float:left;
	padding-right:5px;
	padding-bottom:20px;
}
#alert a {
	font-weight:bold;
	text-decoration:none;
	color:#024799;
}
#alert a, #alert a:link, #alert a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#024799;
}
#alert a:hover {
	color: #D20000;
	text-decoration: none;
}


#middlebar {
	display:block;
	float:left;
	width: 763px;
	/*height:95px;*/
	padding:0;
	/*padding-left:25px;*/
	margin:0;
	background-image: url(../imgs/bg-middlebar.png);
	background-repeat: repeat-x;	/*background-color:#E0E0E0;*/
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
}


#promoContentTop {
	padding:0;
	margin:0;
	height:314px;
	background-image: url(../imgs/bg-main-content-top-promo.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#promoContentRight {
	display:block;
	float:right;
	padding:0;
	margin:0;
	height:314px;
	width:363px;
	background-image:url(../imgs/bg-49-promo-right-home.png);
	background-repeat:no-repeat;
	position:relative;
	background-position: right top;
	text-align:right;
}
#promoContentLeft {
	display:block;
	float:left;
	padding:0;
	margin:0;
	height:314px;
	width:402px;
	background-image:url(../imgs/bg-49-promo-left-home.png);
	background-repeat:no-repeat;
	position:relative;
	background-position: left top;
}
#promoContentRightInt {
	display:block;
	float:right;
	padding:0;
	margin:0;
	height:314px;
	width:363px;
	background-image:url(../imgs/bg-49-promo-right-int.png);
	background-repeat:no-repeat;
	position:relative;
	background-position: right top;
	text-align:right;
}
#promoContentIntLeft {
	display:block;
	float:left;
	padding:0;
	margin:0;
	height:314px;
	width:402px;
	background-image:url(../imgs/bg-49-promo-left-int.png);
	background-repeat:no-repeat;
	position:relative;
	background-position: left top;
}
#promo49ContentIntLeft {
	display:block;
	float:left;
	padding:0;
	margin:0;
	height:314px;
	width:402px;
	background-image:url(../imgs/bg-49-promo-left-int-49.png);
	background-repeat:no-repeat;
	position:relative;
	background-position: left top;
}
#mainContentPromo {
	position:relative;
	padding:20px 0 5px 0;
	margin:0 0 0 32px;
	height:288px;
	overflow:hidden;
}
#mainContentPromo p {
	padding:5px 0 6px 0;
	margin:0;
}
#mainContentPromo a, #mainContentPromo a:link, #mainContentPromo a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#003A66;
}
#mainContentPromo a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#newReferBox {
	height:97px;
	width:458px;
	/*display:block;
	float:left;*/
	border:1px solid #E4E4E4;
	border-top:0;
	border-left:0;
	background-image: url(../imgs/new-Refer-Box.png);
	background-repeat: repeat;
	background-position: left top;
}
#smallReferBox {
	height:97px;
	width:236px;
	/*display:block;
	float:left;*/
	border:1px solid #E4E4E4;
	border-top:0;
	border-left:0;
	background-image: url(../imgs/small-Refer-Box.png);
	background-repeat: repeat;
	background-position: left top;
}
#weathernetPromoSpace {

	width:304px;
	/*height:177px;*/
	background:#F8F8F8;
	display:block;
	float:right;
	text-align:center;
	/*padding:18px 20px 0 26px;*/
	
}
#smallweathernetPromoSpace {

	width:246px;
	height:248px;
	/*height:177px;*/
	background:#ffffff;
	display:block;
	float:right;
	text-align:center;
	/*padding:18px 20px 0 26px;*/
	
}
#promo49ContentMain {
	padding:0;
	margin:0;
	border:1px solid #E4E4E4;
	background-color: #FFFFFF;
	background-image: url(../imgs/bg-49-promo-page.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#promo49ContentMain p, #promo49ContentMain td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
}
#promo49ContentTop {
	display:block;
	float:left;
	width:473px;
	height:92px;
	background-image: url(../imgs/bg-promo49ContentTop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:20px 20px 10px 20px;
}
#promo49ContentTop p {
	margin:0;
	padding:6px 0 6px 0;
}
#promo49ContentForm {
	display:block;
	float:left;
	width:473px;
	min-height:120px;
	padding:20px;
}
#promo49ContentForm input, #promo49ContentForm select {
	width:150px;
}
#promo49ContentBottom {
	display:block;
	float:left;
	width:513px;
	background-image: url(../imgs/bg-promo49ContentBottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#promo49ContentRight {
	display:block;
	float:right;
	width:194px;
	height:300px;
	padding:38px 28px 28px 28px;
	background-color: #DEDEDE;
}
p.error, #promo49ContentMain p.error {
	color:#FF0000;
	font-weight:bold;
}
#householdInv p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	line-height: 13px;
}
#infoForm p, #mainForm p {
	margin:0;
}
.idnet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFBF00;
	font-weight:bold;
}
#idnetLeft {
	display:block;
	float:left;
	width:412px;
	height:200px;
	border:2px solid #FFBF00;
	padding:0 15px 0 15px;
}
#idnetRight {
display:block;
float:right;
width:232px;
text-align:right;
 
}

.hidden {
	display:none;
}
#marquee {
	width:765px;
	height:25px;
	background-color:#EAEAEA;
	margin: 0 0 8px 0;
	color:#000000;
}