/* Start of CMSMS style sheet 'Layout: EAMain_JQ' */
* {
   margin: 0;
   padding: 0;
}

img {
   border: 0;
}

body {
   background: #848472 url(images/ea/HeaderBkgnd.jpg) repeat-x 0px 0px;
   color: #333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height: 1.3em;
   text-align: left;
   font-size: 0.8em;
}

a, a:link, a:active {
   text-decoration: underline;
   background-color: inherit; /* needed for css validation */
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #18507C; /* a different color can be used for visited links */
}

a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

a.pdf {
   padding: 1px 20px 1px 0;
}

a.pdf:link {
   background: url(images/stock/pdficon_small.gif) no-repeat 100% 0;
}

a.pdf:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

p {
   padding-bottom: .5em;
}

#pagewrapper {
   margin: 0 auto;
   width: 980px;
   background: #fff url(images/ea/Page.jpg) repeat-y 0px 0px;
}

#header {
   height: 220px; /* width of the header image */
   background: #848472 url(images/ea/Header.jpg) no-repeat 0px 0px; 
}

#breadcrumbs {
   margin: 5px 20px;
   font-size: 80%;
}

#breadcrumbs span.lastitem { 
   font-weight:bold; 
}

#content {
   margin: 0 20px 20px 20px;
}

div#content h2 {
   font-variant: small-caps;
   border: #848472 dotted; /* #848472 */ 
   border-width: 0 0 3px 0;
   padding-bottom: .3em;
   padding-top: 4px;
   margin-bottom: 4px;
}

div#content h3 {
   font-variant: small-caps;
   color: #294B5F; 
   /* font-size: 1.3em; */
   padding-bottom: .3em;
   padding-top: 4px;
}

#main {
   float: right;
   width: 730px;
}

#sidebar {
   float: left;
   width: 205px;
}

#sidebar p {
   font-size: 0.9em;
   line-height: 1.2em;
}

#footer {
   color: #fff;
   background: #848472 url(images/ea/Footer.jpg) no-repeat 0px 0px;
   text-align: center;
   font-size: 11px;
   padding: 16px 0 8px 0;
}

.mainlist ul {
   margin-left: 25px;   /* controls the amount of indent */
   padding-bottom: 0.5em;    /* same padding as a p element */
   margin-top: -0.3em;   /* suck up closer to previous p element */
}

#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
   font: #fff bold;
}

div.subleft {
   float: left;
   width: 49%;
}

div.subright {
   float: right;
   width: 49%;
}

.cardtext {
   float: left;
   text-align: center;
   padding-top: 165px;
   height: 40px;
   max-height: 205px;
   width: 135px;
   background-repeat: no-repeat;
   margin-right: 10px;
   margin-bottom: 5px;
   font-size: 10px;
}

/* End of 'Layout: EAMain_JQ' */

