/*****************************************************************************************/
/***  BASE TAGS  ***
/*****************************************************************************************/

header, footer, section, nav, hgroup {
	display: block;
	width: 100%;
}




/*****************************************************************************************/
/***  GENERIC CLASSES  ***
/*****************************************************************************************/

.col-width-4 .col {
	width: 22%;
}

.col {
	float: left;
	padding: 5px;
}



/*****************************************************************************************/
/***  PRIMARY LAYOUT  ***
/*****************************************************************************************/

div#l_background {
	background: transparent url(../img/layout-v1/bgExterior.gif) repeat-x scroll 0 0;
}

div#l_exterior {
	width: 914px;
	margin: auto;
	min-height: 550px;
	padding: 0 20px 0 20px;
}



/*****************************************************************************************/
/***  ABOVE AND TOP NAVIGATION  ***
/*****************************************************************************************/

header#l_above {
	position: relative;
	height: 64px; overflow: visible;
}
header#l_above img.logo {
	background: transparent url(../img/layout-v1/logo.gif) no-repeat scroll 0 0;
	width: 310px; height: 64px;
	float: left;
}

header#l_above nav#nav_top ul {
	padding-top: 30px;
}
header#l_above nav#nav_top li {
	float: left;
	padding-top: 10px;
	margin-left: 22px;
	
}
header#l_above nav#nav_top a {
	color: #fff;
	text-decoration: none;
}
header#l_above nav#nav_top li.active a {
	font-weight: bold;
}

header#l_above nav#nav_flags {
	display: table-cell;
	position: absolute;
	top: 4px; right: 0;
	height: 30px;
	overflow: hidden;
	width: auto;
	z-index: 0;
}
header#l_above nav#nav_flags .flag {
	z-index: 0;
}


/*****************************************************************************************/
/***  SITE HEADER  ***
/*****************************************************************************************/

header#l_header {
	background: transparent none no-repeat scroll 50% 0;
	background-image: url(../img/banners/generic-parasol.png);
	height: 268px;
	position: relative;
}
header#l_header .captions {
	position: absolute;
}
header#l_header .captions h1 {
	color: #ff5400;
	font-weight: normal;
	font-size: 19px;
	padding: 0;
	margin: 0 0 3px 0;
	position: relative;
}
header#l_header .captions h2 {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	margin: 0 0 3px 0;
	position: relative;
}
header#l_header .captions h3 {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin: 0 0 3px 0;
	position: relative;
}



/*****************************************************************************************/
/***  SITE FOOTER  ***
/*****************************************************************************************/

div#sitefooter-wrapper {
	background: #ff5400 url(../v2r1_img/layout/footer_bg.jpg) no-repeat scroll 50% 0;
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 65px;
	margin-top: 30px;
}
footer#sitefooter {
	width: 760px;
	margin: auto;
	color: #fff;
}
footer#sitefooter img.logo {
	width: 250px; height: 41px;
	background: transparent url(../v2r1_img/layout/sitefooter-logo.png) no-repeat scroll 0 0;
	margin-left: 7px;
}
footer#sitefooter hr {
	background-color: #fff;
	height: 1px;
	border: none;
}
footer#sitefooter h1 {
	font-size: 15px;
	margin-bottom: 8px;
}
footer#sitefooter li {
	font-size: 12px;
}
footer#sitefooter a {
	color: #fff;
	text-decoration: none;
}
footer#sitefooter .x-row-2 {
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
}
