/* Innovators Styles */

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 */
	font-weight: 100;
}

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.right_border { 
	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;
	margin-bottom: 0;
}


/* left navigation column styles */

 { display: none;}


#NavContainer, .menuTitle, ul.menu, .uwdirectoryText, .spotlight, .resources, .rightColumn, div#headerContainer, #headerRight, #footer {display: none;}


.leftImage {
	padding-bottom:10px; border:0px;
}
.center {
	text-align:center;
}
.title {
	margin: 13px 0 5px 0;
	background:#FFFFFF;
}



.whitetext {
	color: white;
}
.purpleText {
	color:#39275B;
}
.goldtext {
	color: #ac9c41;
}


/* ID's for CSS2 Positioning */


#container {
	background-image: url(/innovators/images/bkg_innovators.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 778px; /* Keeps gold menu background from expanding beyond menu */
	background-color: #f3ecc2;
	float:left;
}

#mainContent {
	background:#FFFFFF;
	padding: 0;
}
#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;
}
#contentContainer {
	font-size:0.95em;
	margin: 1em 2em;
}

/* Footer Styles */


/***************Innovators Styles*************************/


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; }
/**/


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;
}

#contentContainer a, #contentContainer a:visited, #contentContainer a:hover {color:#39275b; }

div.textbox {
	width: 200px; 
	border: 1px solid #ac9c41; 
	float:right;
}
.spotlightBullets {
	list-style-image:url(/president/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;
}
.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(/safecampus/images/bullets.gif);}
.scTitle {margin-left:20px; margin-top:15px;}
.subtitle {color:#39275b; font-size:1.25em;}

/* page contents */

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;
}

div.clear {clear: both;}
div.clear hr {visibility: hidden; color: #fff; margin: 0;}
