/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */



/* ======================================================================================================== */
/* ----------------------------------------------------------------------------------- STYLES FOR ALL PAGES */
/* ======================================================================================================== */


/* -------------------------------------------------- Page Wrap */

#uber {
	position: relative;
	margin: 0 auto;
	width: 950px
}

/* -------------------------------------------------- Head Container */

#head {
	width: 100%;
	height: 167px;
}

/* -------------------------------------------------- Logo */

#head #logo {
	float: left;
	padding: 50px 0 0 0;
}

/* -------------------------------------------------- Tertiary Nav */

#tertiarynav {
	float: right;
	padding: 15px 207px 0 0;
}
#tertiarynav li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #c4c4c4;
	font-size: 11px;
}
#tertiarynav li.last {
	border-right: none;
}
#tertiarynav a {
	font-weight: bold;
	text-decoration: none;
}

/* -------------------------------------------------- Search Area */

#search {
	position: absolute;
	top: 12px;
	left: 743px;
	width: 207px;
	height: 22px;
	background: url(/fr/images/structure/searchbox.png) no-repeat;
	z-index: 1;
}
#search input {
	float:left;
}
#search .inputbox {
	position: relative;
	width: 170px;
	height: 15px;
	top: 4px;
	left: 10px;
	border: none;
	background: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;	
}
#search .searchbutton {
	position: relative;
	width: 22px;
	height: 22px;
	top: 1px;
	left: 15px;
}

/* -------------------------------------------------- Site Title */

#head #tagline {
	position: absolute;
	top: 44px;
	right: 0;
	color: #666;
	font: bold 18px/24px Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------- Footer Area */

#footer {
	clear: both;
	width: 100%;
	height: 70px;
	background: #02529b url(/fr/images/structure/footer_bg.png) repeat-x;
}
#footer .gcscpLogo {
	float: left;
	padding: 0 0 0 28px;
}
#footer .mihrLogo {
	float: right;
	padding: 0 28px 0 0;
}

/* -------------------------------------------------- Sign Off Area */

#signoff {
	padding: 8px 0 15px;
	width: 100%;
}
#signoff .address {
	float: left;
	padding: 4px 15px 0 0;
}
#signoff .links {
	float: left;
	padding: 4px 0 0 0;
}
#signoff .address li, #signoff .links li {
	float: left;
	padding: 0 8px;
	font-size: 11px;
	line-height: 1em;
	color: #000;
}
#signoff .address li {
	border-left: 1px solid #000;
}
#signoff .links li {
	border-left: 1px solid #035096;
}
#signoff .address li.first, #signoff .links li.first {
	padding-left: 0px;
	border-left: none;
}
#signoff .links li {
	float: left;
	padding: 0 8px;
}
#signoff .designedby {
	float: right;
}
#signoff .designedby li {
	float: left;
	font-size: 11px;
}
#signoff .designedby li img {
	padding: 2px 0 0 5px;
}



/* ======================================================================================================== */
/* ---------------------------------------------------------------------------------- STYLES HOME PAGE ONLY */
/* ======================================================================================================== */


/* -------------------------------------------------- Home Page Main Container */

#h_maincontainer {
	position: relative;
	width: 950px;
	border-bottom: 2px solid #fff;
}

/* -------------------------------------------------- Home Page Main Container Image */

#h_maincontainer #leftarea {
	float: left;
	width: 697px;
}
#h_maincontainer #leftarea #imagearea {
	padding: 0 330px 20px 0;
	width: 367px;
	height: 264px;
	overflow: hidden;
}
#h_maincontainer #leftarea #imageareacontent {
	position: absolute;
	left: 30px;
	top: 100px;
	width: 330px;
	height: 180px;
	overflow: hidden;
	z-index: 1;
}
#h_maincontainer #leftarea #additional {
	padding: 25px 50px 20px 30px;
	height: 69px;
	overflow: hidden;
}

/* -------------------------------------------------- Home Page Main Container Content */

#h_maincontainer #rightarea {
	float: left;
	width: 253px;
}
#h_maincontainer #rightarea #zone1 {
	width: 253px;
	min-height: 269px;
	border-top: 15px solid #fff;
	border-bottom: 3px solid #fff;
	background: #f5cd66 url(/fr/images/structure/h_mainbg.png) right top repeat-y;
}
#h_maincontainer #rightarea #zone1 .content {
	padding: 0 20px 15px 25px;
	width: 208px;
	background: url(/fr/images/structure/h_zone1_headerbg.png) no-repeat;
	/*
	height: 254px;
	overflow: hidden;	
	*/
}
#h_maincontainer #rightarea #zone2 {
	width: 253px;
	background: #f9db8a;
	border-bottom: 2px solid #fff;
}
#h_maincontainer #rightarea #zone2 .content {
	padding: 15px 20px 15px 25px;
}
#h_maincontainer #rightarea #zone2 .loginBtn li {
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug. */
	margin: 0 0 8px 0;
	padding: 0;
	background: #ecb212 url(/fr/images/structure/login_arrow.gif) 190px center no-repeat;
	color: #000;
	line-height: 1.2;
}
#h_maincontainer #rightarea #zone2 .loginBtn a {
	display: block; /* To increase the clickable area as a's default to inline. */
	padding: 7px 10px;
	color: #000;
}
#h_maincontainer #rightarea #zone2 .loginBtn a:hover {
	background: #ffc525 url(/fr/images/structure/login_arrow.gif) 190px center no-repeat;
}



