/*******************************************
Title: Whitmore website basis styles
Last Updated: May 1, 2010
Author: James Sherman
********************************************/

/* Include other style sheets */
@import url(reset.css);
@import url(layout.css);
@import url(navigation.css);
@import url(sideBar.css);
@import url(footer.css);
@import url(forms.css);

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 4em;
	font-weight: bold;
	color: #775500;
	padding-top: .2em;
	padding-bottom: .6em;
}

h2 {
	font-size: 2.4em;
	font-weight: bold;
	padding-top: .4em;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
}

h4, h5, h6 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
}

a {
	color: #5870ad;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 1.2em;
	margin: 0.2em 0 0.3em;
	padding: 0 0 .4em;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

abbr, acronym, .help {
	border-bottom: 1px dotted #5870ad;
	cursor: help;
}

hr {
	color: #5870ad;
}

blockquote {	
	margin: .5em;
	padding: .75em;
	background-color: #ffe79b;
	border-left: .8em solid #5870ad;
	font-size: 1.6em;
	font-style: italic;
	height: 1%;
}

blockquote p:first-letter {
	float: left;
	font-size: 2.8em;
	font-weight: bold;
	margin: .15em .1em 0 0;
}

ul {
	font-size: 1.2em;
	list-style-type: square;
	list-style-position: inside;
	margin: .8em 0;
}

ol {
	font-size: 1.2em;
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0.8em 0;
}

li ul {
	margin: 0;
	padding: .2em 0 .4em;
}

li ol {
	margin: 0;
	padding: .2em 0 .4em;
}

li {
	padding: 0.2em 0 0.4em 0em;
	line-height: 1.5em;
}

ol ol li {
	list-style-position: inside;
	list-style-type: upper-alpha;
}

ul ul li {
	list-style-position: inside;
	list-style-type: disc;
}

dl {
	font-size: 1.2em;
}

dl dt {
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.3em;
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-size: 1.6em;
}

dl dd {
	padding-left: .75em;
}

table {
	padding: 1em;
	/*border: medium none #5870ad;*/
	font-size: 1.2em;
}

table caption {
	font-size: 1em;
	font-style: italic;
	text-align: center;
	padding-top: .3em;
	padding-bottom: .3em;
	caption-side: bottom;
}

table th {
	font-weight: bold;
	padding: .3em;
	/*border: 2px solid #5870ad;*/
	background-color: #ffe79b;
}

table td {
	padding: .1em;
	/*border: 2px solid #5870ad;*/
}

address {
	font-size: 1.1em;
}
