@charset "UTF-8";
/* CSS Document */		
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { 
		text-align: left;
		font-family: arial, Verdana, sans-serif;
        font-size: 11px;
		color:#666666;
		line-height:16px;
		}
		.clear { /* A CSS class for the property */
        clear: both;
        } 
		td
		{
		text-align:left;
		}
		
		a {
		font-family: arial, Verdana, sans-serif;
        font-size: 11px;
		color:#006579;
		text-decoration:none;
		}
		
	    a:visited {
		font-family: arial, Verdana, sans-serif;
        font-size: 11px;
		color:#006579;
		text-decoration:none;
		}
		
		a:hover {
		font-family: arial, Verdana, sans-serif;
        font-size: 11px;
		color:#006579;
		text-decoration:underline;
		}
		
	
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h2 {
		font-family: arial, sans-serif; 
	    line-height: 1.2;
		margin: 1em 0 0.5em 0;
	    color: #ffffff;
		text-align:left;
		font-weight:normal;
		font-size:16px;
		}
		
		h3 {
		font-family: arial, sans-serif; 
	    line-height: 1.2;
		margin: 1em 0 0.5em 0;
	    color: #77b800;
		text-align:left;
		font-weight:normal;
		font-size:16px;
		}
		
		h4 {
		font-family: arial, Times, sans-serif; 
	    line-height: 1.2;
		font-size:14px;
	    color: #77b800;
	    margin: .5em 0 0.5em 0;
		text-align:left;
		font-weight:normal;
		}
		h5 {
		font-family: arial, sans-serif; 
		font-size:14px;
	    color: #77b800;
		text-align:left;
		font-weight:normal;
		}
		html {
		    width:100%;
	
			 }
		body {
		    font-family:  arial, Verdana, sans-serif;
			font-size:11px;
			text-align:left;
			background-image: url("../images/pyxl_design_marketing_bg.jpg");
			background-position:center top;
            background-repeat:no-repeat;
			background-color:#ffffff;
			color: #666666;
			width: 100%;
			margin: auto;
			text-align: center;
			padding-bottom: 20px;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 15px 0;
			position: relative;
			width: 100%;
		}
		
			.homewrap {
			margin: auto;
			width:850px;
			height:610px;
			padding-left:10px;
			margin-bottom:80px;
		}
		    .homewrap2 {
		    background-color:#FFFFFF;
			margin: auto;
			width:950px;
			height:1420px;
		}
            .internalwrap {
			margin-left:10px;
		    border-top: 1px solid #cccccc;
			}
			
			.boxl {
			float:left; 
			width:391px;
			padding:9px;
			border:1px solid #dddddd;
			margin-bottom:20px;
			height:148px;
			}
			
			.boxr {
			float:right; 
			width:391px;
			padding:9px;
			border:1px solid #dddddd;
			margin-bottom:20px;
			height:148px;
			margin-right:4px;
			}
			
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden;
	/*		border-top: 1px solid #cccccc; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 880px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 600px;
			clear: both;
			background-color:#ffffff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
/*			padding-left: 10px;   */
			width: 880px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px 15px 10px 20px;
		}
		.wrapper
		{
		height:600px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin:0px;
			text-align:left;
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			text-align:left;
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: left;
			line-height: 22px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			font-family: arial, "Times New Roman", Times, serif; 
		}
		
		.stripNav li.tab1 a { background: #eef7e2; color:#666666}
		.stripNav li.tab2 a { background: #eef7e2; color:#666666}
		.stripNav li.tab3 a { background: #eef7e2; color:#666666}
		.stripNav li.tab4 a { background: #eef7e2; color:#666666}
		.stripNav li.tab5 a { background: #eef7e2; color:#666666}
		.stripNav li.tab6 a { background: #eef7e2; color:#666666}
		.stripNav li.tab7 a { background: #eef7e2; color:#666666}
		.stripNav li.tab8 a { background: #eef7e2; color:#666666}
		
		.stripNav li a:hover {
			background: #77b800;
			color: #ffffff;
		}
		
		.stripNav li a.current {
			background: #77b800;
			color: #ffffff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 56px;
			width: 35px;
		}
		
		.stripNavL {
		left: 0; 
		}
		
		.stripNavR {
		right: 0; 
		}
		
		.stripNavL {
			background: url("../images/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.png") no-repeat center;
		}
		
.header {
background-color:transparent;
height:100px;
display: block;
width: 100%;
text-align:center;
}

#globalnav {
	margin-left:60px;
	margin-right:60px;
display:inline-block;
text-align:left;
width: 1030px;
font-family:Verdana,Arial;
}
.topnav {
text-align:center;
}

#globalnav ul {
    padding:0x;
    margin: 20px 0px 0px -8px;
    list-style-type: none;
    text-align:left;
	font-size: 10px;
	font-weight: bold;
    } 



#globalnav ul li a {
    display:inline;
    text-decoration: none;
    padding: .1em;
    color: #333333;
	font-family:Verdana,Arial;
    }

#globalnav ul li a:hover {
    color: #007a94;
	
    } 
	
#globalnav ul li {
display:inline;
}  

.bodytext {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 11px;
	color:#666666;
	line-height:20px;
}

.bigtext {
   /* font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	color:#666666;
	line-height:24px;
}
.biglink {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	color:#999999;
	line-height:24px;
    color:#00A0B4;
}

#biglink {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	color:#999999;
	line-height:24px;
    color:#00A0B4;
}

#biglink a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	color:#999999;
	line-height:24px;
    color:#00A0B4;
}

#biglink a:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	color:#999999;
	line-height:24px;
    color:#00A0B4;
}

#biglink a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	color:#999999;
	line-height:24px;
    color:#00A0B4;
}
.cleft {
font-family: arial, Verdana, sans-serif;
text-align:left;
width:48%;
display:inline-block;
border:1px;
float:left;
padding-right:5px;
font-size: 11px;
line-height: 1.4em;
}

.cright {
font-family: arial, Verdana, sans-serif;
text-align:left;
width:48%;
display:inline-block;
border:1px;
float:right;
padding-left:5px;
font-size: 11px;
line-height: 1.4em;
padding-right:8px;
}

.cleft2 {
font-family: arial, Verdana, sans-serif;
text-align:left;
width:48%;
display:inline-block;
border:1px;
float:left;
padding-right:5px;
font-size: 11px;
line-height: 1.4em;
}

.cright2 {
font-family: arial, Verdana, sans-serif;
text-align:left;
width:48%;
display:inline-block;
border:1px;
float:right;
padding-left:5px;
font-size: 11px;
line-height: 1.4em;
padding-right:8px;
}
.right {
text-align: right;
}

/* Css for Simple Slide show */
#slideshow {
    position:relative;
    height:241px;
	padding-top:0px;
	padding-bottom:0px;
/*	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc; */
}

#slideshow IMG {
    position:absolute;
	top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

hr {
height:.1em;
color:#EEEEEE;
background-color: #EEEEEE;
margin-bottom:2px;
}
.front
{
height:.1em;
color:#EEEEEE;
background-color: #EEEEEE;
margin-bottom:7px;
margin-top:2px;
}
.newstitle
{
	text-align: left;
	font-family: arial, Verdana, sans-serif;
    font-size: 12px;
    color:#666666;
	font-weight:bold;
}

.news
{
	text-align: left;
	font-family: arial, Verdana, sans-serif;
    font-size: 10px;
    color:#666666;
}

.bio{
margin:2px;
border-top:1px;
border-color: #666666;
}

.logo
{
padding-left:92px;
padding-right:15px;
}

.logo2
{
padding-left:32px;
padding-right:15px;
}
.social {
display:inline-block;
margin: auto;
width:880px;
padding-left:1px;
padding-top:40px;
text-align:left;
}

.social2 {
display:inline-block;
margin: auto;
width:950px;
padding-left:1px;
padding-top:40px;
text-align:left;
}
.q {
list-style:none;
font-size:11px;
font-family: arial, Verdana, sans-serif;
color:#333333;
padding:1px;
}
.a {
list-style:none;
font-size:11px;
font-family: arial, Verdana, sans-serif;
color:#666666;
padding:1px 1px 10px 1px;
}

.ma {
list-style:none;
padding:1px 1px 1px 15px;
font-size:11px;
font-family: arial, Verdana, sans-serif;
color:#666666;
}


/* CSS from slide show plugin  */

div.wrap{
width:840px;  /* Was 993 */
margin:0 auto;
text-align:left;
}
div#top div#nav{
float:left;
clear:both;
width:840px; /* Was 993 */
height:52px;
margin:22px 0 0;
background: url(../images/nav-bg.png) 0 0 no-repeat;
}
div#top div#nav ul{
float:left;
width:700px;
height:52px;
list-style-type:none;
}
div#nav ul li{
float:left;
height:52px;
}
div#nav ul li a{
border:0;
height:52px;
display:block;
line-height:52px;
text-indent:-9999px;
}
div#header{
margin:-1px 0 0;
}
div#video-header{
height:683px;
margin:-1px 0 0;
}
div#header div.wrap{
height:299px;
background: 50% 0 no-repeat;
}
div#header div#slide-holder{
z-index:40;
width:860px; /* was 973 */
height:299px;
position:absolute;
margin:-5px;
}
div#header div#slide-holder div#slide-runner{
/*top:9px; */
/*left:9px; */
width:840px; /* was 973 */
height:240px; /* was 278 */
overflow:hidden;
position:absolute;
}
div#header div#slide-holder img{
margin:0;
display:none;
position:absolute;
}
div#header div#slide-holder div#slide-controls{
left:0;
bottom:190px;  /* was 228 */
width:840px;  /* was 973 */
height:35px;
display:none;
position:absolute;
background:url(../images/slide-bg.png) 0 0;
}
div#header div#slide-holder div#slide-controls p.text{
float:left;
color:#fff;
display:inline;
font-size:10px;
line-height:16px;
margin:15px 0 0 20px;
text-transform:uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav{
float:right;
height:24px;
display:inline;
margin:11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a{
float:left;
width:24px;
height:24px;
display:inline;
font-size:11px;
margin:0 5px 0 0;
line-height:24px;
font-weight:bold;
text-align:center;
text-decoration:none;
background-position:0 0;
background-repeat:no-repeat;
}
div#slide-controls {
	z-index:50;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on{
background-position:0 -24px;
}
/*div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(../images/silde-nav.png);} */
div#header div#slide-holder div#slide-controls p#slide-nav a{
	font-size:15px;
	color:#999999;
}

div#header div#slide-holder div#slide-controls p#slide-nav a:hover{
	text-decoration:underline;
}

div#nav ul li a{background:url(../images/nav.png) no-repeat;} 

/* Tooltip stuff */
#yahoo { width: 7em; }
:focus {
	outline: 0;
}

h3#box1 {
	color:#CCC;
}