/* CORE CSS 20040217 */

/* BODY */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body {line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

.clearfix:after, form.jqtransformdone div.rowElem:after, .genForm .field:after, .choiceList:after, .oneChoice:after, .article:after {clear: both; content:' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0;}

.clearfix, form.jqtransformdone div.rowElem, .genForm .field, .choiceList, .oneChoice, .article {display: inline-block;}

* html .clearfix, * html form.jqtransformdone div.rowElem, * html .genForm .field, * html .choiceList, * html .oneChoice, * html .article {height: 1%;}

.clearfix, form.jqtransformdone div.rowElem, .genForm .field, .choiceList, .oneChoice, .article {display: block;}



.oclear {height: auto !important; height: 1%; min-height: 1%; overflow: hidden;}



body
{
    font: 62.5%/1em Arial, Helvetica, sans-serif; 
    background: #EEE url(../images/design/bodyGradient.jpg) repeat-x; 
    color: #474747;
    text-align:center
}

/* HEADERS */

h1, h2, h3, h4, h5, h6 {}

h1
{
font:34px/36px Arial,Helvetica,sans-serif;
margin:0 0 10px;
}

h2
{
    font:30px/32px Arial,Helvetica,sans-serif;
    letter-spacing:-1px;
    margin:0 0 10px;
}

h3
{
font:18px/20px Arial,Helvetica,sans-serif;
margin:0 0 12px;
}

h4, h5, h6 {font-size: 1em;}

/* PARAGRAPHS */

p {margin: 0 0 1em;}

/* LINKS */

a {color: #063E69; text-decoration: none;}
a:hover {color: #031e33; text-decoration: none; cursor: pointer;}
a img {border: none;}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */

table {font-size: 1em;}
table.list {width: 100%; margin: 1em 0;}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #f0f0f0;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #fcfcfc;
}

tr.bgdark
{
    background-color: #f8f8f8;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ol, ul
{
    list-style:none outside none;
}

/* DEFINITION LISTS */

/* FORM ELEMENTS */

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

input.halfbox, textarea.halfbox
{
background:url("../images/design/formSprite.png") no-repeat scroll 0 -180px #EEEEEE;
border:medium none;
height:24px;
line-height:24px;
margin-right:10px;
padding:0 8px;
background-position:0 -300px;
width:284px;
}

input.box, textarea.box
{
background:url("../images/design/formSprite.png") no-repeat scroll 0 -180px #EEEEEE;
border:medium none;
height:24px;
line-height:24px;
margin-right:10px;
padding:0 8px;
width:184px;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-weight: normal;
    margin: 1em 1em 0 0;
}

input.button-default
{
    font-weight: bold;
}

/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
}

div.block div.left
{
    width: 48%;
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    width: 48%;
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error
{
    padding: 0.1em 0.5em 0.5em 0.5em;
}

div.message-feedback
{
    background-color: #f0fff0;
}

div.message-warning
{
    background-color: #ffffe0;
}

div.message-error
{
    background-color: #fff0f0;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;    
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* MISC STYLES */

.small
{
    font-size: 85%;
}

.hide
{
    display: none;
}


div.imageleft, div.imageright, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject
{
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: inline;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    display: block;
    margin:3px 20px 10px 0;
}

div.imageright, div.factboxright, div.rightobject
{
    float: right;
    padding-right: 0.5em;
}

div.faxtboxleft, div.faxtboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext, p.factbox
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext, p.factbox
{
    background-color: #f0f0f0;
}

/* Misc */

div.oe-window
{
    clear: both;
}

span.spamfilter
{
     display: none;
}
