html, body {
	background:url("../images/background_gradient.png") repeat-x scroll left top #FFFFFF;
	color:#000000;
	font:10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:center;
}
p { line-height: 1.3em; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; color: #F88B07; }
a:visited { color: #F88B07; }
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: #626b6b;
}

.submit { display: block; margin: 30px 0 5px 0; }
.nfFlashMsg { color: #507E99; }
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 {
	-moz-box-shadow:3px 3px 5px #BBBBBB;
	-webkit-box-shadow:3px 3px 5px #BBBBBB;
	iecss3-box-shadow: none;
	box-shadow:3px 3px 5px #BBBBBB;
	background-color:#DBDFC9;
	margin:0 auto;
	position:relative;
	width:878px;
	z-index:10;
}
.wordpress #outer {
	background-color: #fff;
}

#header1 {
	font-size: 0;
	position: relative;
	text-align: center;
	padding-top: 4px;
	z-index: 20;
	height: 42px;
}
#header1 ul#nav_main {
	background: transparent url(../images/nav_middle.gif) repeat-x left top;
	height: 42px;
	font-size: 10pt;
	min-width: 863px;
}
#header1 .menu {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
}


/*** top level menu */

/** borders/spacing */
#header1 .menu .level1 li {
	vertical-align: bottom;
}

/** menu styles */
#header1 .menu .level1 li {
	height: 33px;
}
#header1 .menu .level1 li a {
	color: #fff;
	font-weight: bold;
	font-size: 11pt;
	height: 31px;
	line-height: 33px;
	white-space: nowrap;
}
#header1 .menu .level1 li a span {
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
#header1 .menu .level1 li.last a span {
	border: none;
}

#header1 .menu .level1 li.current,
#header1 .menu .level1 li.hover,
#header1 .menu .level1 li:hover {
	background-position: 0px -33px;
}
#header1 .menu li.current a,
#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 {
	background: #c5b08e;
	border: 1px solid #6a2300;
	border-bottom: none;
	min-width: 120px;
	height: 29px;
	text-align: left;
}
#header1 .menu .level2 li.last { border-bottom: 1px solid #6a2300; }
#header1 .menu .level2 li.hover,
#header1 .menu .level2 li:hover { background-color: #6a2300; }

#header1 .menu .level2 li a {
	color: #6a2300;
	width: auto;
	height: 29px;
	line-height: 29px;
	padding: 0 1.5ex;
}
#header1 .menu .level2 li a span {
	border: none;
}
#header1 .menu .level2 li.hover a,
#header1 .menu .level2 li:hover a { color: #fff; }
/***/

