@charset "utf-8";
body {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image:url(../images/site_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	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: #424141;
}



h1{
font: 2em Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
padding-top:0px;
}
h2{
font: 1.1em Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

h3{
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

a:link {
	color: #0077bb;
	text-decoration: none;
}
a:visited {
	color: #0077bb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

hr{
color:#b1b1ba;
height:1px;
}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ebebec;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ebebec;
	background-image:url(../images/header.jpg);
	height:80px; 
	padding: 0px 0px 0px 0px;  /* 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. */
}
.oneColFixCtrHdr #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: 0px 0px 0px 0px;; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
	background: #ebebec; 
	padding: 0px 0px 0px 0px;  /* 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. */
}

.oneColFixCtrHdr #navigation 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: 0px 0px 0px 0px;; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

.oneColFixCtrHdr #textstage {
	
	
	background-color:#fff;
	height:50px;
	width:780px;
	background-image:url(../images/corporate_stage.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	
	}
.oneColFixCtrHdr #stage {
background-color:#fff;
	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: 0px 14px 14px 14px;; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	
.oneColFixCtrHdr #stage740 {
	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: 0px 19px 14px 19px;; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	
.oneColFixCtrHdr #becomelicensee {
    background-color:#FFFFFF;
	margin: 0; 
	padding: 20px 100px 14px 100px;; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

.oneColFixCtrHdr #secondarytabs {
	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: 0px 14px 0px 14px;; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:20px;
	background-image:url(../images/secondary_tabs.gif);
	background-repeat:no-repeat;
	}
	
.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 14px 15px 14px; /* padding keeps the content of the div away from the edges */
}
.oneColFixCtrHdr #sidebar1 img{
float:left;
}

.oneColFixCtrHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.oneColFixCtrHdr #mainContent { 
	margin: 0 286px 0 254px; /* 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: 0px 14px 14px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #leftcol {

	margin: 0 250px 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: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
}

.oneColFixCtrHdr #leftcol img{
float:left;
padding:5px 10px 5px 0px;
}

.oneColFixCtrHdr #leftcol table{
float:left;
}

.oneColFixCtrHdr #licensing ul {
padding:0px;
margin-left:16px;
margin-top:-14px
}

.oneColFixCtrHdr #licensing{
padding-bottom:360px;

}



.oneColFixCtrHdr #rightcol {
	float: right; /* since this element is floated, a width must be given */
	width: 217px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 10px 13px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1a1a1a;
}
.oneColFixCtrHdr #footer p {
    color:#FFFFFF;
	text-align:center;
	font-size:9px;
	font-weight:bold;
    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 */
}

/* navigation */

img{ border: 0pt; }

#bottom_div{
width: 780px;
height: 14px;
background-color: #ebebec;
clear:both;
}

#vista_toolbar {
float:left;
font:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;

margin:0;
padding:0;
}

#vista_toolbar ul {
background-image:url(../images/back.gif);
background-repeat:repeat-x;
float:left;
line-height:28px;
list-style:none;
margin:0;
padding:0 5px 0 5px;
width:770px;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar a {
	color:#000000; /* need because it will use default link color */
	float:left;
	padding:0 3px 0 3px; /* left 3 px because of left.png image */
	text-decoration:none;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}


#vista_toolbar a span img {
border:none;
margin:8px 4px 0px 0px;
padding-top:4px;
}

/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(../images/left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(../images/right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}
