﻿/***************************
 CSS RESET
***************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
.blueBorder
{
    border:  3px solid #244386;
    border-style: solid;
    border-width: 3px;
    border-color:  #244386;
    border-bottom: 3px solid #244386;
    border-top: 3px solid #244386;
    border-left: 3px solid #244386;
    border-right: 3px solid #244386;
}
.blueText
{
    color: #244386; 
    font-size: 15px;
    font-weight: bold;
}
.TDHomeInformation
{
    padding: 15px;
}
.content {
	padding: 0;
}
.content ol,
.content ul {
	margin-left: 0;
	list-style-type: none;
    line-height: normal;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
    width: 546px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
h1,h2,h3,h4,h5 {
	font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
}

/***************************
 General Styles
***************************/

a {
	color: #1e85be;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
	padding: 7px 0px 7px 0px;
	line-height: 1.6em;
}

.content {
	padding: 10px 40px 10px 40px;
}

.content h1,
.content h2,
.content h3,
.content h4{
	padding: 1em 0px 7px 0px;
    font-weight: normal;
    line-height: 1.25em;
}

.content h1
{
    font-size: 2.4em;
	color: #284a91;
}

.content h4
{
    color: Black;
}
.content p{
	padding: 7px 0px 7px 0px;
	line-height: 1.6em;
}

.content ol,
.content ul{
	line-height: 1.5em;
}

.content ol ol {
    list-style-type:lower-roman;
}

/***************************
 Layout
***************************/

html {
	background: #e6e6e6 url('../images/bkg-html.jpg') repeat-x;
	height: 863px;
	width: 100%;
}

body {
	background: transparent url('../images/bkg-blue.png') no-repeat right top;
	height: 863;
	width: 100%;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; /* Follows MSCOM Typography Guidelines */
	color: #4b4b4b;
	font-size: 0.71em;
}

#container {
	width: 969px;
	margin: 0px auto 0px auto;
	background: transparent url('../images/bkg-shadow.png') no-repeat center 53px;
}

#container-inner {
	width: 945px;
	margin: 0px auto 0px auto;
}

#container-content {
	border-left: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 1000px;/*943px;*/
}

#header {
	height: 75px;
	position: relative;
}

#header .brand {
	position: absolute;
	top: 30px;
	left: 0px;
}

#pre-footer {
	background:transparent url(../images/bkg-footer.png) no-repeat scroll center bottom;
	padding:10px 0 0;
	position:relative;
}

#footer {
	padding: 10px 6px 5px;
	text-align: right;
	width: 950px;	
}

#footer .feedback {
	float: left;
	margin-left: 6px;
}

.topLinks
{
	float:right;
	position:relative;
	text-align:right;
	top:56px;
}

#languageSelect
{
    visibility:hidden;
	float:right;
	height:0px;
	margin-right:10px;
	position:relative;
	top:-30px;
	z-index:1000;
	color:white;
}

#securityMessage
{
	padding:10px;
	background-color: #FFFFE1;
	width: 380px;
	border: solid 3px black;
	position: absolute;
	top: 189px;
	left: 167px;
	z-index: 10000;
}

#securityMessageImage
{
    border: solid 1px black;
}

#securityMessage .exclamation
{
    float:left;
    margin: 10px;
}
