/* Only put generic styles in here- either things that
are used on every website or styles that apply to the
general content (main column) */

body {

	font-family: xxx, sans-serif;
	font-size:12.5px;
	line-height: 19px;
	color: #666666;
}

p {
	margin-bottom: 1em;
	margin-top:0;
}

#header-nav h1 {
	text-indent: -9999px;
	width:176px;
	height:42px;
	float:left;
	margin: 25px;
}

#header-nav h1 a {
	display: block;
	background: url(/media/img/applecore-logo.jpg) no-repeat;
	outline: 0;
	width: 176px;
	height: 43px;
}

h3, h4 {
	color: #76B900;
}

h2 {
	color:#76B900;
	font-weight:normal;
	margin-top:0px;
	font-size:24px;
}

h3 {
	font-size: 20px;
	margin:0 0 10px;
}

h4 {
	font-size: 14px;
	line-height:19px;
	margin:0;
}

a {
	color: #FF7200;
}



strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

ul.horizontal {
	overflow: hidden;
}

ul.horizontal li {
	float: left;
}

ul.piped li {
	background: url(/media/img/pipe.gif) no-repeat center right;
	padding: 0 .5em;
}

ul.piped li.last {
	background: none;
	padding-right: 0;
}

ul.piped li.first {
	padding-left: 0;
}

.main li {
	list-style-type: disc;
	margin-left: 2em;
	font-size:12px;
	color:#666;
}


label {
	float: left;
	width: 10em;
}

ul.form li {
	padding: 5px 0;
	font-size: 1.2em;
	overflow: hidden;
}

form input, form select, form textarea {

}

form input.submit {
	width: auto;
	margin-left: 125px;
	margin-top:10px;
}

form p {
	overflow: hidden;
}