/* 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; }

/* 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; }

#header2 {
	margin:0 auto;
	text-align:center;
	width:850px;
	position: relative;
}
#header2 .slogan {
	color:#FFFFFF;
	float:right;
	font-size:17pt;
	padding-top:18px;
}
#header2 #paypal_form {
	width: 122px;
	height: 47px;
	position: absolute;
	top: 30px;
	right: 0;
}

#footer {
margin:20px auto;
text-align:center;
width:1000px;
}
#footer_menu {
padding-top:10px;
}
#footer_menu li {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
border-right:1px solid #DDDDDD;
padding:0 2ex;
}
#footer_menu li.last {
border-right:medium none;
}
#footer_menu a {
color:#777777;
font-size:8pt;
}
#copyright {
background-color:transparent;
padding:30px 0;
}
#copyright #copyright_inner {
background:url("../images/copyright_bg.gif") repeat-x scroll 0 0 transparent;
color:#FFFFFF;
font-size:9pt;
font-style:italic;
font-weight:bold;
margin:0 auto;
padding:8px 0;
text-align:center;
width:90%;
}
#copyright a {
color:#FFFFFF;
}
#ideas4,
#ideas4 a {
	color: #ccc;
	font-size: 8pt;
}

/*
#page_home {
font-size:0;
text-align:left;
width:100%;
}
#page_home .boxes {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
padding:15px;
}
#page_home .smallbox {
background:url("../images/smallbox_bg.png") repeat-x scroll left top #EFEDEC;
height:207px;
margin-bottom:10px;
position:relative;
width:212px;
}
#page_home .smallbox h3 {
color:#2B2C28;
font-size:15pt;
font-weight:normal;
left:0;
line-height:1em;
position:absolute;
text-align:center;
top:15px;
width:100%;
}
#page_home .smallbox .content {
font-size:9pt;
height:110px;
left:20px;
overflow:hidden;
position:absolute;
top:56px;
width:180px;
}
#page_home .smallbox .read_more {
bottom:18px;
position:absolute;
right:35px;
}
#page_home .smallbox .featured_video {
left:15px;
position:absolute;
top:44px;
}
#page_home .main {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
font-size:10pt;
padding-top:15px;
position:relative;
width:623px;
}
#page_home .main .rotating_images {
height:247px;
overflow:hidden;
position:relative;
width:623px;
}
#page_home .main .rotating_images div {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
}
#page_home .main .rotating_images .mask {
background:url("../images/home_images_mask.png") no-repeat scroll left top transparent;
}
#page_home h1 {
color:#FFFFFF;
font-size:16.5pt;
font-style:italic;
font-weight:bold;
left:15px;
position:absolute;
text-shadow:1px 1px 7px #000000;
top:11px;
}
#page_home .header {
border-bottom:1px solid #000000;
margin-bottom:15px;
padding-top:10px;
}
#page_home .header .text {
color:#5C6158;
float:left;
font-size:13pt;
font-style:italic;
font-weight:bold;
}
#page_home .header .date {
color:#3D7603;
float:right;
}
#page_home h2 {
color:#000000;
font-size:14pt;
font-weight:bold;
}
#page_home h3 {
color:#4A9D00;
font-size:11pt;
font-weight:bold;
margin-bottom:3px;
}
#page_home .featured .content p {
font-size:9pt;
margin-bottom:8px;
}
#page_home .featured .header_image {
float:left;
margin-right:16px;
}
#page_home .continued {
color:#3D7603;
display:block;
font-style:italic;
text-align:right;
}
#page_home .featured_small .continued {
font-size:8pt;
}
#page_home .featured_small .content p {
font-size:8pt;
line-height:1.3em;
margin-bottom:5px;
}
#page_home .featured_small li.feature {
float:left;
margin:0;
width:300px;
}
#page_home .featured_small li.feature .content {
margin:0 17px;
}
#page_home .news h3 {
border-bottom:1px solid #000000;
color:#000000;
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
font:13pt "Myriad Pro","Arial",sans-serif;
letter-spacing:-1.2px;
margin-bottom:10px;
}
#page_home .news .item {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
font-size:8pt;
line-height:1.1em;
margin-right:20px;
width:175px;
}
#page_home .news .date {
color:#3D7601;
display:block;
font-style:italic;
}
#page_home .news .title {
color:#4B4D51;
display:block;
font-weight:bold;
}
#page_home .news .summary {
color:#5E6061;
display:block;
}
#page_home .news a.read_more {
color:#3D7601;
display:block;
text-align:right;
}
*/
#page_home {
	width: 100%;
	font-size: 0;
	text-align: left;
}

#page_home .boxes {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	padding: 15px;
}
#page_home .graybox {
	width: 212px;
	height: 207px;
	background: #efedec url(../images/smallbox_bg.png) repeat-x left top;
	margin-bottom: 10px;
	position: relative;
}
#page_home .graybox h3 {
	color: #2B2C28;
	font-size: 15pt;
	font-weight: normal;
	line-height: 1em;
	position: absolute;
	left: 0px;
	top: 15px;
	text-align: center;
	width: 100%;
}
#page_home .graybox .content {
	position: absolute;
	top: 44px;
	left: 20px;
	width: 180px;
	height: 110px;
	overflow: hidden;
	line-height: 1.2em;
	font-size: 9pt;
	color: #363b22;
}
#page_home .graybox .read_more {
	position: absolute;
	bottom: 18px;
	right: 35px;
}
#page_home .graybox .featured_video {
	position: absolute;
	top: 44px;
	left: 15px;
}

