@charset "UTF-8";
/* CSS Document */

*	{margin:0; padding:0;}

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0em;
	color: #333333;
	background-color: #F3F3F3;
	background-image: url(../images/backgrounds/homebg.gif);
	background-repeat: repeat-x;
	}

img	{
	border:0;
}

.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.group {display:inline-block;}
/* Hide from IE Mac \*/
	.group {display:block;}
/* End hide from IE Mac */
	
h1 {
	font-size: 180%;
	margin: 0 0 0.3em 0;
	font-weight: normal;
	}

h2 {
	font-size: 160%;
	margin: 0 0 0.3em 0;
	font-weight: normal;
	}

h3 {
	font-size: 130%;
	margin: 0.5em 0 0.3em 0;
	font-weight: normal;
	}

h4 {
	font-size: 80%;
	margin: 0 0 0.3em 0;
	font-weight: normal;
	}
h5 {
	font-size: 85%;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #000000;
	}	
h6 {
	font-size: 110%;
	margin: 0 0 10px 0;
	font-weight: bold;
	padding: 0;
	}
		
p {
	line-height: 1.4em;
	padding: 0 0 0.5em 0;
}

hr {
	border: none 0;
	border-top: 1px solid #CCC;/*the border*/
	width: 100%;
	height: 1px;
	margin: 8px 0 8px 0;
}


.note {
	font-size: 85%;
	color: #666666;
}

.select {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:95% ;
}

#main_wrapper {
	width:961px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left;
	background-color: #FFFFFF;
	}
#topheader {
	font-size: 75%;
	background-color: #F3F3F3;
}
#topheader_left {
	float: left;
	clear: left;
	padding: 0.4em;
	display: block;
	margin: 10px 0 10px 15px;
	background-image: url(../images/backgrounds/tinynavbg.gif);
	background-repeat: repeat-x;
	background-color: #EDEDEE;
	width: auto;
}
#topheader_right {
	float: right;
	padding: 0.4em;
	display: block;
	background-image: url(../images/backgrounds/tinynavbg.gif);
	background-repeat: repeat-x;
	background-color: #EDEDEE;
	margin: 10px 15px 10px 0;
	width: auto;
}
#header {
	}
#leftarea {
	float:left;
	width:25%;
	padding-top: 1em;
	clear: right;
	}
#rightparent {
	width:75%;
	float:right;
	padding-top: 1em;
	clear: right;
}
#rightparent_inner {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	top: 0px;
	float: left;
	width: 100%;
}

#rightarea {
	width:238px;
	float:left;
	clear:right;
	padding-left: 3px;
	}
#right_inner {
	color: #666666;
	padding-bottom: 0.5em;
	text-align: left;
	}
	
#content {
	width:478px;
	float: left;
	clear: right;
	}
#contentwide {
	width:100%;
	float:left;
	clear: both;
}

#footer {
	width:100%;
	clear:both;
	padding: 10px 0 0 0;
	}
#footergda {
	width:100%;
	clear:both;
	padding: 10px 0 10px 0;
	text-align:center;
	font-size:75%;
	background-color: #F3F3F3;
	}
	

#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}


#content_inner {
	margin:0 0 0 10px;
	font-size: 85%;
	color: #666666;
	}
#content_inner p {
	margin:0 10px 0 0;
}
#content_innertext {
	margin:0 1em 0 0;
	color: #666666;
	}	
#contentwide_inner {
	margin:0 0 0 10px;
	font-size: 85%;
	color: #666666;
	}

#footer_inner {
	text-align:center;
	background-color: #BABABA;
	background-image: url(../images/backgrounds/caefooters.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	}
		
div#sideflags {
	font-size: 85%;
	padding-left: 15px;
}
div#sideflags ul {
	border:0;
	margin:10px 20px 0px 0px;
	padding:0;
	list-style-type:none;
}
div#sideflags li {
	margin:0;
	padding:0;
	text-indent:2px;
	height: 18px;
}
div#sideflags a {
	text-decoration:none;
	color:#333333;
	padding-left: 20px;
}
div#sideflags a:hover {
	text-decoration:underline;
}

