* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family:verdana, sans-serif;
}

a:link, a:visited {
	color:#424242;
}

a:link.button, a:visited.button {
	background-color:#2C5C27;
	border:1px outset #2C5C27;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding:3px 2px 4px 2px;
	width:160px;
	display:block;
	text-align:center;
	margin:0 auto;
}

a:hover.button {
	background-color:#588C53;
	border:1px inset #2C5C27;
}

img {
	border:none;
}

h2 {
	font-size:20px;
	margin:8px 0;
	padding:2px 10px;
	color:#000;
	background-color:#eee;
	border-top:#ccc solid 1px;
}
h3 {
	font-size:16px;
	margin:8px 0;
}
h4 {
	font-size:14px;
	margin:8px 0;
	color:#A12E2B;
}
h5 {
	font-size:14px;
	margin:8px 0 8px -120px;
	padding:3px;
	border-bottom:1px solid #A12E2B;
}

p {
	margin:8px 0;
	font-size:12px;
	line-height:18px;
}
ul, ol {
	margin:8px 0;
}
li {
	margin:0 0 0 24px;
	font-size:12px;
	line-height:18px;
}

th {
	font-weight:bold;
	font-size:12px;
}
td {
	font-size:12px;
}

button {
	background-color:#2C5C27;
	border:1px outset #2C5C27;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	padding:3px 2px 4px 2px;
	width:160px;
}

button:hover {
	background-color:#588C53;
	border:1px inset #2C5C27;
}

#container {
	width:700px;
	margin:0 auto;
	position:relative;
}

#quote {
	position:absolute;
	top:40px;
	left:20px;
	height:83px;
	width:425px;
	background-image:url(/i/quote.gif);
	background-repeat:no-repeat;
}

#scroller {
	background-color:#A12E2B;
	height:5px;
	font-size:1px;
	width:100%;
	border-bottom:#c5c5c5 solid 5px;
	position:absolute;
	top:143px;
	left:0;
}
#home #scroller {
	top:246px;
}

#logo {
	margin:20px 0 0 20px;
}

#maintext {
	text-align:left;
	color:#333;
	padding:0;
	margin:20px 0;
	min-height:500px;
}
#home #maintext ul {
	list-style-type:none;
}
#home #maintext li {
	background-image:url(/i/tick.gif);
	background-repeat:no-repeat;
	padding:4px 0 0 30px;
	font-weight:bold;
	font-size:13px;
	width:100%;
}

#packages {
	position:absolute;
	right:10px;
	top:270px;
	width:249px;
	height:401px;
	background-image:url(/i/package.gif);
	background-position:right 0;
}
#packages:hover {
	background-position:left 0;
}
#packages a {
	display:block;
	width:249px;
	height:401px;
	text-indent:-5000px;
	outline:none;
}

#footer {
	font-size:10px;
	font-weight:bold;
	background-color:#A12E2B;
	color:#fff;
	margin:30px 5px 0 5px;
}
#footer p {
	font-size:12px;
	font-weight:bold;
	padding:5px 0;
}
#footer a:link, #footer a:visited {
	color:#fff;
	margin:0 5px;
	text-decoration:none;
}

table#lvr {
	border-collapse:collapse;
	margin:0 auto;
	width:420px;
}
table#lvr td {
	padding:6px;
	border:#ccc solid 1px;
}

p.phone {
	text-align:center;
	color:#999;
	font-weight:bold;
	width:420px;
}

.disclaimer {
	background-color:#eee;
	font-size:10px;
	line-height:11px;
	margin:2px 5px 20px 5px;
	padding:5px;
	color:#444;
	font-family:verdana, sans-serif;
	text-align:left;
}

.forgot {
	font:11px verdana, sans-serif;
	margin:0 0 10px 30px;
}

#appnav {
	text-align:center; 
	border:#ccc solid 1px; 
	padding:5px 0;
	font-size:12px;
}

#matrix th {
	font-size:10px;
	background-color:#A12E2B;
	color:#fff;
	vertical-align:middle;
}
#matrix td {
	text-align:center;
}
#matrix td.itemname {
	text-align:left;
}
#matrix td a:link, #matrix td a:visited {
	border:1px outset #2C5C27;
	padding:2px;
	text-decoration:none;
	background-color:#2C5C27;
	color:#fff;
}
#matrix td a:hover {
	background-color:#588C53;
	border:1px inset #2C5C27;
}

/* forms */
form p {
	margin:4px 0;
	clear:left;
}
label {
	font-size:12px;
}
label.left {
	width:140px;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
	font-size:12px;
}

fieldset {
	border:#fff solid 1px;
}
legend {
	
}
.submit {
	text-align:right;
	margin:20px 0;
}

.err {
	background-color:#DF0000;
	color:#fff;
	font:11px verdana, sans-serif;
	background-image:url(/i/caution.gif);
	background-repeat:no-repeat;
	padding:3px 3px 4px 24px;
}

#tag {
	display:none;
}

/* ====== ADMIN ==== */

.row:hover {
	background-color:#eee;
}
table {
	 border-collapse:collapse;
	 width:100%;
}
td {
	 border-bottom:#ccc solid 1px;
	 border-right:#ccc solid 1px;
	 padding:3px;
}
th {
	 border-bottom:#ccc solid 2px;
	 border-right:#ccc solid 1px;
	 border-top:#ccc solid 1px;
	 padding:3px;
}

#searchform {
	border:#ccc solid 1px;
	padding:5px;
	background-color:#eee;
}

#lenderlist {
	font-size:10px;
}

#pageborder {
	border:#A12E2B solid 3px;
	padding:0 10px 10px 10px;
}
#pageborder h3 {
	background-color:#A12E2B;
	color:#fff;
	margin:-5px -10px 10px -10px;
}

#admin #container {
	width:1000px;
}

