﻿body
{
    background-color:#ccc;
    margin:0;
    padding:0;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size:14px;
    color:#666666;
}

.clear {
	clear: both;
	display: block;
}

p
{
    clear:both;
    color:#666666;
    line-height: 1.6em;
    margin:0;
    padding:0 0 8px;
}

h3
{
    color:#a7c288;
	font-size: 20px !important;
	font-weight: normal;
	line-height: 1.4em;
}

li {
	line-height: 1.6em;
}

select
{
    color:#999999;
    text-decoration: underline;
}

a, a:link, a:active
{
	color:#999999;
	text-decoration: underline;
}
a:visited
{
	color:#999999;
	text-decoration: underline;
}
a:hover
{
	color:#666666;
	text-decoration: underline;
}

.boldlink, .boldlink:link, .boldlink:active
{
	color: #7F947F;
	text-decoration: underline;
	font-weight:bold;
	margin: 0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}
.boldlink:visited
{
	color: #7F947F;
	text-decoration: underline;
	margin: 0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.boldlink:hover
{
	color:#666666;
	text-decoration: underline;
	margin: 0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/*--------------------BodyFull---------------------*/

.container
{
    margin-left:auto;
    margin-right:auto;
    background-color:#FFFFFF;
    width:806px;
}

.maincontent
{
    padding: 0 25px 40px 25px;
    float:left;
}

/*--------------------BodyRightPanel---------------------*/

.splittable
{
    padding:0 0 0 0;
    margin:0 0 0 0;
}

.tdleft
{
    padding-right:25px;
    padding-left:10px;
    vertical-align: top;
    width:600px;
}

.tdright
{
    /*background-image:url("./Images/GrayRightPanel.gif"); */
	background: none;
    padding-left:15px;
    padding-top:10px;
    vertical-align: top;
    width:215px;
}

.tdright p {
	font-size:12px;
}

/*--------------------CareerEatail---------------------*/

.career_main_title  {
    clear:both;
    color:#7F947F;
    display:block;
    font-size:16px;
    font-weight:bold;
    margin:0;
    padding:0 0 5px;
}

.career_titles {
    clear:both;
    color:#7F947F;
    display:block;
    font-size:11px;
    margin:0;
    padding:0 0 5px;
    text-decoration:none;
    text-transform:capitalize;
}

h4 {
    color:#333;
    text-decoration:none;
    text-transform:capitalize;
}


/*--------------------Neways U 2012---------------------*/

a.newaysu {
	background: #7a8f7a;
	padding: 10px 20px;
	color: #ffffff;
	display: block;
	float: left;
	font: 1.5em 'Helvetica Neue',arial,helvetica,sans-serif;
	font-weight: lighter;
	text-decoration: none;
	width: 766px;
	margin-right: 25px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	letter-spacing: .05em;
	
	-webkit-transition: all 1s ease 0.5s;
	-moz-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
}
a.newaysu span {
	color: #7a8f7a;
	text-shadow: none;
	margin-left: 100px;
	
	-webkit-transition: all 1s ease 0.5s;
	-moz-transition: all 1s ease 0.5s;
	-o-transition: all 1s ease 0.5s;
	transition: all 1s ease 0.5s;
}

a.newaysu:hover span {
	color: #7a8f7a;
	margin-left: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.newaysu:hover {
	background: #444f44;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.newaysu2012-en {
	background: url(http://images.neways.com/newayscom/newaysu2012/neways.u.2012.english.jpg) no-repeat scroll left top transparent;
	width: 726px;
	float: left;
	margin-left: -25px;
	padding: 40px;
	height: 963px;
}

.newaysu2012-jp {
	background: url(http://images.neways.com/newayscom/newaysu2012/neways.u.2012.japanese.jpg) no-repeat scroll left top transparent;
	width: 726px;
	float: left;
	margin-left: -25px;
	padding: 40px;
	height: 963px;
}

.newaysu2012-ch {
	background: url(http://images.neways.com/newayscom/newaysu2012/neways.u.2012.chinese.jpg) no-repeat scroll left top transparent;
	width: 726px;
	float: left;
	margin-left: -25px;
	padding: 40px;
	height: 963px;
}



