html, body {
	background: #ff86c7;
	font: normal 10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
}
p { line-height: 1.3em; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; color: #000000; }
a:visited { color: #a38686; }
a:hover { text-decoration: underline; }

h1, h2 { margin-bottom: 15px; }
h1 { font-size: 13pt; font-weight: bold; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
h1 a { font-size: 9pt; float: right; }

h1,
a {
	color: #a69797;
}

.submit { display: block; margin: 30px 0 5px 0; }
.nfFlashMsg { color: #fff; }
label.validation_error,
span.validation_error {
	display: block;
	color: #f00;
	font-weight: bold;
}
span.validation_error {
	font-size: 8pt;
}
html body input.validation_error {
	border: 2px solid #f00;
}

#outer {
	width: 1000px;
	margin: 0 auto;
}

#top {
	width: 973px;
	margin: 0 auto;
	height: 76px;
	position: relative;
	text-align: left;
}

#header1 {
	background-color: #ff86c7;
	font: bold 10pt Arial,Helvetica,sans-serif;
	text-align: center;
	padding-top: 10px;
	z-index: 00;
	position: relative;
}
#header1 .menu {
	display: inline-block; *display: inline; *zoom: 1;
	position: absolute;
	right: 5;
	top: 10px;
	text-align: center;
}
#header1 .logo {
	margin-left: 5px;
}
.page_home #header1 .logo {
	margin-left: 5px;
}

/*** top level menu */
#header1 .menu ul.level1 {
	display: inline-block; *display: inline; *zoom: 1;
	border-bottom: 1px solid #36373d;
}

#header1 .menu .level1 li a {
	padding: 0 0 7px 0;
	color: #fff;
}

#header1 .menu .level1 li a span {
	border-right: 1px solid #fff;
	padding: 0 2ex;
}

#header1 .menu .level1 li.last a span { border-right: none; }

#header1 .menu .level1 li.current a { border-bottom: 4px solid #6a2300; }

#header1 .menu .level1 li.hover a,
#header1 .menu .level1 li:hover a {
	background: transparent url(../images/mouseover.gif) repeat-x left top;
}
#header1 .menu li.hover a,
#header1 .menu li:hover a { 
	text-decoration: none;
	color: #fff;
}
/***/

/*** second level menu */
#header1 .menu .level2 { width: 1%; /* IE6 - to cause inline-block LI elements to wrap */ }
#header1 .menu .level2 li {
	border-bottom: 1px solid #fff;
	height: 29px;
	text-align: left;
	min-width: 150px;
}
#header1 .menu .level2 li.last { border-bottom: none; }
#header1 .menu .level2 li.hover,
#header1 .menu .level2 li:hover { background-color: #6a2300; }

#header1 .menu .level1 .level2 li a {
	background: #ececec;
	color: #FF86C7;
	font: normal 10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
	width: auto;
	height: 29px;
	line-height: 29px;
	padding: 0 3ex;
	text-align: left;
	border: none; /* removes the border set by li.current a */
}
#header1 .menu .level1 .level2 li a span {
	border: none;
	padding: 0;
}

#header1 .menu .level2 li.hover a,
#header1 .menu .level2 li:hover a {
	color: #000;
	background: #f88a05;
}
/***/

/* Styles for all menu levels */
.menu a { display: block; text-decoration: none; }

/* Menu level 1 functionality */
.menu ul.level1 li {
	position: relative;
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
}

/* Menu level 2 functionality */
.menu ul.level2 { position: absolute; z-index: 5000; left: -5000%; /* Must be a percentage to avoid IE7 sticky bug */ }
.menu li:hover ul.level2, .menu li.hover ul.level2 { left: 0%; }
.menu ul.level2 li { clear: left; } /* for IE6 */

/* Menu level 3 functionality */
.menu ul.level3 { position: absolute; z-index: 5000; left: -5000%; /* Must be a percentage to avoid IE7 sticky bug */ }
.menu ul.level2 li:hover ul.level3,
.menu ul.level2 li.hover ul.level3 { top: -1px; }

/* Menu level 4 functionality */
.menu ul.level4 { position: absolute; z-index: 5000; left: -5000%; /* Must be a percentage to avoid IE7 sticky bug */ }
.menu ul.level3 li:hover ul.level4,
.menu ul.level3 li.hover ul.level4 { top: -1px; }


