/* Old yellow border color: #ffcc00) */
/* New border, etc color: rgb(255,192,64) */

body
{
	font-size:12px;
	color:black;
	background-color:rgb(220,220,220);
	margin:0px;
	overflow:auto;
	text-align:center;
}

body,p,a,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input
{
	font-family:verdana,helvetica,arial,sans-serif;
	text-align: left;
}

h1
{
	margin-bottom:1.0em;
}

em {font-style:italic;}

a { color:rgb(90,0,40); }
/* a:hover { color:white; background-color:black; text-decoration:none; } */

p
{
	margin-bottom:1.5em;
	line-height:1.3em;	
}

strong 
{
	font-weight:bold;
}

h1 {font-size:150%;margin-left:1em;font-weight:bold}
h2 {font-size:120%;margin-left:4px; margin-top:2px; margin-bottom:6px; font-weight:bold}
h3 {font-size:120%;font-weight:normal}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:200%;margin:60px}

h1,h2,h3,h4,h5,h6
{
	background-color:transparent;
	text-align: left;
}


/* E-mail link hover behavior */

.email_links a {
	color:white;
	font-weight:bold;	
}

.email_links a:hover {
	color:white;
	font-weight:normal;	
}

#main_container {
	position:relative;
	width:896px;
	text-align:left;	
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	visibility:visible;
	background:white center left;
}

table.reference,table.tecspec{
	border-collapse:collapse;width:100%;
}

table.reference tr:nth-child(odd)	{background-color:#f1f1f1;}
table.reference tr:nth-child(even)	{background-color:#ffffff;}

table.reference tr.fixzebra			{background-color:#f1f1f1;}

table.reference th{
	color:#ffffff;background-color:#555555;border:1px solid #555555;padding:3px;vertical-align:top;text-align:left;
}

table.reference th a:link,table.reference th a:visited{
	color:#ffffff;
}

table.reference th a:hover,table.reference th a:active{
	color:#EE872A;
}

table.reference td{
	border:1px solid #d4d4d4;padding:5px;padding-top:7px;padding-bottom:7px;vertical-align:top;
}

table.reference td.example_code
{
vertical-align:bottom;
}

#column_1 {
	padding:20px;
	float:left;
	background-color:white;
	width:460px;
/*	margin-right:-10px; */
}

/*
#column_1 p {
	margin-right:160px;
}
*/

#column_2 {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom::20px;
	float:right;
	width:376px;
	background-color:white;
}

#single_column {
	padding:20px;
	float:left;
	background-color:white;
	width:856px;	
}

#content {
	padding:30px;
}

#sidebar {
	padding:30px;
}

#full_width {
	clear:both;
	padding:20px;
	background-color:white;
}
	

#footer {
	clear:both;
	padding:30px;	
	border-top:1px;
	border-style:dashed;
	border-color:rgb(180,180,180);		
}


.main_menu {
	background-color:#444446;
	margin-top:-1px;
/*	height:29px; */
}

.main_menu ul {
	font-size:13px;
	padding-left:0;
	margin-left:0;
}

.main_menu ul li {
	list-style: none;
	display: inline;
}

.main_menu ul li a {
	width:124px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
/*	padding: 6px 2.0em; */
	text-decoration: none;
	float:left;
	color:white;
	background-color:#444446;
	border: 2px solid #f9a51b;
}

.main_menu ul li a:hover {
	color:black;
	background-color:#f9a51b;
	/*border-style: outset;*/
	border-color:black;
}




/* CSS for the Featured Content Slider */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 4px solid rgb(255,192,64);
/* border-bottom-width: 3px; */
width: 260px; /*width of featured content slider*/
height: 195px;
}

