@charset "UTF-8";
/* CSS Document */

* { 
	border:0; 
	padding:0; 
	margin:0;
}

body {
	background-image: url(../_images/background.gif);
	text-decoration: none;
}

/******************************************************
********************** HEADER *************************
*******************************************************/

#header {
	background-color:#FFF;
	background-image: url(../_images/header.png);
	background-repeat: no-repeat;
	width: 860px;
	height:160px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/******************************************************
********************* CONTENTS ************************
*******************************************************/

#contents {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
	width: 850px;
	margin:0 auto;
	margin-bottom: 10px;
	padding: 10px 0 20px 10px;
	position:relative;
}
#col_2, #col_3, #col_4 {
	background-color:#FFF;
	width: 200px;
	margin-right: 10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	border-left: solid #666 1px;
	padding-left:10px
}
.clear{
	clear:both;
}
#footer {
	background-color:#404041;
	width:820px;
	margin: 0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .63em;
	text-align:right;
	color: #999;
	padding: 20px;
}
#footer a,#footer a:link, #footer a:visited { text-decoration:none;
	color:#999;}
#intro {
	clear:both;
	margin-top:0px;
	margin-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.72em;
	padding:0;
	line-height:26px;
	letter-spacing:0.05em;
	width:157px;
	height:auto;
	float:left;
}

/******************************************************
******************** TYPE & LINKS *********************
*******************************************************/

h1 {
	padding:10px 0 10px 0;
	color:#84857a;
	line-height:44px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:3.5em;
}
h2 {
	margin:10px 0 0 0;
	font-family:'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
	font-size:0.95em;
	text-transform:uppercase;
	color:#00A69C;     /* 271109; dark brown /* #e4927dmed red*/
	letter-spacing:1px;
	line-height:24px;
}
p {
	margin: 5px 0 20px 0;
	font-family:'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
	font-size:.9em;
	color:#333333;
	line-height:26px;
}
p a:link, p a:visited {
	color:#999999; 
	text-decoration:none;
}
p a:hover, p a:active {
	background-color: none; 
	text-decoration:none;
	color:#271109; /*dark brown*/
}
#intro h2, #intro p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404041;     /*dark grey*/
}

/******************************************************
*********************** SHADOWS ***********************
*******************************************************/

.shadow {box-shadow: 0px 0px 10px #CCC;-moz-box-shadow: 0px 0px 10px #CCC;-webkit-box-shadow: 0px 0px 10px #CCC;}
.shadowRightCol {box-shadow: 0px 0px 15px #ccc;-moz-box-shadow: 0px 0px 15px #ccc;-webkit-box-shadow: 0px 0px 15p}

/******************************************************
************************ TABS *************************
*******************************************************/

#lynda {
	background-image: url(../_images/tab_lynda.png);
	background-repeat: no-repeat;
	position:absolute;
	width:75px;
	height:33px;
	z-index:1;
	left: 861px;
	top: 52px;
}
#flickr {
	background-image: url(../_images/tab_flickr.png);
	background-repeat: no-repeat;
	position:absolute;
	width:75px;
	height:33px;
	z-index:1;
	left: 861px;
	top: 95px;
}
#students {
	background-image: url(../_images/tab_students.png);
	background-repeat: no-repeat;
	position:absolute;
	width:75px;
	height:33px;
	z-index:1;
	left: 861px;
	top: 138px;
}
#lynda a, #students a, #flickr a { 
	display:block; 
	height:33px; 
	width: 75px; 
	text-decoration:none;
} /*all links in the tabs are block elements with a specific height*/
#lynda a:hover {
	background: url(../_images/tab_lyndaOVR.png) no-repeat;
}
#flickr a:hover {
	background: url(../_images/tab_flickrOVR.png) no-repeat;
}
#students a:hover {
	background: url(../_images/tab_studentOVR.png) no-repeat;
}
#lynda span, #students span, #flickr span { 
	visibility:hidden;} /*hides text used in navlist*/

a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}