/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}

/*
Ariel CSS
*/

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a
{
  color: #524F46;
  outline: none;
}

body
{
  	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
  	background-color: #fff;
}

#container
{
	width: 950px;
  	margin-left: auto;
  	margin-right: auto;
  	background: #fff url(../images/bg-page.png) bottom repeat-x;
}

form {
   display: inline;
}

#header {
  	background: url(../images/headerLogo.png) no-repeat;
}

#header h1 {
  	height: 100px;
  	width: 950px;
  	margin: 0 auto;
}

#header h1 a {
  display: block;
  width: 326;
  height: 100px;
  background: url(../images/logo.png) no-repeat;
}

#header h1 img
{
  display: none;
}

#menu {
	width: 950px;
	margin: 0 auto;
}

#menu .contentLeft {
	width: 743px;
	margin: 0;
	display: block;
	float: left;
}

#menu .contentLeft ul.menu {
	display: inline-block;
	width: 743px;
	height: 30px;
	background-color: #008131;
}

#menu .contentLeft ul.menu li {
  	list-style: none;
  	display: inline-block;
  	height: 30px;
  	margin-right: 2px;
}

#menu .contentLeft ul.menu li .ariel {
  	list-style: none;
  	margin-right: 15px;
  	display: inline-block;
	background-image: url(../images/menuAriel.png);
	height: 30px;
	width: 160px;
	font-size: 16px;
}

#menu .contentLeft ul.menu li a {
  	text-decoration: none;
  	color: #fff;
  	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

#menu .contentLeft ul.menu li a:hover {
  	text-decoration: underline;
  	color: #fff;
  	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

#menu .contentRight {
	width: 206px;
	margin: 0 auto;
	display: block;
	float: left;
	border-left: 1px solid #fff;
	background-color: #003A87;
	height: 30px;
}

#menu .contentRight a {
	text-decoration: none;
  	color: #fff;
  	text-align: center;
	line-height: 30px;
	display: block;
	font-size: 18px;
}

#content {
	min-height: 500px;
}

#content .content {
  width: 950px;
  margin: 0 auto;
}

.clear {
	clear: both;
}

#footer {
	margin-top: 20px;
  	font-size: 100%;
  	margin-bottom: 0px;
  	height: 60px;
  	position: relative;
}

#footer .content {
  	width: 950px;
  	margin: 0 auto;
	background-color: #fff;
}

#footer a {
	font-size: 150%;
  	color: #77766F;
  	text-decoration: none;
  	margin-right: 15px;
}

#footer a:hover {
  	color: #000;
  	text-decoration: none;
}

#footer ul {
  	display: inline;
}

#footer li {
  	list-style: none;
  	margin-right: 15px;
  	display: inline;
}

#footer li a
{
  text-decoration: none;
}

#footer li a:hover
{
  color: #000;
  text-decoration: underline;
}

#footer span {
	float: right;
}

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}