@charset "utf-8";
body {
	margin: 0px; /* needed for centering the page */
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #999;
	line-height: 18px;
	font-weight: bold;
	background-image: url(image/bg.png);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
}
a img { 
	border: none; 
}
h1 {
	margin: 0px;
	color: #0071BC;
	font-size: 1.75em;
	font-weight: 500;
	/*text-transform: uppercase;*/
}
h2 {
	margin: 0px;
	color: #0071BC;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
}
#container {
	margin-left: auto; /* centers the page*/
	margin-right: auto; /* centers the page*/
	width: 750px; /* width of the page*/
	padding-left: 15px; /* distant from page border to content*/
	padding-right: 15px; /* distant from page border to content*/
	border-right-width: 1px; /*borders to make page alike design*/
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
	padding-bottom: 25px;
	background-color: #FFF;
}
#topSection { /*logo and language options goes here*/
	height: 100px;
	width: 750px;
}
#topSection a img{ /*deletes image borders (appears if image has hyperlink) */
	border: none;
}
#logo {
	float: left;
	margin-top: 25px; /* adjusting the logo vertically*/
	margin-left: 10px; /* adjusting the logo horizontally*/
}
#decoration {
	float: right;
	height: 80px;
	width: 200px; /*flags total width*/
	text-align: right;
	font-size: 18px;
	color: #000;
	padding-top: 20px;
	margin-right: 5px;
}
#decoration a {
	color:#000;
	text-decoration: none;
}
#decoration a:hover {
	text-decoration: underline;
}
#flags {
	height: 15px;
	width: 60px;
	float: right;
	text-align: right;
	margin-top: 5px;
}
#bannerSection {
	background-image:url(image/banner_bar.png);
	width: 750px;
	height: 190px;
	padding-bottom: 28px; /* adds the gray banner bar*/
	margin-bottom: 28px; /* makes space under the bar*/
	background-repeat: no-repeat;
}
#bannerSection #sitemap-note {
	float:right;
	text-align:right;
	color: #999;
	font-size: 18px;
	font-style:italic;
	margin-top: 4px;
	margin-right: 6px;
	font-weight: normal;
}
#menu {
	float: left;
	background-image:url(image/green_square.png);
	width: 216px;
	height: 190px;
	text-transform: uppercase;
	font-size: 1.2em;
}
#menu ul{ /*the menu points*/
	list-style:none; /*removes bullet points*/
	margin-top: 25px;
	margin-left: -10px;
	line-height: 20px;
}
#menu a{
	text-decoration: none; /* no underline*/
	color:#FFF;
	display: block; /* used to create the box hover effect when next to the menu links*/
}
#menu a:hover{
	color:#090; /* text color when mouse over*/
}
#menu li:hover{
	background-color:#FFF;
	filter:alpha(opacity=60); /* opacity settings for IE*/
	-moz-opacity: 0.6; /* opacity settings for mozilla*/
	opacity: 0.6; /* opacity settings for other browsers*/
	width: 155px; /* length of the hover bar*/
}
#banner {
	float: left;
	background-image:url(image/banner.png);
	width: 534px; /* width of image*/
	height: 190px; /* height of image*/
}
#mainContainer {
	width: 750px; /*width of the page*/
}
.sideSquare {
	width: 216px; /* width of image*/
	height: 190px; /* height of image*/
	margin-bottom: 15px;  /* makes space under the image*/
}
.sideNavSQ {
	width: 216px; /* width of image*/
	min-height: 190px;
	margin-bottom: 15px;  /* makes space under the image*/
}
.sideNavTopSQ {
	width: 193px;
	padding-left: 13px;
	padding-right: 10px;
	padding-top: 7px;
	font-size: 18px;
	color: #FFF;
	float:left;
	height: 23px;
	background-image:url(image/blue_nav-top_sq.png);
}
.sideNavInfoSQ {
	min-height: 145px;
	width: 174px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-left: solid 1px #D1EDED;
	border-right: solid 1px #D1EDED;
	float: left;
}
.sideNavInfoSQ a{
	color: #999;
	font-size: 1.2em;
	text-decoration: none;
}
.sideNavInfoSQ a:hover{
	text-decoration: underline;
}
.sideNavInfoSQ ul{
	list-style: none;
	line-height: 20px;
}
.sideNavInfoSQ ul li{
	text-indent: -40px;
}
.sideNavBotSQ {
	width: 216px;
	height: 10px;
	float:left;
	background-image:url(image/blue_nav-bot_sq.png);
	margin-bottom: 15px;
}
#squareSide {
	width: 216px;
	float:left;
}
#addon {
	width: 216px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.textContent {
	margin-left: 15px;
	width: 519px;
	display:block;
}
.textContent ul li{
	position:relative;
	left: -23px;
	margin-bottom: 2px;
}
.textContent ul ul li{
	position:relative;
	left: -43px;
	;
	margin-bottom: 2px;
}
#newsletterSQ {
	width: 196px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 70px;
	background-image:url(image/s_g_square.png);
	color:#FFF;
	font-size: 19px;
	font-weight:300;
}
#textfield {
	background-image:url(image/textfield.png); 
	width: 140px; 
	height: 20px; 
	float: left; 
	margin-left: 3px;
}
#footer {
	margin-top: 3px;
	margin-left: auto; /* centers the page*/
	margin-right: auto; /* centers the page*/
	width: 770px;
 	font-size: 0.9em;
	font-weight: normal;
}
#footer a {
	text-decoration: none;
	color:#999;
}
#footer a:hover {
	text-decoration: underline;
}
.txtformMail {
	background-image: url(image/txtfieldMail.png);
	width: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;	
}
.txtformAreaMail {
	background-image: url(image/textareaMail.png);
	width: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 106px;	
}
/* LIGHTBOX */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 2000px;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	background-repeat: repeat;
	background-image: url(image/bk_overlay.gif);
	background-attachment: fixed;
}
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 30%;
	width: 40%;
	height: 70%;
	padding: 16px;
	border: 1px solid #999;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

