/* SKYLON COLORS 

Dark Red:	#cc0000
Dark Dark Red:	#9b0000


*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(../images/topgrad.jpg) top center repeat-x;
}

a {
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

p {
	line-height: normal;
}

h1 {
	font-size: 24px;
	text-transform:lowercase;
	font-style: italic;
}

h2 {
	font-size: 18px;
	text-transform:lowercase;
	font-style: italic;
	color: #cc0000;
}
h2.imgtitle span {
	display: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.imgtitle {
	margin-top: -10px;
	padding-top: 0;
}
.emphasis {
	color: #cc0000;
	font-weight: bold;
}
.section {
	clear: right;
	background: url(../images/sectionbkgd.jpg) bottom right no-repeat;
	padding-bottom: 20px;
	width: 525px;
	margin: 0 0 10px 0;
}
.section h2 {
	padding: 2px 0 5px 10px;
	background: url(../images/sectionh2bkgd.jpg) top left no-repeat;
}
.section p {
	padding: 0 8px;
}
.section ul {
	margin: 5px 10px 5px 20px;
	padding: 0 10px;
}
a.top {
	width: 30px;
	height: 10px;
	background: url(../images/uparrow.gif) top right no-repeat;
	float: right;
	clear: right;
	margin: 5px 0 3px 25px;
}
a.top:hover {
	background: url(../images/uparrow-over.gif) top right no-repeat;
}
.top img {
	border: none;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.imgright {
	float: right;
	margin: 0 0 10px 5px;
}
.pdficon {
	margin: 0 3px 0 0;
}
.alert {
	padding: 5px;
	margin: 0 0 10px 0;
	color: #cc0000;
	border: 1px #cc0000 solid;
	background: #ffbfbf;
	text-align: center;
	width: 340px;
}
.error {
	color: #cc0000;
}
p.download {
	padding-left: 27px;
	background: url(../images/pdficon_small.gif) 5px 0px no-repeat;
}
	
#pagebkgd {
	margin: 0 auto;
	width: 1000px;
	background: url(../images/pgbkgd.jpg) top center repeat-y;
}
#page {
	margin: 0 auto;
	width: 1000px;
	background: url(../images/topbkgd.jpg) top center no-repeat;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#header {
	margin: 0 auto;
	height: 280px;
}

#nav {
	margin: 0 auto;
	height: 52px;
	width: 800px;
}
#nav img {
	border: none;
}

/* SIDEBAR AND LISTS */
#sidebar {
	float: left;
	width: 218px;
	margin: 8px 0 0 0;
}
#sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#sidebar li {
	margin: 0;
	padding: 0;
	border-bottom: 2px #FFF solid;
	display: block;
	list-style: none;
	text-align: right;
}
#sidebar span {
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: #FF0000;
	padding: 0 0 0 3px;
	cursor: pointer;
	display: block;
}
#sidebar a {
	display: block;
	padding: 3px 25px 3px 3px;
}
#sidebar span a {
	padding-right: 0px;
	margin-right: 25px;
}
#sidebar span a:hover {
	color: #FFF;
	background: #666;
	text-decoration: none;
	padding-right: 25px;
	margin-right: 0px;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	background: url(../images/droparrow.gif) 200px 8px no-repeat;
}
#sidebar ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul.stealth {
	display: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul li {
	border: none;
	font-size: 12px;
	margin: 0 0 0 2px;
	padding: 0;
	background: none;
	display: inline;
}
#sidebar ul ul a {
	font-style: italic;
	font-weight: normal;
	color: #000;
	padding: 2px 25px 2px 5px;
	margin-left: 2px;
}
#sidebar ul ul a:hover {
	color: #FFF;
	background: #666;
	text-decoration: none;
}

#content {
	margin-left: 248px;
	margin-right: 30px;
}
#content p {
	line-height: 150%;
}

#twitterBadge {
	position: absolute;
	top: 350px;
	margin-left: 30px;
}

#footer {
	margin: 10px auto 0 auto;
	width: 850px;
	height: 48px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
	background: url(../images/footerbkgd.jpg) top center no-repeat;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}

#contacts {
	border-top: 1px #cccccc solid;
}
#contacts td {
	padding: 5px 20px 5px 0;
	border-bottom: 1px #cccccc solid;
}
#contacts .name {
	font-weight: bold;
}
.title {
	font-style: italic;
	color: #666666;
}