body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Optima, Trebuchet, "Trebuchet MS", Arial, Helvetica, sans;
	font-size: 76%;	/* everything on page is based on 3/4 em */
}
* {margin:0; padding:0;}

img {border: 0;}

li {
	margin-bottom: .5em;
	font-size: 1.05em;
	line-height: 1.35em;
}
p {
	font-size: 1.05em;
	line-height: 1.35em;
	
}

/* position images */
img.left {
	float:left;
	padding-right:5px;
}
img.right {
	float:right;
	padding-left:5px;
}
img.rightBorder { 
	border: 1px solid #000000;
	float:right;}

/*Default Link Styles*/
a {
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
}

/**/

h1 {
	font-size:1.6em;
	color:#39275B;
}

h2.red {font-size:1.4em; color:#FF0000;}
h2 {font-size:1.4em; color:#000000;}
h3 {font-size: 1.2em;}

/*definition list default styles */

dt {font-weight: bold; line-height: 1.3em; margin-bottom: .3em;}
dd {
	font-weight: normal;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 .7em 2em; }
/**/

.center {text-align:center;}

.title {
	margin-top:13px;
	margin-bottom: 5px;
	background:#FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
}

.whitetext {
	color: white;
}
.purpleText {
	color:#39275B;
}
.goldtext {
	color: #ac9c41;
}

.spotlight {
	background-image: url(/innovators/images/bkg_spotlight.jpg);
	background-repeat: no-repeat;
	width:195px;
	border:1px solid #c6c1d9;
	background-color:#fff;
	float:right;
	padding:4px;
	color:#39275B;
	font-size:0.95em;
	line-height:1.2em;
	margin: 0px 0px 8px 8px;
	}
	
	
.rightColumn {
	clear:both;
	float:right;
	color:#39275B;
	font-size:0.95em;
	line-height:1.2em;
	padding-left: 3px;
	padding-bottom:10px;
	width: 220px;
	}

.contactUs {
	width:250px;
	}



/***header styles***/

#headerContainer {
	position: relative; /* allows absolute position of other contained elements */
	height: 112px;
	background-color: #39275b;
	border-bottom: 6px solid #000000;
	width: 99%;
}

#headerContainer a, #headerContainer a:visited {
	text-decoration: none;
	color: #fff;
}

#headerContainer a:hover {
	text-decoration: underline;
}

img#logo {
	display: block; /*set UofW " logo as block level element for absolute positioning*/ 
	height: 112px;
	width: 336px;
	position: absolute;
	top: 0;
	left: 0;
}

div#headerRight {
	color: #fff;
	float: right;
	margin: 8px 13px 8px 8px;
	padding: 0;
	font-size: .9em;
	height: 85px;
	text-align: right;
	white-space: nowrap;
	z-index: 2;
}

div#headerRight form {
	margin-top:10px;
}

div#uwdirectoryText {
	margin-top: 1em;
	font-size:1.2em;
	font-weight: bold;
}
/***end header***/


#navContentWrap { /* wrapper for left navigation and content */
	position: relative;
	background-image: url(/innovators/images/lftcol-bkgrnd.gif); /*provides background color for left navigation column*/
	background-position: left;
	background-repeat: repeat-y;
	float: left;
	width:970px;
}

#navContentWrap img#innovatorsBkgrnd { /*positions image at bottom of left navigation column*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}


/***Start left navigation column***/

#leftColumn { /* contains navigation */
	width:233px;
	height:100%;
	padding-top:0px;
	padding-bottom: 120px; /* provides space for positioned image in navContentWrap that is at bottom
	of this column*/
	float:left;

}

div.menuTitle {
	font-weight: bold;
	font-size:1.2em;
	color:#39275b;
	margin: 20px 0px 0px 10px;
	height:100%;
}
div.menuItems {width: 233px; position: absolute; z-index: 200;
}

ul.menu {
	list-style-type:none; 
	margin: 0;
	padding: 10px 5px 0px 10px;

}

