﻿/********************************************  CSS RESET  *********************************************/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}
.clearFloat {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.hidden {
	display: none;
}
body, select, input, textarea {
	font-family: arial, sans-serif;
}
/**********************************************  FONTS  ***********************************************/
html, body {
	height: 100px;
}

a:hover {
	text-decoration: none;
}

p{
	line-height: 130%;
}
#wrap {
	width : 980px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	margin-top: 40px;
	position : relative;
}
#leftCol {
	float: left;
	width : 260px;
}
#rightCol {
	float: right;
	width : 720px;
}
#menu {
	width: 200px;
	font-size: .9em;
}
#menu li {
	padding: 7px 0px 7px 0px;
	border-bottom: 1px #dddddd solid;
	line-height: 120%;
}
#menu li ul li {
	padding-left: 10px;
}
#footer {
	width: 980px;
	height: 60px;
	position: relative;
	clear:both;
	font-size: .75em;
	margin: 30px 0px 0px 260px;
}

#footer #links ul{
}

#footer #links ul li{
	display: inline;
	padding: 0px 6px 0px 6px;
	border-right: 1px #dddddd solid;
}
.sub {
	font-weight: bold;
}
