/* Created by Debbie Ormston */

/*** GLOBAL LAYOUT ELEMENTS ***/
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	background: #333399;
	color: #000;
	font: 100.01% Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Easy Clearing of Float:  We also do a little IE Mac hiding to complete the technique. */
.clearfix:after {   
     content: "."; /* This dot is the actual appended content */   
     clear: both;   
     height: 0;   
     visibility: hidden;   
     display: block; 
} 

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

/* Solve the page shift problem in Firefox */
html { min-height: 100%; margin-bottom: 1px; }
/* End solve the page shift problem in Firefox */

/* Sales listing pages styles */
div#wrapper {
	width: 85%;
    margin: 10px auto;
    text-align: left;
	background: #fff;
	color: #000;
	padding: 5%;
}
div#wrapper td {
	vertical-align: top;
}
div#wrapper tr.odd {
	background: #DFEFFF;
}
/* end of Sales listing pages styles */

/*** END GLOBAL LAYOUT ELEMENTS ***/

/*** TEXT ***/
h1, h2, h3, h4, h5, h6, p { /*take the top margins off these elements and just set bottom margins for separation*/
	margin-bottom: 0.2em;
}

h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}

h3 {
	margin-bottom: .2em;
	font-size: 110%;
}

h4 {
	margin-bottom: 0;
	font-size: 100%;
}

h5, h6 {
	font-size: 100%;
}

p {
	font-size: 0.8em;
	margin-bottom: 0.6em;
	line-height: 1.3em;
}

div#wrapper fieldset {
	font-size: 0.8em;
}


/*** END TEXT ***/

/*** LINKS ***/

/*** END LINKS ***/

/*** IMAGES ***/
img {
	border: 0;
}

/* Add this class to an image to float it left and wrap text around it. Add a value for the margin in place of the X. */
.fltlft {
	float: left;
	margin-right: Xpx;
}

/* Add this class to an image to float it right and wrap text around it. Add a value for the margin in place of the X. */
.fltrt {
	float: right;
	margin-left: Xpx;
}

/*** END IMAGE ***/

/*** TABLES ***/
table {
	margin-bottom: 1.2em;
	font-size: 1em;
}
/*** END TABLES ***/

/*** FORMS ***/
/* sales listing form style */
div#wrapper fieldset {
	margin: 0;
	padding: 1em;
	border: 1px solid #8e8ecf;
}
div#wrapper legend {
	background: #9CF;
	color: #333399;
	padding: 0.25em;
	font: bold 1em Arial, Helvetica, sans-serif;
}
/* end sales listing form style */

.inputsubmitbutton {
	color: #333399;
	background-color: #99CCFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 100px;
	margin-top: 0.5em;
}

/*** END FORMS ***/

/*** HOMEPAGE ***/

/*** END HOMEPAGE ***/

/*** INNER PAGES ***/

/*** END INNER PAGES ***/
