@charset "utf-8";
body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-repeat: repeat-y;
	background-color: #000;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 250%;
	background-image: url(visualjump/assets/bg/black%20bg.jpg);
	background-position: center top;
}
.twoColFixRtHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #FFF;
	bottom: 5px;
	text-align: left;
	font-size: 11px;
	background-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1F1F1F;
}
.twoColFixRtHdr #mainContent {
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	text-align: left;
} 
#mainContent h2 {
	color: #42a0e2;
	margin-top: 12px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
}
#mainContent h2 a {
	color: #45D5E6;
	text-decoration: none;		
	border: none;		
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	color: #CCC;
} 
.twoColFixRtHdr #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;
}
/* images */
img {
	text-align: center;
}
img.float-right {
	margin: 5px 0px 10px 10px;
	padding: 6px;
	text-align: right;

}
img.float-left {
  	margin: 5px 10px 10px 0px;
	padding: 6px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
.blockquote {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* gradient 1 */
h1 {
  font: bold 330%/100% "Lucida Grande";
  position: relative;
  color: #464646;
}
h1 span {
	background: url(gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
	left: -517px;
	top: 9px;
}
.twoColFixRtHdr #container p strong {
	font-weight: bold;
	font-size: 14px;
}

/* The Team Page */

#bio {
	height: 600px;
	width: 620px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #000;
	font-size: 12px;
	text-align: left;
}

.biobold {
	font-size: 16px;
	font-weight: bolder;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #42a0e2;
}
.biobold2 {
	font-size: 14px;
	font-weight: bolder;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #42a0e2;
}
.biobold3 {
	font-size: 10px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	text-transform: capitalize;
}
.biolink {
	font-size: 14px;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}
.biolink a:hover {
	color: #999;
	border-bottom-width: 0px;
	border-bottom-color: #F00;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
}
.biosubtitle {
	font-size: 18px;
	font-weight: bolder;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	letter-spacing: -1px;
}
.paragraphboldtext {
	font-size: 13px;
	font-weight: bolder;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CAEF58;
}
.corevalues {
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A7B1F8;
}
.largeletter {
	font-size: 36px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	line-height: 5px;
}
.thinline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.thinlinetable {
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #CCC;
}



video link


.video-dev {
 cursor:pointer;
 position:relative;
 background:url(rockingvideo.jpg) no-repeat center;
 width: 250px;
 height: 157px;
 left: 0px;
 top: 0px;
}
 
.video-a-link {
	position:relative;
	background-image: url(../assets/video/video_sample_mayan_logo.jpg);
}
 
a {
 color:#0E58A0;
 left: 0px; top: 0px;
}
 
.video-dev .video-link-span {
	background:transparent url(video/play_icon.gif) no-repeat scroll 0pt 50%;
	cursor:pointer;
	color:#000000;
	display:block;
	height:35px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	vertical-align:bottom;
	width:34px;
	opacity: 0.8;
	left: 114px;
	top: 68px;
	background-image: url(../play_icon.gif);
}
 
.container-border {
 border:1px #CCCCCC solid;
 padding:3px;
 width: 259px; height: 157px;;
 margin-top:5px;
 margin-right: 1px;
 float:left;
}


menu-----------------------

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: black;
}
