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

html,
body { margin:0; padding:0; color:#666; background-color:#fff; font-size:0.95em; font-family:Tahoma, Geneva, sans-serif; text-align:center; }
body a { text-decoration:none; font-size:0.95em; font-weight:normal; color:#999; outline:none; }
body p { text-decoration:none; font-size:0.95em; font-weight:normal; color:#999; line-height:1.5em; }
body h1 { font-size:medium; color:#333; }
body h2 { font-size:small; color:#777; }

a:link { text-decoration:none; color:#888; }
a:visited { text-decoration:none; color:#888; }
a:active { text-decoration:none; }
a:hover { color:#000; text-decoration:none; }

img { border:none; border-style:none; }
hr {color:#CCC; background-color:#CCC; border:0; }
address {font-style:normal;}

#container {
	width:1000px;
	margin:20px auto 10px;
	text-align:center;
	height:500px;
}

#header_logo { margin:0 auto; text-align:center; margin-top:10px; height:100px;  }

#article { padding:20px 0px 40px 20px; font-weight:bold; }

#article_mission, 
#contact_form { width:350px; margin:100px auto; text-align:left; font-family:"Gill Sans MT"; font-size:16px;}

#article_mission p { position:relative; display:none; }

#article_book { padding:40px 0px 40px 40px; width:1020px; font-weight:bold; margin: 0 0 20px -25px; }

.clear { clear:both; height:1px; overflow:hidden; }
br.clear { clear:both; font-size:1px; }

#navBottom {
	
	}
#menu
{
	border-top:#CCC 1px solid;
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;  
	background: #fff;
}

#menu li
{
	float: left;
	padding: 5px 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	position:relative;
	float: left;
	padding: 5px;
	color: #999;
	text-decoration: none;
}

#menu li:hover > a
{
	color: #666;
}

*html #menu li a:hover /* IE6 */
{
	color: #fff;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    bottom: 30px;
    left: 5px;
    z-index: 99999;    
    background: #fff;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#menu ul ul
{
  bottom: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#menu ul li:last-child
{   
 
}

#menu ul a
{ 
    padding: 10px;
	height: 10px;
	width: auto;
	height: auto;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	text-align:left;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #fff;

}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
/* Adds a little arrow on the top
#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
*/
#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{

}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

