/* --------------------------------------------
   reset
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
ul, ul li, ol, ol li {list-style: none; margin: 0; padding: 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
address {font-style:normal;}

/* --------------------------------------------
   
----------------------------------------------- */
body
{
	font: 16px/24px times new roman, times, serif;
	background: #282c33 url(../img/global/bg_watermark.gif) repeat fixed top left;
}

.hidden
{
    display: none;
}

a
{
	text-decoration: none;
	color: #2b549b;
}

a:hover
{
	text-decoration: underline;
}

select option
{
	margin-right: 10px;
}

p.copy,
ul.copy
{
	margin-bottom: 24px;
}

p.copy em
{
	font-style: italic;
}

ul.copy,
ul.copy li
{
	list-style: disc;
}

ul.copy li
{
	margin-left: 20px;
}

p.statutory
{
    font-style:italic;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#page
{
	width: 950px; /* 941px; */
	margin: 0 auto;
	padding-top: 30px;
}

/* --------------------------------------------
   
----------------------------------------------- */
form.standard
{

}

form.standard fieldset
{
	overflow: hidden;
}

/* standard form fields */
form.standard input.text,
form.standard textarea.standard
{
	width: 250px;
	border: 1px solid #b9c0cd;
	padding: 2px;
	font-size: 13px;
	color: #333;
	background: #fff url(../img/global/bg_input.gif) repeat-x;
}

form.standard textarea
{
    font: 13px/14px arial, sans-serif;
    padding: 2px;
    color: #333;
    background: #fff url(../img/global/bg_input.gif) repeat-x;
    border: 1px solid #b9c0cd;
}


/* --------------------------------------------
   
----------------------------------------------- */
a.button
{
	/*display: block;*/
	background: url(../img/interior/bg_button.gif) repeat-x;
	border: 1px solid #b9c0cd;
	padding: 0 10px;
	font-size: 14px;
	line-height: 23px;
}

a.button-highlight
{
	border-width: 2px;
}

input.button
{
    font: 14px times new roman, times, serif;
    background-color: #282c33;
    /*display: block;*/
    background: url(../img/interior/bg_button.gif) repeat-x;
    border: 1px solid #b9c0cd;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 23px;
    color: #2b549b;        
}

input.button-highlight
{
	border-width: 2px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#footer
{
	/*background: #282c33 url(../img/interior/bg_footer.gif) no-repeat;*/
	padding-top: 54px;
	overflow: hidden;
	padding-bottom: 54px;
}

div#footer.no-background
{
    background-image: none;
}

div#footer,
div#footer p.attribution,
div#footer ul.actions a
{
	font: 13px/14px arial, sans-serif;
}

div#footer p.attribution
{
	color: #ccc;
	float: left;
	margin-left: 21px;
}

div#footer ul.actions
{
	float: right;
	margin-right: 25px;
}

div#footer ul.actions li
{
	float: left;
}

div#footer ul.actions li.terms-of-use
{
	padding-right: 5px;
	border-right: 1px solid #ccc;
	margin-right: 5px;
}

div#footer ul.actions li a
{
	color: #ccc;
}
/** ERROR HANDLING **/


div.error
{
	background: #feeaea url(../img/global/icon_error.gif) no-repeat 8px 6px;
	border: 1px solid #8c2626;
	padding: 7px 0 7px 36px;
	font: bold 13px/18px arial, sans-serif;
	color: #000;
	margin-bottom: 14px;
}

div.error ul
{
    margin-bottom: 5px !important;
}

div.error ul li
{
    margin-bottom: 5px !important;
}


 input.error
{
    border-color: #8c2626 !important;
    background-image: url(../img/global/bg_input_error.gif) !important;
}

label.error
{
    font-weight: bold;
    color: #8c2626;
    /*border-color: #8c2626;*/
    /*background: url(../img/global/icon_error.gif) no-repeat 2px 1px !important;*/
    /*padding-left: 24px;*/
}

.print-only
{
    display:none !important;
}

