/************************************************************
 *    Default Stylesheet                                    *
 ************************************************************/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

select > option {
	padding: 0 5px 0 3px;
}

body {
	background-color: #FFF;
	color: #000;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 94%;
	line-height: 3ex;
}

hr {
	height: 1px;
	margin: -1px 0 0;
	border: none;
	background-color: #CCC;
	color: #CCC;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 3ex 0;
	font-size: 1em;
}

p,
ul,
ol,
dl {
	margin: 3ex 0;
}

ul {
	list-style-type: none;
}

ul li {
	padding-left: 2em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: .75em 1.2ex;
}

li ul li {
	background-image: url(../images/bullet-secondary.gif);
}

ol li,
dl dd {
	margin-left: 2em;
}

li ul,
li ol {
	margin: 0;
}

ol.outline {
	list-style-type: upper-roman;
}

ol.outline ol {
	list-style-type: upper-alpha;
}

ol.outline ol ol {
	list-style-type: decimal;
}

ol.outline ol ol ol {
	list-style-type: lower-alpha;
}

ol.outline ol ol ol ol {
	list-style-type: lower-roman;
}

blockquote {
	margin: 0 3em;
}

abbr,
acronym {
	border: none;
	font-style: normal;
	font-size: 100%;
	line-height: 100%;
}

sup,
sub {
	position: relative;
	font-size: .75em;
	line-height: 100%;
	vertical-align: baseline;
}

sup {
	top: -1ex;
}

sub {
	top: 1ex;
}

code {
	font-family: "Monaco","Lucida Console","Courier",monospace;
}

ins {
	color: #F00;
	text-decoration: none;
}

/************************************************************
 *    Tables                                                *
 ************************************************************/

table {
	margin: 3ex 0;
	border-collapse: collapse;
	font-size: 1em;
}

table,
th,
td {
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

tr {
	vertical-align: top;
}

caption,
th,
td {
	padding: .5ex .5em;
}

th,
td {
	text-align: left;
}

/************************************************************
 *    Anchors                                               *
 *    http://dbaron.org/css/1999/09/links                   *
 ************************************************************/

a:link,
a:visited {
	text-decoration: underline;
}

a:link:focus,
a:visited:focus {
	outline: none;
	color: #185AAE;
}

a:link {
	color: #185AAE;
}

a:visited {
	color: #185AAE;
}

a:link:hover,
a:visited:hover {
	color: #185AAE;
}

a:link:active,
a:visited:active {
	color: #185AAE;
}

/************************************************************
 *    Clear Fix                                             *
 *    http://www.positioniseverything.net/easyclearing.html *
 ************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
