/* RESETS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img, a img {
	border: 0;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #000000;
}


/* LISTS */

ul, ol, dl {
	padding-left: 20px;
	margin-bottom: 18px;
}
ul li {
	list-style-type: disc;
}
li, dd {
	padding-left: 5px;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
ul li ul li {
	list-style-type: circle;
}
ol li{
	list-style-type: decimal;
}
ol li ol li{
	list-style-type: lower-alpha;
}

ol.lalpha li {
 	list-style-type: lower-alpha;
}

.small_homelist{
	margin-top:-4px;
}

.small_homelist li{
	list-style-type: none;
	font-size:10px;
	margin-left:-6px;
	padding-top:6px;
	padding-left:0;
}

/* TYPE */

body {
	font: 75%/1.7 Arial, Verdana, Geneva, sans-serif;
	color: #666666;
}
p, h1, h2, h3, h4, ul {
	margin-bottom: 18px;
}
h1, h1 a, h1 a:visited, h1 a:link, h1 a:active {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #666666;
	font-weight: bold;
}
h2, h2 a, h2 a:visited, h2 a:link, h2 a:active {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 1.30em;
	line-height: 1.2em;
	/*color: #faa634;
	font-weight: normal;*/
	color:#000;
	font-weight:bold;
}
h3, h3 a, h3 a:visited, h3 a:link, h3 a:active {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 1.10em;
	line-height: 1.2em;
	color: #666666;
	font-weight: bold;
}
h4, h4 a, h4 a:visited, h4 a:link, h4 a:active {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	color: #00bdf3;
}

/* TAG DRESSING */

a, a:link {
 	color: #e36f1e;
}
a:visited {
 	color: #e89256;
}
a:hover {
 	text-decoration: underline;
}
#mainContent a, #mainContent a:link, #mainContent a:visited {
	color: #333333;
}
#mainContent a.show {
	color: #000000;
}

