/* CSS Document */
/*START OF PAGE STRUCTURE DEFINITIONS*/
* {
  margin: 0;  padding: 0;
}
html, body { 
	overflow: auto; 
	margin: 0;  
	padding: 0; 
	}
html {
    overflow: -moz-scrollbars-vertical; /*Always show scrollbars in firefox. Makes page look better*/
}
body {
      background-color: white;
      margin: 0;
      padding: 0 0 25px 0;
      font: 12px/18px Arial, Helvetica, sans-serif;
      color: #555;
}
@media screen {
		/* ck: Following added to make disclaimer float at the bottom of the page (like facebook toolbar) 
			Removal requires modifcation of footer floating settings!!
		*/
       body>div#footer {
			position: fixed;
       }
}
#validation_code {
    color: #aaaaaa;
    padding: 0 0 0 10px;
    font-size: 0.8em;
}
#base {
	height: 100%;		/*ck: Height currently set at maximum height of any page*/
	background-color: #fff;
	padding: 0 15px 0 15px;
	width: 900px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	bottom: 20px;
}
#search {
	width: 900px;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: right;
}
#logo {
	float: left;
	width: 125px;
	height: 75px;
}
#logocontainer {
	width: 900px;
	height: 60px;
	padding: 0 0 15px 0;
	margin: 0;
}
#divisionnav {
	float: right;
	padding: 30px 0 0 0;
	margin: 0;
}
#divisiontitle {
	/*float: left;
	padding: 30px 0 0 0;
	margin: 0 0 0 100px;*/
	position:relative;
	top:28px;
	left:18px;
}
#divisiontitle h1{
	font-weight: normal;
	font-size: 22px;
	color: #A1A1A1;
}
#sitenav {
	width: 900px;
	padding: 10px 0 10px 0;
/*	margin: 0 0 10px 0;  */
	margin: 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
#header_a {
	/* Global & Subsite Home Page Header*/
	/* 	float: top; */
	width: 900px;
	height: 200px;
	margin: 0;
	/*padding: 0 0 0 0; */
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
}
#header_b {
	/*Secondary Page Header*/
	float: left;
	width: 725px;
	height: 150px;
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
/*	background: url(../images/cosine_header1.gif) top left; */
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
/*	text-align: left;
	vertical-align: center;
	border: 0; */
}
#header_c {
	float: right;
	width: 674px;
	height: auto;
	padding: 3px 0 3px 0;
	margin: 10px 0 15px 0;
	background: #FFF;
	border-bottom: 1px solid #a8a8a8;
}
#header_c h1 {
	/*Product Page Header*/
   	font: 30px Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #888888;
	padding: 0 ;
	margin: 0;
}
#header_fork {
	/*MV Fork Page Header*/
	width: 900px;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
#navleft {
	float: left;
	width: 150px;
	margin: 10px 0 0 0;
	padding: 0 25px 180px 0;
	min-height: 205px;
}
#contentbase {
	float: right;
	width: 675px;
	margin: 10px 0 0 0 ;
	padding: 0;
}
#contentleft2x {
	float: left;
	height: 100%;
	width: 500px;
	margin: 10px 0 0 0 ;
	padding: 0 25px 5px 0;
}
#contentfullwidth {
	float: left;
	height: 100%;
	width: 100%;
	margin: 10px 0 0 0 ;
	padding: 0 25px 5px 0;
}
#contentleft, .contentleft {
	float: left;
	width: 208px;
	margin: 10px 0 0 0;
	padding: 0 25px 5px 0;
}
#contentright, .contentright {
	float: right;
	width: 200px;
	margin: 10px 0 0 0 ;
	padding: 0 0 5px 0;
}
#contentright2x {
	float: right;
	width: 450px;
	margin: 0;
	padding: 0 25px 5px 0;
}
#contentright3x {
	float: right;
	width: 650px;
	margin: 0;
	padding: 0 25px 5px 0;
}
.formlabel {
    width: 150px;
    vertical-align: top;
}
.formlabel_centered {
    /* used if form label needs o be centered */
    width: 150px;
    vertical-align: center;
}
.form_required {
    font-weight: bold;
}
.contenthidden {
	display: none;
}
.map {
  position: absolute;
}
img.profile_pic {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
    height: 150px;
    background-color: #eee;
}
img.management_team_pic {
    float: left;
    margin: 0 10px 0 0;
    width: 171px;
    height: 150px;
    background-color: #eee;
}
img.hq_pic {
    margin: 0 10px 0 0;
    width: 226px;
    height: 150px;
    background-color: #eee;
}
p.quote {
    margin: 5px 30px 15px 30px;
}
span.left_selected {
    font-weight: bold;
}
span.left_unselected {
    /*color: #666; */
}
li.sm_section {
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
li.sm_sub_section {
    line-height: 1.2em;
    margin: 0 0 1px 0;
    padding: 0;
}
#clear_both {
	clear: both;
	margin: 0;
	padding: 0;
}
div#footer {
	/*Lock footer to bottom of page - facebook style, like windows start menu*/
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 20px;
     background: #fff none repeat scroll 0 0;
     text-align: right;
     padding: 0;
     color: #bbb;
}
#footer_cen { 
	/* Center remaining footer content */
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #dcdcdc;	
    background: #fff;	
    padding: 0 15px 0 15px;
}
/*END OF PAGE STRUCTURE DEFINITIONS*/

