﻿/*============================================================*
	HTML TAGS 
==============================================================*/
body
{
	margin: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #666666;
}

p
{
	margin: 10px 0;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: 10px 0;
}

blockquote
{
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../../Images/quote-bg.png) no-repeat;
}

blockquote p
{
	margin: 2px 0;
}

cite
{
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset
{
	padding: 15px;
}

legend
{
	color: #333333;
	padding: 5px 3px 10px 3px;
}

/*============================================================*
	HEADINGS
==============================================================*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 5px 0;
}

h1
{
	margin-bottom: 0;
}

h1, h2
{
	margin-top: 0px;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h3.small
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
}

/*============================================================*
	LISTE
==============================================================*/
ul
{
	margin: 0;
	padding: 0;
}

li
{
	list-style: none;
	background: url(../../Images/Bullets/list-bullet-01-link.gif) no-repeat 0 .8em;
	padding: .15em 0 .15em 0.9em;
	margin-left: 0.2em;
}

/*============================================================*
	LINKS
==============================================================*/
a:link
{
	color: #d61719;
	text-decoration: none;
}

a:visited
{
	color: #980000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #980000;
}

/*============================================================*
	HEADER
==============================================================*/
#_header-frame
{
	_height: 400px;
	width: 100%;
	table-layout: fixed;
	background-color: #666666;
	border-bottom-style: solid;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-color: #808080;
}

#header-container
{
	margin-left: auto;
	margin-right: auto;
	font-size: .85em;
	width: 872px;
	height: 35px;
	table-layout: fixed;
}

#header-logo
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-family: Tahoma;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.1em;
}

#header-container a
{
	color: #999999;
	text-decoration: none;
}

#header-cell-left
{
	padding-top: 2px;
	vertical-align: top;
	text-align: right;
	width: 8em;
	padding-right: 3px;
}

#header-content-left
{
	border-bottom: 1px dashed #CACACA;
	padding-right: 1em;
	padding-top:5px;
}
#header-content-left2
{
	border-bottom: 1px dashed #CACACA;
	padding-right: 1em;
	padding-top:5px;
}
#header-content-left3
{
	border-bottom: 1px dashed #CACACA;
	padding-right: 1em;
	padding-top:5px;
}

#header-cell-right
{
	padding-top: 7px;
	vertical-align: top;
	border-left: 1px dashed #CACACA;
	width: 215px;	
}

#header-content-right
{
	padding-left: 1em;
}

#header-content-right2
{
	padding-top: 6px;
	padding-left: 1em;
}

/*============================================================*
	NAVIGATION
==============================================================*/
#nav-frame
{
	background: #A3A5A8;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	width: 872px;
	height: 30px;
	margin-top: 0px;
}

#nav-cell-left
{
	font-weight: bold;
	font-size: 11px;
	padding-left: 9px;
}

#nav-cell-left a:link, #nav-cell-left a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#nav-cell-left a:hover
{
	color: #E0EEFD;
	text-decoration: underline;
}

#nav-cell-left a:active
{
	color: #FFFFFF;
}

/* ACTIVE PAGES */
#nav-cell-left a.StaticSelectedStyle:link, #nav-cell-left a.StaticSelectedStyle:visited
{
	color: #E0EEFD;
	text-decoration: underline;
}

/*============================================================*
	PAGE TITLE
==============================================================*/
#title-container
{
	background: #808080;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	width: 872px;
	_height: 30px;
}
#title-content
{
	font-size: 12px;
	color: #E0EEFD;
	font-weight: bold;
	padding-left: 9px;
}

#title-content a:link, #title-content a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#title-content a:hover
{
	color: #D4E7F8;
	text-decoration: none;
}


/*============================================================*
	FOOTER
==============================================================*/
#footer-container
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	width: 872px;
	height: 38px;
}

#footer-container2
{
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	width: 872px;
	font-weight: bold;
	font-size: 9px;
	vertical-align: top;
	color: #CCCCCC;
}


#footer-cell-left
{
	background: #608fc8;
	color: #a9c0db;
	font-weight: bold;
	font-size: 9px;
	padding-left: 15px;
}

#footer-cell-right
{
	background: #4b6cb5;
	width: 25%;
	_padding: 2px;
}

#footer-container a:link, #footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer-container a:hover
{
	color: #D4E7F8;
	text-decoration: none;
}

#footer-container a:active
{
	color: #FFFFFF;
}

/*============================================================*
	PHOTO
==============================================================*/
img
{
	border: none;
}

#home-banner-container
{
	margin: 3px auto 0px auto;
	width: 872px;
	table-layout: fixed;
}

