﻿/* General Layout
--------------------------------------------------------------------------------------- */

body
{
	margin: 0;
	padding: 0;
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
	text-align: left;
	font-size: 62.5%;
	background: #8EC3ED url('/images/page-bg.gif') no-repeat bottom right;
}

#Container
{
	position: relative;
	width: 740px;
	margin: 30px auto 0 auto;
	text-align: left;
	background: #FFFFFF;
	border: solid 3px #C2DEF5;
}

#Clear
{
	clear: both;
}


/* Header
--------------------------------------------------------------------------------------- */

#Header
{
	float: left;
	display: inline;
	width: 740px;
	background: url('/images/backgrounds/1.jpg') no-repeat top right;
}

#Header h1
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#Header h1 img
{
	border: none;
}

#Header #Breadcrumbs
{
	float: left;
	display: inline;
	width: 728px;
	margin: 1px 1px 0 1px;
	padding: 5px;
	background: #C2DEF5 url('/images/breadcrumbs-bg.gif') repeat-y top left;
}

#Header #Breadcrumbs p
{
	float: left;
	display: inline;
	margin: 2px 0 0 37px;
	padding: 0;
	color: #617E9B;
	text-transform: lowercase;
}

#Header #Breadcrumbs p a
{
	color: #001F42;
	text-decoration: underline;
}

#Header #Breadcrumbs img
{
	float: left;
	display: inline;
	margin: 0 0 0 22px;
}


/* Navigation
--------------------------------------------------------------------------------------- */

#Navigation
{
	float: left;
	display: inline;
	width: 170px;
	border: solid #C2DEF5;
	border-width: 0 1px 1px 0;
}

#Navigation ul
{
	margin: 0;
	padding: 0 0 2px 0;
	list-style: none;
}

#Navigation ul li.Root
{
	margin: 0 0 1px 0;
	padding: 0;
	border: solid #C2DEF5;
	border-width: 0 0 2px 0;
}

