/* @override 
	http://www.goglobal.washington.edu/css/main.css
*/

html {
	margin: 0 0 1px 0;
	padding: 0;
	height: 100%;
}

a {	
	color: #33A0FF;	
}

a:hover {
	text-decoration: none;
}

body {
	margin: 0;
	text-align: center;
	padding: 0;
	font: normal 15px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: url('../images/background.png');
}

img {
	border: none;
}

#wrap {
	width: 730px;
	margin: 0 auto;
}

#header {
	display: block;
	background-image: url(../images/masthead_opaque.png);
	width: 786px;
	/*height: 292px;*/
	height: 259px;
	position: relative;
	top: 20px;
	z-index: 10;
	margin: 0 auto;
}

#header a {
	display: block;
	width: 786px;
	height: 259px;
}

#header h1, #header p {
	display: none;
}

#frame {
	background: #fff;
	padding: 2em;
	text-align: left;
	border: 6px solid green;
	position: relative;
	top: -140px;
	padding-top: 140px;
}

#sidebar {
	width: 203px;
	float: right;
	padding-top: 20px;
	text-align: left;
	/*padding: .75em;*/
	margin: 20px 0 1em 1em;
	/*border: 3px solid #f3f3ff;*/
}

#sidebar ul {
	list-style: none;
	text-indent: 0;
	margin:0;
	padding: 0;
}

#sidebar ul li {
	margin-top: 10px;
	border-bottom: 1px solid white;
}

li#funded-by {
	font: 15px/17px "Garamond", "Times", serif;
}

li#funded-by em {
	font-size: 13px;
}

.button span {
	display: none;
}

.button {
	display: block;
	width: 202px;
	height: 37px;
	padding: 5px 0;
	background-repeat: no-repeat;
}

.button.apply-now {
	background-image: url(../images/apply-now-button.gif);
}

.button.resources {
	background-image: url(../images/resources-button.gif);
}

.button.faqs {
	background-image: url(../images/faqs-button.gif);
}

.button.contact {
	background-image: url(../images/contact-button.gif);
}

a.button:active {
	position: relative;
	left: 1px;
	top: 1px;
}

#footer {
	position: relative;
	top: -140px;
	padding: 1em 0;
	text-align: left;
	color: #877036;
	font: 70% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer a {
	color: #877036;
}

h1 {
	font-weight: normal;
	font-size: 200%;
	color: #336;
	margin-top: 1.5em;
}

h3 {
	border-bottom: 1px solid #dadada;
	font-size: 140%;
	font-weight: normal;
	margin-top: 2em;
	color: #336;
	padding-bottom: .3em;
}

#advisers {
	background: url(../images/advisers.jpg) no-repeat;
	padding-left: 210px;
	margin-top: 1.5em;
	min-height: 145px;
}

#advisers td {	
	padding: 5px;
	font: 70%/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#advisers td b {
	font-size: 120%;
}

#advisers h2 {
	font-weight: normal;
	color: #336;
	font-size: 110%;
}

.box {
	width: 50%;
	padding: 1em;
	border: 6px solid #f5f5f5;
}

a.box {
	display: block;
	text-decoration: none;
}

a.box .underline {
	text-decoration: underline;
}

a.box:hover .underline {
	text-decoration: none;
}

.file {
	margin: 10px auto;
	width: 50%;
	padding: 1em;
	padding-left: 80px;
	border: 6px solid #f5f5f5;
	background: url(../images/pdf.gif) no-repeat 1em;
}

.catalyst.file {
	background: url(../images/catalyst-icon.png) no-repeat 1em;
}

.expo.file {
	background: url(../images/expo-logo-small.gif) no-repeat 1em center;
}


.file img {
	float: left;
	margin-right: 5px;
}

.file .filename {
	display: block;
	line-height: 120%;
}

.file .details {
	color: #999;
	font-size: 90%;
}

dt {
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	margin-top: 2em;
	color: #336;
	padding-bottom: .3em;
}

dd {
	padding-top: .3em;
	margin-left: 0;
	margin-bottom: 2em;
	font-size: 90%;
}


/* @group UW Header */

#uw-shortcuts {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#uw-header {
	background-image: url(../images/uw-shortcuts-bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#uw-header img {
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#searchb {
	width: 180px;
	float: right;
	height: 25px;
	/*margin-top: 3px;*/
	margin-right: 5px;
	overflow: hidden;
}
 
 
#lgo {
	float: left;
 
}
#rhtlnks {
	text-align: right;
	height: 25px;
 
}
#searcha {
	width: 390px;
	float: right;
	/*margin-top: 3px;*/
}
 
 
#rhtlnks ul {
	margin-top: 2px;
	text-decoration: none;
	display: inline;
}
#rhtlnks li {
	display: inline;
	padding-right: 2px;
	font-size:10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
	text-decoration: none;
}
#rhtlnks a {
	color: #FFFFFF;
}
 
#rhtlnks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#rhtlnks a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
 
#rhtlnks a:hover {
	color: #CC9900;
}
.style1 {
	color: #999999
}
#rhtlnks input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.pure-button
{	
	height:37px;
	width:205px;
	padding:0;
	/*border-radius:5px;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0px 1px 3px #cfeff3;
	-moz-box-shadow:inset 0px 1px 3px #cfeff3;
	-webkit-box-shadow:inset 0px 1px 3px #cfeff3;
	background: -moz-linear-gradient(top, #A2DBDC 0%, #59A5A8 50%, #418F93 51%, #2F777C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2DBDC), color-stop(50%,#59A5A8), color-stop(51%,#418F93), color-stop(100%,#2F777C));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#A2DBDC, endColorstr=#2F777C,GradientType=0 );
	border:1px solid #70c9d5;
	cursor:pointer;
	color:#e1fdff;
	font-size:16px;
	letter-spacing:0px;
	text-shadow:#CDF2F7 0px 1px 0, #256569 0 -1px 0;
	-moz-text-shadow:#CDF2F7 0px 1px 0, #256569 0 -1px 0;
	-webkit-text-shadow:#CDF2F7 0px 1px 0, #256569 0 -1px 0;
	font-family:helvetica;
	font-weight:lighter;
	text-decoration: none;
	
}

.pure-button:hover{
	
	filter:alpha(opacity=94);
	opacity:0.94;
	/*color:#afe6e7;*/
	background: -moz-linear-gradient(top, #A2DBDC 0%, #59A5A8 50%, #418F93 51%, #2F777C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2DBDC), color-stop(50%,#59A5A8), color-stop(51%,#418F93), color-stop(100%,#2F777C));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#A2DBDC, endColorstr=#2F777C,GradientType=0 );
}

.pure-button:active{
	background: -moz-linear-gradient(top, #A2DBDC 0%, #59A5A8 50%, #418F93 51%, #2F777C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2DBDC), color-stop(50%,#59A5A8), color-stop(51%,#418F93), color-stop(100%,#2F777C));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#A2DBDC, endColorstr=#2F777C,GradientType=0 );
	box-shadow:inset 0px 0px 15px #256569;
	-moz-box-shadow:inset 0px 0px 15px #256569;
	-webkit-box-shadow: inset 0px 0px 15px #256569;
	border:1px solid #256569;	
}

/* @end */