ul.menu a, ul.menu a:visited {
	color:#000000;
	font-size: .9em;
	margin: 0;
	text-decoration: none;
}

ul.menu a:hover {
	text-decoration: underline;
}
li.menu {padding:0px;}

/***end left navigation column***/

#mainContent { /*wraps main content section of page*/
	height: 100%;
	background:#fff;
	float: left;
	margin: 0px 10px 0 0;
	padding: 0px 0 6px 25px;
	width:516px;
	color:#000000;
	font-size:.9em;
}
#mainContent li {
	margin: 1.1em;	
}
#mainContent li.callouts {
	list-style-image: url(/innovators/images/bullets.gif); 
	margin:0 0 .6em 1.5em;
	font-size:1.1em;
	font-weight:bold;
	color:#39275B;
}

#mainContent a, #mainContent a:visited, #mainContent a:hover {
	color:#39275b; 
	}
#innovatorsTitle {/*image used as page "heading"*/
	display: block; /* ensure that image occupies width of containing element*/ 
	margin: 30px 0 -15px -3px; 
	width: 517px; 
	height: 144px;
	clear:left;
	}

div.intro {
	width:516px;
	border-top:1px solid #ddb425;
	border-bottom:1px solid #ddb425;
	margin:-5px 0px 10px 0px;
	padding: 20px 0px 20px 0px;
	font-size: 1.2em;
	color:#39275B;
	}
div.photoCaption {
	width: 200px; 
	float:right;}

div.textbox {
	border: 1px solid #ddb425;
	margin: 10px 0 0 0; 
	padding: 5px;
}

div.pageTitle {
	margin:0px 0 20px -3px;
	}	

/* internal page navigation */

div.pagecontents {
	margin: .5em 0 1.7em 0;
	z-index: 1;
}

div.pagecontents p {
	float: left;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	font-size: .9em;
}

div.pagecontents ul {
	float: left;
	margin: 5px 0 0 12px;
	list-style-type: none;
	padding: 0;
}

div.pagecontents li {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #666;
	font-size: .95em;
	line-height: 1.3em;
}

div.pagecontents a:link, div.pagecontents a:visited {
	text-decoration: none;
	display: block;
	color: rgb(57, 33, 90);
}

div.pagecontents a:hover {
	text-decoration: underline;
}

/*end internal page navigation*/


.spotlightBullets {
	list-style-image:url(/innovators/images/video_bullet.gif);
	list-style-position:outside; 
	color: #ac9c41;padding:0;
	}
	
.menuCopy {
	color:#000000;
	font-size:.95em;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

/****styles for floated "callout box"****/
.applySidebar {background-color:#ffffff; width: 206px; float:right; margin:5px; clear:right; color:#39275b; padding-bottom:10px;}
.applySidebar a{color:#39275b;}
.applyText {margin:0px 10px 10px 10px; display:block; }
.applyTitle {margin:10px 10px 0px 10px;}


.studentSidebar {background-color:#f3ecc2; width:100%; height:100%; display:block; float:left; color:#39275b; clear:right; margin-top:10px; margin-bottom:10px;}
.studentTitle {font-size:1.2em;}
.studentImg {float:left;}
.studentText {margin:10px;float:right; width:300px;}

.imageSidebar {width: 206px; float:right; margin:5px; clear:right; color:#39275b; padding-bottom:10px;}

.blackBullets {list-style-image: url(/innovators/images/bullets.gif);}
.scTitle {margin-left:20px; margin-top:15px;}
.subtitle {color:#39275b; font-size:1.2em; font-weight:bold;}


/* Footer Styles */

#footer {
	clear:both;
	width:99%;
	background-color:#39275B;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
}

.footerText {
	padding: 10px 10px 10px 20px;
	font-size:0.8em;
	color: white; }


div.clear {clear: both;}
div.clear hr {visibility: hidden; color: #fff; margin: 0;}