.flagFRANCE {
	background-image: url(../images/flags/france.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	display: block;
} 
.flagGERMANY {
	background-image: url(../images/flags/deutsch.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px;
} 
.flagITALY {
	background-image: url(../images/flags/italiano.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px;
} 
.flagSPAIN {
	background-image: url(../images/flags/espanol.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px;
} 
.flagPORTUGAL {
	background-image: url(../images/flags/portugues.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px;
} 
.flagRUSSIA {
	background-image: url(../images/flags/pyccko.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px;
} 
.flagJAPAN {
	background-image: url(../images/flags/japan.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px;
} 
.flagCHINA {
	background-image: url(../images/flags/china.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px;
} 
.flagENGLAND {
	background-image: url(../images/flags/gb.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	display: block;
}
#floatright {
	margin:0 0 1em 1em;
	font-size: 85%;
	color: #666666;
	float: right;
	width: 288px;
}

#notecontainer {
	width:100%;
	padding: 5px 0 0 0;
	font-size: 80%;
}

.youtubearea {
	padding-right: 3px;
}
.blueheader {
	background-color: #149CD7;
	background-image: url(../images/backgrounds/headerbg-blue.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 459px;
}
.blueheader_tall {
	background-color: #149CD7;
	background-image: url(../images/backgrounds/headerbg-blue-tall.gif);
	height: 52px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 150%;
	padding: 8px 10px 0 10px;
	width: 100%;
	border: 0px;
	width: 449px;
}
.blueheader2 {
	background-color: #149CD7;
	background-image: url(../images/backgrounds/headerbg-blue.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 699px;
}
.blueheader3 {
	background-color: #149CD7;
	background-image: url(../images/backgrounds/headerbg-blue.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 951px;
}
.orangeheader {
	background-color: #F28F02;
	background-image: url(../images/backgrounds/headerbg-orange.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 459px;
}
.orangeheader_tall {
	background-color: #F28F02;
	background-image: url(../images/backgrounds/headerbg-orange-tall.gif);
	height: 52px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 160%;
	padding: 8px 10px 0 10px;
	width: 100%;
	border: 0px;
	width: 449px;
}
.pinkheader {
	background-color: #E54D91;
	background-image: url(../images/backgrounds/headerbg-pink.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 459px;
}
.pinkheader2 {
	background-color: #E54D91;
	background-image: url(../images/backgrounds/headerbg-pink.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 699px;
}
.pinkheader3 {
	background-color: #E54D91;
	background-image: url(../images/backgrounds/headerbg-pink.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 951px;
}
#content_innertext2 {
	margin:0;
	color: #666666;
}
#side_note {
	font-size: 90%;
	padding: 8px 10px 8px 10px;
	text-align: left;
	background-color: #F3F3F3;
	margin: 10px 10px 0 2px;
	border: 1px solid #CCCCCC;
}
.greenheader {
	background-color: #5EB3B5;
	background-image: url(../images/backgrounds/headerbg-green.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 459px;
}
.greenheader2 {
	background-color: #5EB3B5;
	background-image: url(../images/backgrounds/headerbg-green.gif);
	height: 35px;
	margin: 0 0 .5em 0;
	color: #FFFFFF;
	font-size: 170%;
	padding: 10px 0 0 10px;
	width: 100%;
	border: 0px;
	width: 699px;
}
#formarea {
	float:left;
	width:100%;
	padding-top: 1em;
	clear: right;
	font-size: 85%;
}
#formresults {
	width:100%;
	padding-left: 10px;
}
.tablecontainer {
	padding: 0;
	margin: 0 10px 0 0;
}


/* Newsflash */

#newsflash {
	display:block;
	width:210px;
	height:auto;
	background:#F2F2F2;
	margin:35px 15px 15px 15px;
	color:#333;
}

#newsflash_inner {
	margin:0;
	font-size:85%;
	line-height: 1.4em;
	color:#666;
}

#newsflash_inner a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
}

#newsflash_inner a:hover {
	text-decoration: none;
	background-color: #E8E8E8;
	display: block;
}

#newsflash_inner h1 {
	font-weight:bold;
	font-size:110%;
	margin-bottom:5px;
	color:#3c9698;
}

#newsflash_inner img {
	padding:3px;
	border:1px solid #CCC;
	float:right;
	display:inline;
	margin:0 0 10px 10px;
	background-color: #FFF;
}


#newsflash_inner .article {
	padding:10px 0;
}

.newsflashheader {
	background-color: #5EB3B5;
	background-image: url(../images/backgrounds/headerbg-green.gif);
	height: 32px;
	margin: 0;
	color: #FFF;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 90%;
	line-height:32px;
	padding:0 0 0 10px;
	border: 0px;
	width: 200px;
	cursor: default;
}