﻿/*----------------------------------------------------
Title: 		Sled the Rockies
Author:		Drake Cooper - DrakeCooper.com
Updated:	9/2009
Valid:		You know it!
----------------------------------------------------*/


/* Sections */
body {
	font: 10px arial, sans-serif;
}

/* Generic Markup */
.content h1 {
	margin: 0; padding: 0 0 20px 0;
	font: 22px/normal calibri, helvetica, arial, sans-serif;
}
.content h2 {
	margin: 0; padding: 10px 0 0 0;
	font: 16px/normal calibri, helvetica, arial, sans-serif;
}  
	h2.hidden {
		text-indent: -99999px;
	}

.content p {
	color: #333333;
	font: 12px normal arial, sans-serif;
	line-height: 19px;
	padding-bottom: 20px;
}

.content b {
	font-weight: bold;
}

.content i {
	font-style: italic;
}

.content a:link,
.content a:visited {
	color: #213133;
	text-decoration: none;
}

.content a:hover,
.content a:active { 
	color: #999;
	text-decoration: none;
}

 ul {
	color: #333333;
	font: 12px normal arial, sans-serif;
	padding: 10px 0 10px 0;
}

ul li {
	margin: 0 0 0 15px;
	padding: 0 0 10px 0;
	list-style-type: square;
}

strong {
	font-weight: bold;
}

.content ol {
	padding: 0 0 10px 0;
}

.content ol li {
	margin: 0 0 0 25px;
	line-height: 16px;
	list-style-type: upper-roman;
}

.content ol.decimal li {
	list-style-type: decimal;
}

.content ol.lower-alpha li {
	list-style-type: lower-alpha;
}

.content dl {
	padding: 0 0 10px 0;
}

.content dt {
	font-weight: bold;
}

.content dd {
	padding: 10px 0 10px 20px;
	line-height: 14pt;
}

/* Generics */
.content a.external, .content span.external, .content p a.external {
	color: #0099FF;
	padding: 2px 17px 0 0;
	line-height: 16px;
	background: transparent url(images/link-external-icon.gif) no-repeat right center;
}
.callout {
	font-size: 120%;
	font-weight: bold;
}

.fineprint {
	font-size: 80%;
	font-weight: bold;
} 

/* Table */

.tblareainfo{
	font: 12px normal arial, sans-serif; 
	width: 90%;
	border-collapse: collapse;
 
}
 
.tblareainfo td {
	width:50%;
	border-bottom: 1px solid #CCCCCC;
	padding:5px;
	/* set bg color on td with a class */
}
.bgwhite{
	background:#ebebeb;	
}
.bggrey{
	background:#E4E4E4;
	border-left: 1px dotted #666;
}