#Navigation ul li a
{
	display: block;
	margin: 0;
	padding: 8px;
	background: #F5FAFE url('/images/navigation-li-bg.png') repeat-x bottom;
	color: #001F42;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#Navigation ul li ul li a
{
	background: #F5FAFE url('/images/navigation-li-bg.png') repeat-x bottom;
}

#Navigation ul li a:hover
{
	background: #F5FAFE url('/images/navigation-li-bg-hover.png') repeat-x bottom;
}


/* 'My Attivo' Menu Item
-------------------------- */

#Navigation ul li.Root-MyAttivo
{
	text-align: right;
}

#Navigation ul li.Root-MyAttivo a
{
	display: block;
	padding-bottom: 4px;
	font-weight: normal;
	color: #8EC3ED;
	background: url('/images/navigation-li-bg-myattivo.png') repeat-x bottom;
}

#Navigation ul li.Root-MyAttivo a img
{
	float: left;
	display: inline;
	border: none;
}

#Navigation ul li.Root-MyAttivo ul li a
{
	text-align: left;
	color: #001F42;
	background: #FFFFFF;
}

#Navigation ul li.Root-MyAttivo ul li a:hover
{
	background: #F5FAFE url('/images/navigation-li-bg-hover.png') repeat-x bottom;
}


/* PIP Menu Highlight
-------------------------- */

#Navigation ul li.Root-PiP a
{
	background: #FDE48E url('/images/navigation-li-bg-pip.png') repeat-x bottom;
	color: #4F3E04;
}

#Navigation ul li.Root-PiP a:hover
{
	background: #FEEFBA url('/images/navigation-li-bg-pip-hover.png') repeat-x bottom;
}

#Navigation ul li.Root-PiP ul li a
{
	background: none;
	color: #001F42;
}

#Navigation ul li.Root-PiP ul li a:hover
{
	background: #F5FAFE url('/images/navigation-li-bg.png') repeat-x bottom;
}


/* BPS Menu Highlight
-------------------------- */

#Navigation ul li.Root-BPS a
{
	background: #A3D1AF url('/images/navigation-li-bg-bps.png') repeat-x bottom;
	color: #1C3723;
}

#Navigation ul li.Root-BPS a:hover
{
	background: #C5E2CC url('/images/navigation-li-bg-bps-hover.png') repeat-x bottom;
}

#Navigation ul li.Root-BPS ul li a
{
	background: none;
	color: #001F42;
}

#Navigation ul li.Root-BPS ul li a:hover
{
	background: #F5FAFE url('/images/navigation-li-bg.png') repeat-x bottom;
}


/* CPS Menu Highlight
-------------------------- */

#Navigation ul li.Root-CPS a
{
	background: #FD6883 url('/images/navigation-li-bg-cps.png') repeat-x bottom;
	color: #4F0211;
}

#Navigation ul li.Root-CPS a:hover
{
	background: #FE8B9F url('/images/navigation-li-bg-cps-hover.png') repeat-x bottom;
}

#Navigation ul li.Root-CPS ul li a
{
	background: none;
	color: #001F42;
}

#Navigation ul li.Root-CPS ul li a:hover
{
	background: #F5FAFE url('/images/navigation-li-bg.png') repeat-x bottom;
}

/* -------------------------- */

#Navigation ul li ul
{
	padding: 0;
}

#Navigation ul li ul li
{
	border: solid #E6F1FB;
	border-width: 0 0 1px 0;
}

#Navigation ul li ul li a
{
	background: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content
{
	float: left;
	display: inline;
	width: 567px;
	margin: 1px;
	background: url('/images/content-bg.png') repeat-x top left;
}

#Content h2
{
	margin: 15px 30px 0 10px;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	color: #001F42;
}

#Content h3
{
	margin: 20px 30px 5px 10px;
	padding: 2px;
	font-weight: bold;
	font-size: 1.3em;
	color: #001F42;
	border: solid #DDEDFA;
	border-width: 0 0 2px 0;
}

#Content h4
{
	margin: 5px 0 0 10px;
	font-size: 1.1em;
	font-weight: normal;
	color: #8EC3ED;
}

#Content p
{
	margin: 5px 40px 15px 10px;
	padding: 0;
	font-size: 1.2em;
	color: #001F42;
	line-height: 1.8em;
}

#Content .Information, 
#Content .Error
{
	margin: 10px 10px 0 10px;
	padding: 10px;
	border: dotted 1px #C2E0CB;
	background: #F5F8FC url('/images/information-bg.png') repeat-x bottom;
	text-align: center;
	color: #25492F;
}

#Content .Error
{
	border-color: #F3B6C2;
	background: #FFEAEF url('/images/error-bg.png') repeat-x bottom;
	color: #910420;
}

#Content p a
{
	border: solid #C2DEF5;
	border-width: 0 0 1px 0;
	color: #001F42;
	text-decoration: none;
	font-weight: bold;
}

#Content p a:hover
{
	background: #EFF6FD;
}

#Content ul
{
	margin: 10px 100px 10px 20px;
	padding: 0 0 0 10px;
	list-style: none;
	background: none;
}

#Content ul li
{
	margin: 0;
	padding: 5px 0 5px 15px;
	background: url('/images/bullet.gif') no-repeat top left;
	font-size: 1.2em;
	color: #001F42;
}

#Container #Content ul li a
{
	color: #001F42;
	text-decoration: none;
}

#Content ul li a:hover
{
	text-decoration: underline;
}

#Content ol
{
	margin: 10px 0 10px 40px;
	padding: 0;
}

#Content ol li
{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

#Content ol li ul li
{
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
}

#Content ul.FAQ
{
	margin: 0 180px 0 10px;
	padding: 0;
	border: solid #DDEDFA;
	border-width: 1px 1px 0 1px;
}

#Content ul.FAQ li
{
	margin: 0;
	padding: 6px;
	background: #F5FAFE url('/images/property-overview-bg.png') repeat-x bottom;
	border: solid #DDEDFA;
	border-width: 0 0 1px 0;
}

#Content ul.FAQ li a
{
	font-size: 0.9em;
}


/* Generic Field Set
-------------------------- */


#Content fieldset
{
	margin: 20px 30px 0 10px;
	padding: 5px;
	border: solid 1px #C2DEF5;
}

#Content fieldset legend
{
	margin: 0 0 0 5px;
	padding: 5px;
	font-size: 1.2em;
	color: #001F42;
	font-weight: bold;
}


/* Generic Table
-------------------------- */

table
{
	width: 90%;
	margin: 5px 0 10px 10px;
	border-collapse: collapse;
}

table th
{
	padding: 5px;
	background: url('/images/table-th-bg.png') repeat-x bottom;
	color: #8EC3ED;
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
}

table td
{
	padding: 5px;
	border: solid #D6E9F8;
	border-width: 0 0 1px 0;
	color: #001F42;
	font-size: 1.1em;
}

table td a
{
	color: #001F42;
	text-decoration: underline;
	font-weight: bold;
}

table td img
{
	border: none;
}

/* MyAttivo Specifics
-------------------------- */

#Content #IFALinks
{
	margin: 10px;
	padding: 0;
	border: solid 2px #005BC1;
	background: #001F42;
}

#Content #IFALinks h4
{
	display: block;
	margin: 0;
	padding: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 1.3em;
	color: #FFFFFF;
	border: solid #003775;
	border-width: 0 0 1px 0;
	background: #F5FAFE url('/images/ifalinks-selected-bg.png') repeat-x bottom;
}

#Content #IFALinks h4 small
{
	color: #8EC3ED;
	margin: 0;
	padding: 0;
}

#Content #IFALinks h4 a
{
	float: right;
	display: inline;
	margin: -19px 7px 0 0;
	padding: 0;
	font-size: 0.8em;
	color: #8EC3ED;
}

#Content #IFALinks h4 a:hover
{
	text-decoration: none;
}

#Content #IFALinks legend
{
	display: none;
}

#Content #IFALinks ul
{
	display: block;
	margin: 0;
	padding: 10px;
	list-style: none;
	text-align: center;
}

#Content #IFALinks ul li
{
	display: inline;
	margin: 0 15px 0 15px;
	padding: 5px;
	background: none;
}

#Content #IFALinks ul li.Active
{
	background: #FFFFFF;
	color: #001F42;
	font-weight: bold;
}

#Content #IFALinks ul li a
{
	color: #DDEDFF;
	font-weight: bold;
}

#Content #IFALinks ul li a:hover
{
	color: #FFFFFF;
}


/* Form Elements
-------------------------- */

.Text
{
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
	border: solid 1px #CCE3F7;
	background: #FFFFFF;
	padding: 2px;
	font-size: 1.2em;
	color: #001F42;
}

table.Form
{
	margin: 0 0 0 10px;
	border-collapse: collapse;
}

table.Form th
{
	padding: 4px 10px 4px 0;
	width: 130px;
	background: url('/images/form-row-bg.png') repeat-x bottom;
	font-weight: normal;
	text-align: right;
	font-size: 1.1em;
	color: #001F42;
}

table.Form td
{
	width: 300px;
	padding: 4px;
	background: url('/images/form-row-bg.png') repeat-x bottom;
}

table.Form tr.FormButtons td
{
	padding: 15px 0 15px 0;
	background: none;
	text-align: right;
}

table.Form tr.FormButtons td a
{
	padding: 7px;
	border: solid 1px #CCE3F7;
	font-size: 1.2em;
	color: #8EC3ED;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

table.Form tr.FormButtons td a:hover
{
	border-color: #8EC3ED;
}

#Container #Content .MainButton
{
	display: block;
	width: 80px;
	padding: 5px;
	text-align: center;
	border: solid 2px #D1DEE9;
	background: #4B6785 url('/images/btn-main-bg.png') repeat-x bottom;
	font-size: 1em;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	cursor: default;
	font-weight: normal;
}

#Container #Content .MainButton:hover
{
	background: #5C7DA2 url('/images/btn-main-bg-hover.png') repeat-x bottom;
}

#Container #Content .WideButton
{
	width: 200px;
}


/* Dev Elements
-------------------------- */

#Content img#DevFlash
{
	float: left;
	display: inline;
	margin: 0 0 20px 10px;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Footer
{
	position: relative;
	width: 740px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#Footer hr
{
	display: none;
}

#Footer p
{
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #C2DEF5;
	text-align: right;
}

#Footer p a
{
	padding: 0 7px 0 7px;
	color: #FFFFFF;
	text-transform: lowercase;
}

#Footer #Copyright
{
	float: left;
	display: inline;
	font-size: 1.1em;
	color: #FFFFFF;
}

#Footer #Statement
{
	float: left;
	display: inline;
	width: 660px;
	margin: 20px 0 0 0;
	padding: 0 40px 40px 40px;
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
}