/*TAG DEFINITIONS*/
#site_search_box {
	padding: 0 0 2px 0;
}
p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0;
	padding: 0 0 10px 0;
}
ul {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0 0 0 18px;
	padding: 0 0 10px 0;
	list-style: square;
}
li {
	padding: 0 0 5px 0;
}	
h1 {
	font: 18px/21px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	margin: 0;
	padding: 0 0 10px 0;
}
h2 {
	font: 14px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	margin: 15px 0 4px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bababa;      
	
}
h1.corporate {
	font: 15px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	margin: 0;
	padding: 0 0 10px 0;
	}
h2.corporate {
	font: 13px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bababa;
	}
h3 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-style: italic;
}
h4 {
  font: 12px/18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #555;
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  padding-bottom: 1px;
  margin-bottom: 2px;
}
img {
	margin: 0;
	padding: 0 0 0 0;
	border-width: 0;
}
a:link {
	color: #278;
	text-decoration: none;
}
a:visited {
	color: #278;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #d87;
}
a:active {
	color: #278;
}
table {
      font: 12px/18px Arial, Helvetica, sans-serif;
}
table.spectable {
	color: #262626;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 1.5em 0;
	font: 12px/18px Arial, Helvetica, sans-serif;	
}
#workshops {
    width: 100%;
    border-spacing: 0 0 0 0;    
}
#workshops table {

}
#workshops td {
    margin: 0 4px 0 4px;
    padding: 0 4px 0 4px;
    background-color: #eee;
}
td.course {
    vertical-align: top;
}
td.date {
    vertical-align: top;
    font-style: italic;
    width: 100px;
    text-align: center;
}
td.register {
    text-align: right;
    text-height: 0.85em;
    vertical-align: bottom;
}
.cosine { 
	/* make cosine font distinctive (used for 'brand' highlighting) */
    /* color: #278; */ /*removed color because it looks too much like the links */
    font-weight: bold;
    /* color: pink; */
    letter-spacing: .05em;
}
.formerror {
    /* font-weight: bold; */
    background-color: #ddd;
    padding: 5px;
    margin: 0 70px 20px 70px;
    text-align: center;
}
.invalid input {
    background: #d87;
}
span.search_string {
    background-color: #d87;
    color: #fff;
    font-weight: bold;
    padding: 0 5px 0 5px;
    letter-spacing: .1em;
}
#button {
	font: 10px Arial, Helvetica, sans-serif;
}
form, input {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
select {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
p.readmore {
	margin-top: 20px;
	font-size: 90%;
 	letter-spacing: .05em;
}
#sitenav a:link, #sitenav a:visited {
    color: #278;
}
#divisionnav p, #search p, #sitenav p, #footer p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0;
	padding: 0;
}
#divisionnav a:link, #search a:link, #footer a:link {
	color: #278;
	text-decoration: none;
}
#divisionnav a:active, #search a:active, #sitenav a:active, #footer a:active, #navleft a:active {
	color: #278;
	text-decoration: underline;
}
#divisionnav a:visited, #search a:visited, #footer a:visited, #navleft a:visited {
	color: #278;
	text-decoration: none;
}
#divisionnav a:hover, #search a:hover, #sitenav a:hover, #footer a:hover, #navleft a:hover {
	color: #d87;
	text-decoration: underline;
}
#divisionnav ul {
	margin:0px;
	padding:0px;
}
#divisionnav li {
	margin:0px;
	padding:0 10px 0 10px;
	list-style: none;
	display: inline;
}
#sitenav ul {
	margin:0px;
	padding:0px;
}
#sitenav li {
	margin:0px;
	font-weight: bold;
	padding:0 10px 0 10px;
	list-style: none;
	display: inline;
}
.smaller {
	color:#555;
	font-size: 85%;
}
.featured {
	font-style: italic;
	color: #555;
	margin: 0;
	padding: 0;
}
input.submitButton {
	background-color:#555;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
	font-weight:bold;
}