#footer {
	padding: 15px 0;
}
#footer_text {
	background-color: #f7d833;
	color: #283333;
	height: 33px;
	overflow: hidden;
	font: normal 10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: center;
	width: 973px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#footer_text span {
	line-height: 33px;
	vertical-align: middle;
}
#footer_menu {
	margin: 10px 0;
}
#footer_menu li {
	display: inline-block; *display: inline; *zoom: 1;
	padding: 0 2ex;
	border-right: 1px solid #555;
}
#footer_menu li.last { border-right: none; }
#footer_menu a { color: #000; font-size: 8pt; }

#page_home {
	background: transparent url(../images/dbag.png) no-repeat right top;
	width: 100%;
	text-align: center;
}
#page_home #left_col {
	width: 420px;
	padding-top: 70px;
	min-height: 345px;
	height: auto !important; /* min-height hack */
	height: 345px; /* min-height hack */
}
#page_home #left_col h1 {
	color: #c5c3ce;
	font: normal 42pt Arial,Helvetica,sans-serif;
	line-height: 1em;
	text-align: right;
	margin-bottom: 0;
}
#page_home #left_col h2 {
	width: 82%;
	color: #000000;
	font-size: 13pt;
	line-height: 1.1em;
	text-align: right;
	float: right;
}
#page_home #left_col .content, 
#page_home #left_col .content p {
	color: #c3c2cc;
	font-size: 8.5pt;
	text-align: right;
	line-height: 1.8em;
	padding-bottom: 3px;
}
#page_home #left_col .learn_more {
	text-align: right;
}

#page_home .small_boxes {
	padding: 25px 0 15px 0;
	font-size: 0;
	text-align: center;
}
#page_home .small_boxes .box {
	display: inline-block; *display: inline; *zoom: 1;
	background: #b56a89;
	width: 307px;
	height: 172px;
	margin: 0 12px;
	position: relative;
	z-index: 5;
}
#page_home .small_boxes .box1 { margin-left: 0; }
#page_home .small_boxes .box3 { margin-right: 0; }
#page_home .small_boxes .box h3 {
	width: 100%;
	position: absolute;
	top: 7px;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 14pt;
}
#page_home .small_boxes .box .image {
	position: absolute;
	top: 39px;
	left: 0;
}
#page_home .small_boxes .box p {
	position: absolute;
	top: 45px;
	left: 160px;
	width: 145px;
	height: 120px;
	overflow: hidden;
	color: #ddd;
	line-height: 1.3em;
	text-align: left;
	font-size: 9pt; 
}
#page_home .small_boxes .box .button_more {
	position: absolute;
	top: 141px;
	left: 230px;
}

#popup_contact {
	display: none;
	width: 450px;
	color: #eee;
	text-align: left;
	background-color: #3c3939;
	padding: 30px 20px 20px 20px;
}
#popup_contact table {
	width: 100%;
}
#popup_contact td.label {
	width: 7ex;
	padding-right: 12px;
	vertical-align: top;
}
#popup_contact td {
	padding-bottom: 5px;
}
#popup_contact td .text {
	width: 97%;
}
#popup_contact td textarea {
	height: 5em;
}

#page_sitemap ul li {
	list-style: disc inside none;
	margin: 1.5ex 2ex;
	font-size: 11pt;
}

#page_practice_areas ul li {
	margin: 20px 0;
}
#page_practice_areas h2 {
	margin: 0;
	font-size: 11pt;
}
#page_practice_areas a.learn_more {
	display: block;
	text-align: right;
}

.logos {
	width: 350px;
	text-align: center;
	margin: 0 auto;
}
.logos img {
	vertical-align: middle;
	padding: 0 0 0 10px;
}
.logos .avaya { padding-top: 16px; }
.logos .nortel { padding-top: 6px; }
#page_home .logos {
	margin: 0;
	padding-top: 30px;
	text-align: right;
	width: auto;
}
/*
.graybox {
	border: 1px solid #dcdcdc;
	background: #fff url(../images/gray_gradient.gif) repeat-x left top;
	vertical-align: top;
}
*/

input.text,
textarea.text {
	background: #fff url(../images/input_fade.gif) repeat-x left top;
	border-color: #dfdcc9 #c7c7c7 #c7c7c7 #dfdcc9;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	color: #000;
	display: block;
}

.input {
	width: 500px;
	margin-bottom: 20px;
}
.input .text { width: 100%; }
.input label { display: block; }

textarea.text:focus,
textarea.text.focus,
input.text:focus,
input.text.focus {
	border: 1px solid #999;
	-moz-box-shadow: 0px 0px 12px #F88A05;
	-webkit-box-shadow: 0px 0px 12px #F88A05;
}

