
/* GLOBAL WHITESPACE RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* {
	margin:0;
	padding:0;
}

body {
	background-color: #fff; 
	margin: 0px 0px 15px 0px; 
	padding: 0px 0px 0px 0px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #666; 
	text-align: center; 
	vertical-align: top;
	background:url(../images/bkgd_page.gif) repeat-x left top;
}

table { font-size: 11px; }

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 {
	font-weight: bold; font-size: 16px; color: #990000; 
}

h2 { font-size: 16px; font-weight: bold; margin: 0px; }

h3 { font-size: 14px; font-weight: bold; margin: 0px; }

h4 { 
	font-size: 12px; font-weight: bold; margin: 0px 0px 3px; color: #3d342f; 
	text-transform: capitalize; font-variant: small-caps; letter-spacing: 1px; border-bottom: solid 1px #666; 
}
h6 {
	font-weight: bold;  font-size: 12px;  color: #555; 
	text-transform: capitalize; letter-spacing: 1px; font-variant: small-caps; 
	padding-bottom: 3px; margin: 0px 3px 5px 0px; border-bottom: #aaa 1px solid; 
}

p { line-height: 16px; margin: 0px 0px 0px 0px; }

hr { border: 0; border-top: 1px solid #bababa; height: 1px; }

ul {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}
ul li {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

a			{ color: #880000; text-decoration: none; }
a:visited	{ color: #880000; text-decoration: none; }
a:hover		{ color: #494949; text-decoration: underline; }
a:active	{ color: #880000; text-decoration: none; }

img { border-width: 0; }

.ErrorMsgS { color: #C00000; font-size: 9px; line-height: 1.3em; }


/* CENTERED CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.container {
	width: 776px;
	margin: 0px auto 0px auto;
	text-align: left;
	border: solid 0px #000;
}
#Page {
}

/* HEADER CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div#header {
	background: url(../images/bkgd_header.jpg) no-repeat left top;
	padding:0px 0px 0px 0px;
	height: 129px;
	border: solid 0px #000;
}
div#header h1 {
	font-family: arial; 
	font-size: 26px; 
	color: #444; 
}
div#hdcompany {
	margin-left: 165px;
	height: 60px;
}
div#pagetitle {
	margin-top: 50px;
	font-size: 14px; 
	font-weight: bolder; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	color: #fff; 
}

/* MAIN / LOWER CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div#main {
	overflow: auto;
	padding:0px 0px 50px 0px;
	background-image:url(../images/bg-vertdots.gif);
	background-repeat:repeat-y;
}

/* THREE COLUMN LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.cols { 
	float:left; 
}
div#leftcolH { 
 height: 129px;
 border-left: solid 1px #fff;
 border-right: solid 1px #fff;
}

div#leftcolH, div#leftcolM { 
	width:149px; 
}

div#rightcolH, div#rightcolM {
	width:149px;
	margin:0px 0px 0px 2px;
}
/* this rule is not used by IE/PC */
html>body div#rightcol {
	width:149px;
	margin:0px 0px 0px 3px;
}
div#leftcolM img {
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	margin:0pt;
	padding:0pt;
}
div.twocolleft div#main {
	 background-image: url(../images/bg-vertdots_twocol_left.gif); 
}

div.twocolright div#main { 
	background-image: url(../images/bg-vertdots_twocol_right.gif); 
}

div#contentH, div#contentM {
	margin:0px 20px;
	width:432px;
}

div.twocolleft div#contentM { 
	width:587px;  
	margin-right:0px;
}

div.twocolright div#contentM { 
	width:563px;  
	margin-right:0px; 
	padding-right:19px;
}
/* IE/PC hacks - these are ignored by IE/PC */
html>body div.twocolleft div#content { 
	width:582px; 
}
html>body div.twocolright div#content {
	 width:582px; 
}

/* 2.2 - CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#Height {  }
.h500 { height: 500px; }

table.coverage {
	margin-left: 10px;
}
table.coverage TH {
	height: 20px;
	vertical-align: middle;
}
table.coverage TD { 
	padding: 0px 20px 5px 0px;
	vertical-align: text-top;
	line-height: 18px;
}


TABLE.LineCard {
}
TABLE.LineCard TH {
	border-bottom: #818181 1px dashed;
}
TABLE.LineCard TD { 
	color: #333;
	font-size: 9px;
	height: 55px;
	vertical-align: middle;
	border-bottom: #818181 1px dashed;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	cursor: pointer;
}


/* 3.0 - FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div#footerstripe {
	width: 100%;
	height: 10px;
	background: url(../images/bg-footerstripe.gif) repeat-x;
}
div#footer {
	background: url(../images/bkgd_footer.jpg) no-repeat left top;
	height: 20px;
	padding: 30px 0;
	color: #999;
	font-size: 10px;
	background-color: transparent;
}

div#footer a, div#footer a:visited {
	text-decoration: underline;
	color: #666;
}

div#footer a:hover { text-decoration: none; }
