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

/* basic page structure */
html {height:100%; margin-bottom: 1px;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #121212;
	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: #000000;
}
.twoColFixRt #container { 
	width: 858px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 0px 800px 20px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 206px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	z-index: 9999;
}
body.twoColFixRt #sidebar1 {
	#background:#DEDFDA;
	#-moz-border-radius: 10px; /* Firefox */
	#-webkit-border-radius: 10px; /* Safari, Google Chrome */
	#border-radius: 10px}

body#index #sidebar1 {
	background:inherit;
}

#sidebar1 #navigation {
	padding-left:6px;
}
.twoColFixRt #mainContent { 
	margin: 0 217px 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: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#121212;
} 
.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;
}

/*--sidebar formatting content --*/

.twoColFixRt #sidebar1 {
	color:#ffffff;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

#sidebar1 a, #sidebar1 a:link {
	color:#efefef;
	text-decoration:none;
	font-weight:normal;
	xdisplay:block;	
}
#sidebar1 a:hover {
	color:#efefef;
	text-decoration:underline;
	font-weight:normal;
	xdisplay:block;	
}



.name a, .name a:link {
	color:#FFCC33;
	text-decoration:none;
	display:block;
	font-size:120px;	
}
.name a:hover {
	color:#FFCC33;
	text-decoration:underline;
	display:block;
	font-size:10px;
}


.nameone {
	margin:16px 0px 0px 0px;
	font-size:66px;
	line-height:0.8em;
	}	
.nameone p {
	margin:0px 0px 26px 0px;
	color:#dcdcdc;
	font-weight:normal;
	font-style:italic;
	}



/* maincontent formatting */


	

p.link {
	margin:10px 0px 6px 0px;
	padding:8px 0px 0px 0px; 
	text-align:left;
	border-color:#333;
	border-style:solid;
	border-width:2px 0px 0px 0px;
}
.link a {
	color:#222;
	font-family:Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
	
	
img {
	border-color:#212121;
	border-width:0px 14px 0px 0px;
	border-style:solid;
	}
img.hlt {
	border:none;
	}
img.spheight {
	height:0px;
	}
.spacer {
	background:#212121; 
	padding:10px 0px 0px 16px;
	}
.spacer a, .spacer a:link {
	color:#efefef;
	text-decoration:none;
}
.spacer a:hover, .spacer a:visited {
	color:#efefef;
	font-weight:bold;
}


h1, h2, h3 {
	color:#212121;
	}
h1, h2 {
	font-size:72px;
	}
h1 {
	margin:0px 0px 6px 0px;
	padding:20px 0px 0px 0px;
	}
h2 {
	margin:0px 0px 0px 0px;
	padding:70px 0px 0px 0px;
	line-height:.8em;
	}
h3 {
	font-size:16px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
p strong {
	font-weight:bold;
	padding-right:0px;
	color:#efefef;
	}
.strong1 {
	font-size:24px;
	font-weight:bold;
	padding-right:0px;
	color:#eebe00;
	}
.big {
	font-size:20px;
	font-weight:bold;
	color:#efefef;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	}
.emph {
	text-decoration:underline;
	font-size:14px;
	}
.colon	{
	top: -.1em;
}






.one {
	display:block;
	background-color:#ff4400; 
	margin:0px; 
	padding:3px 0px 0px 0px;
	border-style:solid; 
	border-color:#222; 
	border-width:0px 0px 0px 0px;
}
.icon {
	background:inherit;
	float:left;
	margin:0px;
	padding:0px;
	}
.icon img {
	margin:0px 10px 0px 0px;
	padding:0px;
	border:solid;
	border-width:0px 12px 0px 0px;
}
.desc {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.desc h2 {
	 margin-top:0px; 
	 padding:24px 0px 0px 0px;
}
.desc p {
	margin:0px;
	padding:0px 20px 0px 0px;
	font-size:19px;
	line-height:1em;
	color:#222;
	} 
p.EF1	{
	color:#efefef;
	margin:12px 0px 16px 18px;
	font-size:12px;
	line-height:1.2em;
	}
	

.oneVideo, .oneVideo img {
	display:block;
	margin:0px; 
	padding:0px;
	border:solid;
	border-width:0;
	border-color:#121212;
}
.oneVideo a:link {
	text-decoration:none;
}
.vidSize {
	float:left;
}

	
	
.picontent {
	margin:0px 0px 0px 0px;
	text-align:left;
	line-height:1em;
	color:#bcbcbc;
	font-weight:bold;
	width:640px;
}
.picontent div {
	float:left;
	margin:0px 0px 0px 0px;
}
.picontent div p {
	margin:2px 0px 0px 0px;
}
.picontent div p a, .picontent div p a:link {
	text-decoration:none;
}
.picontent  div p img {
	border:none;
	margin:0px 3px 0px 0px;
	}
p.indentRowTxt {
	display:block; 
	margin:0px 0px 0px 0px; 
	padding:6px 10px 7px 10px;
	background:#121212;
	}

div.picontent2 {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:640px;
}

.divblock {
	 text-align:left; 
	 margin:0px 0px 20px 0px; 
	 padding:0px 0px 0px 0px; 
	 width:60px; 
	 height:18px; 
	 background-color:#121212; 
	 color:#121212; 
	 border:none;
}

.divblock1 {
	background-color:#121212;
	margin:30px 0px 0px 0px;
	padding:12px 0px 12px 6px;
	float:none;
}
p.imgP {
	text-align:center; 
	padding-bottom:30px;
}


.p7ABcontent {
	background:#222222;
}
#p7ABc1_2, #p7ABc2_2, #p7ABc3_2 {
	background:#222222;
	padding:0px;
}
.p7ABcontent span.copy p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:1.3em;
}


.diagram {
	 text-align:center; 
	 margin:10px 0px 0px 0px;
}
.intro {
	 color:#cdcdcd;
	 font-size:14px;
	 padding:0px 20px 0px 20px;
}
.intro strong {
	color:#ffffff;
}
.ifram {
	 margin-bottom:20px;
}

.intro p strong {
	font-weight:bold;
	font-style:italic;
}

.intro a, .intro a:link {
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}
.name h1 {
	font-family:Helvetica, sans-serif;
}

span.box1 {
	padding: 0px 1px 2px 1px;
	border:solid;
	border-width:0px 0px 1px 0px;
	border-color:#6666666;
	font-size:-2px;
	font-weight:bold;

}

.linksCol {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	padding:0px;
	margin:10px 20px 10px 60px;
	width:520px;
	color:#efefef;
	font-size:12px;
	line-height:1.6em;
	list-style:none;
}
.linksCol li {
	display:block;
	overflow:hidden;
}
.linksCol li a {
	display:block;
	overflow:hidden;
	color:#121212;
	background-color:#121212;
	text-decoration:none;
	padding:0px 0px 0px 10px;
}
.linksCol li a:link {
	color:#ff4400;
}
.linksCol li a:hover {
	color:#121212;
	background-color:#ff4400;
}
.linksCol li a:visited {
	color:#ff4400;
}

.picBig {
	background-color:#121212;
	padding: 32px 0px 120px 0px;
}
.p7ap3-col-wrapper img {
	margin:0px;
	padding:0px;
	border:0px;
	width:100%;
}
.zbold {
	font-weight:bold;
}
#hiddenT {
	visibility:hidden;
	color:#ff4400;
}
.pinklink a, .pinklink a:link {
	color:#ff4400;
}
.myMiss {
	font-size:5em;
	line-height:0.9em;
	padding:0px;
}