/*********************************************************************/
/* RESET & DEFAULT STYLES FOR KITTELSON & ASSOCIATES, INC'S WEBSITES */
/*********************************************************************/

body,html,div,
ul, li, h1, h2, h3, h4,
blockquote, ol, p, img, a,
a:active, a:visited, a:hover, table {
	margin:0;
	padding:0;
	border:0;
	text-decoration: none;
}
body {
	font-size: 12px ! important;
	background-color:white;
	font-family: Helvetica, "Helvetica LT", "HelveticaNeue", Verdana, sans-serif;
	text-shadow: #ccc 0px 1px 1px;
}
p, ul, ol, fieldset {
	margin-bottom:1em;
	line-height:1.8;
	color:#333;
}
fieldset {
	border:0;
	border-top:1px solid #d2d2d9;
	border-bottom:1px solid #d2d2d9;
	padding:1em 0;
}
legend {
	color:#a2a2a9
}
ul, ol {
	padding-left:2em;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
table {
	border:0;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	width:100%;
	margin-bottom:1em;
}
table tr {
	background-color:white;
}
table td, th {
	padding:.5em;
	border-bottom:1px solid #ccc;
}
table th {
	color:#666;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:3px;
	text-align:left;
	background-color:#eee;
}
h1,h2,h3,h4 {
	font-family: Georgia, Times, serif;
	font-weight:normal;
	color:#333;
	margin-bottom:5px;
}
h1 {
	font-size:26px;
	position:relative;
}
h2 {
	color:#777;
}
h3,h4 {
	letter-spacing:0;
	font-size:130%;
	font-style:italic;
	color:#777;
	margin-bottom:2em;
}
blockquote {
	padding-left:2em;
	font-size:80%;
	background: url('../images/helpers/quote.gif') no-repeat top left;
}
#header,
#container,
#footer {
	margin:0 auto;
	position:relative;
}
#leftcolumn {
	float:left;
}
#rightcolumn {
	float:right;
}
#footer {
	font-size:12px;
}
#footer p {
	font-family: Georgia, Times, serif;
	line-height:normal;
	font-style:italic;
	color:#777;
}