#page_home .main {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	width: 623px;	
	padding-top: 15px;
	position: relative;
	font-size: 10pt;
}
#page_home .main .rotating_images {
	width: 623px;
	height: 247px;
	overflow: hidden;
	position: relative;
}
#page_home .main .rotating_images div {
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#page_home .main .rotating_images .mask {
	background: transparent url(../images/home_images_mask.png) no-repeat left top;
}
#page_home h1 {
	position: absolute;
	top: 11px;
	left: 15px;
	color: #fff;
	text-shadow: 1px 1px 7px #000;
	font-size: 16.5pt;
	font-weight: bold;
	font-style: italic;
}
#page_home .header {
	border-bottom: 1px solid #000;
	padding-top: 10px;
	margin-bottom: 15px;
}
#page_home .header .text {
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	color: #5c6158;
	float: left;
}
#page_home .header .date {
	color: #3d7603;
	float: right;
}
#page_home h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}
#page_home h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #4a9d00;
	margin-bottom: 3px;
}
#page_home .featured .content p {
	font-size: 9pt;
	margin-bottom: 8px;
	color: #5e6061;
}
#page_home .featured .header_image { float: left; margin-right: 16px; }

#page_home .continued {
	display: block;
	text-align: right;
	font-style: italic;
	color: #3d7603;
}

#page_home .featured_small .continued { font-size: 8pt; }
#page_home .featured_small .content p {
	font-size: 8pt;
	line-height: 1.3em;
	margin-bottom: 5px;
}
#page_home .featured_small li.feature {
	float: left;
	width: 300px;
	margin: 0;
}
#page_home .featured_small li.feature .content { margin: 0 17px; }

#page_home .news h3 {
	display: inline-block; *display: inline; *zoom: 1;
	font: normal 13pt "Myriad Pro","Arial",sans-serif;
	letter-spacing: -1.2px;
	border-bottom: 1px solid #000;
	color: #000;
	margin-bottom: 10px;
}
#page_home .news .item {
	display: inline-block; *display: inline; *zoom: 1;
	font-size: 8pt;
	line-height: 1.1em;
	width: 175px;
	margin-right: 20px;
	vertical-align: top;
}
#page_home .news .date {
	color: #3d7601;
	font-style: italic;
	display: block;
}
#page_home .news .title {
	color: #4b4d51;
	font-weight: bold;
	display: block;
}
#page_home .news .summary {
	color: #5e6061;
	display: block;
}
#page_home .news a.read_more {
	display: block;
	color: #3d7601;
	text-align: right;
}

#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 10px;
}
.logos .avaya { padding-top: 16px; }
.logos .nortel { padding-top: 6px; }
#page_home .logos {
	margin: 0;
}
/*
.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 6px #507E99;
	-webkit-box-shadow: 0px 0px 6px #507E99;
}

.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:870px;
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	z-index: 2;
	color: #504C4C;
}
#page .subpage_top {
	width:875px;
	height: 43px;
	background: transparent url(../images/page_top.png) no-repeat 5px top;
}
#page .subpage_bottom {
	background: transparent url(../images/page_bottom.png) no-repeat 5px top;
	width:875px;
	height: 64px;
}

.subpage {
	background: transparent url(../images/page_middle.png) repeat-y 5px top;
	text-align: left;
	padding: 1px 0; /* solves margin-collapse issue */
	zoom: 1;
}
.subpage .contentarea {
	background: #fff;
	position: relative;
	border: 1px solid #b3b1b1;
	margin: 10px 50px;
	z-index: 10;
	zoom: 1; /* solves IE6/7 position bug for IE-CSS3 element */
}
.subpage .contentarea .contentarea_inner {
	padding: 20px;
}

.subpage table.layout {
	width: 100%;
}
.subpage table.layout td.column_left {
	vertical-align: top;
}
.subpage table.layout td.column_right {
	vertical-align: top;
	width: 99%;
}

