/* Start of CMSMS style sheet 'Formatting' */
/*-----------------------------------------------------------------------------
Dick Elmer's Furniture Screen Stylesheet

version:   1.0
date:      01/03/07
author:    Stephen Greener
email:     admin@stephengreener.com
website:   http://www.stephengreener.com
version history: 1
-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/ 

/* @import url("typography.css"); */


* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	/* font-family: verdana, trebuchet ms, century gothic, sans-serif; */
	/* font-family: georgia, times new roman, times, serif; */
	/* font-family: times new roman, times, serif; */
	/* font-family: palatino linotype, Palatino, Georgia, serif; */ /* Palatino linotype only working for Windows computers */
	font-size: 100%;
	/* color: #333333; Set the font colour here for all elements.*/
}

p {
	margin: 0em 0em 1em 0em;
	font-size: 1em;
}
a {
	text-decoration: none;
}
.smalltext {
	font-size: .75em;
}
.normaltext {
	font-size: 1em;
}
.bigtext {
	font-size: 1.5em;
}

.xbigtext {
	font-size: 2em;
}
.expanded {
	letter-spacing: 2px;
}
.left {
	text-align: left;
}
.centered {
	text-align: center;
}
.right {
	text-align: right;
}
.justified {
	text-align: justify;
}
/* Define Headings if necessary, or use colour definitions along with text sizes */
h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0;
}
h1 {
	font-size: 1.2em;
	color: #708D19;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1em;
	color: #2e406b;
}

h3, h3 a {
	font-size: 1em;
	color: #688ce4;
}

h4 {
	font-size: 1em;
	color: #708D19;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #B22714;
	margin: 0 0 0 -20px;
}

h6 {
	font-size: 1em;
	color: #666666;
}

.nospacing p {
	margin: 0em;
}

/* ---------------------------------------------------------- */


.footer {
	font-style: italic;
	font-size: 11px;
	color: #666666;
}

.box1 {
	margin: 1em 0;
	padding: 0px;
	font-weight: bold;
	font-size: .8em;
	color: #2e406b;
	text-align: center;
	border: 1px solid #2e406b;
	background-color: #D4DEF7;
	width: 80%;
}
.box1 a {
	text-decoration: none;
	color: #2e406b;
	text-align: center;
	padding: 2px;
}
.box1 a:hover {
	color: #fff;
}
.box2 {
	margin: 1em 0;
	padding: 5px;
	color: #2e406b;
	text-align: left;
	border: 1px solid #2e406b;
	background-color: #E77D2D;
	width: 80%;
}
.box2 ul {
	margin-left: 1em;
	list-style-position: outside;
}
.box2 ul li a {
	font-size: 0.75em;
}
hr {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
}
/* Table Styles - may be overridden by special tables here or in a separate tables style sheet */

table {
	border-collapse: collapse;
	border: 0px solid #000000;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
table th {
	font-weight: bold;
	font-size: 1em;
	padding: 3px;
	background-color: #cccccc;
	border: 0px solid #000000;
}
table td {
	font-size: .9em;
	padding: 3px;
	border: 0px solid #000000;
	vertical-align: text-top;
}
table caption {
	font-style: italic;
	font-size: 10px;
	color: #666666;
	caption-side: bottom;
}
ul {
	list-style-type: square;
	list-style-position:inside;
	color: #000000;
}
#locations p, h3, h4 {
	margin: 0em;
}
#locations h4 {
	font-size: 1em;
	margin-bottom: .5em;
}
#locations a {
	color: #666;
	font-size: .75em;
}
#locations h3 a {
	color: #688ce4;
	font-size: 100%;
	font-size: 1.2em;
}
#footer {
	font-size: 0.7em;
}
#banner #elmers_difference a {
	font-size: .75em;
	vertical-align: sub;
	font-weight: normal;
	text-align: right;
	color: #666;
}
/* End of 'Formatting' */

