body
{
	margin:0px 0px;
	padding:0px 0px;
	text-align:center;
}

/* Template Container */
#pageTemplate
{
	width:770px;
	font-family:Arial,Sans-Serif;
	font-size:9pt;
	text-align:left;
	margin:0px auto;
	padding:0px 10px;
	background-image:url(img/pageBG.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

/* Page Header*/
#pageHeader
{
	height:180px;
	display:block;
	background-image:url(Img/headerBG.gif);
	background-repeat:no-repeat;
}

/* General Content Areas */
#HomeContentArea
{
	width:770px;
	margin:0px 0px;
	padding:0px 0px;
	background-image:url(Img/HomeContentBG.gif);
	background-repeat:repeat-y;
}

#ContentArea
{
	width:770px;
	margin:0px 0px;
	padding:0px 0px;
	background-image:url(Img/ContentBG.gif);
	background-repeat:repeat-y;
}


/* Navigation */
#navigation
{
	width:180px;
	float:left;
	padding:10px 0;
}

/* Home Content */
#homeContent
{
	margin-right:160px;
	padding-top:10px;
	padding-left:8px;
}

/* Content */
#content
{
	float:left;
	width:421px;
	padding:10px 4px 0 4px;
}

/* Right Aditional */
#additional
{
	float:right;
	width:144px;
	padding:10px 8px 0 8px;
}

#footer
{
	clear:both;
	float:none;
	width:750px;
	padding:10px 10px 10px 10px;
	background-image:url(Img/FooterBG.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:8pt;
	color:#ffffff;
	background-color:#022D71;
}
#footer td
{
	font-size:8pt;
	color:#ffffff;
	text-align:center;
}

#footer a
{
	color:#ffffff;
}

#footer a:hover
{
	background-color:#FFF638;
	color:#022D71;
}


/* Cleaner DIV TAG CLEARS Column Floating areas*/
.cleaner
{
	clear:both;
	float:none;
	font-size:1px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	visibility:hidden;
}

/* Home link inside header */
#homeLink
{
	float:left;
	display:block;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	width:540px;
	height:154px;
}

#homeLink:hover
{
	background-color:transparent;
}

/* Hide Home Link Text*/
#homeLink span
{	display:none;	}


/* Country Selection Inside header*/
#countrySelect
{
	float:right;
	text-align:right;
	height:40px;
	width:215px;
	padding-top:10px;
	padding-right:10px;
}

#countrySelect ul
{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#countrySelect li
{	
	padding-left:10px;
	display:inline;
}

#countrySelect a
{
	font-family:Arial;
	font-size:18px;
	text-decoration:none;
	color:#ffffff;
	padding:1px 3px 1px 3px;
}

#countrySelect a:hover
{	
	background-color:#FFF638;
	color:#022D71;
}


/* Main Navigation inside header*/
#mainSiteNav
{
	float:left;
	margin:0;
	padding:4px 0 0 80px;
}

#mainSiteNav ul
{
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}

#mainSiteNav li
{
	margin:0;
	padding:0;
	display:inline;	
}

#mainSiteNav a
{
	font-family:Arial;
	font-variant:small-caps;
	font-size:20px;
	font-weight:900;
	color:#ffffff;
	text-decoration:none;
	margin-right:8px;
	margin-left:4px;
	padding:1px 3px 1px 3px;
}

#mainSiteNav a.sel
{
	background-color:#FFF638;
	color:#022D71;
}

#mainSiteNav a:hover
{
	background-color:#FFF638;
	color:#022D71;
}

/* Site Search inside header */
#siteSearch
{
	float:right;
	margin:0;
	padding-top:2px;
	padding-right:10px;
	text-align:right;
}

#siteSearch input
{
	font-size:8pt;
	width:100px;
}

#siteSearch a
{
	font-family:Arial;
	font-variant:small-caps;
	font-size:14px;
	font-weight:900;
	color:#ffffff;
	text-decoration:none;
	margin-left:2px;
	padding:1px 3px 1px 3px;
}

#siteSearch a:hover
{
	background-color:#FFF638;
	color:#022D71;
}


/* Site Navigation */
#navigation ul
{
	margin:0px 0px;
	padding:0px 0px;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	font-family:Arial;
}

#navigation li
{
	margin:0px 0px;
	padding:0px 0px;
	line-height:normal;
}

#navigation li a
{
	display:block;
	text-decoration:none;
	padding: 2px 10px;
	/*width:180px;*/
	color:#173F62;
	font-size:13pt;
}

#navigation li a:hover
{
	background-image:none;
	background-color:#173F62;
	color:#ffffff;
}

#navigation ul ul li a
{
	font-size:8pt;
	padding: 2px 5px 2px 30px;
}


#navigation #navBnr
{
	padding:10px 10px 10px 10px;
}
#navigation #navBnr a:hover
{
	background-color:Transparent;
}


/* Home Highlights */

/* Home Highlights List Container*/
#HomeHighlightsList
{
	width:450px;
	margin:0px auto;
}

/* Home Highlight Item*/
#HomeHighlight
{
	display:block;
	padding:4px 4px 4px 4px;
}

#HomeHighlight img
{
	float:left;
}

#HomeHighlight h1
{
	font-size:12pt;
	margin-left:70px;
	margin-bottom:0px;
}

#HomeHighlight h1 a
{
	color:#173F62;
	padding:1px 3px 1px 3px;
	text-decoration:none;
}

#HomeHighlight h1 a:hover
{
	color:#ffffff;
	background-color:#173F62;
}


#HomeHighlight #SummaryText
{
	margin-left:70px;
}

#HomeHighlight #SummaryText p
{
	margin-top:0px;
}


/* Home Promotions */

/* Home Promotions List Container*/
#HomePromotionsList
{}

#HomePromotion
{
	width:100%;
	display:block;
	padding:0px 0px 10px 0px;
	margin-bottom:20px;
}

#HomePromotion h1
{
	font-size:14pt;
	margin-bottom:0px;
}

#HomePromotion h1 a
{
	color:#173F62;
	padding:1px 3px 1px 3px;
	text-decoration:none;
}

#HomePromotion h1 a:hover
{
	color:#ffffff;
	background-color:#173F62;
}

#HomePromotion #SummaryText a
{
	padding:2px 2px;
	background-color:Transparent;
}

#HomePromotion #SummaryText a:hover
{
	background-color:Transparent;
	border:solid 1px #173F62;
}

/* Site Promotions */

/* Site Promotions List Container*/
#SitePromotionsList
{}

#SitePromotion
{
	width:100%;
	display:block;
	padding:0px 0px 10px 0px;
	margin-bottom:20px;
}

#SitePromotion h1
{
	font-size:14pt;
	margin-bottom:0px;
}

#SitePromotion h1 a
{
	color:#173F62;
	padding:1px 3px 1px 3px;
	text-decoration:none;
}

#SitePromotion h1 a:hover
{
	color:#ffffff;
	background-color:#173F62;
}

#SitePromotion #SummaryText a
{
	padding:2px 2px;
	background-color:Transparent;
}

#SitePromotion #SummaryText a:hover
{
	background-color:Transparent;
	border:solid 1px #173F62;
}

/* Linked Objects */

/* Linked Objects List Container*/
#LinkedObjectsList
{}

#LinkedObject
{
	width:100%;
	display:block;
	padding:0px 0px 10px 0px;
	margin-bottom:20px;
}

#LinkedObject img
{
	float:left;
	padding-right:10px;
}

#LinkedObject h1
{
	font-size:12pt;
	margin-bottom:0px;
}

#LinkedObject h1 a
{
	color:#173F62;
	padding:1px 3px 1px 3px;
	text-decoration:none;
}

#LinkedObject h1 a:hover
{
	color:#ffffff;
	background-color:#173F62;
}

#LinkedObject #SummaryText
{	text-justify:auto;	}

#LinkedObject #SummaryText p
{	margin-top:0px;	}


/* Attcahed Files */
#assignedFiles
{
	display:block;
	width:100%;
	padding:30px 10px 10px 10px;
}

#assignedFiles ul a
{
	width:100%;
	font-family:Arial;
	font-size:8pt;
	line-height:normal;
	text-decoration:none;
	margin:0px 0px;
	padding:1px 3px;
	color:#173F62;
}

#assignedFiles a:hover
{
	background-color:#173F62;
	color:#ffffff;
}

#assignedFiles ul
{
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin: 0px 0px;
	padding: 0px 0px;
}

#assignedFiles li
{
	background-image: url(Img/fti/Unknown.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
	padding: 0px 0px 16px 36px;
	margin: 0px 0px;
	height:32px;
}

#assignedFiles li.pdf
{	background-image: url(Img/fti/AdobePDF.gif);	}

#assignedFiles li.doc
{	background-image: url(Img/fti/MSWord.gif);	}

#assignedFiles li.xls
{	background-image: url(Img/fti/MSExcel.gif);	}

#assignedFiles li.ppt
{	background-image: url(Img/fti/MSPowerPoint.gif);	}

#assignedFiles li.zip
{	background-image: url(Img/fti/Zip.gif);	}

#assignedFiles li.avi
{	background-image: url(Img/fti/Video.gif);	}


/* Search Results */
#searchResult
{
	font-size:9pt;
	padding:0px 0px 20px 0px;
}

#searchResult p
{
	margin:0px 0px;
}

#searchResult h2
{
	font-size:12pt;
	padding-bottom:4px;
	margin-bottom:0px;
}

#searchResult h2 a
{
	text-decoration:none;
}

/* Content Definition */
h1,h2,h3,h4,h5,h6
{
	color:#173F62;
	font-family:Arial;
	margin-top:0px;
}

h1
{	font-size:20pt;		}

h2
{	font-size:18pt;		}

h3
{	font-size:16pt;		}

h4
{	font-size:14pt;		}

h5
{	font-size:12pt;		}

h6
{	font-size:10pt;		}

p
{
	color:#173F62;
	font-family:Arial;
	font-size:9pt;
}

td
{
	color:#173F62;
	font-family:Arial;
	font-size:9pt;
}

ul,li
{
	color:#173F62;
	font-family:Arial;
	font-size:9pt;
	line-height:16pt;
}

a
{
	text-decoration:underline;
	color:#173F62;
}

a:hover
{
	color:#ffffff;
	background-color:#173F62;
}
