@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #71726E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 13px;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #ff8800;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
	line-height: 30px;
}

h2 {
	font-size: 20px;
}

a:link {
	color: #ff8800;
}

a:hover, a:active {
	text-decoration: none;
	color: #ff8800;
}

a:visited {
	color: #ff8800;
}

img {
	border: none;
}

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

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


#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#toplinks { 
	background: #000;
	color: #fff;
	padding: 10px 0 0 20px;
	height: 25px;
	}

#toplinks a {
	padding: 10px 5px 10px 10px;
	text-decoration: none;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;

}


#toplinks a:hover { 
	text-decoration: underline; 
	color: #ccc;

}

#toplinks_links {
	padding: 0 0 0 25px;
}


#header { 
	background-image: url('images/header.png');
	height: 140px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


ul {

list-style-type:square;
}


.off {
display: none;
}


/* single item */ 
#thumbs div { 
    float:left; 
    width:214px; 
    height:300px; 
    background:#333 url(/img/global/gradient/h150.png) repeat-x 0 146px; 
    color:#fff; 
    border-left:1px solid #333; 
    cursor:pointer; 
} 
 
/* style when mouse is over the item */ 
#thumbs div.hover { 
    background-color:#444;     
} 
 
/* style when element is active (clicked) */ 
#thumbs div.active { 
    background-color:#066; 
    cursor:default; 
}








#mainContent { 
	margin: 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#bigContent { 
	margin: 0 0 40px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width: 640px;
	height: 480px;
} 


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #333333;
	margin: 0 0 0 0;
	height: 80px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: 15px;
	margin-bottom: 20px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: .85em;
	background-color: #fff;
}     
	 
/* MENU */
.menu a, .menu button{
    display:block;
    margin:3px 7px 0 0;
    width: 180px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:80%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.menu button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.menu button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.menu button img, .menu a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .menu a:hover{
    background-color:#fde8b2;
    border:1px solid #ccc;
    color:#000;
}
.menu a:active{
    background-color:#fdc737;
    border:1px solid #ccc;
    color:#000;
}


			
/* BUTTONS */

.buttons a, .buttons button{
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#2e8395;
    border:1px solid #2e8395;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    background-color:#D8F1FF;
	color:#01616e;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#01616e;
    border:1px solid #ccc;
    color:#fff;
}
.buttons a.positive:active{
    background-color:#77a103;
    border:1px solid #ccc;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}




.em11 {
font-size: 1.1em;
}

.em12 {
font-size: 1.2em;
}

.em13 {
font-size: 1.3em;
}

.em14 {
font-size: 1.4em;
}

.red {
color: red;
}
a.red {
color: red;
}

#trainer {
margin-left: 30px;
padding: 0;
height: 150px;
min-height: 150px;
}
#trainer img {
border: 1px solid #000;
margin-right: 5px;
}
#trainer a {
font-weight: bold;
}

.staff {
padding: 0;
height: 130px;
min-height: 130px;
}
.staff a {
font-weight: bold;
}


.staff img {
border: 1px solid #000;
margin-right: 10px;
}

.staff_full img {
border: 1px solid #000;
margin-right: 10px;
}


#bread {
display: none;
font-size: .8em;
margin: 0 0 10px 0;
}

#teaching_objectives {
border: 1px solid #ccc; 
padding: 0px;
}
#teaching_objectives td {
border: 1px solid #ccc; 
padding: 5px;
}

.box {
		border: 1px #ccc solid;
		background-color: #FBFBFB;
		margin-bottom: 10px;
		padding: 10px;
		}
.homebox {
		margin: 0 0 10px 3px;
		padding: 5px;
		width: 230px; 
		float: left;
		height: 240px;
		}

.homebox h2 {
		font-size: 1em;
		font-weight: bold;
		text-transform:uppercase;
		}


.homebox img {
		border: 1px #ccc solid;
		margin: 3px 0 3px 0;
}	
	
