body {
	background-color: white;
	background-image: url(../_images/blueprint-2.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

div.master-container {
	width: 960px;
	padding-bottom: 20px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
}

a img { border: none;}


/* CONTENT */

img.logo {
	margin-bottom: 50px;
	margin-left: 10px;
}

div.logo-strip-text {
	width: 700px;
	height: 110px;
	padding: 5px 0 0 0;
	margin: 0;
}

div.logo-strip-text h4, p.oldH4 { 
	color: #ec642b; 
	font-weight: bold; 
	font-size: 22px; 
	line-height: 30px; 
	margin: 0; 
	padding: 0;
}
div.logo-strip-text h5, p.oldH5 {
	text-transform: uppercase; 
	color: #2c3f8e; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 16px; 
	margin: 0; 
	padding: 0;
}
div.logo-strip-text h6, p.oldH6 {
	text-transform: uppercase; 
	color: #009490; 
	font-weight: lighter; 
	font-size: 12px; 
	line-height: 16px; 
	margin: 0; 
	padding: 0;
}

div.page-content {
	width: 740px;
	margin-left: 170px;
	margin-top: 30px;
	padding:0 0 50px 45px;
	min-height: 550px;
	
	border-left: 1px solid #e5e5e5;	
	z-index: 5;
}

div.text-area {
/*
	-webkit-column-count:2;
	-webkit-column-gap:35px;
	-webkit-column-width:350px;
	-moz-column-count:2;
	-moz-column-gap:35px;
	-moz-column-width:350px;
	column-count:2;
	column-gap:35px;
	column-width:350px;
*/
}

div.text-area p, div.text-area ul { padding-right: 60px; }

div.text-area-contact p { margin: 0;}
div.text-area-contact p.bold { font-weight: bold; }

div.col1, div.col2 {
	width: 350px;
	float: left;
}
div.text-area-contact h3 { 
	text-transform: uppercase; 
	color: #ec642b; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 18px; 
	margin: 15px 0 5px 0; 
	padding: 0;
}
div.text-area-contact h4 {
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 16px; 
	margin: 15px 0 5px 0; 
	padding: 0;
}


/* TEXT DEFs */
h1, h2, h3 { }

h1 {font-size: 20px; line-height: 24px; padding: 0; margin: 0 0 15px 0; font-weight: bold; 	color: #ec642b; }
h1.nosifr { font-weight: bold; text-transform: uppercase; font-size: 12px; line-height: 14px; padding: 0; margin: 25px 0 5px 0;}
h2 {font-size: 16px; padding: 10px 0 5px 0; margin:0; }
h3 { font-weight: bold; text-transform: uppercase; font-size: 12px; padding: 0; margin: 0 0 5px 0;}

p { font-size: 12px; line-height: 18px; margin: 0 0 18px 0; padding: 0; }
p.ul-intro { margin: 0 0 0px 0; }
b { font-weight: bold; color: #333; }
ul {
	list-style-type: circle;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 18px 15px;
}
li {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0px 0;
}

a { color: #009490; text-decoration: none;}
a:hover { text-decoration: underline; }
a.bold { font-weight: bold; }


/* MENU */

div.nav-area {
	width: 170px;
	padding: 0px 0 20px 0px;
	margin-top: 30px;
	float: left;
	z-index: 8;
	
	background-color: white;
}

div.nav-contact {
	margin-top: 45px;
	padding: 0 10px 0 10px;
}
div.nav-contact p {
	margin: 0;
	padding: 1px 0 2px 0;
	color: #4d4d4d;
	font-size: 15px;
	line-height: 18px;
}
div.nav-contact p b { color: #2c3f8e; } 

div.menu-cta {
	margin: 0  0 20px 0;
	width: 100px;
	background-image: url(../_images/common/menu-cta-top.gif);
	background-repeat: no-repeat;
}
div.menu-cta-txt {
	padding: 10px 4px 0 10px;
}
div.menu-cta-txt a {
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: bold;
}
div.menu-cta-lower {
	background-image: url(../_images/common/menu-cta-lower.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 10px;
}


div.nav-container {
}

.archived {	color: #2773f4;}
.pending {	color: #af00d7;}

.menu-link, .menu-link-been, .menu-link-active {text-decoration: none; }

.menu-link {color: #4d4d4d;}

.menu-link-been{color: #009490; font-weight: bold; }
.menu-link-active {	color: #ec642b; font-weight: bold; }

.menu-link:hover, .menu-link-been:hover, .menu-link-active:hover {
	color: #009490;
	text-decoration: underline;
}	

div.lev1, div.lev2, div.lev3, div.lev1-been, div.lev2-been, div.lev1-active, div.lev2-active, div.lev3-active {
	padding: 4px 6px 4px 10px;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}

div.lev1-active, div.lev2-active, div.lev3-active { 	
 }
div.lev1-been, div.lev2-been { 	
 }

div.lev2, div.lev2-been, div.lev2-active { }
div.lev3, div.lev3-active { }

div.lev2-container {
	padding:4px 0 0px 0px;
	border-left: 1px dotted #009490; 
	margin:5px 0 9px 10px;
}
div.lev3-container {
	padding:4px 0 0px 0px;
	border-left: 1px dotted #009490; 
	margin:5px 0 9px 10px;
}

/* Video and HOME */

div.text-video-float {
	z-index: 22;
	margin-bottom: 20px;
	background-color: #d9d9d9;
	border-top: 10px solid #d9d9d9;
	border-left: 10px solid #d9d9d9;
	border-right: 10px solid #d9d9d9;
	border-bottom: 5px solid #d9d9d9;
}

div.video-bkgrnd {
	float: left;
	height: 270px;
	width: 410px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#video {
	height: 270px;
	width: 410px;
}

div.home-promo {
	float: right;
}

div.home-promo a {
	display: block;
	height: 82px;
	width: 300px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

div.home-promo a:hover {
	background-position: -310px 0px;
}

/* IMAGE FLOATS and CAPTIONS */

div.text-image-float {
	z-index: 22;	
	margin-bottom: 20px;
}

.text-image {
	padding: 0;
	margin: 0 0 5px 0;
	z-index: 23;
	border: 10px solid #d9d9d9;	
}
table.ba-table {
	margin: 0 0 20px 0;
	border-spacing: 0px;
}

img.before-after {
	border: 10px solid #d9d9d9;	
}
div.before-after-control {
	padding: 0 0 10px 5px;
}
p.ba-caption {
	margin: 10px 10px 0px 20px;
	font-style: italic;
	display: block;
}

div.before-after-control a {
	display: block;
	background-repeat: no-repeat;
	height: 40px;
	width: 90px;
	background-position: 0px 0px;
	margin: 0 0 10px 0;
}

div.before-after-control a.null { background-position: 0px -100px;}
div.before-after-control a.null:hover { background-position: 0px -50px;}

.pdf-icon {
	padding: 2px 0 7px 1px;
	margin: 0 0 0 0px;
	z-index: 23;
}

div.text-caption-box {
	padding: 4px 0px 14px 0px;
	margin: 0px 0 5px 0;
}

div.text-caption-box p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-style: italic;
}

div.text-caption-box p a {
	text-decoration: none;
}
div.text-caption-box p a:hover {
	text-decoration: underline;
}


/* INPUTS */
input.styled, textarea.styled {
	border: 1px solid #ded9d3;
	background-color: white;
	font-size: 13px;
	padding: 3px;
	color: #333333;
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
.input {
	border: 1px solid #cccccc;
	background-color: white;
	font-size: 11px;
	padding: 2px;
	color: #333333;
	margin: 0;
}

/* TABLES */
table {
	margin: 0;
	padding: 0;
}

table th, table td {
	padding: 2px 4px 2px 0;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

table.tech-table {
	border-collapse: separate;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
	background-color: white;
}

table.tech-table th {
	border-bottom: 1px solid #333;
	margin: 0;
	padding: 12px 8px 4px 4px;
}

table.tech-table td {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 4px 12px 4px 4px;
}

table.tech-table p {
	margin: 0;
	line-height: 18px;
}

td.gallery-td {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

/* OTHER */

.contact-tab2 {
	position: absolute;
	left: 410px;
}
div.form-div p {
	background-color: #f5f5f5;
	padding: 6px;
	width: 500px;
	margin: 0 0 2px 0;
	line-height: 22px;
}
div.button { margin-top: 20px;}
div.button a {
	border: 1px solid #e3f1d1;
	background-color: #9cce5c;
	padding: 5px 8px 5px 8px;
	margin-right: 15px;
	color: white;
}
div.button a:hover {
	text-decoration: none;
	border: 1px solid #a6d26b;
	background-color: #84bb3b;
	padding: 5px 8px 5px 8px;
	color: white;
}
div.button a:active {
	border-color: white;
}
.alert { color: red; font-weight: bold; }

div.nav-strip {
	clear: both;
	text-align: center;
	width: 868px;
	padding: 10px 50px 0px 50px;
}
p.piped-links {
	clear: both;
	font-size: 11px;
	line-height: 16px;
}

p.piped-links a {
	border-left: 1px solid #cccccc;
	padding:0 6px 0 8px;
	margin:0;
}

p.fine {
	color: #666666;
	font-size: 11px;
	display: block;
	clear: both;
}
p.fine a {color: #666666;}
p.fine a:hover {color: black;}

div.divider-line {
	width: auto;
	height: 1px;
	border-bottom: 1px dashed #cccccc;
	padding: 0;
	margin: 10px 0 10px 0;
}

/* GALLERY */
div.gallery {
	float: left;
	clear: right;
	width: 720px;
	margin: 0 0 30px 0;
	padding: 10px;
	background-color: #d9d9d9;
}

div.gallery-pic {
	height: 390px;
	width: 530px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background-color: #999;
	text-align: center;
}
div.thumbs-area {
	width: 175px;
	float: right;
	margin: 0;
	padding: 0;
}
a.thumb-normal {
	float: left;
	display: block;
	width: 80px;
	height: 60px;
	border: 2px solid #d9d9d9;
	margin: 0 0 3px 3px;
	background-color: #999;
	background-repeat: no-repeat;
	padding: 0;
}
a.thumb-normal:hover { border: 2px solid #ec642b; }

a.thumb-selected {
	float: left;
	display: block;
	width: 80px;
	height: 60px;
	border: 2px solid #ec642b;
	margin: 0 0 3px 3px;
	background-color: #999;
	padding: 0;
}

div.thumb-caption {
	width: 175px;
	clear: both;
	padding-top: 10px;
}

div.thumb-caption p {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	padding-left: 5px;
	margin: 0;
}

#gallery-caption {
	float: left;
	width: 700px;
	margin: 0;
	font-style: italic;
	padding: 10px 0 0px 0;
}
#gallery-caption p {
	margin: 0;
	padding: 0;
}

/* Lev 1 Icons next to video */
div.lev1-icons {
	width: 300px;
	height: 270px;
	overflow: hidden;
	float: right;
}
div.lev1-icons h2 {
	clear: both;
	width: 250px;
	margin: 0;
	padding: 5px 0 10px 10px;
	font-size: 13px;
	line-height: 15px;
}
div.lev1-icons p {
	line-height: 16px;
	font-size: 13px;
	margin: 0;
	padding: 8px 3px 0 0;
}
div.lev1-icons p a { 
	color: white;
	font-weight: bold;
}
div.lev1-icons p a { text-decoration: none; }

div.l1-icon {
	float: left;
	width: 140px;
	margin: 0 0 10px 10px;
	padding: 0;
	height: 50px;
	background-image: url(../_images/lev1icons/lev1icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.l1-icon:hover { background-position: -300px 0px; cursor: pointer; }

div.l1-icon img {
	float: left;
	margin: 0 10px 0px 0;
}

/* Footer */

img.img-footer {
	margin: 40px 0 0px 0;
	clear: both;

}
