/*  
CSS Code and Design copyright 2008 to Sullivan+Wolf Design. All Rights Reserved. 
Copying and/or re-using this code, its sub-code or derivatives without written permission is a violation of copyright law.
Visit us at SullivanandWolf.com
 */
html {
font-size: 90%;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #343434;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
	background-image: url(/assets/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
a, p,  ul, h1, h2, h3, h4, h5, h6, input, textarea, td, select, table {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	
}small { }
p {
	font-size: 1.0em;
}

h1 {
	font-size: 2.2em;
	color: #666666;
	font-weight: lighter;
		font-family: "Myriad Pro", Calibri, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.5em;
	color: #f89829;
}
h3 {
	font-size: 1.3em;
	color: #343434;
}
h4 {
	font-size: 1.1em;
	color: #6B7985;
}
h5 {
	font-size: 1em;
	color: #222222;
}
h6 {
	font-size: 1em;
	color: #111111;
}
ul {
	list-style-type: square;

}
li { margin-bottom: 8px;}
table {
font-size:100%;
}

td {font-size: 1.0em;}
td p{ font-size:1.0em;}


h1 sup {font-size:50%;
line-height: 0;}
p sup {font-size:70%;
line-height: 0;}


select {font-size: 1em;}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
font-size: 1em;
}
textarea { overflow:auto; }
hr {
	width: 60%;
	color: #999999;
	text-align: center;
}
form {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
}
div {margin: 0px;}