#home-feature-area
{
	padding: 11px 6px 12px 6px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 160%;
	background-color: #808080;
}

#home-feature-area a:link, #home-feature-area a:visited
{
	color: #dcf2f7;
	text-decoration: underline;
}

#feature-area-home a:hover
{
	text-decoration: none;
}

.photo-border
{
	border: 1px solid #cecece;
	padding: 4px;
	background: #CACACA url(    '../../Images/photo-bg.jpg' ) repeat-x top;
	margin-bottom: 5px;
	display: block;
	_display: none;
}

/*============================================================*
	FRAME - ROUNDED - WHITE
==============================================================*/
.frame-content
{
	padding: 3px 3px 3px 3px;
}

.frame-dark-content
{
	padding: 0px 3px 3px 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	line-height: 120%;
}

.frame-dark-content a:link, .frame-dark-content a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.frame-dark-content a:hover
{
	color: #D4E7F8;
	text-decoration: none;
}

.frame-white-top-right
{
	background-image: url(      '../../Images/Frames/frame-white-top-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	background-color: #FFFFFF;
}

.frame-top-left
{
	background-image: url(      '../../Images/Frames/frame-top-left.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-top-right
{
	background-image: url(     '../../Images/Frames/frame-top-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-bottom-right
{
	background-position: bottom;
	background-image: url(      '../../Images/Frames/frame-bottom-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-bottom-left
{
	background-position: bottom;
	background-image: url(     '../../Images/Frames/frame-bottom-left.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-top-horiz
{
	background-image: url(      '../../Images/Frames/frame-horiz.gif' );
	background-repeat: repeat-x;
}

.frame-bottom-horiz
{
	background-position: bottom;
	background-image: url(      '../../Images/Frames/frame-horiz.gif' );
	background-repeat: repeat-x;
}

.frame-left-vert
{
	background-image: url(      '../../Images/Frames/frame-vert.gif' );
	background-repeat: repeat-y;
}

.frame-right-vert
{
	background-position: right;
	background-image: url(      '../../Images/Frames/frame-vert.gif' );
	background-repeat: repeat-y;
}

/*============================================================*
	FRAME - ROUNDED - GRAY (#A3A5A8)
==============================================================*/
.frame-gray-top-left
{
	background-image: url(      '../../Images/Frames/frame-gray-top-left.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-gray-top-right
{
	background-image: url(     '../../Images/Frames/frame-gray-top-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-gray-bottom-right
{
	background-position: bottom;
	background-image: url(      '../../Images/Frames/frame-gray-bottom-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-gray-bottom-left
{
	background-position: bottom;
	background-image: url(     '../../Images/Frames/frame-gray-bottom-left.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-gray-top-horiz
{
	background-image: url(      '../../Images/Frames/frame-gray-horiz.gif' );
	background-repeat: repeat-x;
}

.frame-gray-bottom-horiz
{
	background-position: bottom;
	background-image: url(      '../../Images/Frames/frame-gray-horiz.gif' );
	background-repeat: repeat-x;
}

/*============================================================*
	FRAME - ORANGE - RIGHT
==============================================================*/

.frame-orange-title
{
	padding: 4px 4px 4px 4px;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 1.1em;
}

.frame-orange-content
{
	padding: 6px 0px 6px 4px;
}

.frame-orange-top-left
{
	background-image: url(      '../../Images/Frames/frame-orange-top-left.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-orange-top-right
{
	background-image: url(     '../../Images/Frames/frame-orange-top-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-orange-bottom-right
{
	background-position: bottom;
	background-image: url(      '../../Images/Frames/frame-orange-bottom-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-orange-bottom-left
{
	background-position: bottom;
	background-image: url(     '../../Images/Frames/frame-orange-bottom-left.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-orange-top-horiz
{
	background-image: url(      '../../Images/Frames/frame-orange-horiz.gif' );
	background-repeat: repeat-x;
}

.frame-orange-bottom-horiz
{
	background-position: bottom;
	background-image: url(      '../../Images/Frames/frame-orange-horiz.gif' );
	background-repeat: repeat-x;
}

.frame-orange-left-vert
{
	background-image: url(      '../../Images/Frames/frame-orange-vert.gif' );
	background-repeat: repeat-y;
}

.frame-orange-right-vert
{
	background-position: right;
	background-image: url(      '../../Images/Frames/frame-orange-vert.gif' );
	background-repeat: repeat-y;
}


/*============================================================*
	FRAME - BLUE - RIGHT
==============================================================*/

.frame-blue-title
{
	padding: 4px 4px 4px 4px;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 1.1em;
}

.frame-blue-content
{
	padding: 6px 0px 6px 4px;
}

.frame-blue-top-left
{
	background-image: url(      '../../Images/Frames/frame-blue-top-left.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-blue-top-right
{
	background-image: url(     '../../Images/Frames/frame-blue-top-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-blue-bottom-right
{
	background-position: bottom;
	background-image: url(      '../../Images/Frames/frame-blue-bottom-right.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-blue-bottom-left
{
	background-position: bottom;
	background-image: url(     '../../Images/Frames/frame-blue-bottom-left.gif' );
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

.frame-blue-top-horiz
{
	background-image: url(      '../../Images/Frames/frame-blue-horiz.gif' );
	background-repeat: repeat-x;
}

.frame-blue-bottom-horiz
{
	background-position: bottom;
	background-image: url(      '../../Images/Frames/frame-blue-horiz.gif' );
	background-repeat: repeat-x;
}

.frame-blue-left-vert
{
	background-image: url(      '../../Images/Frames/frame-blue-vert.gif' );
	background-repeat: repeat-y;
}

.frame-blue-right-vert
{
	background-position: right;
	background-image: url(      '../../Images/Frames/frame-blue-vert.gif' );
	background-repeat: repeat-y;
}

/*============================================================*
	TABLE - FULL
==============================================================*/
.table-fullpage
{
	margin-left: auto;
	margin-right: auto;
	width: 872px;
	table-layout: fixed;
}

.table-fullpage-leftcol
{
	padding-top: 6px;
	width: 654px;
	vertical-align: top;
}

.table-fullpage-rightcol
{
	vertical-align: top;
}

/*============================================================*
	TABLE - LEFT
==============================================================*/
.table-leftpage
{
	margin-top: 18px;
	margin-bottom: 8px;
	width: 636px;
	table-layout: fixed;
}

.table-leftpage-col1of3
{
	vertical-align: top;
	padding-right: 10px;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #CACACA;
}

.table-leftpage-col2of3
{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #CACACA;
}

.table-leftpage-col3of3
{
	vertical-align: top;
	padding-left: 10px;
}

/*============================================================*
	MISC
==============================================================*/
.arrow
{
	vertical-align: middle;
}

.center-page
{
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 872px;
}

.padding-bottom
{
	padding-bottom: 10px;
}

.padding-top
{
	padding-top: 10px;
}

.small-legend
{
	font-size: 9px;
	color: #808080;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-style: italic;
}

/*============================================================*
	TABLE - FEATURES
==============================================================*/
.table-col-feature
{
	padding: 4px 8px 4px 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9BBB59;
	font-family: Tahoma;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BBB59;
}

.table-col-header
{
	border-width: 1px;
	border-color: #9BBB59;
	padding: 4px 6px 4px 6px;
	border-bottom-style: solid;
	background-color: #F5F8EE;
	font-family: Tahoma;
	font-weight: bold;
	border-right-style: solid;
	border-top-style: solid;
	text-align: center;
}

.table-col-content-on
{
	padding: 4px 6px 4px 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9BBB59;
	background-color: #CDDDAC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BBB59;
	text-align: center;
}

.table-col-content-off
{
	padding: 4px 6px 4px 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9BBB59;
	background-color: #E6EED5;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BBB59;
	text-align: center;
}

.table-col-total-feature
{
	background-color: #F5F8EE;
	padding: 4px 8px 4px 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BBB59;
	font-family: Tahoma;
	font-weight: bold;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #9BBB59;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BBB59;
	text-align: right;
}

.table-col-total
{
	background-color: #F5F8EE;
	padding: 4px 6px 4px 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BBB59;
	font-family: Tahoma;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9BBB59;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #9BBB59;
	text-align: center;
}

/*============================================================*
	Accordion
==============================================================*/

.accordion-header
{
	color: #808080;
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

_accordion-header
{
	border: 1px solid #666699;
	color: white;
	background-color: #666699;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
}

.accordion-header-selected
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 3px;
	cursor: pointer;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #666666;
}

_accordion-header-selected
{
	border: 1px solid #9797B9;
	color: white;
	background-color: #9797B9;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 3px;
	cursor: pointer;
}

.accordion-content
{
	padding: 0px 0px 0px 0px;
	color: #333333;
}

_accordion-content
{
	background-color: #F0F0F0;
	border-top: none;
	padding: 5px 15px 0px 15px;
	color: #333333;
	_border-style: none dashed dashed dashed;
	_border-right-color: #9797B9;
	_border-bottom-color: #9797B9;
	_border-left-color: #9797B9;
	_border-right-width: 1px;
	_border-bottom-width: 1px;
	_border-left-width: 1px;
}