abbr, acronym {
 	border-bottom: 1px dashed #EEEEEE;
 	cursor: pointer;
}
address {
 	display: block;
	margin-bottom: 18px;
}
address p {
 	margin: 0;
}
blockquote {
	display: block;
	margin: 0 0 18px 18px;
	line-height: 110%;
}
code, kbd, samp, pre {
	font-family: Consolas, Courier New, Courier, monospace;
}
dfn {

}
em {
 	font-style: italic;
 	font-weight: bold;
}
em.italic {
	font-style: italic;
	font-weight: normal;
}
em.underline {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
table {
	/* border: 1px solid #CCCCCC; */ /* <- eric did this */
	border-collapse: collapse;
	/*width: 80%;*/
	/*margin: 0 auto 18px auto;*/
	margin-bottom:18px;
}
td {
	vertical-align: top;
}
caption {
	font-weight: bold;
	font-size: 150%;
}
thead {
	border: 1px solid #CCCCCC;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	background-color: #999999;
	color: #333333;
	text-align: left;
}
thead th {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}
tfoot {
	text-align: right;
	border: 1px solid #CCCCCC;
	letter-spacing: .1em;
	background-color: #EEEEEE;
	background-repeat: repeat;
	color: #333333;
	text-align: left;
}
tfoot td {
	padding: 2px 5px;
}
tbody {

}
tbody td {
	/* border: 1px solid #CCCCCC; */ /* <- eric did this */
	padding: 3px;
}


/* TEXT CLASSES */
.error {
	color: #FF0000;
	font-weight: 900;
}
.errors {
	color: #FF0000;
	font-weight: 900;
}
.errors strong{
	color: #ff0000;
	font-weight: 900;
	font-size: 1.3em;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
.lineThrough {
	text-decoration: line-through;
}
.footnote {
	font-size: 90%;
	line-height: 1.3em;
}
.formSmall {
	font-size: 90%;
	color: #999999;
}
.large {
	font-size: 1.5em;
	letter-spacing: .01em;
	line-height: 1.2em;
}
.required {
	color: #FF0000;
}

/* FRAME */

body {
	text-align: center;
	background-color: #666666;
}
#doc {
	width: 937px;
	background-color: #FFFFFF;
	padding: 0 16px;
	position: relative;
	background-image: url(../images/docBg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
}
#masthead {
	width: 937px;
	height: 117px;
	margin: 0;
	background-color: #ffffff; /* #faa634; */
	overflow: hidden;
	background-image: url(../images/mastheadBgNew.gif);
	background-repeat: no-repeat;
}
#mastheadOld {
	width: 937px;
	height: 117px;
	margin: 0;
	background-color: #ffffff; /* #faa634; */
	overflow: hidden;
	background-image: url(../images/mastheadBg.gif);
	background-repeat: no-repeat;
}
h1 {
	width: 937px;
	height: 133px;
	margin: 0 0 11px 0;
	padding: 0;
}
#masthead_low {
	width: 719px;
	height: 183px;
	padding-left:218px;
	margin: 0 0 11px 0;
	background: #433a31 url(../images/headers/default.gif) no-repeat top left;
	display:block;
	overflow: hidden;
}
#masthead_low_center {
	width:549px;
	float:left;
}
#masthead_low_right {
	width:170px;
	float:right;
}
#masthead_low_right img {
	margin:0;
	padding:0;
}
#masthead_lowFlash {
	width: 549px;
	height: 183px;
}
#sectionMenu {
	width: 218px;
	float: left;
}
#page {
	width: 519px;
	padding: 0 15px 30px 15px;
	float: left;
}
#sidebar {
	width: 140px;
	float: right;
	padding: 15px;
	font-size: .80em;
	line-height: 1em;
}
#sidebar a, #sidebar a:active, #sidebar a:visited {
	color:#666;
	font-weight:bold;
}
#sidebar_home {
	width: 153px;
	float: right;
	padding: 0px 15px 15px 0px;
	font-size: .80em;
	line-height: 1em;
}
#mainMenu {
	position: absolute;
	top: 82px;
	left: 234px;
	width: 725px;
	margin: 0;
	padding: 0;
}
#mainMenu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#mainMenu li a, #mainMenu li a:visited {
	display: block;
	padding: 3px 5px;
	color: #333333;
	font-size: .90em;
}
#mainMenu li a:hover, #mainMenu li a.selected {
	background-color: #fcca85;
	color: #7d2b27;
	text-decoration: none;
}
#loginMenu {
	position: absolute;
	top: 0px;
	right: 16px;
	width: 257px;
	height: 48px;
	background-color: #fcca85;
}
* html #loginMenu {
	right: 29px;
}
#loginMenu h3 {
	text-transform: uppercase;
	font-size: .80em;
	color: #af7536;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
}
#loginMenu h3 a, h3 a:visited, h3 a:link, h3 a:active {
	background-color:#FAA634;
	color:#AF7536;
	display:block;
	font-size:9px;
	font-weight:normal;
	margin-bottom:1px;
	margin-left:186px;
	padding:4px 4px 2px 0;
	text-align:right;
	text-transform:uppercase;
	width:64px;
}
#loginMenu ul {
	margin: 0;
	padding-top: 1px;
	padding-right: 0px
	padding-bottom: 0px;
	padding-left: 0px;
	position:absolute;
	right:2px;
}
#loginMenu ul li {
	display: block;
	float: left;
	padding: 1px 6px;
	margin: 0 1px;
	background-color: #faa634;
}
#loginMenu ul li a, #loginMenu ul li a:visited {
	text-transform: uppercase;
	color: #af7536;
	font-size: .75em;
}
#loginMenu ul li a:hover {
	text-decoration: underline;
}

