/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard eSolutions website style sheet
Create a copy of the three style sheets and place them in your new website directory so that
CSS are commonly kept in the /ROOT/styles/ directory for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* Date Started: Nov 2006 */

/* This design is NOT a template. You may NOT reproduce it elsewhere without the owner's written permission. 
You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */

/* IMPORT TWO OTHER STANDARD SITE STYLE SHEETS */
/* rather than importing styles we prefer to just link the styles on the pages since the
top part of each page is normally an include, so on the page under <title> add the following code ...

<link href="/styles/base.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/structure.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/content.css" rel="stylesheet" type="text/css" media="screen">
 */
/* REMOVE PADDING AND MARGIN VALUES */
html, h1, h2, h3, h4, h5, h6, ol, dl, dd, dt, img, q, table, thead, tbody, tfoot, caption, th, a, form, input, textarea, fieldset, pre {
	margin:0;
	padding:0;
}
/* SET BASE FONT ATTRIBUTES */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
p {
	padding-bottom: 14px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 13px; */
	line-height: 18px;
}
#nav {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}
dl, dt, dd {
	padding:0;
	border:0;
	margin:0;
	list-style:none;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}

ol
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-type: decimal !important;
}

ol li { list-style-type: decimal !important; }

h1 {
	font-size:15px;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:12px;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
	color:#B07012;
}
/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
img, a img { border: 0px; }

a {
	color:#0d517c;
	text-decoration:underline;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	color:#0d517c;
	text-decoration:underline;
}

em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
acronym {
	background:transparent;
	cursor:help;
	font-style:normal;
}
a acronym {
	border:none;
	cursor:pointer;
}
/* STANDARD MULTIPLE COLUMN CLEARING TRICK */
/* make sure your columns divs are inside a holding div that float:left; */
.clear {
	clear: left;
}
/* ----- END OF TEMPLATE ----- */
li {
	list-style-type: disc;
}

.horizNavSeparator
{
	padding: 0px 2px 0px 2px;
}

.button {
	width: 70px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0px;
	background:#99bb33;
	border-left: none;
	border-top: none;
	border-right: 2px solid #728A26;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #728A26;
}

.frame
{
	BORDER: 1px solid #cccccc; 
	WIDTH: 95%; 
	HEIGHT: 155px; 
	OVERFLOW: auto;
	padding:5px;
	background-color:#ffffff;
	scrollbar-face-color:#eeeeee;
	scrollbar-arrow-color:#777777;
	scrollbar-track-color:#dddddd;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-Color:#444444;

}

a.enabled
{
	background-color: #DFEFFF;
}
