/* yahoo css reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;
}
ol,ul {
	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;
}

/* WE css */

body {
	color: #222222;
	line-height: 20px;
	font-size: 13px;
	background-color: #f7f7f7;
	font-family: "Helvetica Neue", HelveticaNeue, Helvetica, "Lucida Grande", LucidaGrande, Arial, sans-serif;
}

.weC {
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

.weCHdr {
	height: 20px;
	background-image: url(../img/weCHdr.png);
}

.weCFtr {
	height: 40px;
	background-image: url(../img/weCFtr.png);
}

.weCRow {
	width: 960px;
}

.weCL {
	width: 10px;
	background-image: url(../img/weCL.png);
}

.weCR {
	width: 10px;
	background-image: url(../img/weCR.png);
}

.weCInner {
	padding-bottom: 40px;
	background-color: white;
	width: 460px;
	vertical-align: top;
}

.weCInnerWide {
    width:600px;
    padding-right:20px;
}

.weCLMargin {
	background-color: white;
	width: 80px;
}

.weCLNav {
	background-color: white;
	width: 240px;
	vertical-align: top;

}

.weLogoC {
	height: 140px;
	width: 240px;
}

.weNavInner {
	
	margin-bottom: 30px;
	
	margin-top: 30px;
	min-height: 220px;
	
}

.weNavFtr {
	margin-left: 90px;
}

.weCInner a {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}

.weCInner a:hover {
	text-decoration: underline;
}

.weCRMargin {
	background-color: white;
	width: 160px;
}

.weTitle {
	margin-bottom: 35px;
	margin-top: 70px;
}

.weTitlePrivacy {
    margin-left:-4px;
}

.weCInner p {
	margin-bottom: 20px;
}

.wePgFtr {
	margin-top: 20px;
	font-weight: bold;
	font-size: 10px;
	color: #c3c3c4;
	text-align: center;
	margin-bottom:20px;
}

.wePgFtr a {
	color: #c3c3c4;
	text-decoration: underline;
}

h2 {
	font-size:30px;
	line-height:40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 20px;
}

/* 2-column layout, e.g with photos */

.weCInnerColL {
	width:380px;
}

.weCInnerColR {
	width:240px;
	background-color: #ffffff;
	vertical-align: top;
}

.weWhoWeArePhoto {
	margin-top: 60px;
}

.weCInner ul li {
	list-style-position: outside;
	list-style-type: disc;
}

.weCInner ul {
	list-style-image: url(../img/weListDisc.png);
	margin-bottom: 30px;
}

.weFormError {
    display:none;
}

input.text, input.title {
	padding: 5px;
	width: 300px;
}

input.text, input.title, textarea, select {
	border: 1px solid #bbbbbb;
	margin: 0.5em 0;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
	border: 1px solid #666666;
}

.weCInner .weFormInterestAreaList a {
	border-bottom: 1px dotted;
	cursor: pointer;
	text-decoration: none;
	font-weight:normal;
}

textarea {
	height:80px;
	width:300px;
}

.small {
	font-size:10px;
	line-height:15px;
}

#weJobAppForm label {
/*  font-size:20px;*/
/*  line-height:30px;*/
    font-weight:bold;
}

.weFormLargeButton {
	font-size:20px;
}

.weTitle > img {
	left: -5px;
	position: relative;
}

.error {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #fbe3e4 none repeat scroll 0 0;
	border-color: #fbc2c4;
	color: #8a1f11;
	
	border: 2px solid;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 30px;
}

.weJobNavEntry {
	float:left;
	width:300px;
	margin-right:20px;
	margin-bottom:10px;
}

a.weJobNavEntryHL {
	color: #92d400;
}

.weSendToFriendLink {
    margin-bottom:30px;
    margin-top:-10px;
}


/****************************************************
                REAL-WORLD SCHOLARS
****************************************************/

.weScholarNews {
    float:right;
    margin:0 2em 2em 2em;
    padding:1em;
    max-width:18em;
    border:1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.weScholarNews h4 {
    margin-bottom:20px;
}