﻿/******* Default Part CSS *******/
body, div, h1, h2, h3, h4, h5, h6, a, form, fieldset, select, input, th, dd, dl, dt
{
	padding: 0px;
	margin: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

img
{
	border: 0;
}

:focus
{
	outline: 0;
}

.t_left
{
	text-align: left;
}
.t_center
{
	text-align: center;
}
.t_right
{
	text-align: right;
}
.f_l
{
	float: left;
}
.f_r
{
	float: right;
}
.v_top
{
	vertical-align: top;
}
.v_middle
{
	vertical-align: middle;
}

.clear
{
	clear: both;
	font-size: 1px;
	height: 0px;
}



body
{
	font-family: Arial, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 100%;
	min-width: 984px;
	line-height: 16px;
}


/* Content  texts and links------------------------------------------------------*/

a
{
	color: #0052ad;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: none;
}

h1
{
	font: 34px Times New Roman, Georgia, sans-serif;
	color: #000;
	margin-bottom: 45px;
}

h2
{
	font: 24px Times New Roman, Georgia, sans-serif;
	color: #2672c0;
	margin-bottom: 15px;
}


.sidebar h2
{
	color: #747474;
}


h3
{
	font: 18px Times New Roman, Georgia, sans-serif;
	color: #606060;
	padding-bottom: 5px;
	margin: 20px 0 15px;
	border-bottom: 1px solid #ddd;
}
h4
{
	font: bold 15px Times New Roman, Georgia, sans-serif;
	line-height: normal;
	color: #2672c0;
	margin: 0 0 10px 0;
}

h5
{
	font-size: 13px;
	font-weight: bold;
	color: #0052ad;
	margin: 5px 0 0 0;
}

/* Header 
------------------------------------------------------*/

/*NOTE: Andrew: Initial Width = 974px*/

.header
{
	position: relative;
	width: 1024px;
	height: 120px;
	margin: 0px auto;
}

a.logo
{
	background: url(../images/logo.gif) no-repeat left top;
	position: absolute;
	top: 60px;
	left: 0px;
	height: 56px;
	width: 238px;
	display: block;
}

.flags
{
	background: url(../images/head-corner.gif) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 63px;
	width: 131px;
}

.flags a
{
	text-decoration: none;
	margin: 0 3px;
}

#divStayTopLeft
{
	background: #2282c4 url(../images/whereweare-top.gif) no-repeat left top;
	position: absolute;
	right: 0px;
	top: 170px;
	padding-top: 120px;
	width: 27px;
	text-align: center;
}

.where-we-are a
{
	text-decoration: none;
	margin: 3px 0;
}


.where-bottom
{
	background: #2282c4 url(../images/whereweare-bottom.gif) no-repeat left bottom;
	width: 27px;
	height: 18px;
	margin-top: 20px;
}




/* ------------------------------------------------------  Content layout manipulators ------------------------------------------------------*/


.wrapper
{
	width: 944px;
	margin: 0px auto;
}


.content-wrapper
{
	width: 944px;
	margin: 0px auto;
	position: relative;
	margin-top: 60px;
}

.content
{
	position: relative;
	width: 654px;
	float: right;
}

.content li
{
	margin: 5px 0;
}

.sidebar
{
	width: 260px;
	float: left;
}




/* intro */

.intro
{
	height: 210px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 15px;
	font: 23px Times New Roman, Georgia, sans-serif;
	color: #606060;
}

span.blue
{
	color: #2672c0;
}
span.black
{
	color: #000;
}

/* home plan */

.home-plan
{
	float: left;
	width: 200px;
	margin-right: 18px;
	position: relative;
	height: 290px;
	margin-bottom: 25px;
}

.home-plan a
{
	position: absolute;
	bottom: 0;
	left: 0;
}

a.btn
{
	display: block;
	height: 27px;
	background: #303030 url(../images/btn-more-sprite.gif) no-repeat;
	background-position: right 0;
	margin-top: 20px;
	padding: 0 25px 0 15px;
	font: 18px Times New Roman, Georgia, sans-serif;
	color: #fff;
	line-height: 27px;
	float: left;
	cursor: pointer;
	text-decoration: none;
}
a.btn:hover
{
	height: 27px;
	background: #2282c4 url(../images/btn-more-sprite.gif) no-repeat;
	background-position: right -27px;
	text-decoration: none;
}


a.btn-pdf
{
	display: block;
	height: 42px;
	background: url(../images/btn-pdf-sprite.gif) no-repeat top left;
	margin-top: 20px;
	padding: 0px 35px 0 50px;
	font: 18px Times New Roman, Georgia, sans-serif;
	color: #fff;
	line-height: 47px;
	float: left;
	cursor: pointer;
	text-decoration: none;
}
a.btn-pdf:hover
{
	background: url(../images/btn-pdf-sprite.gif) no-repeat;
	background-position: left -42px;
	text-decoration: none;
}



/* ------------------------------------------------------------  Side Navigator`s Styles  ------------------------------------------------------------ */

.side-nav ul
{
	background: url(../images/left-nav-top.png) no-repeat left top;
	list-style: none;
	margin: 0;
	padding: 30px 0 0 0;
}

* html .side-nav ul
{
	background: none;
	display: block;
	height: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left-nav-top.png', sizingMethod=crop);
}


.side-nav ul li
{
	margin: 0px;
	list-style: none;
	display: block;
	height: 38px;
}



.side-nav ul li a
{
	text-decoration: none;
	display: block;
	padding-left: 20px;
	font: 18px Times New Roman, Georgia, sans-serif;
	color: #fff;
	line-height: 38px;
	height: 38px;
}

.side-nav ul li a:hover, .side-nav ul li.active a, .side-nav ul li.active a:hover
{
	color: #000;
}



/* Footer  ------------------------------------------------------*/
.footer
{
	height: 80px;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 40px auto;
	padding-top: 10px;
	color: #555;
	font: 11px Arial, Tahoma, Verdana, Trebuchet MS, sans-serif;
	text-align: center;
}

.footer a
{
}
.footer a:hover
{
	text-decoration: underline;
}

/* -------------------------------- Addition  ----------------------------------*/

.jsAction
{
	cursor: pointer;
	color: #2672C0;
	text-decoration: none;
}

.hided ul
{
	display: none;
}

/* ------------------------ communication ----------------------------- */

.grid
{
	font-size: 12px;
	border: none;
	border-collapse: collapse;
	margin-bottom: 5px;
	text-align:left;
	background-color:White;
}

.grid th
{
	border: 1px solid white;
	background: #2282c4 url(../images/table-head-bg.gif) no-repeat left top;
	font-weight: bold;
	color: #fff;
	padding: 6px 4px;
	margin: 0;
}

.grid td
{
	background: #f2f2f2;
	border: 1px solid white;
	margin: 0;
	padding: 6px 4px;
	vertical-align: top;
}

table.profile td
{
	padding: 5px 0 5px 20px;
}
table.profile th
{
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
	color: #000;
}

.slideshow-head
{
	background: #000 url(../images/slideshow-head-bg.gif) no-repeat left top;
	height: 18px;
	font-size: 1px;
}

.hidden
{
	display: none;
}

.shown
{
	display: block;
}


/*SEO*/

.SeoOutput
{
	display: none;
}

/*Portfolio*/
.PortfolioGrid
{
	font-size: 12px;
	border: 5px solid white;
	padding: 6px 4px 6px 10px;
	margin: 5px;
	background: #f2f2f2;
}

.PortfolioGrid td * img
{
	border: 2px solid #0face0;
	padding: 10px;
	margin: 5px;
	background: #ffffff;
	vertical-align: middle;
}

.PortfolioGrid * td
{
	text-align: justify;
	padding-left: 15px;
}

.PortfolioGrid > tbody > tr > td:first-child
{
	border: 1px solid white;
	background: #2282c4 url(../images/table-head-bg.gif) no-repeat left top;
	font-weight: bold;
	color: #fff;
	padding: 6px 4px 6px 5px;
	margin: 5px;
	text-align: center;
	width: 20%;
}

/*Portfolio footer*/
.PortfolioGrid td[colspan="2"]:first-child
{
	background: #f2f2f2 none no-repeat top;
	font-size: 15px;
	color: #606060;
	border: 1px solid white;
	border-collapse: collapse;
	text-align: center;
	padding: 6px 4px 6px 5px;
	margin: 5px;
}
/* END Portfolio */
.