/*#sectionMenu ul {
	width: 187px;
	background-image: url(../images/sectionMenuBg.gif);
	background-repeat: repeat-y;
	margin: 10px 10px 0 15px;
	padding: 5px 0;
}
#sectionMenu ul li {
	display: block;
	padding: 0;
	margin: 0;
	width: 187px;
}
#sectionMenu ul li.hover, #sectionMenu ul li:hover, #sectionMenu ul li.selected, #sectionMenu ul li.active {
	background-image: url(../images/sectionMenuSelected.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sectionMenu ul li a, #sectionMenu ul li a:visited {
	display: block;
	font-size: 1em;
	color: #666666;
	padding: 0 0 0 35px;
}
#sectionMenu ul li ul {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 100%;
	background-color: #e8e5dc;
	background-image: none;
	position: relative;
	top: -3px;
	overflow: hidden;
}
#sectionMenu ul li ul li {
	margin: 0;
	padding: 0 0 0 15px;
}
#sectionMenu ul li ul li:hover, #sectionMenu ul li ul li.hover, #sectionMenu ul li ul li.active, #sectionMenu ul li ul li.selected {
	background-image: url(../images/submenuActiveBg.gif);
	background-repeat: no-repeat;
	background-position: 40px 8px;
}
#sectionMenu ul li ul li a, #sectionMenu ul li ul li a:visited {
	font-size: .85em;
}*/
#sectionMenu ul {
	width: 218px;
	background-image: url(../images/sectionMenuBg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 15px 10px 10px 15px;
	border-bottom:10px solid #fff;
	font-size:12px;
	list-style:none;
	list-style-image:none;
}
#sectionMenu ul li {
	display: block;
	padding: 0;
	margin: 0;
	width: 187px;
	background-image: url(../images/sectionMenuSelectedOff.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	list-style:none;
	list-style-image:none;
}
#sectionMenu ul li.hover, #sectionMenu ul li:hover, #sectionMenu ul li.selected, #sectionMenu ul li.active {
	background-image: url(../images/sectionMenuSelected.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sectionMenu ul li.active {
	font-weight:bold;
}
#sectionMenu ul li a, #sectionMenu ul li a:visited {
	display: block;
	font-size: 1em;
	color: #666666;
	padding: 0 0 0 35px;
}
#sectionMenu ul li ul {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 100%;
	background-color: #e8e5dc;
	background-image: none;
	position: relative;
	border-bottom:5px solid #e9e5dd;
	top: -1px;
	overflow: hidden;
}
#sectionMenu ul li ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../images/submenuActiveBgOff.gif);
	background-repeat: no-repeat;
	background-position: 40px 7px;
}
#sectionMenu ul li ul li:hover, #sectionMenu ul li ul li.hover, #sectionMenu ul li ul li.active, #sectionMenu ul li ul li.selected {
	background-image: url(../images/submenuActiveBg.gif);
	background-repeat: no-repeat;
	background-position: 40px 7px;
}
#sectionMenu ul li ul li.active, #sectionMenu ul li ul li.selected {
	font-weight:bold;
}
#sectionMenu ul li ul li a, #sectionMenu ul li ul li a:visited {
	font-size: .85em;
}
#blurb {
	font: 1.2em Helvetica, Arial, sans-serif;
	color: #933C06;
	margin: 20px;
}

#footerDEVold {
	width: 720px;
	height: 39px;
	clear: both;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	padding: 23px 0 0 220px;
}
#footer, #footerDEV {
	background-color:#FAA634;
	/* background-image:url(../images/footerBg.gif); */
	background-repeat:no-repeat;
	clear:both;
	height:58px;
	margin:23px 0 0 220px;
	padding:0 0 0 5px;
	width:715px;
}
#topFooterMenu {
	margin: 0;
	padding: 0;
	width: 720px;
}
#topFooterMenu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 7px 0 0;
}
#topFooterMenu li a, #topFooterMenu li a:visited {
	color: #333333;
	font-size: .75em;
	text-transform: uppercase;
}
#topFooterMenu li a:hover {
	text-decoration: underline;
}
#primaryFooterMenu {
	margin: 0;
	padding: 0;
	width: 720px;
	clear:left;
}
#primaryFooterMenu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 7px 0 0;
}
#primaryFooterMenu li a, #primaryFooterMenu li a:visited {
	color: #333333;
	font-size: .75em;
	text-transform: uppercase;
}
#primaryFooterMenu li a:hover {
	text-decoration: underline;
}
#copyright {
	clear: left;
	color: #333333;
	font-size: .90em;
	float: left;
	padding-top: 1px;
	margin: 0;
}
#secondaryFooterMenu {
	margin: 0 0 0 10px;
	padding: 0;
	width: 500px;
	float: left;
}
#secondaryFooterMenu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}
#secondaryFooterMenu li a, #secondaryFooterMenu li a:visited {
	color: #333333;
	font-size: .90em;
}
#secondaryFooterMenu li a:hover {
	text-decoration: underline;
}

