/*
Full Reset
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*------------------ Defaults from W3C ------------------------*/
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

/*------------------------ Layout -----------------------------*/

html, body {

}

body {
    color: #fff;
    background: #999999 url('images/body_bg.jpg') repeat-x;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 90%;
    line-height: 1.13em;
    text-align: center;
    margin: 0;
}

blockquote {
    font-style: italic;
}

ul {
    list-style-type: disc; 
}

ol {
    list-style-type: decimal;
}

li {
    margin: 10px 0; 
}

h1 {
    font-size: 170%;
    margin: 15px 0;
    padding-left: .2em;
    border-bottom: 1px solid black;
}

h2 {
    font-size: 155%;
    border-bottom: 1px solid #eee;
    margin: 10px 0 5px 0;
    padding: 2px 10px 1px 0;
}

h2 + h3 {
    margin-top: 5px; 
}

h3 {
    font-size: 130%;
    border-bottom: 1px dotted #eee;
    margin: 30px 0 0 0;
    padding: 2px 10px 1px 0;
}

h4 {
    font-size: 120%;
    border-bottom: 1px dotted #eee;
    margin-bottom: 5px;
    padding: 2px 10px 1px 0;
}

h5 {}

h6 {

}

strong {
    font-size: 90%;
}

p {
    line-height: 1.5em;
}
p.error {
    border: 1px solid #FD2322;
    padding: 1em;
    color: white;
    font-weight: bold;
    background-color: #E88282;
}

p.error a {
    color: black;
}

a {
    text-decoration: none;
    color: #CC0000;
    font-weight: bold;
}

hr {
	clear: both;
}

input[type=text],
input[type=password] {
    width: 160px;
    font-weight: bold;
}

label {
    display: block;
    margin: 1em 0 .2em 0;
}

textarea {
    width: 100%;
}

span.LV_validation_message {
    padding: 1em;
    font-size: 80%;
}

span.LV_validation_message.LV_invalid {
    color: red;
}

span.LV_validation_message.LV_valid {
    display: none;
}

.LV_invalid_field {
    border: 1px solid red;
}

img#ajaxLoader {
    position: absolute;
    z-index:10;
}

#movie {
    outline: none;
}

#skipMovie {
	display: block;
    position: absolute;
    z-index:10;
}

div#skipMovie ul li {
    display: inline-block;
    list-style: none;
    margin-right: 1em;
}

div#shade {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: black;
	top: 0;
	left: 0;	
}

div#popup {
	width: 900px;
	position: absolute;
	z-index: 10;
    background: url('images/content_middle_bg_1x10.jpg') repeat;
	border: 10px solid #535353;
	color: black;
	text-align: left;
}

div#popupContent {
	height: 500px;
	overflow: auto;
	background-color: white;
}

a#popupClose {
	display: block;
	text-align: right;
	padding: .5em;
	color: white;
	text-decoration: none;
}

div#popupContent {
	padding: 1em;
}

p.section {
    line-height: 1.2em;
}

div.split {
    float: left;
    width: 333px;
}

div.section {
	margin-bottom: 4em;
}

div.section h3 {
	border-bottom: 1px solid white;
	padding: .5em 0;
}

div.section ul {
	list-style-type: circle;
}

div.section li{
	padding-bottom: .3em;
}

div.group {
    margin-bottom: 2em;
}

div#header {
	background-color: black;
	height: 134px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

#flashHeader {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 0;
}

div#wrapper {
    width: 955px;
    margin: 0 auto;
    /*background-color: #000;*/
    background: url('images/content_middle_bg_1x10.jpg') repeat;
    /*background-color: grey;*/
    padding-bottom: 50px;
    position: relative;
}

div#content_wrapper {
    width: 955px;
    overflow: auto;
    /*background-color: #000*/;
    background: url('images/content_middle_bg_1x10.jpg') repeat;
    /*background-color: grey;*/
}

div#nav #flashNav {
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 0;
}

div#nav {
    position: relative;
    width: 215px;
    height: 535px;
    float: left;
}

div#content {
    width: 700px;
    padding: 0 10px 20px 10px;
    margin: 10px 0 0px 11px;
    position: relative;
    float: left;
    /*background: url('images/content_middle_bg_1x10.jpg') repeat;*/
    background-color: white;
    text-align: left;
    min-height: 550px;
    height: auto !important;
    height: 550px;
    color: black;
}

div#content img.imgHeader {
	margin-top: 10px;
}
/*
div#content div.header{
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/content_top_bg_1x10.jpg') repeat-x;
}
*/
div#links {
    text-align: right;
    position: absolute;
    top: 115px;
    right: 0;
    z-index: 5;
}

div#links ol {
    margin: 0;
    padding: 0;
}

div#links ol li {
    display: inline-block;
    padding: 0 .5em .5em 0;
    margin: 0;
}

div#links + div > h1 {
    margin-top: 10px;
}

div#realFooter {
    font-size: 55%;
    letter-spacing: .2em;
    text-align: center;
    background-color: transparent;
    color: black;
    clear: both;
    width: 700px;
    margin: 10px 0px 10px 226px;
    padding: 10px 10px 20px 10px;
}

div#realFooter p {
    padding: 0;
    margin:0;
}

div#realFooter a {
    text-decoration: none;
    color: white;
}

div#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 1em;
    text-align: center;
    background-color: black;
    font-weight: bold;
    font-size: 90%;
    color: white;
    height: 20px;
    font-style: italic;
}

div#footer p {
	margin: 0;
}

