/*
	--------------------------------------------------
	BASE STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
	
*/

/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 

This is the standard eSolutions website style sheet. Any alterations should be minimal.
Create a copy of the style sheets and place them in your new website directory so that
CSS are commonly kept in the /styles/ directory of the /root or /language for the website. 

   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */


/* =============================================================================================== BASE WEBSITE STYLES */


html, body, p, ul, ol, dl, li, dd, dt, img, table, blockquote, q, caption, a, form, input, textarea, fieldset, pre {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #855551;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

img { border: 0px; }

p { margin: 12px 0px; line-height: 16px; }

table { padding: 0 0 0 0; margin: 0 auto; background: #FFFFFF;}

.contentArea {background: none;}

tr { padding: 0 0 0 0; margin: 0 0 0 0;}

td { padding: 0 0 0 0; margin: 0 0 0 0;}

blockquote { margin: 15px 20px; font-size: 12px; color: #855551; font-style: italic;}

a{
	 color: #855551;
	 font-size: 12px;
	 text-decoration: none;
	 font-weight: bold;
}

a:hover{
	text-decoration: underline;
}



/* =============================================================================================== STYLES SHOULDN'T NEED ALTERING */


em { font-style: italic; }

strong { font-weight: bold; }

acronym { background: transparent; cursor: help; }

a acronym { border: none; cursor: pointer; }


/* Make sure your columns divs are inside a holding div that is set to float: left; */

.clear { clear: left; }


/* Remove the dotted borders on image links */

a img, :link img, :visited img, :hover img, :active img { border: none; }
a { outline: none; }
/*:focus { -moz-outline-style: none; }*/


/* ----- END OF TEMPLATE ----- */