p#brandPartnerList strong {
color: #000000;
}

/* HOME */

#homeDoc {
	width: 937px;
	background-color: #FFFFFF;
	padding: 0 16px;
	position: relative;
	/*background-image: url(../images/homeDocBg.gif);*/
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
}
#homeFlash {
	width:767px;
	height:544px;
	float:left;
	display:block;
}
#benefits {
	width: 516px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 250px;
	left: 234px;
}
#benefits li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#homePage {
	width: 519px;
	padding: 50px 15px 30px 15px;
	float: left;
}
#homeDoc #sectionMenu ul {
	margin: 30px 0 0 20px;
	padding: 0;
	background-color: transparent;
	background-image: none;
}
#homeDoc #sectionMenu ul li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#homeDoc #sectionMenu ul li.hover, #homeDoc #sectionMenu ul li:hover, #homeDoc #sectionMenu ul li.selected {
	background-image: none;
}
#homeDoc #blurb {
	margin: 0 0 0 20px;
	padding: 0;
}
#homeDoc #sidebar_home h3 {
	padding: 12px 15px 10px 15px;
	background: #e8e5dc url(../images/h3Bg.gif) no-repeat top right;
	font-size: 1.4em;
	color:#666;
	font-weight: normal;
	width: 138px;
}
#homeDoc #sidebar_home p, .event {
	padding-left: 15px;
	margin-bottom: 8px;
	line-height:1.4em;
}
.title {
	font-weight:bold;
}
.title, .location, .date {
	display: block;
}

.sidebar_top li, .sidebar_bot li {
	margin-left:0;
}
#divinfo{
	font-size:10px;
	background:#FFF;
	visibility:hidden;
	position:absolute;
	border: 2px solid #666;
	z-index:2;
	width: 400px;
	padding: 12px;
}

.left {
float:left;
width:90px;
text-align: left
}

.right {
float:right;
width:45px
}

.dotted_line {
	height:2px;
	border-top: 1px dashed #999;
	padding:0 0 0 0;
}

.icon_image {
	margin-bottom:-3px;
	margin-right:2px;
}

.formset {
	border: 2px solid #ccc;
	padding: 0px 20px 0px 10px;
}

.formset legend {
	font-weight: bold;
	padding: 4px 8px;
	text-decoration: underline;
}

.newslistings p.home-press-logo{
	border-top:1px solid #666;
	background-color:#E8E5DC;
	padding-top:18px;
	margin-top:-1px;
	border-bottom:1px solid #666;
}

#application {
	display:none;
	visibility:hidden;
}

#state, #website, #trade_show, #which_trade_show_other_row, #publication, #other, #which_training, #other_hear, #designed {
	display: none;
}
#contact_form_table td {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
       padding-top: 8px;
}
#contact_form_table td table td {
	border: 0;
	padding-bottom: 0;
	padding-top: 0;
}
form h3.error {
	padding: 5px;
	background-color: beige;
	color: #FF0000;
	border: 1px solid #CCC;
	font-weight: normal;
}
.error-text {
	display: block;
	color: #FF0000;
	font-size: 11px;
}
#country {
	width: 125px;
}


/* HOME PAGE - NEW. EJH. 10.28.08 */
#bot_boxes {
	width:938px;
	height:450px;
	background: url(../images/bg_home_boxes.gif) repeat-y;
	clear:both;
}
#bot_boxes_bottom {
	width:938px;
	height:14px;
	background: url(../images/bg_home_boxes_bot.gif) no-repeat;
	clear:both;
}

