@charset "utf-8";

* {
		margin: 0;
		padding: 0;
	}

body {
		font:62.5%/1.5 Arial, Verdana, Helvetica, sans-serif;
		color:#666;
		text-align: center;
		background: #999;
	}
	
a img, img {
		border: none;
	}
	
ul {
		list-style: none;
	}
	
#container {
		width: 646px;
		text-align: left;
		margin: 0 auto 0 auto;
		font-size: 1.2em;
	}
	
#home #container {
		background: transparent;
	}
	
#wrap {
		background: #fff url(../images/logo-watermark-oxford.gif) no-repeat 100% 22px;
	}
	
#home #wrap {
		background: #fff url(../images/logo-watermark-oxford-small.gif) no-repeat 100% 22px;
	}
/*#home #wrap {	
		background: #fff;
	}  REMOVE THE COMMENTS TO ACTIVATE - DELETE #home #wrap statements above. */ 
	
#head {
		background: transparent url(../images/bg-border.gif) top left repeat-x;
		min-height: 175px;
		padding: 115px 240px 0 30px;
	}
/*#home #head {
		background: transparent url(../images/bg-border.gif) top left repeat-x;
		min-height: 160px;
		padding: 40px 0 0 30px;
	} REMOVE THE COMMENTS TO ACTIVATE - DELETE #home #head statements above. */ 
	
#home #head {
		background: transparent url(../images/bg-border.gif) top left repeat-x;
		min-height: 175px;
		padding: 50px 0 25px 30px;
	}

#sideBar {
		float: right;
		width: 200px;
		padding: 0 30px 0 0;
		w\idth: 170px;
		position: relative;
	}
	
#content {
		margin-right: 234px;
		padding-left: 30px;
	}
	
#foot {
		background: transparent url(../images/bg-border.gif) bottom left repeat-x;
		clear: both;
		padding: 3px 0;
		font-size: 96%;
		margin-top: 50px;
	}

	
/* [+] -- HEAD -------------------------------- */

#logo {
		
	}

	
/* [+] -- CONTENT -------------------------------- */

#contentInner {	
		float: left;
		width: 390px;
	}
.row {
		clear: left;
		padding: 10px 0;
		margin: 10px 0;
	}
.alternate {
		border-bottom: 1px solid #FF9900;
		border-top: 1px solid #FF9900;
	}
.alternateEnd {
		border-top: 1px solid #FF9900;
		border-bottom: none;
	}
		
.columnLeft {
		float: left;
		width: 90px;
	}
.columnRight {	
		float: right;
		width: 290px;
	} 
.row .columnRight p {
		margin: 0;
	}
	
.row .columnRight h3 {
		color: #666;
		font-size: 110%;
		margin-top: 0;
	}
	
.row img {
		padding: 1px;
		border: 1px solid #EDEAE5;
	}

ol li {
		margin-bottom: 12px;
		margin-left: 20px;
	}
	
#content ul {
		margin: 15px 0;
	}
	
.rowGap li, .rowGap dd {	
		margin-bottom: 10px;
	}
	
.rowGap {		
		margin-top: 15px;
	}
	

/* [+] -- SIDEBAR -------------------------------- */


#sideBar ul {
		list-style: none;
		font-size: 1.15em;
		border-left: 1px solid #ccc;
		padding: 10px 0 10px 9px;
	}
#sideBar li {
		background: transparent url(../images/icon-menu.gif) no-repeat 0% 4px;
		padding-left: 15px;
		margin-bottom: 6px;
	}
#sideBar li a {
		font-weight: bold;
		text-decoration: none;
	}

.statement {
		margin: 60px 0 30px 0;
		font-size: 95%;
		padding: 0 6px;
	}

/* [+] -- FOOT -------------------------------- */

#foot a {
		color: #fff;
		text-decoration: none;
		padding-left: 30px;
	}

	
/* [+] -- PAGE SPECIFIC -------------------------------- */





/* [+] -- FORMS -------------------------------- */

button {
		border: none;
		background: none;
		display: block;
	}
fieldset {
		border: none;
	}
legend {
		display: none;
	}


/* [+] -- FONTS -------------------------------- */

p {
		margin-bottom: 15px;
		line-height: 1.2em;
	}
	
h1 {
		color: #2D65B1;
		margin-bottom: 19px;
		letter-spacing: -0.04em;
		line-height: 0.9em;
		font-size: 180%;
		width: 282px;
		height: 65px;
		position: relative;
	}

h1 span {
		background: url(../images/title-leadership-prize-small.gif) no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #999;
	}
		
#home h1 {
		width: 382px;
		height: 134px;
	}
#home h1 span {
		background: url(../images/title-leadership-prize.gif) no-repeat;
	}	

h2 {
		color: #999;
		font-weight: normal;
		font-size: 160%;
	}
	
h3 {
		color: #FF9900;
		font-size: 120%;
		margin: 0px 0 5px 0;
	}
	
h4 {
		font-size: 120%;
		margin: 10px 0 5px 0;
	}
h3 span {
             font-weight: normal;
	}
	
h5 {
		color: #FF9900;
		font-weight: normal;
		font-size: 120%;
	}
		


/* [+] -- DROP SHADOW -------------------------------- */

.dropshadow{
		float:left;
		clear:left;
		background: url(../images/shadow.gif) no-repeat bottom right;
		margin: 0 0 10px 10px !important;
		margin: 0 0 10px 5px;
		width: 646px;
	}
.innerbox{
		position:relative;
		bottom:5px;
		right: 5px;
		padding:5px 0 0 0;
		margin: 0px 0px 0px 0px;
	}
.innerbox{
		/* IE5 hack */
		\margin: 0px 0px -3px 0px;
		ma\rgin:  0px 0px 0px 0px;
	}
	
/* [+] -- LINKS -------------------------------- */

a:link {
		color: #2D65B1;
	}
a:visited {
		color: #999999;
	}
a:hover {
		color: #2D65B1;
	}
a:active, #sideBar #active a {
		color: #FF9900;
	}
	
#content a:link {
		color:#666;
	}
#content a:hover {
		color: #2D65B1;
	}
	
#sideBar a:visited {
		color: #2D65B1;
	}
#sideBar a:hover {
		color: #999;
	}


/* [+] -- ACCESSIBILITY -------------------------------- */

#skip {
		position: absolute;
		left: -2000px;
	}
		
/* [+] -- UTILITY -------------------------------- */

.clearFix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
.clearFix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearFix, #bodyWrap {display: block;}
/* End hide from IE-mac */