.subpage .learn_how {
	display: block;
	width: 168px;
	height: 83px;
	background: transparent url(../images/learnhow_box.gif) no-repeat left top;
	float: left;
	text-align: center;
	margin-right: 20px;
	font-weight: bold;
	cursor: pointer;
}
.subpage .learn_how .black {
	color: #000;
	line-height: 1em;
	font-size: 9pt;
	margin: 10px 0 3px 0;
	width: 160px;
}
.subpage .learn_how .white {
	color: #fff;
	font-size: 8pt;
	width: 160px;
}
.subpage h1 {
	font-size: 18pt;
}

/* Subpage type 1 */
#subpage_type1 td.column_right {
}
#subpage_type1 table.layout td.column_right .content {
	padding-right: 60px;
}

/* Subpage type 2 */
#subpage_type2 table.layout td.column_right .content {
	padding-left: 20px;
	padding-right: 60px;
}

/* Subpage type 3 */
#subpage_type3 td.column_right {
}
#subpage_type3 table.layout td.column_right .content {
	padding-right: 150px;
}
#subpage_type3 .contentarea {
	min-height: 240px;
}


#page .page_header {
	color: #78803d;
	font-size: 13pt;
	font-weight: bold;
	position: absolute;
	top: 46px;
	right: 80px;
}
.header_space {
	visibility: hidden;
}
.subpage .page_image {
	float: left;
	position: relative;
	padding: 0;
	max-width: 300px;
	left: -80px;
	margin: 10px -50px 20px 0;
	border: 1px solid #000;
}

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

/* tall summary box */
.summary_box_tall {
	background: transparent url(../images/summary_tall.png) repeat-x left top;
	width: 196px;
	min-height: 130px;
	padding: 20px 22px 22px 22px;
	overflow: hidden;
	position: absolute;
	right: -100px;
	top: 30px;
}
.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: 400px;
}
.summary_box_wide .downloads {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	margin-bottom: -32000px;
	padding-bottom: 32000px;
	margin-left: 20px;
	width: 140px;
}
.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 .links td.logo {
	padding-right: 20px;
	text-align: center;
}

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

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

.newsletter_logo {
	display: block;
	padding: 10px 0;
}
#newsletter {
	-moz-box-shadow:3px 3px 5px #BBBBBB;
	-webkit-box-shadow:3px 3px 5px #BBBBBB;
	box-shadow:3px 3px 5px #BBBBBB;
	background-color:#fff;
	margin:0 auto;
	position:relative;
	width:632px;
	z-index:10;
	font-size: 0;
	padding-bottom: 25px;
}
#newsletter .banner {
	background: transparent url(../images/newsletter_banner.jpg) no-repeat left top;
	width: 632px;
	height: 224px;
	padding-bottom: 30px;
}
#newsletter .left {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	width: 194px;
	background: transparent url(../images/summary_tall.png) repeat-x left top;
	font-size: 10pt;
	padding: 15px 0;
}
#newsletter .left h2 {
	font-size: 12pt;
}
#newsletter .left .summary {
	text-align: left;
	width: 80%;
	font-size: 9pt;
	margin: 0 auto;
	padding-bottom: 15px;
}
#newsletter .left .read_more {
	float: right;
	font-weight: bold;
	font-size: 9pt;
	color: #3d7603;
}
#newsletter .right {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	width: 370px;
	padding-left: 30px;
	font-size: 10pt;
	text-align: left;
}
#newsletter .right .news_item {
	margin-bottom: 20px;
}
#newsletter .right h3 {
	color: #bb6902;
	font-size: 12pt;
	font-weight: bold;
}
#newsletter .right .from_fck,
#newsletter .right .from_fck p {
	color: #5e6061;
}
#newsletter .right .read_more {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-right: 3ex;
	color: #3d7603;
}

#subpage_projects {margin: 20px 0 30px 0; }
#subpage_projects li { margin-bottom: 25px; }
#subpage_projects h2 { color: #827303; }
#subpage_projects .logo { float: left; margin-right: 15px; }
#subpage_projects .links { margin-bottom: 5px; }
#subpage_projects .links a.text { float: left; padding-right: 10px; }
#subpage_projects .links a.image { float: right; }

.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 {
}