.bot_box_left {
	width:173px;
	background-color:#f4f2ee;
	padding:0;
	float:left;
}

.bot_box_left p{
	padding-left:12px;
	width:148px;
	margin-bottom:6px;
}

.bot_box_left h3 {
	margin:12px 0 6px 6px;
	padding:0px;
	padding-bottom:4px;
	border-bottom:1px #7a7a7a dashed;
	font-size:14px;
	color:#7a7a7a;
	font-weight:bold;
	width:148px;
}

.bot_box_left p a,.bot_box_left p a:active,.bot_box_left p a:active{
	/*font-size:10px;*/
	color:#E36F1E;
	text-decoration:none;
}
.bot_box_left p a:hover{
	/*font-size:10px;*/
	color:#E36F1E;
	text-decoration:underline;
}

.bot_box_middle {
	width:375px;
	color:#808080;
	background-color:#e8e5dc;
	padding:0;
	margin-left:7px;
	float:left;
}
.bot_box_middle h3 {
	margin:12px 0 6px 6px;
	padding:0px;
	padding-bottom:4px;
	border-bottom:1px #7a7a7a dashed;
	font-size:14px;
	color:#E36F36;
	font-weight:bold;
	width:360px;
}

.bot_box_middle strong {
	color:#666666;
}

.bot_box_middle p {
	margin:0 6px 4px 6px;
}

.bot_box_middle img {
	/* margin: 6px 0 12px 0; */
	text-align:center;
}

.bot_box_middle p img {
	margin: 6px;
}

.bot_box_middle a, .bot_box_middle a:active, .bot_box_middle a:visited {
	/* font-size:10px; */
	color:#E36F1E;
	text-decoration:none;
}

.bot_box_middle a:hover {
	/* font-size:10px; */
	color:#E36F1E;
	text-decoration:underline;
}

.bot_box_middle table th {
	background:#666;
	border-bottom:1px dashed #000;
	font-weight:bold;
	color:#E36F36;
	font-variant:normal;
	vertical-align:top;
	letter-spacing:normal;
	text-transform:none;
}

.bot_box_middle_br {
	/* height:1px; */
	margin:2px 0 10px 0;
	border-top:1px dashed #666;
}

.bot_box_right {
	position:absolute;
	width:376px;
	left:562px;
	color:#808080;
	background-color:#f4f2ee;
	padding:0;
	margin-left:16px;
	float:left;
}

.bot_box_3 img {
	padding: 0px 5px 0px 0px;

}

#bot_boxes:after {
    content: '';
    width: 100%;
	height:0px;
    clear: both;
    display: block;
    visibility: hidden;
}
.newslisting p {
	font-size:10px;
	border-bottom:1px dashed #666;
	padding:12px 0 12px 0;
	margin:0 18px;
}

.newslistings p {
	font-size:10px;
	border-bottom:1px dashed #666;
	padding:3px 0 12px 0;
	margin:0 18px;
}
#languageMenu {
	position: absolute;
	top: 0px;
	right: 280px;
	width: 140px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align:left;
}


#languageMenuNew {
	position: absolute;
	top: 0px;
	left: 238px;
	width: 400px;
	height: 40px;
	background-color: #fcca85;
}


#languageMenuNew img{
	float:right;
	margin:-16px 0 0 0;
	padding:0px;
	border:0px;
}

#languageMenuNew ul li a{
	font-size:.90em;
	font-weight:normal;
	color: #af7536;
}

#languageMenuNew ul li select{
	padding:0px;
	text-align: left;
	margin: -1px -6px;
	border:1px;
	border-style:ridge;
	width:80px;
	overflow:visible;
}

#languageMenuNew h3 {
	text-transform: uppercase;
	font-size: .80em;
	color: #af7536;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 0 3px;
	text-align: left;
}
#languageMenuNew ul {
	margin: 0;
	padding: 1px;
}
#languageMenuNew ul li {
	display: block;
	float: left;
	padding: 1px 6px;
	margin: 0 1px;
	background-color: #faa634;
}

