/*  PAGE STYLES */

body { background: white url(images/bg_pages.jpg) repeat; font-size: 13px; margin: 0; padding: 0; }

#page { 
	font: normal 100%/1.5em georgia,serif; 
	/*height: auto !important;
	min-height: 400px;
	height: 400px; */
	margin: 0;
	padding: 15px 10px 5px 10px; 
	overflow: auto; 
}
.l-5{margin-left: 5px;}
.r-20{margin-right: 20px;}
.leftmenu {width: 240px; float: left; padding-top: 6px;}
.leftmenu a {font-size: 11px; margin-top: 4px;}
.rightvideo {width: 540px; float: right; }
.icon {width: 45px; height: 41px; background: url(../images/video_icon.gif) no-repeat left; padding-left: 50px;}
#nav ul { list-style-type: none; margin: 0 0 16px -8px; padding: 0; }
#nav li { 
	border-right: 1px solid #333;
	color: #790f02;
	display: inline; 
	font-weight: bold;
	list-style-type: none; 
	padding: 0 10px 0 8px; 
}
#nav li.noborder {border: none;} 
#nav li a { 
	font-weight: bold;
	letter-spacing: 1px; 
}
/*video Select*/
#nav2 ul { list-style-type: none; margin: 0 0 16px -8px; padding: 0; }
#nav2 li { 
	border: none;
	color: #790f02;
	display: block; 
	font-weight: bold;
	list-style-type: none; 
	padding: 0 10px 0 8px; 
}

#nav2 li a { 
	font-weight: bold;
	letter-spacing: 1px; 
}

h1, h2, h2, h3, h4, h5, h6 {
	color: #790f02; 
	font-weight: normal; 
	letter-spacing: 1px;
	line-height: 1.1em;
	margin: 0 0 16px 0; 
	padding: 0;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 138.5%; font-weight: bold; }
h4, h5, h6 { font-size: 100%; font-weight: bold; }

a, a:link { color: #6d871a; font-weight: bold; letter-spacing: 1px; }

a:hover { color: #6d871a; text-decoration: none; }

p { margin: 0; padding: 0 0 16px 0; }
b { color: #cc3300; }
blockquote {
	background-color: #bf8f07;
	color: #fff;
	font-size: 138.5%;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.3em;
	margin: 0 0 16px 0;
	padding: 4px 8px;
}

/*  MISCELLANEOUS */

.left {
	float: left;
}

.right {
	float: right;
}

.middle {
	text-align: center;
}

img.left {
	float: left;
	margin: 5px 10px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 10px;
}

img.middle {
	margin: 0 auto;
	text-align: center;
}
/*	Table Style	*/
#page table {
  margin-top: 5px;
  vertical-align: top;
  width: 100%;
  border-color: #790f02;
}

#page td { background-color: #f5f2e5; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 1px 10px; }
#page td.hr {border: 1px solid #fde8b1; width: 100%;}
#page td.stripe { background-color: #790f02; color: #f5f5f5; font-weight: bold; text-transform: uppercase; }

#page th {
  width: 99%;
  text-align: left;
  background-color: #f8f8f8;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #444;
  padding: 4px;
}
/* Carousel Enterprise/Publications classes	-------------------------*/
.stepcarousel{
	float: left;
	position: relative; 
	overflow: auto; 
	width: 510px; /*Width of Carousel Viewer itself*/
	height: 482px; 
	margin: 0;
}

.stepcarousel .belt{
	position: absolute; 
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; 
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px; /*margin around each panel*/
	width: 510px; 
	font-size: 85%;
}