@charset "utf-8";
/* CSS Document */

@font-face { font-family: "Century-Gothic"; src: url("fonts/GOTHIC.TTF"); }
@font-face { font-family: "Century-Gothic-Bold"; src: url("fonts/GOTHICB.TTF"); }

* { margin:0; } 

a {
    outline-style:none;
    outline-width:0;
}

a:link, a:visited {
    color:#fff600;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

body {
  background: url(images/bg.png) #ffffff no-repeat;
  background-position:top;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family:Century-Gothic, Verdana, Geneva, sans-serif;
}

.center {text-align:center;}

img { border:0;}


#wrapper {
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background:url(images/header_bg.png) no-repeat;
	width:1000px;
	height:131px;
	float:left;
}

#logo {
	width:265px;
	height:87px;
	float:left;
	margin-top:28px;
	margin-left:26px;
}

#menu  {
	width:630px;
	height:24px;
	float:right;
	font-family:Century-Gothic, Verdana, Geneva, sans-serif;
	font-size:16px;
	margin-top:50px;
	margin-right:25px;
}

#menu a:link, #menu a:visited {
	color:#2c3688;
}

#menu a:hover {
	color:#ec2327;
	text-decoration:none;
}


#flash {
	width:976px;
	height:360px;
	float:left;
	padding-left:11px;
	z-index:0;
}


#border_bg {
	background:url(images/border_bg.png) repeat-y;
	width:1000px;
	height:100%;
	float:left;
}

#bottom_icons {
	background:url(images/bottom_icons.jpg) no-repeat;
	width:976px;
	height:113px;
	float:left;
	margin-left:12px;
}

#footer {
	background:url(images/footer_bg.png) no-repeat;
	width:1000px;
	height:54px;
	float:left;
	color:#ffffff;
	font-family:Century-Gothic, Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top:10px;
	text-align:right;
}

#footer a:link, #footer a:visited {
	
}

#footer a:hover {
	
}

#copyright_certification {
	background:#293a8c;
	width:976px;
	height:100%;
	float:left;
	margin-left:12px;
	margin-top:-5px;
	padding-bottom:12px;
	z-index:100;
	position:relative
}


#copyright {
	width:370px;
	height:52px;
	float:left;
	margin-left:15px;
}

#copyright h1{
	font-family:Century-Gothic, Verdana, Geneva, sans-serif;
	color:#ffffff;
	font-size:17px;
	margin-bottom:5px;
}

#certification {
	width:556px;
	height:51px;
	float:left;
	margin-left:20px;
	margin-bottom:22px;
}

#certification h1{
	font-family:Century-Gothic, Verdana, Geneva, sans-serif;
	color:#ffffff;
	font-size:17px;
	margin-bottom:5px;
}