/* Allstate Interiors CSS */


/* Colors:
 dark grey: 7f7f7f
light grey: e6e6e6
      blue: 0a50a1
    orange: e5961d
*/


/* start: global */
body { 
	margin: 0px;
	background: #555;
	color: #666;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none; 
}

td { 
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}

a:link    { color: #0a50a1; font-weight: bold; text-decoration: underline; }
a:visited { color: #0a50a1; font-weight: bold; text-decoration: underline; }
a:hover   { color: #e5961d; font-weight: bold; text-decoration: none; }
a:active  { color: #e5961d; font-weight: bold; text-decoration: none; }
/* end: global */


/* start: sub-navigation text */
.nav { 
	color: #999;
	padding: 3px 0px 3px 15px; 
}
.nav a:link    { color: #999999; font-weight: normal; text-decoration: none; }
.nav a:visited { color: #999999; font-weight: normal; text-decoration: none; }
.nav a:hover   { color: #e5961d; font-weight: normal; text-decoration: none; }
.nav a:active  { color: #e5961d; font-weight: normal; text-decoration: none; }
/* end: sub-navigation text */


/* start: copyright text */
.copy { 
	color: #999;
}
.copy a:link    { color: #0a50a1; text-decoration: underline; }
.copy a:visited { color: #0a50a1; text-decoration: underline; }
.copy a:hover   { color: #e5961d; text-decoration: none; }
.copy a:active  { color: #e5961d; text-decoration: none; }
/* end: copyright text */


/* start: header type */
h1 {
	color: #0a50a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	line-height: 23px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	margin-bottom: 0px;
}
.head {
	color: #0a50a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	line-height: 23px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
}
h2 {
	color: #e5961d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	line-height: 18px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	margin-bottom: 0px;
}
.head2 {
	color: #e5961d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	line-height: 18px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
}
h3 {
	color: #e5961d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}
.head3 {
	color: #e5961d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.orng {
	color: #e5961d;
}
p {
	margin-top: 0px;
}
/* end: header type */


/* start: cell background colors */
/* wh:white / lg:light grey / dg:dark grey */
.wh {
	background: #fff;
	line-height: 0px;
}
.lg {
	background: #e6e6e6;
	line-height: 0px;
}
.dg {
	background: #7f7f7f;
	line-height: 0px;
}
/* end: cell background colors */


/* start: form stuff */
.box { 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	vertical-align: middle;
	width: 160px; 
	height: 16px;
	border: 1px solid #555; 
}
.box2 { 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	vertical-align: middle;
	width: 240px; 
	height: 16px;
	border: 1px solid #555; 
}
.box3 { 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	vertical-align: middle;
	width: 240px; 
	height: 100px;
	border: 1px solid #555; 
}
/* button */		  
.but { 
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	background: #e5961d;
	padding: 2px 5px 2px 5px;
	border: 1px solid #555; 
}
/* end: form stuff */




