/* Main Layout - English Version*/

body{
	color: #555;
	background: #e9e9e9;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}

#wrapper{
	text-align:left;
	width: 960px;	
	margin: 0 auto;
}

#header{
	width: 960px;
	background-image: url(../images/header-photo.jpg);
	background-repeat: no-repeat;
	background-position: 430px 0px;
	height: 290px;
}

p{
	margin: 0 0 12px 0;
}

h1{
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #7ac142;
}
h2{
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	color: #F90;
	margin: 0;
}
h3{
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

a:link{
	color: #09F;
	text-decoration:none;	
}

a:hover{
	color: #7ac142;
	text-decoration:none;	
}

a:visited{
	color: #09F;
	text-decoration:none;	
}

#logo {
	clear: both;
	float: left;
	width: 960px;
	height: 130px;
	margin: 50px 0 0 0;
	text-align: left;
}


#content-container {
	display: block;
	float: left;
	clear:both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height:400px;
	width: 960px;
	text-align: left;
	background-color:#FFF;
}

#one-column{
	display: block;
	float: left;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
}

#left-column{
	display: block;
	float: left;
	width: 535px;
	margin: 0 0 0 0;
	padding: 0 15px 0 30px;
}

#right-column{
	display: block;
	float: right;
	width: 335px;
	margin: 0 0 0 0;
	padding: 15px 30px 0 15px;
}

#programs-left-column{
	display: block;
	float: left;
	width: 250px;
	margin: 0 0 30px 0;
	padding: 20px 15px 0 30px;
}

#programs-right-column{
	display: block;
	float: right;
	width: 620px;
	margin: 0 0 0 0;
	padding: 0 30px 0 15px;
}

#footer{
	display: block;
	float: left;
	clear: both;
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 12px;
	padding: 0px 30px 0 30px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 900px;
}

	
/* Menuin System */

#nav-container {
	display: block;
	clear: both;
	float: left;
	width: 960px;
	margin: 60px 0 0 0;
	text-align: left;
	height: 50px;
}


.menunav{
	height:50px;
	clear: both;
	padding:0 0 0 0;
}

.menunav ul{
	display:block;
	clear:right;
	width: 960px;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

.menunav ul li{
	display:block;
	float:left;
	
}

.space{
	margin-right: 15px;
}

.menunav ul li a{
	float:left;
	text-decoration:none;
	font-size:16px;
	line-height:17px;
	padding:9px 0 0 30px;
	color: #fff;
	height: 51px;
	width: 150px;
	background:transparent url(../images/menu-bg.gif) top left no-repeat;
}

.menunav ul li a span{
	display:block;
	float:left;
	}

.menunav ul li a:hover{
	float:left;
	display:block;
	color:#fff;
	background:transparent url(../images/menu-bg-over.gif) no-repeat top left;
}

.menunav ul li a.current, #menunav a.current span{ /*currently selected tab*/
	color:#fff;
	background:url(../images/menu-bg-on.gif) no-repeat top left;
	display:block;
	width:150px;
	color: black;
	cursor:pointer;
}

.menusub{
	display: block;
	clear: both;
	float:left;
	color: #999; 
	background:#FFF url(../images/line.gif) 0px 70px no-repeat;
	height: 100px;
	width: 960px;
	}
	
.menusub ul{
	display: block;
	clear: both;
	float:left;
	list-style-type:none;
	width:auto;
	float:left;
	}

.menusub ul li{
	display:block;
	margin:0;
	padding: 10px 20px 0px 0px;
	float:left;
	font-size:15px;
	}

.menusub a:link, #menusub a:visited, #menusub a:active{
	color: #09F;
	text-decoration:none;
	}
	
.menusub a:hover{
	color: #7ac142;
	text-decoration:none;
	}

.menusub a.current, #menusub a.current span{ /*currently selected tab*/
	color:#999 ! important;
	cursor: default ! important;
}
	
.subcontent{
	display: none;
	}
	
.colnav a{
	display: block;
	float: left;
	clear:both;
	margin:0;
	padding:15px 10px 5px 10px;
	height: 40px;
	width:230px;
	border-top: 1px solid white;
	text-decoration: none;
	Text-align:right;
	line-height: 17px;
	color: #fff;
	
}
.colnav a.blue{
	background: transparent url(../images/but-blue-bg.gif) top left repeat-x;
}
.colnav a.orange{
	background: transparent url(../images/but-orange-bg.gif) top left repeat-x;
}
.colnav a.green{
	background: transparent url(../images/but-green-bg.gif) top left repeat-x;
}
.colnav a.gray{
	background: transparent url(../images/but-gray-bg.gif) top left repeat-x;
}
.colnav a:hover{
	color: #000;
	background: #f0f0f0 url(../images/box-bg.gif) top left repeat-x;
}

.colnav a.currentpage, .colnav a.currentpage:hover {
	color: #000;
	font-weight:bold;
	background: #f0f0f0 url(../images/box-bg.gif) top left repeat-x;
	cursor: default !important;
}
.colnav a.currentpagelink {
	color: #000;
	border-top: 1px solid #CCC;
	padding: 2px 10px 2px 10px;
	font-weight: normal;
	line-height: 20px;
	height: auto;
	background: #f0f0f0;
}

.colnav a.currentpagelink:hover {
	color: #F00;
	background: #FFF;
}
.colnav a.currentpagelinkactive {
	color: #000;
	border-top: 1px solid #CCC;
	padding: 2px 10px 2px 10px;
	line-height: 20px;
	height: auto;
	background: #f0f0f0;
	font-weight:normal;
	background: #FFF;
	cursor: default !important;
}	
.subcontent{
	display: none;
	}
	
.clear { 
	clear:both;
    height:1px;
    overflow:hidden;
}
