/* =Main Elements

----------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0px;
	font-family: arial, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

body {
    background: #3c3c3c url('../images/bg.jpg') repeat-x center top;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0px auto;
}
a {
	color: #214a80;
	outline: none;
}
a:hover {
	color: #6db10a;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: normal;
}
h1 {
	color: #214a80;
	font-size: 30px;
}
h2 {
	font-size: 18px;	
}
p {
	line-height: 130%;
	padding-top: 15px;
}
.clearit {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/* =Form Elements
----------------------------------------------- */

.error input[type="text"],
.error select {
    border: 1px solid #c00 !important;
    color: #c00 !important;
}
.error {
    color: #c00 !important;
}
form {
	display: inline;
}
fieldset {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	border: 1px solid #ccc;
	color: #555;
	font-family: arial, sans-serif;
	font-size: 13px;
	padding: 3px;
}
select {
	padding: 2px;
}
option {
	font-family: arial, sans-serif;
	font-size: 13px;
}
input[type="checkbox"] {
	margin: 5px 7px 0px 0px;
}
.form-label {
	clear: left;
	padding: 3px 0px;
}
.form-entry {
	clear: right !important;
	padding: 3px 0px;
}
.form1col, .form2col {
	margin-top: 0px;
	width: 600px;
}
.form1col {
	padding-top: 0px;
}
.form2col .form-label {
	float: left;
	width: 100px;
}
input[type="text"],
textarea {
	width: 250px;
}
/*
input[type="submit"] {
	background-color: #c5552d;
	border: 1px solid #c5552d;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 3px 5px;
}
*/
.instructions {
	color: #666;
	font-size: 11px;
}

/* =Structural Elements
----------------------------------------------- */

#container {
	margin: 0px auto;
	width: 980px;
}
#header {
	height: 131px;
	position: relative;
}
#header #phone {
	color: #93de1d;
	float: right;
	font-size: 26px;
	margin-top: 20px;
}
#header .livechat {
	color: #ccc;
	float: right;
	margin: 10px 0px 0px 20px;
}
#header .livechat a {
	background: url('../images/livechat.png') no-repeat 0px 1px;
	color: #fff;
	display: block;
	font-size: 15px;
	height: 22px;
	padding: 0px 0px 0px 27px;
	text-decoration: none;
}
#header .livechat a:hover {
	color: #ccc;

}
#logo {
	height: 82px;
	left: 9px;
	position: absolute;
	top: 45px;
	width: 82px;
	z-index: 9990 !important;
}
#logo a {
	cursor: pointer;
	display: block;
	height: 82px;
	text-decoration: none;
	width: 82px;
}
#header ul {
	background: url('../images/nav.png') no-repeat 0px 0px;
	height: 95px;
	left: 0px;
	position: absolute;
	top: 37px;
	width: 980px;	
	z-index: 9980 !important;
}
#header ul li {
	float: right;
	list-style: none;
	margin: 37px 0px 0px 4px;
}
#header ul li:first-child {
	margin-right: 15px;
}
#header ul li a {
    background: transparent url('../images/nav_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    height: 25px;
    margin: 0px;
    padding-right: 12px;
    text-decoration: none;
}
#header ul li a span {
    background: transparent url('../images/nav_span.png') no-repeat top left;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 0px 6px 12px; /* top & bottom padding + line height = btn height */
} 
#header ul li a:hover {
    background: transparent url('../images/nav_a.png') no-repeat scroll bottom right;
    color: #fff;
}
#header ul li a:hover span {
    background: transparent url('../images/nav_span.png') no-repeat bottom left;
}
#footer {
	margin-top: 15px;
	height: 70px;
}
#footer ul li {
	border-left: 1px solid #666;
	color: #666;
	display: inline;
	font-size: 11px;
	list-style: none;
	padding: 0px 10px;
}
#footer ul li:first-child {
	border: 0px;
	padding-left: 0px;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #999;
}
#footer .badge {
	float: right;
	margin-left: 20px;
}
a.btn {
	background: url('../images/arrow.png') no-repeat 0px 0px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 3px 25px;
	text-decoration: none;
	text-transform: uppercase;
}
a.btn:hover {
	color: #214a80;
}
a.btn1 {
    background: transparent url('../images/btn1_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    height: 25px;
    margin: 0px 0px 0px 0px;
    padding-right: 10px;
    text-decoration: none;
}
a.btn1 span {
    background: transparent url('../images/btn1_span.png') no-repeat top left;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 0px 5px 10px; /* top & bottom padding + line height = btn height */
} 
a.btn1:hover {
    background: transparent url('../images/btn1_a.png') no-repeat scroll bottom right;
}
a.btn1:hover span {
    background: transparent url('../images/btn1_span.png') no-repeat bottom left;
}

/* =Search
----------------------------------------------- */

#search {
}
#search .module {
}
#search .technology {
	background: transparent url('../images/divider.gif') repeat-x left bottom;
	padding-bottom: 25px;
}
#search .telecom {
	padding-top: 15px;
}
#search h2 {
	line-height: 18px;
	padding: 3px 0px 8px 30px;
}
#search .technology h2 {
	background: transparent url('../images/icon_technology.png') no-repeat 0px 0px;
}
#search .telecom h2 {
	background: transparent url('../images/icon_telecom.png') no-repeat 0px 0px;
	padding-left: 35px;
}
#search ul li {
	list-style: none;
	padding-bottom: 7px;
}
#search input,
#search select {
	border-color: #fff;
	color: #214a80;
	width: 200px;
}
#search select {
	width: 208px;
}
#search a.livechat {
	background: transparent url('../images/livechat_sm.png') no-repeat 0px 3px;
	color: #fff;
	float: right;
	font-size: 14px;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
}
#search a.livechat:hover {
	color: #6db10a;
}