div#footer div.wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 955px;
    margin: 0 auto;
    z-index: 10;
    line-height: 20px;
}

div#race_car {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    padding-left: 400px;
    z-index: 11;
}

div#race_car img {
	margin-top: -4em;
}

div#scrollKeeper {
    position: absolute;
    top:0;
    left: 0;
    width: 10px;
}
/*************** Validation ********************************/

.invalid {
    background-color: #FFCCCC;    
}

span.errorMessage {
    color: red;
    padding: .5em;
    font-size: 80%;
    font-style: italic;
}

/*************** Tabs **************************************/
ul.tabbed {
	list-style: none;
	padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    text-align: left;
    border-bottom: 1px solid #BDBDBD;
    font-size: 90%;
}

ul.tabbed li {
    display: inline-block;
    width: 19%;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
}

ul.tabbed li a {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #BDBDBD;
    text-decoration: none;
}

ul.tabbed li a:hover {
    color: black;
}

ul.tabbed li a.activeTab {
    background-color: #BDBDBD;
    color: black;
}

div#support ul.tabbed li {
    width: auto;
}

div#support ul.tabbed li a {
    padding: 0 10px;
}

div.tabContent {
    background-color: white;
    padding: 3px;
}

div.tabContent > h1 {
    display: none;
}

/***************** Toggled Info *****************************/
div.toggledInfo {
    background: url(/css/images/faqs-tri.png) #E0E0E0 top left no-repeat;
    padding: 1.5em;
    font-size: 90%;
}

div.toggleInfo > p {
    margin: 5px 0 0 0;
}

div.toggleInfo > p > a {
    color: black;
}

/*************** Page Specific CSS *************************/

/*** Contact ***/
p.office {
    width: 232px;
    height: 75px;
    float: left;
}

/** Testimonial **/

body.aquis ul#testimonials li.unity,
body.aquis ul#testimonials li.team {
    display: none;
}

body.unity ul#testimonials li.aquis,
body.unity ul#testimonials li.team {
    display: none;
}

body.team ul#testimonials li.unity,
body.team ul#testimonials li.aquis {
    display: none;
}

ul#testimonials {
    list-style: none;
}

div.testimonial {
    overflow: hidden;
}

div.testimonial div.image {
    width: 50%;
    height: 150px;
    float: left;
}

div.testimonial div.quote {
    width: 50%;
    float: left;
    font-size: 80%;
}

div.testimonial div.quote p {
    text-align: center;
}

div.testimonial div.more {

    text-align: right;
}

/************************************************************
******************* Aquis ***********************************
************************************************************/

/** Products Tabs **/
div#products ul.tabbed li {
    width: 24%;
}

/*=============== Send A Page ==================*/
div#send_a_page div#response {
    padding: .3em;
    color: green;
    font-style: italic;
}


div#send_a_page div#response.error {
    color: white;
    background-color: red;
}

/*=============== Account Login ================*/
div#content.aquis div#account-login input[type=text],
div#content.aquis div#account-login input[type=password] {
    padding: .2em;
    margin: .2em;
}

div#content.aquis div#account-login table {
    width: 200px;
    margin: 0 auto;
}

div#content.aquis div#account-login table tr td {
    text-align: right;
}

div#content.aquis div#account-login table tr td input.button {
    font-size: 80%;
}

/*============= CMS Login ==================*/
div#content.aquis div#cms-login table tr td {
    text-align: right;
}

/*============= Services =======================*/

div#services ul#productList p {
    font-size: 100%;
}

/*============= Wiresless Messaging ============*/

blockquote {
	text-align: center;
	font-style: italic;
}

div.product {
	text-align: center;
}

div.product h1 {
	font-size: 100%;
	padding: .2em;
	margin: 0;
	border: none;
	text-align: center;
}

ul#productList {
	list-style: none;
	margin: 10px;
	padding: 0 0 20px 0;
	text-align: left;
}

ul#productList li {
	display: inline-block;
	width: 220px;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid black;
}

ul#productList li.large {
	width: 446px;
}

ul#productList li.xlarge {
	width: 673px;
}

ul#productList li.medium {
	width: 334px;
}

div.productImage {
	height: 150px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 220px;
}

ul#productList li.large div.productImage {
	width: 446px;
}

ul#productList li.xlarge div.productImage {
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
}

ul#productList li.medium div.productImage {
	width: 334px;
}

div.productDownload {
	padding: .2em;
}



div.productDescription p {
	padding: .5em;
	line-height: normal;
	margin: 0;
	font-size: 80%;
	height: 145px;
}

div.productDescription p.short {
    height: 95px;
}

ul#productList li.xlarge div.productDescription p {
	text-align: left;
	height: auto;
}


/***************************************************************
************************** TEAM ********************************
***************************************************************/

body.team a {
    color: #1399C0;
}

div#request-analysis form {
    width: 50%;
    margin: 0 auto;
}

div#request-analysis form input[type=text] {
    width: 100%;
}

div.matrix table,
div#matrix table {
    font-size: 90%;
}

div.matrix table td,
div#matrix table td {
    width: 300px;
    padding: .5em;
    vertical-align: top;
}

div.matrix table td.advantage,
div#matrix table td.advantage {
    width: 150px;
    background: transparent url('/css/images/team-check.png') no-repeat left center;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    padding-left: 18px;
}

/**************************************************************
************************** Unity ******************************
***************************************************************/

body.unity a {
    color: #438BCB;
}

body.unity div#services ul.tabbed li {
    width: 23%;
}
