/* Created by Argument from Design */
/* The purpose of this CSS file is to accommodate the problems with old, broken 
browsers such as Netscape 4. More sophisticated browsers use the alternative style sheet. */

/* HTML REDEFINITIONS */
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 80%;
	color: #3B3B3D;
	background-color: #FFFFFF;
}


a:link { color: #70002A; }
a:visited { color: #1E5B36; }
a:hover { color: #C03; }
a:active { color: #C03; }

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #70002A;
	font-weight: bolder;
	margin-bottom: 0px;
}

h1 {
	font-size: 121%;
	color: #1E5B36;
	text-align: left;
	padding-top: 15px;
}

h2, h3, h4, h5, h6 {margin-top: 20px; margin-bottom: 5px;}

h2 { font-size: 110%; }
h3 { font-size: 90%; }
h4 { font-size: 80%; }
h5 { font-size: 80%; font-style: italic;}
h6 { font-size: 80%; font-style: italic; }

p { line-height: 175%; margin-bottom: 1.25em; margin-top: 0em; }

table {margin-bottom: 20px; }

table a:link { color: #70002A; }
table a:visited { color: #70002A; }
table a:hover { color: #C03; }
table a:active { color: #C03; }

th  {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #70002A;
	font-size: 85%:;
	background-color: #EEE;
}

/* OWN DEFINITIONS */
#content ul { list-style-type: disc; }
#content li { line-height: 175%; } 
#content hr { 
	border: #C7D6CD;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	margin-left: 10%;
}
.flash { float: right; margin-right: 15px; margin-left: 10px; }

#terms { margin: 15px; line-height: normal; }
#terms h1 {text-align: left; }

.addendum {
	font-size: 90%;
	line-height: normal;
}

.error { color: #C03; }
.admin { color: #33C; }
.warning { color: #C03; font-weight: bold; }
.previous { color: #666; }

p.tagline { 
	margin-top: 10px;
	font-size: 115%;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #70002A;
	font-weight: bolder;
 }

th.refno { width: 80px; }
th.date { width: 30px; }
th.type { width: 100px; }
th.address { width: 220px; }
th.operator, th.agent { width: 120px; }

.warrant {
	color: #70002A;
	font-weight: bold;
}

/* Threaded Lists */
#content ul.threaded
{
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
	padding-bottom: 1px;
}

#content li.threaded
{
	line-height: 100%;
	font-size: 85%;
}

#content p.threaded
{
	line-height: 100%;
	font-size: 85%;
	padding-bottom: 0;
}


/* FORM ELEMENTS */
form { margin-left: 10%; width: 80%; }

form hr { margin-left: 0; }

form input.submit { float:right; }
form input.cancel { float:left; }

form label { display: block; text-align: right; margin-bottom: 5pt; }
form label.inline { text-align: right; display: inline; } 

form p { text-align: right; }
form p.summary { text-align: left; }
form .label { display: block; text-align: right; margin-bottom: 5pt;  line-height: 100%; }

#more form {margin-left: 5px; width: 90%; padding-top: 7px; }
#more label { text-align: left; }


/* /The following is seen only by NN4. Not a relevant  browser, though */
/*/*/ /*/ 
#logo {
	position: absolute;
	left: 10px; top: 0px; height: 122px;
}  /*  */ 
/*/*/ /*/ 
#content {
	position: absolute;
	left: 100px; top: 40px; width: 630px;
	padding-right: 10px; 
	border: #C7D6CD;
	border-width: 0px 1px 0px 0px;
	border-style: solid;

}  /*  */ 
/*/*/ /*/ 
#more {
	position: absolute;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	width: 160px; top: 155px; left: 750px;
}  /*  */