#search input[type="submit"], #search input[type="button"]
{
	color: #FFF;
	display: block;
	float: left  !important;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding-right: 10px;
	text-decoration: none;
	width: 64px  !important;
	/*
background-color: #c5552d;
	border: 1px solid #c5552d;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 3px 5px;
*/
	border: 0px;
	font-variant: normal;
	background-image: url('../images/btn1_search.png');
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: scroll;
	background-color: transparent;
}

/* =Home
----------------------------------------------- */

#feature + #search {
	left: 0px;
	position: absolute;
	top: 197px;
}
#feature + #search .module {
	float: left;
	padding: 10px 0px 15px 25px;
	width: 300px;
}
#feature + #search .technology {
	background: none;
	padding-bottom: 0px;
}
#feature + #search .telecom {
	padding-top: 10px;
}
#feature + #search h2 {
	padding-top: 10px;
}
#feature + #search .technology h2 {
	background-position: 0px 8px;
}
#feature + #search ul {
	float: left;
	width: 145px;
}
#feature + #search input,
#feature + #search select {
	width: 130px;
}
#feature + #search .livechat {
	padding-right: 25px;
}
#home {
	background: transparent url('../images/feature.gif') no-repeat 0px 0px;
	height: 374px;
	position: relative;
	width: 980px;
}
#home h1 {
	color: #fff;
	font-size: 28px;
	left: 40px;
	line-height: 34px;
	position: absolute;
	top: 40px;
	width: 590px;
}
#home #feature > h2 {
	line-height: 20px;
	position: absolute;
	right: 25px;
	text-align: right;
	top: 20px;
	width: 165px;
}
#home .btn {
	left: 40px;
	position: absolute;
	top: 150px;
}
#tab {
	background-color: #fff;
	color: #666;
	height: 22px;
	padding: 25px;
	position: absolute;
	right: 25px;
	top: 102px;
	width: 255px;
}
#tab h2 {
	background: transparent url('../images/dotted.gif') repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#tab img {
	margin: 0px auto;
}
#quadrants {
	background: transparent url('../images/quads.png') no-repeat 0px 0px;
	height: 151px;
	padding: 20px 25px 0px 25px;
	width: 930px;
}
#quadrants > ul li {
	color: #333;
	float: left;
	height: 126px;
	list-style: none;
}
#quadrants > ul li:first-child {
	background: transparent url('../images/dotted_vert.png') repeat-y right top;
	padding-right: 25px;
	width: 276px;
}
#quadrants > ul li:first-child + li {
	background: transparent url('../images/dotted_vert.png') repeat-y right top;
	padding: 0px 25px;
	width: 274px;
}
#quadrants > ul li:first-child + li + li {
	padding-left: 25px;
	width: 280px;
}
#quadrants > ul li:first-child .icon {
	background: transparent url('../images/icon_computer.png') no-repeat 0px 0px;
	float: right;
	height: 110px;
	width: 72px;
}
#quadrants > ul li + li .icon {
	background: transparent url('../images/icon_web.png') no-repeat 0px 0px;
	float: right;
	height: 110px;
	width: 72px;
}
#quadrants > ul li + li + li .icon {
	background: transparent url('../images/icon_tower.png') no-repeat 0px 0px;
	float: right;
	height: 110px;
	width: 72px;
}
#quadrants h2 {
	color: #214a80;
	font-size: 20px;
	margin-bottom: 15px;
}
#quadrants > ul li:first-child li {
	background: none !important;
	border-bottom: 1px solid #999;
	height: auto !important;
	padding: 3px 0px !important;
	width: 90px !important;
}
#quadrants > ul li:first-child li:first-child + li + li + li + li {
	border: 0px;
	width: 180px !important;
}
#quadrants > ul li:first-child li a {
	background: transparent url('../images/arrow2.png') no-repeat 0px 2px;
	display: block;
	padding-left: 15px;
	text-decoration: none;
}
#quadrants > ul li p {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 8px;
}
#quadrants > ul li p span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#quadrants > ul li a.btn {
	color: #214a80;
}
#quadrants > ul li a:hover {
	color: #333;
}


/* =Everything Else
----------------------------------------------- */

