/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Trebuchet MS, Verdana, sans-serif;
}

a {
	text-decoration: none;
}

a:focus, a:hover {
	font-weight: bold;
}

#footercontent a {
	color: white;
	outline: none;
}

#footercontent a:focus, a:hover {
	font-weight: bold;
}

#footercontent p {
	color: white;
	text-align: center;
}

#footercontent2 a {
	color: white;
	outline: none;
	text-shadow: 1px 1px 1px black;
}

#footercontent2 a:focus, a:hover {
	font-weight: bold;
	text-shadow: none;
}

#footercontent2 p {
	color: white;
	text-align: center;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

#package_header h3 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	text-align: center;
	cursor: default;
	text-shadow: 2px 2px 2px black;
	color: white;
	border-bottom: none;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

.indented {
	margin-left: 30px;
}

li {
	margin-left: 30px;
	list-style-image: url(../images/bullet.png);
}

li.nobullet {
	list-style-type: none;
	list-style-image: none;
}

#package_content
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 13px;
}

#content_body .content_header h1, h2, h3, h4, h5, h6 {
	margin-bottom: 4px;
	border-bottom: 2px ridge black;
	color: black;
}

.content_p_ender {
	margin-bottom: 20px;
}

.content_p_ender_packages {
	margin-bottom: 75px;
}

#content_body p {
	margin-top: 8px;
}

a, p {
	margin: 0;
}

/* Font Customization
------------------------------------------------------------------------------------------------------*/
#content_body p {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #444;
	text-align: justify;
	text-indent: 2em;
}

#package_content ul li {
	font-family: Trebuchet MS, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Verdana, sans-serif;
}
