html, body {
	background: #000;
	font: normal 10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #fff;
	text-align: left;
}

p { line-height: 1.3em; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; color: #0287c3; }
a:visited { color: #ebf1f3; }
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; }
em {
	color: #fff;
	font-weight: bold;
	font-style: normal;
}

.submit { display: block; margin: 30px 0 5px 0; }
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;
}


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

.checkbox label.validation_error { display: inline; }
.checkbox input, .checkbox label {
	vertical-align: middle;
}

.input_captcha {
	margin-top: 20px;
}
.input_captcha img {
	margin-right: 10px;
}

.input_captcha img,
.input_captcha .input_captcha_entry {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;

}

#outer {
	width: 1000px;
	position: relative;
	zoom: 1;
	margin: 0 auto;
}
.home #outer {
}

#header1 {
	padding-top: 16px;
	height: 64px;
	position: relative;
	z-index: 50;
}
#header1 .menu {
	position: absolute;
	top: 25px;
	right: 0px;
	display: inline-block; *display: inline; *zoom: 1;
	height: 28px;
	z-index: 50;
}

/*** top level menu */
#header1 .menu ul.level1 {
	display: inline-block; *display: inline; *zoom: 1;
	height: 100%
}

#header1 .menu .level1 li {
	line-height: 28px;
}

#header1 .menu .level1 li a {
	color: #fff;
	font-size: 10.5pt;
	padding: 0 1.5ex;
}

#header1 .menu .level1 li a span {
}

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

#header1 .menu .level1 li.current a {
	background: #555;
}
#header1 .menu .level1 li.hover a,
#header1 .menu .level1 li:hover a {
	background: #0088c6;
}
#header1 .menu li.current a,
#header1 .menu li.hover a,
#header1 .menu li:hover a { 
	text-decoration: none;
	color: #fff;
}
/***/

/*** second+ levels */
#header1 .menu ul.level1 li ul {
	/* width: 1%;  IE6 - to cause inline-block LI elements to wrap */
	-moz-box-shadow: 5px 5px 25px #000;
	-webkit-box-shadow: 5px 5px 25px #000;
	box-shadow: 5px 5px 25px #000;
}
#header1 .menu .level2 li {
	border-top: 1px solid #606060;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	height: 28px;
	text-align: left;
	min-width: 150px;
}
#header1 .menu .level2 li.last {
	border-bottom: 1px solid #606060;
}


/* normal level2+ menu style */
#header1 .menu .level1 .level2 li a,
/* don't show hover effect on levels below the currently highlighted one */
#header1 .menu .level2 li.hover ul li a,
#header1 .menu .level2 li:hover ul li a {
	background: transparent url(../images/pixel_444444_85pct.png) repeat;
	color: #fff;
	width: auto;
	height: 28px;
	line-height: 28px;
	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;
	background-image: none;
}

/* hover effect */
#header1 .menu .level2 li.hover a,
#header1 .menu .level2 li:hover a,
#header1 .menu .level2 li.hover ul li.hover a,
#header1 .menu .level2 li:hover ul li:hover a {
	background: #0088c6;
	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;
	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; top: -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; }

#logobar {
	width: 740px;
	padding: 10px 0;
	margin: 8px auto 0;
	height: 60px;
	position: relative;
	z-index: 15;
}
#logobar .moon {
	position: absolute;
	top: 3px;
	left: 325px;
}
#logobar .logo { float: left; }
#logobar .contact { float: right; padding-top: 10px; }
#logobar .contact span { display: block; color: #fff; text-align: right; }
#logobar .contact span.phone { font-size: 20pt; }
#logobar .contact span.email { font-size: 14pt; }

#footer {
	margin: 5px auto;
	padding: 5px 0;
	border-top: 1px solid #a3b8bf;
	text-align: center;
}
#footer_menu {
	padding-top: 10px;
}
#footer_menu li {
	display: inline-block; *display: inline; *zoom: 1;
	padding: 0 2ex;
	border-right: 1px solid #444;
}
#footer_menu li.last { border-right: none; }
#footer_menu a { color: #a3b8bf; font-size: 8pt; }
#footer .copyright {
	display: inline-block; *display: inline; *zoom: 1;
	padding: 20px 0 10px 0;
	text-align: left;
	font-size: 9pt;
}
#footer .copyright p {
	margin: 0;
	color: #a3b8bf;
}
#footer .images {
	text-align: center;
}
#ideas4,
#ideas4 a {
	text-align: center;
	color: #555;
	font-size: 8pt;
}


