﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	color: #202020;
	background: #2b4463;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;	
	font-size: 13px;
	font-family: Verdana, sans-serif;
	line-height: 18px;
	}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	font: inherit;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	font: inherit;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
	margin-left: 50px;
}

h1 {
	font-size: 15px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #202020;
	}
	
h2 {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: -10px;
	margin-left: 10px;
	color: #369;
	}
	
p {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	line-height: 16px;
	margin: 20px 10px;
	}

.services ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	list-style-type: disc;
	text-align: left;
	margin-top: 15px;
	margin-left: 30px;
	}
	
small {	
	font-size: 10px;
	font-family: Verdana, sans-serif;
	line-height: 14px;
	margin-bottom: 10px;
	}
	
#wrapper {
	width: 742px;
	background-image: url(img/lcc_4x1.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border-bottom: solid #f8f6eb 5px;
	}
	
	
#topper {
	height: 39px;
	background-image: url(img/lcc_1x1.jpg);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	padding-right: 20px;
	}
	
#header {
	width: 742px;
	}
	
#nav {
	height: 35;
	background-image: url(img/lcc_3x1.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	}
	
#content {
	background-image: url(img/lcc_4x1.jpg);
	background-repeat: repeat-y;
	padding: 10px 25px;
	text-align: left;
	}

.right {
	float: right;
	width: 200px;
	margin: 10px 0;
	text-align: center;
	}
	
.left {
	width: 450px;
	float: left;
	}
	
#footer {
	height: 50px;
	background-image: url(img/lcc_5x1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;	
	}
		

/*Credits: Listmatic CSS Menu */
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	padding-top: 2px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#navlist #current
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

.rates table {
	border-collapse:collapse;
	background: #fff;
	margin-left: 10px;
	width: 450px;
	border: 1px solid #404040;
	}
	
.rates td {
	padding: 5px;
}
	
.odd {	
	background: #e8edff;
	}

	
	
	