#interior {
	background: transparent url('../images/int.png') no-repeat 0px 0px;
	height: 279px;
	padding-top: 25px;
}
#content-outer {
	float: left;
	margin-right: 25px;
	width: 700px;
}
#content-outer-iframe {
	float: left;
	margin-right: 10px;
	width: 715px;
}
#page-head {
	background: transparent url('../images/pagehead.gif') no-repeat 0px 0px;
	height: 47px;
	padding: 30px 0px 0px 50px;
	width: 715px;
}
#content {
	background: #fff url('../images/content_bg.gif') repeat-x 0px 0px;
	min-height: 325px;
	padding: 25px 50px;
}
#content h2 {
	color: #214a80;
}
#content h3 {
	color: #214a80;
	font-size: 18px;
	padding-top: 15px;
}
#content h4 {
	color: #214a80;
	font-size: 16px;
}
#content h5 {
	color: #214a80;
	font-size: 14px;
	padding-top: 15px;
}
#content-bottom {
	background: transparent url('../images/content_bottom.png') no-repeat 0px 0px;
	height: 25px;
}
#content h3 + p {
	color: #363636;
	line-height: 18px;
	padding-top: 5px;
}
#content h4 + p + h4 {
	color: #214a80;
	font-size: 16px;
	padding-top: 20px;
}
#content h5 + p {
	color: #363636;
	padding-top: 3px;
	line-height: 18px;
}
#content p {
	color: #363636;
	line-height: 18px;
}
#content p:first-child {
	padding-top: 0px;
}
#content ul {
	color: #363636;
	list-style:none;
	margin-top: 5px;
}
#content li{
	color: #363636;
}
.col {
	float: left;
	margin-right: 25px;
	margin-top: 5px;
	width: 200px;
}
.col ul {
	color: #363636;
	list-style:none;
}
.col li{
	color: #363636;
}
#side-outer {
	float: left;
	width: 255px;
}
#side-top {
	background: transparent url('../images/side_top.png') no-repeat 0px 0px;
	height: 25px;
}
#side-bottom {
	background: transparent url('../images/side_bottom.png') no-repeat 0px 0px;
	height: 25px;
}
#side {
	background: #214a80 url('../images/side_bg.gif') repeat-x 0px 0px;
	padding: 0px 25px;
}
.col1 {
	float: left;
	line-height: 18px;
	padding: 10px 0px 15px 10px;
	width: 175px;
}
.col2 {
	float: left;
	line-height: 18px;
	padding: 5px 0px 15px 10px;
	width: 175px;
}
.col3 {
	float: left;
	line-height: 18px;
	padding: 5px 0px 15px 10px;
	width: 175px;
}
.col4 {
	float: left;
	line-height: 18px;
	padding: 5px 0px 15px 10px;
	width: 380px;
}



/* =iFrame Search
----------------------------------------------- */

#page-head-iframe {
	background: transparent url('../images/pagehead.gif') no-repeat 0px 0px;
	height: 47px;
	padding: 30px 0px 0px 20px;
	width: 714px;	
}
#page-head-telecom-iframe {
	background: transparent url('../images/pagehead_iframe.png') no-repeat 0px 0px;
	height: 77px;
	padding: 30px 0px 0px 15px;
	position: absolute;
	top: 300px;
	width: 980px;	
}
#content-iframe {
	background: #fff url('../images/content_bg.gif') repeat-x 0px 0px;
	min-height: 325px;
	padding: 25px 10px 25px 5px;
	width: 685px;
}
#content-telecom-iframe {
	background: #fff url('../images/content_bg.gif') repeat-x 0px 0px;
	min-height: 325px;
	padding: 25px 10px 25px 5px;
	width: 965px;
}
#content-bottom-iframe {
	background: transparent url('../images/content_bottom.png') no-repeat 0px 0px;
	height: 25px;
	width: 715px;	
}
#content-bottom-telecom-iframe {
	background: transparent url('../images/content_bottom_iframe_beta.png') no-repeat 0px 0px;
	height: 25px;
	width: 980px;	
}
#iFrame-interior {
	background: url('../images/int-iframe.png') no-repeat 0px 0px;
	height: 193px;
	padding-top: 25px;
}
#iFrame-interior #search {
	margin-left: 140px;
	position: absolute;
	top: 145px;
	width: 750px;
}
#iFrame-interior #search .module {
	float: left;
	padding: 10px 50px 15px 25px;
	width: 300px;
}
#iFrame-interior #search .technology {
	background: none;
	padding-bottom: 0px;
}
#iFrame-interior #search .telecom {
	padding-top: 10px;
}
#iFrame-interior #search h2 {
	padding-top: 10px;
}
#iFrame-interior #search .technology h2 {
	background-position: 0px 8px;
}
#iFrame-interior #search ul {
	float: left;
	width: 145px;
}
#iFrame-interior #search input,
#iFrame-interior #search select {
	width: 130px;
}
#iFrame-interior #search .livechat {
	padding-right: 25px;
}















