#home_news ul {
		margin: 0 0 0 -15px;
}
#home_news ul ul li {
		list-style: none;
		font-size: .85em;
		font-style: italic;
		margin: 0 0 0 -20px;
		}
		
#home_news a {
	text-decoration: none;
	}
#home_news a:hover {
	text-decoration: underline;
	}

#faculty_focus ul {
		margin: 0 0 0 -15px;
}
#faculty_focus ul ul li {
		list-style: none;
		font-size: .85em;
		font-style: italic;
		margin: 0 0 0 -20px;
		}
		
#faculty_focus a {
	text-decoration: none;
	}
#faculty_focus a:hover {
	text-decoration: underline;
	}	
#important_div ul {
		margin: 0 0 0 -15px;
		
		margin: 0 0 0 -20px;
		}		
#important_div a {
		color: #000;
		}		
				
		
		
#all_news {
	margin: 0 60px 0 0;
	text-align: right;
}

#mission {
		margin-bottom: 10px;
		/*padding: 10px 10px 10px;*/
		}
#mission h2 {
		margin-bottom: 10px;
		}


#blog {
		margin-bottom: 10px;
		padding: 10px;
		line-height: 20px;
		}

#blog li {
margin-left: -25px;
		}


#twitter_div li {
list-style: none;
margin-left: -25px;
}

#nfw_div li {
margin-left: -25px;
}

#nfw_div a {
color: #000;
font-size: 1.1em;
}


#instructionalDesigners {
padding: 5px;
height: 300px;
width: 220px;
float: left;
line-height: 1.5em;
}

#instructionalDesigners a {
font-weight: bold;
}
#instructionalDesigners img {
border: 1px solid #000;
margin: 0 5px 10px 0;
}




.proctors {
padding: 5px;
width: 400px;
line-height: 1.5em;
}

.proctors a {
font-weight: bold;
}
.proctors img {
border: 1px solid #000;
margin: 0 5px 10px 0;
}



#contact label {
float: left;
width: 120px;
}

#contact input {
width: 180px;
margin-bottom: 5px;
padding: 3px;
}

#contact textarea {
width: 250px;
height: 150px;
padding: 3px;
}

#request label {
float: left;
width: 100px;
}

#request input {
width: 200px;
margin-bottom: 10px;
padding: 3px;
}

#request textarea {
width: 350px;
height: 150px;
padding: 3px;
}

#cs_request label {
float: left;
width: 200px;
}

#cs_request input {
width: 200px;
margin-bottom: 10px;
padding: 3px;
}

#cs_request textarea {
width: 350px;
height: 150px;
padding: 3px;
}

#live_classroom_request label {
float: left;
width: 150px;
}
#live_classroom_request input {
margin-bottom: 10px;
padding: 3px;
}

.fL {
float: left;
width: 220px;
padding: 0 10px 10px 0;
}

.feedTitle {
display: none;
}

#creditfooter {
display: none;
}
#rates td {
padding: 5px;
}

#rates {
width: 100%;
font-size: 11px;
}

tr.alt td {
background-color: #ccc;
}

.item3 {  
    display:block;  
    padding: 4px;  
    line-height: 18px;    
    height: 18px;  
    width: 18px;  
    text-align: center;  
    color: #ffffff;  
    background-color: #000000;  
    text-decoration: none;  
    font-weight: bold;  
    border-bottom: solid 1px #dedede;  
}  
  
.item3selected { background-color: #a1a1a1; } 

.error {color: red;}

#elearning_agree {
		font-size: 1.1em;
	}
	
#elearning_agree label { width: 32em; margin: 0 0 20px 0; }
#elearning_agree label.error { float: none; color: red; padding-left: .5em; }
#elearning_agree p { clear: both;}

#elearning_proposal label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

#oneonone_request label.error { float: none; color: red; padding-left: .5em; }

.proctor_divError {
		background-color: #FEF6F3;
	}