.paging {
	width: 300px;
	margin: 15px auto;
}
.paging .prev,
.paging ul,
.paging .next,
.paging ul li { float: left; margin-right: 10px; zoom: 1; }
.paging ul li.last { margin-right: 0; }
.paging span.prev,
.paging span.next { display: none; }


.attachments ul { margin: 0 20px 20px 20px; }
.attachments li { padding: 10px 0px; }
.attachments li img { float: left; padding-right: 5px; }
.attachments li a { float: left; }

.events_news { margin: 25px 0; }
.events_news td { width: 49%; vertical-align: top; padding-top: 25px; }
.events_news td.news { padding-right: 15px; border-right: 1px solid #b3afaf; }
.events_news td.events { padding-left: 15px; }
a.full_article { display: block; text-align: right; padding-right: 100px; }
a.goto { display: block; text-align: center; }

#page {
	width: 1001px;
	background: transparent url(../images/subpage_middle.gif) repeat-y left top;
	position: relative;
	margin: 20px auto 10px auto;
	z-index: 2;
	color: #000;
}
#page .subpage_top {
	background: transparent url(../images/subpage_top.gif) no-repeat left top;
	width: 1001px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
}
#page .subpage_bottom {
	background: transparent url(../images/subpage_bottom.gif) no-repeat left top;
	width: 1001px;
	height: 49px;
}

.subpage {
	text-align: left;
	zoom: 1;
}
.subpage .content {
	position: relative;
	padding: 35px 60px 0 60px;
}
.subpage h1 {
	color: #000000;
	font-size: 18pt;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
}
.subpage .product_image {
	float: left;
	padding: 0 25px 15px 0;
	max-width: 350px;
}

#subpage_type3 {
	min-height: 400px;
}
#subpage_type3 .content {
	width: 75%
}

/* both summary box sizes */
.summary_box .title {
	font-size: 12pt;
	color: #000;
	margin-bottom: 3px;
}
.summary_box .summary_text {
	font-size: 8pt;
	color: #000;
}
/*.summary_box .downloads .image img { width: 15px; }*/
.summary_box .downloads .link a {
	color: #000;
	font-size: 9pt;
}

/* tall summary box */
.summary_box_tall {
	background: transparent url(../images/summary_tall.png) repeat-x left top;
	width: 196px;
	min-height: 300px;
	padding: 20px 22px 22px 22px;
	overflow: hidden;
	position: absolute;
	right: -210px;
	top: 70px;
}
.summary_box_tall dl {
	margin-bottom: 25px;
}
.summary_box_tall .title {
	text-align: center;
	margin-bottom: 15px;
}

/* wide summary box */
.summary_box_wide {
	background: transparent url(../images/summary_wide.png) repeat-x left top;
	min-height: 90px;
	padding: 7px 22px 22px 22px;
	overflow: hidden;
	zoom: 1;
}
.summary_box_wide dl {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
}
.summary_box_wide dl.has_downloads {
	width: 610px;
}
.summary_box_wide .downloads {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	margin-bottom: -32000px;
	padding-bottom: 32000px;
	margin-left: 20px;
	width: 190px;
}
.summary_box_wide .downloads_inner { /* needed to keep the border-left from stretching down too far */
	padding: 0 20px;
	border-left: 1px solid #000;
	min-height: 70px;
}


#page_contact table { margin: 20px 0; border-collapse: separate; border-spacing: 0 8px; }
#page_contact table td.label {
	width: 200px;
	padding: 5px 10px 0 0;
	vertical-align: top;
	border-bottom: 1px dotted #666;
}
#page_contact table td.element { padding: 0; }
#page_contact table td.element input.text { width: 300px; }
#page_contact textarea {
	width: 100%;
	height: 15ex;
}

#page_links td {
	vertical-align: top;
	padding-bottom: 25px;
}
#page_links td.text {
	padding-left: 30px;
}

/* products and staff */
table.listing {
	width: 100%;
	margin-top: 25px;
}
.listing td {
	vertical-align: top;
	padding-bottom: 20px;
}
.listing td.image {
	width: 150px;
}
.listing td.text {
	padding-left: 35px;
}
.listing h2 {
	color: #000000;
}
.listing .link {
	float: right;
}

.news {
	margin-top: 25px;
}
.news .news_item {
	margin-bottom: 20px;
}
.news .date {
	color: #ccc;
}
.news h2 {
	color: #000000;
}
.news_item_individual .text {
	margin: 20px 0;
}

.from_fck {
	color: #000;
}
.from_fck li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 16px;
}
.from_fck p {
	margin-bottom: 1.5ex;
}
.from_fck table {
}



