/******* Structure *******/
* {
	padding: 0;
	margin: 0;
}

body {
	color: #222;
	background: #fff;
	font: 0.8em/1.7em Helvetica, Verdana, sans-serif;
	margin: 2em 0;
}

#package {
	position: relative;
	background: #fff;
	width: 650px;
	text-align: left;
	border: 5px solid #282828;
	margin: 0 auto;
}

#content {
	padding: 30px;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

/******* Links *******/

a {
	color: #3f6b95;
	text-decoration: none;
}

a:hover {
	color: #65aae8;
}

#content a {
	border-bottom: 1px dotted #a2c7f0;	
}

#content h2 a {
	border: none;
}

h3 a {
	border: none !important;
}

/******* Images *******/

img {
	border:none;
}

/******* No Flash *******/

#noflash #imglink {
	border:none;
}

img a {
	border:none;
}

/******* Masthead *******/

#masthead {
	position: relative;
	width: 650px;
	/*text-shadow: #222 2px 2px 2px;*/
	margin: 0 auto;
}

#masthead h1 a {
	color: #000;
	font: normal 0.7em/2em Helvetica, Sans-serif;
	font-weight:bold;
}

#masthead h1 a:hover {
	color: #6e6e6e;
}

/******* Menu *******/

ul#menu {
	position: absolute;
	right: 0;
	top: 0.4em;
	margin: 0;
}

ul#menu li {
	display: inline;
}

ul#menu a {
	color:#000;
	margin-left: 1em;
}

ul#menu a:hover, ul#menu a.active {
	color: #6e6e6e;
}

/******* Typography *******/

h2 {
	background: url("../images/hr.gif") 0 100% no-repeat;
	font: normal 2.2em/1.2em Helvetica;
	text-transform: uppercase;
	text-shadow: #f6f5e7 0 0 0;
	letter-spacing: -1px;
	padding: 0.3em 30px 0.4em 5px;
	margin-bottom: 1em;
}

h3 {
	color: #424242;
	background: url("../images/hr.gif") 0 100% no-repeat;
	font: bold 0.9em/1.5em Helvetica, Sans-serif;
	padding: 0 5px;
}

h4 {
	padding: 1em 5px 0;
	text-transform: uppercase;
	color: #575449;
}

p {
	margin: 0.5em 5px 0.7em;
}

hr {
	background: url("../images/icons/glyph.gif") 100% 100% no-repeat;
	width: 106px;
	height: 11px;
	border: none;
	margin: 2em auto;
}

code {
	color: #843c37;
	font: 0.9em Monaco, "Courier New", Courier, mono;
}

ul, ol {
	margin: 0 55px;
}

ul {
	list-style: square;
}

li {
	margin: 0.5em 0;
}