#page_home {
	text-align: center;
	position: relative;
	padding-top: 20px;
}
#page_home .rotating_images {
	overflow: hidden;
	position: relative;
	width: 998px;
	height: 284px;
}
#page_home .rotating_images div {
	position: absolute;
	top: 0;
	left: 0;
	width: 997px;
	height: 283px;
}
#page_home .rotating_images .mask {
	background: url("../images/home_rotated_mask.png") no-repeat scroll left top transparent;
}
#page_home .rotating_images .ie8_hack {
	/* IE8 allows the images to overflow by 1px on the right and bottom. this stupid hack is meant to cover up the overflow */
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#page_home .boxes {
	overflow: hidden;
	position: relative;
	margin-top: -25px;
	zoom: 1;
}
#page_home .boxes .box {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	padding: 0px 2px 32040px 2px;
	margin: 0px 7px -32000px 7px;
	width: 177px;
	background: transparent url(../images/home_smallbox_top.png) no-repeat;
	text-align: left;
	line-height: 1.3em;
	font-size: 9pt;
	position: relative;
	color: #000;
}
#page_home .boxes .box .pill {
	position: absolute;
	top: 9px;
	left: 2px;
	width: 173px;
	height: 82px;
	text-align: center;
}
#page_home .boxes .box .pill .png {
	width: 100%; height: 100%;
	background: transparent url(../images/pill_blue.png) no-repeat left top;
}

#page_home .boxes .box h3 {
	position: absolute;
	top: 9px;
	left: 0;
	width: 177px;
	height: 37px;
	line-height: 37px;
	vertical-align: middle;
	font-size: 15pt;
	text-align: center;
}
#page_home .boxes .box h3 a {
	color: #c6d3ed;
	display: block;
}
#page_home .boxes .box .fact {
	display: block;
	font-weight: bold;
	font-size: 12pt;
}
#page_home .boxes .box p {
	padding: 90px 15px 20px 15px;
	color: #fff;
	text-align: center;
	line-height: 1.15em;
}
#page_home .boxes .box ul {
	line-height: 1em;
	margin-bottom: 1em;
}
#page_home .boxes .box ul li {
	list-style: disc none inside;
	font-weight: bold;
}
#page_home .boxes .box .more_info img { padding: 0 3px; vertical-align: bottom; }
#page_home .boxes_bottoms .box {
	position: relative;
	top: -32px;
}
#page_home .boxes_bottoms .box {
	background: transparent url(../images/home_smallbox_bottom.png) no-repeat left bottom;
	padding: 0 2px;
	width: 177px;
	height: 32px;
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	margin: 0 7px -10px 7px;
}
#page_home .boxes_bottoms .box .more_info {
	color: #000;
}
#page_home .columns {
	text-align: center;
}
#page_home .columns .column {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	width: 40%;
	text-align: left;
	margin: 0 15px 10px 15px;
}
#page_home .columns p {
	color: #e0e2e2;
	line-height: 1.7em;
	text-align: justify;
}

.subpage_outer {
	margin: 20px 0;
}
.subpage_outer .corners_bottom {
	background: #484747 url(../images/subpage_corners_bottom.gif) no-repeat left top;
	height: 24px;
}
.subpage {
	background: #484747 url(../images/subpage_corners_top.gif) no-repeat left top;
	position: relative;
	padding: 25px;
	zoom: 1;
	z-index: 2;
	min-height: 410px;
	*height: auto !important;
	*height: 410px;
}

.subpage .subnav {
	position: absolute;
	top: -10px;
	right: 25px;
}
.subpage .subnav .level1 li {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	width: 93px;
	height: 21px;
	line-height: 21px;
	margin-left: 4px;
}
.subpage .subnav ul.noauth li { background: transparent url(../images/pill_blue2.png) no-repeat left top; }
.subpage .subnav ul.auth li { background: transparent url(../images/pill_orange2.png) no-repeat left top; }