#languageMenuNew ul li a:hover {
	text-decoration: underline;
}

#langvideo{
	display:none;
}

#langvideoimg:hover{
	cursor:pointer;
}

#trifold{
	padding: 0px;
	text-align: left;
	margin:0px;
	width:138px;
	border:1px;
    	border-style:ridge;
}

#trifoldDrop{
	padding: 0px;
	text-align: left;
	margin:0px;
	border:1px;
    	border-style:ridge;
	width:145px;
}

#CompressionDrop{
	padding: 0px;
	text-align: left;
	margin:0px;
	border:1px;
    	border-style:ridge;
	width:145px;
}

.langDrop{
	padding: 0px;
	text-align: left;
	margin:0px;
	border:1px;
    	border-style:ridge;
	width:145px;
}

.smallerText{
	font-size:11px;
}

#GreyTitle {
	color:white;
	font-size:22px;
	float:left;
	margin-left:-214px;
	padding-left:6px;
	text-align:center;
	padding-top:40px;
	width:200px;
	height:75px;
	font-weight:bold;
}

#sidebar_top_left ul {
	width: 218px;
	background-image: url(../images/sectionMenuBg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 15px 10px 10px 15px;
	border-bottom:10px solid #fff;
	font-size:12px;
	list-style:none;
	list-style-image:none;
}
#sidebar_top_left ul li {
	display: block;
	padding: 0;
	margin: 0;
	width: 187px;
	background-image: url(../images/sectionMenuSelectedOff.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	list-style:none;
	list-style-image:none;
}
#sidebar_top_left  ul li.hover, #sidebar_top_left ul li:hover, #sidebar_top_left ul li.selected, #sidebar_top_left ul li.active {
	background-image: url(../images/sectionMenuSelected.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar_top_left ul li.active {
	font-weight:bold;
}

.SideBySides h3{
	color:#FAA634;
	border-bottom:2px solid;
	font-size:1.5em;
	font-weight:bolder;
	line-height:1em;
}

table.SideBySides tr td img{
	width:212px;
	height:150px;
}

table.SideBySides tr td img.icon_image{
	width:13px;
	height:16px;
}

ul.camMenu li a:visited {
	color:#E36F1E;
}

.ppc_mHide {
	display:none;
}

.ppc_mShow {
	display:block;
}

#ppcsearch {
	padding-bottom:30px;
	float:left;
}
#ppcsort{
	padding-bottom:30px;
	float:right;
}

#ppcsort a:visited{
	color:#E36F1E;
}

.ppc{
	clear:both;
	width:100%;
}

.ppc tbody tr{
	border-bottom: 1px dashed #666;
}

.ppc tbody tr.searchlinkinfo{
	border-bottom: 1px dashed #666;
}
.ppc tbody tr.searchview{
	border-bottom: 0px;
}
.ppc tbody tr.searchlinkinfo td{
	padding:0px;
}

.ppc tbody tr td{
	padding:20px 8px 20px 0;
	vertical-align:middle;
}

.ppctitle{
	clear:both;
}

.ppc-searchlink{
	text-align:center;
	vertical-align:text-top;
	width:100%;
}

#sectionMenu ul li a.subCamCatSelected{
	text-decoration:underline;
	font-weight:bold;
}

#sectionMenu ul li ul li.open{
	background-image: url(../images/submenuActiveBg.gif);
	background-repeat: no-repeat;
	background-position: 40px 7px;
}

#sectionMenu ul li.open{
    background-image: url(../images/sectionMenuSelected.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sectionMenu ul li.open a.topCamCat{
	font-weight:bold;
}

.slide-out-div {
          padding: 20px;
          width: 300px;
          background: #fff;
          border: 2px solid #0B3D65;
	   z-index:45;
}

.handle {
	z-index:46;
       top: -2px;
}

.newsletter_form_table td {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
       padding-top: 8px;
}