/* ======================================================================================================== */
/* -------------------------------------------------------------------------- STYLES FOR CONTENT PAGES ONLY */
/* ======================================================================================================== */


/* -------------------------------------------------- Main Container */

#maincontainer {
	position: relative;
	width: 100%;
	background: url(/fr/images/structure/i_mainbg.png) repeat-y;
}
#pageheader {
	float: left;
	width: 100%;
	height: 133px;
}

/* -------------------------------------------------- Sub Navigation */

#subnavWrap {
	float: left;
	width: 211px;
	margin: 0 1px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding-bottom: 20px;
	background: url(/fr/images/structure/subnav_bg.png) repeat-x;
}
/* --- IE6 Hack --- */
* html #subnavWrap {width: 210px;}
/* ---------------- */
#subnav {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#subnav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug. */
}
#subnav a {
	display: block; /* To increase the clickable area as a's default to inline. */
	padding: 10px 15px 12px 20px; 
	border-bottom: 1px solid #98c6ee;
}
#subnav li.on a {
	color: #dda30c;
}

/* -------------------------------------------------- Content Container */

#contentContainer {
	float: left;
	margin: 3px 15px 25px 33px;
	width: 689px;
}

/* -------------------------------------------------- Breadcrumbs and Actions */

#contentTopWrap {
	float: left;
	width: 671px;
}
#actions {
	float: right;
	margin: 0px;
	width: 100%;
	text-align: right;
}
/* --- RSS Link --- */
a.rssLink, a.rssLink:active, a.rssLink:visited {
	display: block;
	float: right;
	width: 74px;
	height: 19px;
	overflow: hidden;
	background: transparent url(/fr/images/structure/rss_feeds.png) no-repeat 0px 0px;
}
a.rssLink:hover {background-position: 0px -19px;}

/* --- EMAIL Link --- */
a.emailLink, a.emailLink:active, a.emailLink:visited {
	display: block;
	float: right;
	width: 59px;
	height: 19px;
	overflow: hidden;
	background: transparent url(/fr/images/structure/email_version.png) no-repeat 0px 0px;
	margin: 0px 20px 0px 0px;
}
a.emailLink:hover {background-position: 0px -19px;}

/* --- Print Link --- */
a.printLink, a.printLink:active, a.printLink:visited {
	display: block;
	float: right;
	width: 56px;
	height: 19px;
	overflow: hidden;
	background: transparent url(/fr/images/structure/print_version.png) no-repeat 0px 0px;
	margin: 0px 20px 0px 0px;
}
a.printLink:hover {background-position: 0px -19px;}

/* --- Share Link --- */
a.shareLink, a.shareLink:active, a.shareLink:visited {
	display: block;
	float: right;
	width: 55px;
	height: 19px;
	overflow: hidden;
	background: transparent url(/fr/images/structure/share.png) no-repeat 0px 0px;
	/*margin: 0px 20px 0px 0px;*/
}
a.shareLink:hover {background-position: 0px -19px;}

/* --- Breadcrumbs --- */
#breadcrumbs {
	float: left;
	padding-left: 3px;
}
#breadcrumbs li {
	float: left;
	padding: 0 4px 0 0;
	font-size: 11px;
}

/* -------------------------------------------------- Content */

#contentArea {
	float: left;
	clear: both;
	width: 100%;
}

#content {
	float: left;
	width: 469px;
	padding-bottom: 20px;
}

#content_wide
{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#content ul li, #content_wide ul li {
	margin: 0 0 0 20px;
	list-style: disc;
}

#content ol li, #content_wide ol li
{
	margin: 0 0 0 30px;
	list-style: decimal;
}

#content img {
	/*
	padding: 3px;
	border: 1px solid #b9b9b9;
	*/
}

/* -------------------------------------------------- Additional Information */

#additionalInfo {
	float: right;
	width: 187px;
}
.additionalInfoHead {
	background: #d8a525;
}
.additionalInfoHead .header {
	padding: 5px 16px 7px 16px;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#additionalInfo .content {
	padding: 0 15px;
	background: url(/fr/images/structure/additionalInfo_bg.jpg) repeat-x;
	min-height: 300px;
	height: auto !important;
	height: 300px;	
}
#additionalInfo .content li {
	margin: 0;
	padding: 7px 0;
	background: url(/fr/images/structure/additionalInfo_divide.jpg) center bottom no-repeat;
}



/* ======================================================================================================== */
/* ----------------------------- TYPOGRAPHY AND LINKS in specific divs that differ from the base.css styles */
/* ======================================================================================================== */


/* ----- end template ----- */


/*

	Site Map
	
*/
.siteMapSection
{
	width: 337px;
	float: left;
	margin-right: 15px;
}

.siteMapSection a, .siteMapSection span.heading a
{
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.siteMapSection span.heading
{
	font-size: 1.2em;
	display: block;
	font-weight: bold;
	border-bottom: solid 1px #c5c5c5;
}

.siteMapSection span.heading a
{
	margin: 0px 0px 0px 0px;
}

/*

	Datagrid Styles (search page)

*/

.gridRow, .gridRow td
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}

.gridAltRow, .gridAltRow td
{
	background-color: #f0f4fb;
	padding: 5px 5px 5px 5px;
}

.gridHeader, .gridHeader td
{
	background-color: #0e5ca1;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
