﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #585858;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/*CONTRAST COLOR*/
h2,h3,a,h2 a,.main,dt
{
	color:#FF6600;
	text-decoration:none;
}
a:hover{
	color:#585858;
}
h1{
	font-size:24px;
	text-align:left;
	padding:20px 10px 0px 0px;
	font-weight:normal;
	color:#399;
}
h2{	
	font-size: 24px;
	font-weight:normal;
	margin:10px 6px 4px 6px;
}
h3{
	font-size: 18px;
	margin:auto;
	font-weight:normal;
}
.subtitle{
		padding-left:28px;
		padding-bottom:18px;
		margin-top:-6px;
}
h5{
	font-size:15px;
	font-weight:normal;
	padding:20px 0px 0px 20px;
}
a img {border:none;
text-decoration:none;}
#banner {
	background-image: url(assets/bannhaut.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	border:none;
}
p {margin:1px 6px;}

#container {
	margin: 0px auto 0px auto;
	position: relative;
	display: block;
	height: 100%; 
	/*min-width: 760px;
	width: 80%;
	max-width: 1280px;
	*/
	width: 740px;
	border-left: 1px #D8D8D8 solid;
	border-right: 1px #D8D8D8 solid;
}
#up_left {
	background-image: url(assets/ul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	margin:10px;
}#up_right {
	background-image: url(assets/ur.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}

#low_right {
	background-image: url(assets/lr.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#low_left {
	background-image: url(assets/ll.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content{
	text-align:left;
	background-color:#999;
	height:100%;
	padding: 6px;
	margin:-12px 0px 0px 0px;
}
#footer {
	font-size: xx-small;
	margin-top: 5px;
	clear: both;
}
#gray {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	color: #FFFFFF;
	min-height: 200px;
}

.lg_text{
	font-size:15px;
	line-height:1.5em;
	padding-top:10px;
}
#logo {
	background-image: url('assets/aoan_logo.gif');
	background-repeat: no-repeat;
	background-position: 5px center; 
	height: 60px;
	width: 100%;
	font-size: x-small;
	text-align: right;
	padding:0px 10px;
}
#logo a{
	line-height:70px;
}
#logo a img{text-decoration: none;
border:none;}
#nav{
	float: left;
	width: 100%;
	height:15px;
/*	padding-top:6px;
	background-image: url(assets/navbackground.jpg);
	background-repeat: repeat-x;*/
	background:#999;
	border-bottom:#999 solid 10px;
	border-top:#FFF solid 4px;
	margin-top:6px;
	margin-bottom:10px;
	
}
#icooknav{
	background-image: url(assets/hand.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:367px;
}
	
#nav ul{margin: 0px 0px -15px -33px;
}
#icooknav ul{
	float:right;
	width:126px;
	margin-right:4px;
	
}
#nav li{ 
	list-style: none;
	display: inline;
	border:none;
	text-decoration:none;
	}
#icooknav li{
	list-style:none;
	border:none;
	text-decoration:none;
	text-align:center;
	height:30px;
	
	}
#nav a {
	float: left; position:relative;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color: #FFF;
	background-image: url('assets/up_btn.gif');
	background-repeat: no-repeat;
	width: 109px;
	height: 39px;
	line-height:39px;
	margin: 0px;
	text-align: center;
	padding-right: 10px;
	top:-6px;
	
}
#icooknav a{
	float:left;
	width:70px;
	font-weight:bold;
	color: #FFF;
	background-image: url(assets/cook_up_btn.gif);
	background-repeat: no-repeat;
	height:26px;
	line-height:26px;
	margin: 6px 8px 2px 6px;
	font-size:12px;
		
}
#icooknav a:hover, #icooknav a:active{
	background-image:url(assets/cook_dn.gif)}
	
#nav a:hover,#this a,#nav a:active{	
	text-decoration: none;
	background-image:url('assets/dn_btn.gif');
	background-repeat:no-repeat;
	z-index:10;
	color:#FFF;
	margin:0px;
	
}

#social dl{
	margin-top:-40px;
	margin-right:10px;
	margin-left:295px;
}
#social dt, #social dd{
	display: inline;
	margin: auto 1px;
	font-size:11px;
}
#social a{
	color:#585858;
	text-decoration:none;
	margin-top:-12px;
}	
#social a:hover, #footer a:hover {
	color:#F60;
}
	

.left {
	padding: 20px 35px 20px 0px;
	float: left;
			
}

.right {
	padding: 20px 35px 20px 20px;
	float: right;

}


#page_content {
	height: 100%;
	width: 100%;
	min-height:460px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	}
.spacer {
	clear: both;
	float: left;
	height: 1px;
	width: 600px;
}
#leftbox{
	float:left;
	width:320px;
	clear:none;
	padding-bottom:10px;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 35px;
	margin-left: 8px;
}
#rightbox{
	float:right;
	width:320px;
	clear:none;
	padding-bottom:10px;
	margin-top: 3px;
	margin-right: 16px;
	margin-bottom: 35px;
	margin-left: 12px;
}
#book{
	background-image: url(assets/right_side.jpg);
	background-repeat: no-repeat;
	height:430px;
	background-position: right top;
	margin-top: -10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#book h2{margin-top:20px;}
#booktxt{
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 215px;
	width: 240px;
	}
.larger {
	font-size: 17px;
}
.para{
	text-indent:10px;
}
.lrgspacer{
	height:10px;
	margin-top:10px;
}
#diversity {
	background-image: url(assets/team_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	
	height: 380px;
	width: 316px;
	margin-top: 10px;

	margin-bottom: 15px;
	margin-left: 6px;
	padding-top: 55px;

	padding-bottom: 10px;
	padding-left: 0px;
}
 #diversity .text{
	margin-left:23px;
	width:280px;
}

#about {
	float: left;
	width: 364px;
	line-height:108%;
	
	
}
#about h3{
	margin-bottom:10px;
}
#meaning {
	
	width: 340px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
}
#meaning h3{

	margin-bottom: 8px;
	margin-top: 10px;
}
#meaning p {
	padding-bottom: 8px;
}
	
.sboxtop {
	background-image: url(assets/top_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
}
.sboxleft {
	background-image: url(assets/ls_box.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 10px;
}
.sboxbottom {
	background-image: url(assets/botom_box.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sboxtopleft {
	background-image: url(assets/ul_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sboxtopright {
	background-image: url(assets/ur_box.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sboxlowerleft {
	background-image: url(assets/ll_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sboxlowerright {
	background-image: url(assets/lr_box.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sboxcontent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	
	}
.flag_overlay {
	float: right;
	height: 277px;
	width: 126px;
	margin-top: 0px;
	margin-right: 20px;
}
area:hover {
	cursor:crosshair;
	background-image:url(assets/flip.png);
	border:#000 medium solid;
}
.left_tight {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 00px;
	
}
.padding{ padding-top:6px; }
.right_tight {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 00px;
	padding-left: 10px;
}