.subpage .subnav .level1 li a {
	display: block;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
}
.subpage .subnav ul.noauth li a { color: #c8d7f1; }
.subpage .subnav ul.auth li a { color: #fff; font-weight: bold; }

.subpage .watermark {
	width: 470px;
	height: 320px;
	position: absolute;
	background: transparent url(../images/subpage_watermark.jpg) no-repeat left top;
	top: 110px;
	right: 50px;
}
.subpage,
.subpage .from_fck {
	color: #ccc;
}

.subpage .page_image {
	float: left;
	margin: 0 25px 25px 0;
	position: relative;
}
.subpage .page_image img {
	display: block;
}

.subpage .page_image .corner {
	width: 21px; height: 21px;
	position: absolute;
}
.subpage .page_image .corner .png {
	width: 100%; height: 100%;
}
.subpage .page_image .tl { top: 0; left: 0; }
.subpage .page_image .tr { top: 0; right: 0; }
.subpage .page_image .bl { bottom: 0; left: 0; }
.subpage .page_image .br { bottom: 0; right: 0; }
.subpage .page_image .tl .png { background: transparent url(../images/corner_dkgray_tl.png) no-repeat left top; }
.subpage .page_image .tr .png { background: transparent url(../images/corner_dkgray_tr.png) no-repeat left top; }
.subpage .page_image .bl .png { background: transparent url(../images/corner_dkgray_bl.png) no-repeat left top; }
.subpage .page_image .br .png { background: transparent url(../images/corner_dkgray_br.png) no-repeat left top; }

.subpage .summary_box {
	background-color: #8e8e90;
	float: right;
	width: 150px;
	min-height: 200px;
	margin: 50px 50px 50px -100px;
	padding: 20px;
	position: relative;
	left: 120px;
	z-index: 30;
}
.subpage .summary_box .downloads .title {
	text-align: center;
	font-size: 11pt;
	color: #000;
}
.subpage .summary_box .downloads table {
	margin-top: 15px;
}
.subpage .summary_box .downloads table a {
	color: #000;
}

.subpage .content_page {
	position: relative;
	padding-top: 45px;
}

.subpage h1 {
	position: absolute;
	top: 30px;
	right: 40px;
	color: #8CA7F5;
	font-weight: bold;
	font-size: 16pt;
	text-shadow: 1px 1px 1px #222;
}



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


.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 {
	padding-bottom: 20px;
}


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


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


#page .content { margin: 20px 30px; font-size: 12pt;  }
.centered { text-align: center; }
.content h2 {
	color: #ffc200;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin: 25px 0 0px 0;
}
.content ul {
	margin: 3ex 0;
}
.content li {
	list-style: disc inside none;
}
.content p {
	margin: 3ex 0;
}

.large { font-size: 1.8em; }
.mid-large { font-size: 1.5em; }
.orange { color: #ffc200; }

.content table.images {
	margin: 1ex auto;
}
.content table.images td {
	padding: 1ex;
}

.contact_us form table {
	display: inline-block; *display: inline; *zoom: 1;
}
.contact_us form table td {
	text-align: left;
	padding-right: 3ex;
	padding-bottom: .5ex;
	vertical-align: top;
}
.contact_us form input,
.contact_us form textarea {
	width: 45ex;
}
.contact_us form input.submit { width: auto; }


.about_us .graph_arrow { float: left; margin: 0 20px 0px 0; }
.about_us p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
.about_us h2 {
	font-size: 13pt;
	margin: 15px 0;
}
.about_us .half_col {
	display: inline-block; *display: inline; *zoom: 1;
	width: 45%;
	margin-top: 12px;
	margin-left: 22px;
	vertical-align: top;
}
.about_us .half_col h3 {
	color: #84c03f;
	font-size: 13pt;
	font-weight: bold;
}
.about_us .half_col p {
	font-size: 12pt;
	font-weight: bold;
}


blockquote {
	margin: 35px 0 0 0;
	font-style: italic;
}

.quote_person {
	margin-bottom: 20px;
	font-weight: bold;
}


.ip_telephony .mitel {
	margin: 20px 0 50px 0;
}
.ip_telephony .mitel .phone {
	display: inline-block; *display: inline; *zoom: 1;
}
.ip_telephony .mitel .phone span {
	font-size: 10pt;
}
.ip_telephony .mitel .award {
	display: inline-block; *display: inline; *zoom: 1;
	margin-left: 35px;
}


/* products and staff */
table.listing {
	margin: 25px;
}
.listing td {
	vertical-align: top;
	padding-bottom: 25px;
}
.listing td.image {
	width: 150px;
	text-align: center;
	padding-right: 35px;
}
.listing td.text { }
.listing td.text p {
	margin-top: 0.5em;
}
.listing h2 {
	text-align: left;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	color: #fff;
}
.listing h2 a {
	color: #fff;
	font-size: 11pt;
	vertical-align: top;
}
.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;
}



#tabs {
	width: 80%;
}
.ui-tabs .ui-tabs-nav {
	font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #777;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom: 0;
	top: 1px;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	padding: 0px 23px;
	color: #fff;
	font-size: 10pt;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.ui-tabs .ui-tabs-nav li .tl {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-tabs .ui-tabs-nav li .tl .png {
	background: transparent url("../images/corner_tl_484747.png") no-repeat left top;
	width: 100%;
	height: 100%;
}
.ui-tabs .ui-tabs-nav li .tr {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	right: 0;
}
.ui-tabs .ui-tabs-nav li .tr .png {
	background: transparent url("../images/corner_tr_484747.png") no-repeat left top;
	width: 100%;
	height: 100%;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-tabs .ui-tabs-panel {
	padding: 20px;
	background: #515151;
	border: 1px solid #777;
}



#page_partners .partner {
	margin: 15px 0 25px 0;
}

table.data_table { width: 80% }
table.data_table th {
	padding: 3px 5px 3px 2px;
	background-color: #ccc;
	font-size: 9pt;
	font-weight: bold;
}
table.data_table td {
	padding: 5px 12px;
}
table.data_table td,
table.data_table td .from_fck {
	color: #fff;
}
table.data_table tr.odd td { background-color: #555 }
table.data_table tr.even td { background-color: #707070; }
table.data_table td.label {
	width: 18ex;
}
table.data_table td.field {
	border-left: 1px solid #ccc;
}

