@charset "utf-8";
/* CSS Document */

/*Template Layout*/
body {
  background-color:#176eb3;
  margin:0px;
  padding:0px;
  color:#666666;
  font-family:"Trebuchet MS", Arial;
  font-size:13px;
  line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
  color:#1b76bd;
}
a:hover {
  color:#666666;
  text-decoration:none;
}
#wrapper {
  width:940px;
  margin:0px auto; /*centers your design on the page*/
  background-color:#FFFFFF;
  border-bottom:3px solid #c5c5c5;
  padding-bottom:10px;
}
#header {
  height:85px;
  width:889px;
  clear:both;
  margin:0px auto; /*centers your design on the page*/
}

/*MENU*/

#menucontainer {
  float:right;
  width: 505px; /*change this depending if your have more or less buttons*/
  height: 45px;
  text-align:left;
  font-size:14px;
  padding-top:23px;
  font-family:"Trebuchet MS", Arial;
}
#menucontainer ul {
  color:#666666;
  padding:0px;
  margin:0px;
}
#menucontainer ul li {
  list-style:none;
  display:block;
  float:left;
  margin:0px;
  padding:0px;
  border-left:1px solid #dedede;
}
/* menu a links */
#menucontainer ul li a {
  display:block;
  margin:0px 1px;
  padding:0px;
  padding-top:0px;
  padding-left:7px;
  float:left;
  text-transform:uppercase;
  color:#666666;

}
#menucontainer ul li a, #menucontainer ul li a:link, #menucontainer ul li a:visited {
  color:#666666;
  text-decoration:none;
}
#menucontainer ul li a:hover {
  color:#1b76bd;
}
#menucontainer ul li a.current {
  color:#1b76bd;
}
/* menu sub span bits */
#menucontainer ul li a span {
  color:#b6b6b6;
  text-decoration:none;
  font-size:10px;
  text-transform:uppercase;
  margin:0px;
  padding:0px 12px 0px 0px;
}
#menucontainer ul li a:hover span {
}
/*start banner*/
#banner {
  width:889px;
  height:241px;
  margin:0px auto 20px auto;
}
.slide_container {
  width:889px;
  height:207px;
}
.slide img {
  position: absolute;
}
.slide h1 {
  position: absolute;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
}
ul.slides {
  margin:0px;
  padding:0px;
  list-style:none;
}
li.slides {
  margin:0px;
  padding:0px;
  list-style:none;
}
ul.navigation {
  padding:0px;
  width:150px;
  float:right;
  margin:5px 10px 0 0;
  position:relative;
}
.navigation li {
  list-style:none;
  padding:0px;
  margin:0;
  float:left;
}
.navigation a, .navigation a:link, .navigation a:visited {
  padding: 0px;
  margin:0 5px 0 0;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  color:#909090 !important;
  display:block;
  background-color:#ffffff;
  border: 1px solid #ababab;
  width:19px;
  height:19px;
  float:left;
}
.navigation a:hover, .navigation a.selected {
  color:#1a77be !important;
}
#banner .menu {
  background:url(../images/banner_bottom.gif) no-repeat left top;
  width:889px;
  height:34px;
  color:#b3b3b3; /*color of dividers between the links*/
}
#banner a, #banner a:link, #banner a:visited {
  color:#666666;
  text-transform:uppercase;
  font-family:"Trebuchet MS", Arial;
  font-size:13px;
  text-decoration:none;
}
#banner a:hover {
  text-decoration:underline;
}
#banner .icon {
  float:left;
  margin:5px 0px 0px 5px;
}
ul.submenu {
  list-style:none;
  float:left;
  width:600px;
  margin:10px 0 0 10px;
  padding:0;
}
ul.submenu li{
  list-style:none;
  float:left;
  margin:0px;
  padding:0;
  height:15px;
  border-right:1px solid #CBAD82;
}
ul.submenu li.last{
  border-right:none;
}
ul.submenu li a{
  float:left;
  display:block;
  text-transform:uppercase;
  padding:0 7px;
  margin-top:-3px;
}
#footer {
  height:70px;
  width:940px;
  margin:0px auto;
  color:#999999;
  font-size:11px;
  padding-top:10px;
  font-family:"Trebuchet MS", Arial;
  clear:both;
}
#footer a, #footer a:link, #footer a:visited {
  color:#999999;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}
#footer .right {
  width:450px;
  float:right;
  text-align:right;
}
#footer .left {
  width:400px;
  float:left;
}
/*Main*/

#maincontent {
  width:889px;
  margin:0px auto;
}
#maincontent .left { /*main container that holds all the left side content*/
  width:615px;
  float:left;
}
#maincontent .right { /*main container that holds all the left side content*/
  width:234px;
  float:right;
  border-left:#e2e2e2 1px solid;
  padding-left:20px; /*pushes the border away from the content*/
}
/*general*/

hr.clear {
  clear:both;
  visibility:hidden;
  margin:0px;
  padding:0px;
}
h1 {
  font-size:18px;
  color:#1a77be;
  font-weight:normal;
  margin-top:0px;
}
h2 {
  color:#1a77be;
  font-size:18px;
  margin-top:0px;
  margin-bottom:5px;
  font-weight:normal;
}
h2 a, h2 a:link, h2 a:visited {
  color:#1a77be;
  text-decoration:none;
}
h2 a:hover {
  text-decoration:underline;
}
h3 {
  color:#878787;
  font-size:16px;
  font-weight:normal;
  letter-spacing:1px;
}
h4 {
  font-size:16px;
  color:#6db1fe;
  font-weight:normal;
  margin-top:0px;
}
.size11 {
  font-size:11px;
}
.image_border {
  margin:5px;
  border:4px solid #e2e2e2;
}
hr {
  border: 0;
  color: #e2e2e2;
  background-color: #e2e2e2;
  height: 1px;
  width: 100%;
  clear:both;
}
.size11 {
  font-size:11px;
}
.size13 {
  font-size:13px;
}
.size14 {
  font-size:14px;
}
.size16 {
  font-size:16px;
}
.size18 {
  font-size:18px;
}
/*news*/

.news_box_container {
  width:615px;
  margin-bottom:15px;
}
.news_box_container .image {
  float:left;
  width:130px;
  height:130px;
  margin:0px;
  border:4px solid #e2e2e2;
}
.news_box_container .text {
  float:right;
  width:460px;
  height:112px;
  padding:0px 0px;
  font-size:12px;
  line-height:17px;
}
.news_box_container .text p {
  padding:0px;
  margin:0px;
}
.news_box_container .stats {
  color:#999999;
  font-size:11px;
  border-top:1px dashed #e2e2e2;
  border-bottom:1px dashed #e2e2e2;
  float:right;
  width:460px;
}
/*right column*/

.side_box {
  border-bottom:2px solid #e2e2e2;
  padding-bottom:3px;
  margin-bottom:10px;
}
.side_box .title {
  width:220px;
  height:25px;
  background-color:#e2e2e2;
  padding:4px 7px 0px 7px;
  margin-bottom:7px;
  font-family:"Trebuchet MS", Arial;
  font-size:13px;
  color:#1a77be;
  text-transform:uppercase;
}
.about_me_thumb {
  width:74px;
  height:78px;
  float:left;
  margin:0 7px 0 0;
}
.about_me_text {
  width:148px;
  float:right;
  font-size:11px;
  color:#666666;
}
.tweet_text {
  font-size:11px;
  color:#666666;
}
.tweet_date {
  font-size:10px;
  color:#999999;
  border-bottom:dashed 1px #e2e2e2;
  margin-bottom:10px;
}

.twitter{
  float:right;
  margin:-4px -8px 0 0;
}

/* photo thumbs on the right */
ul.photo_thumb{
  list-style:none;
  padding:0;
  margin:0
}
ul.photo_thumb li{
  list-style:none;
  padding:4px 2px 0px 2px;
  margin:0;
  float:left;
}
ul.photo_thumb li img{
  margin:0;
  padding:0;
  display:block;
}
/* tags on the right */
ul.tags{
  list-style:none;
  margin:0;
  padding:0;
}
ul.tags li{
  float:left;
  margin:0;
  padding:3px;
  height:18px;
}
ul.tags li a, 
ul.tags li a:link, 
ul.tags li a:visited {
  color:#1871b6;
  text-decoration:none;
}
ul.tags li a:hover {
  text-decoration:underline;
}
/*About Page*/

.table {
  border-bottom:1px solid #e2e2e2;
}
.table td {
  padding:3px 8px;
  color:#666666;
  font-size:12px;
  height:28px;
}
th { /*top row of the table*/
  background-color:#1871b6;
  color:#FFFFFF;
  font-weight:bold;
  height:28px;
  text-align:center;
}
.row1 {
  background-color:#e2e2e2;
  
}
.row2 {
  background-color:#ededed;
  
}
ul.ticklist {
  padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
  list-style:none;
  background-image:url(../images/icon_tick.gif);
  background-position:left top;
  background-repeat:no-repeat;
  margin:0px 0px 10px 0px;
  padding:0px;
  padding-left:25px;
  font-size:11px;
  line-height:normal;
}
/*Portfolio*/

.portfolio_box {
  width:280px;
  height:280px;
  float:left;
  margin-bottom:30px;
}
.margin_right {  /*this is for the first 2 boxes in each row, if you add it to all of the boxes the spacing on the right makes only 2 per row fit*/
  margin-right:24px;
}
.portfolio_box .image {
  width:261px;
  height:173px;
  border:9px solid #e2e2e2;
  margin-bottom:5px;
}
.portfolio_box .title {
  font-family:"Trebuchet MS", Arial;
  font-size:13px;
  color:#1a77be;
}
.portfolio_box .description {
  font-size:12px;
  margin-bottom:5px;
}
.portfolio_box .date {
  font-size:10px;
  color:#999999;
  border-top:dashed 1px #e2e2e2;
  border-bottom:solid 2px #e2e2e2;
}
.bottom_bar {
  height:25px;
  clear:both;
  background-color:#e2e2e2;
  margin-bottom:10px;
  text-align:center;
  padding:10px 0 0 0;
}
.buttons {
  width:180px;
  float:right;
  margin-right:160px;
}
.view_all {
  width:110px;
  float:right;
  margin-right:100px;
  margin-top:-3px;
}
/*contact*/

.left_details {
  float:left;
  width:240px;
}
.map {
  width:357px;
  height:225px;
  float:right;
  border:4px solid #e2e2e2;
  margin-bottom:10px;
  color:#666666;
}
.contact_title {
  color:#666666;
  font-weight:bold;
  float:left;
  width:70px;
}
.contact_detail {
  float:left;
  width:100px;
  clear:right;
}
.forms {
  background-color:#ffffff !important;/*the important gets rid of the yellow google toolbar field style*/
  border:1px solid #e2e2e2 !important;
  margin:3px 0px;
  padding:4px;
  color:#666666 !important;
}



form {
  border-style:outset;
  border-width:3;
  width: 300px; /*this width keeps the form fields in line*/
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
form label{
  float:left;
  width:140px;
  margin-right:15px;
  clear:left;
  font-weight:bold;
  text-align:right;
  height:32px;
}

form input{
  clear:none;
  margin-left:10px;
}
form span.required {
  font-size:9px;
  font-style:italic;
  font-weight:400;
  line-height:60%;
  display:block;
}
p.submit{
  text-align:center;
}

#contact_us_form {
  border:0;
  width:550px; /*this width keeps the form fields in line*/
  padding: 0px;
}
#contact_us_form label.checkbox{
  float:right;
  width: 200px;
  clear: none;
  margin-left:0px;
  margin-right:15px;
  font-weight:bold;
  text-align:right;
  height:35px;
  position:relative;
  left:-35px;
}
#contact_us_form input {
  margin-right:40px;
  margin-bottom:6px;
  margin-left: 6px;
}
#contact_us_form select{
  margin-right:40px;
  margin-bottom:6px;
  margin-left: 6px;
  width: 193px;
}
#contact_us_form input.checkbox{
  margin-right:10px;
}
#contact_us_form textarea {
  width:383px;
  margin-right:0px;
  margin-bottom:6px;
  margin-left:6px;
}
#contact_us_form p.submit {
  margin-left:50px;
  text-align:left;
}
#contact_us_form .multiple_options_field_title {
  display:none;
}


#main_header            {position:absolute; height: 20px; width:100%; background-color:#000000;text-align:center;top:0;left:0;right:0;}
#main_header ul         {padding:0; margin:0;}
#main_header li         {position:relative; color:#999; list-style:none; display:inline-block; border-left:1px solid #999; margin-left:10px; padding-left:10px;*display: inline; height: 20px;}
#main_header li.first   {border:none;margin-left:0; padding-left:0}
#main_header li a       {position:relative; bottom: 2px;}
#main_header a:visited,
#main_header a:link     {text-decoration:none; color:#999;}
#main_header a:hover    {text-decoration:underline;}



.pointer { cursor: pointer }
.default { cursor: default }





/*Clear Fix*/
.clearfix:after       {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;} 
.clearfix             {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix      {height: 1%;}
/*Clear Fix*/

/* GENERAL */
a img       {border:none}

img.fltlt {float:left; margin-right:5px; margin-bottom:5px;}
img.fltrt {float:right; margin-left:5px; margin-bottom:5px;}

.trademark  {font-weight:bold;font-style:italic;font-family:Arial;}
.registered {font-size: 50%; text-decoration:none; padding-left:1px;}
/* GENERAL */


/* HEADER */
#header p {padding:0; margin:0;}
#header p.logo    {position:absolute; top:20px; left:40px;font-size:52px;line-height:60px;}
#header p.logo a  {color:#FFFFFF;text-decoration:none;}
#header p.tagline  { position:absolute; top:115px; left:450px; z-index:100; font-size: 20px;}

#menucontainer {
  float:right;
  width: auto; 
  height: 45px;
  text-align:left;
  font-size:18px;
  padding-top:51px;
  font-family:"Trebuchet MS", Arial;
}

#menucontainer ul li a, 
#menucontainer ul li a:link, 
#menucontainer ul li a:visited { color:#FFFFFF;}
#menucontainer ul li a:hover {text-decoration:underline;}

#menucontainer ul li a {
  display:block;
  margin:0px 1px;
  padding:0 9px 0 7px;
  float:left;
  text-transform:uppercase;
  color:#ffffff;
  width:auto; /* this makes each button even, change this number if your menu buttons are wider*/
}

ul.submenu           {margin:15px 0px 25px 0px; float:right; clear:both; width:auto;}
ul.submenu li        {border-left: 1px solid #fff; border-right:none;}

#banner a,
#banner a:link,
#banner a:visited              { color:#FFFFFF;}
/* HEADER */

/* BANNER */
#banner              {margin:0px auto 20px auto; height:38px;}

.slide_container {
  width:889px;
  height:7px;
}

ul.slides {margin:0px; padding:17px 0 0 0; list-style:none; }
/* BANNER */


/* CONTENT */
h1 .sub_title {font-size:14px; margin-left:30px;}
/* CONTENT */





ul.photos       {margin:0;padding:0;text-align:center;}
ul.photos li    {display:inline-block;list-style:none;}
ul.photos li img{width:295px}



ul.photo_thumb li    {padding:1px;}
ul.photo_thumb li img{width:75px;}










/*AlSentis Modifications*/

body             { background-color:#005B99; color:#FFFFFF;text-align: center}
#wrapper         { background-color:#005B99;text-align: left;position:relative;}
.side_box .title { background-color:#7280a1; color:#FFFFFF; width:220px;}
.side_box        { background-color:#d6ddf8; border-bottom:2px solid;}
.side_box p      { color:#1A1C41; text-align: left; padding-left: 7px; padding-right: 7px;}
.side_box li      { color:#1A1C41; padding-right: 7px;}
a,
a:link,                
a:visited        {color:#ccf}
a:hover          {color:#75A6C8}

/*Image hovering effects*/
a.body_image img         {border:3px outset #d6ddf8;}
a.body_image img:hover   {border:3px inset #d6ddf8;}

a.sidebar_image img         {border:2px outset #7280a1;}
a.sidebar_image img:hover   {border:2px inset #7280a1;}

a.sidebar_image2 img         {border:none; margin:2px;}
a.sidebar_image2 img:hover   {border:2px inset #7280a1; margin:0px;}



h1               { padding:5px; color:#FFFFFF; font-size: 24px;}
h2,h3,h4,h5,h2 a:link, h2 a:visited
                 { color:#FFFFFF;}
     

#logo img        { margin: 11px 0px 5px 0px;}

#footer              {font-size:10px;}
#footer .right       {width:350px;}
#footer .left        {width:550px; text-align:left;}
#footer p            {margin:0; font-size:12px;}


/*Dev Kits Image Hovering Animation based on http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery */
ul.thumb {
  float: left;
  list-style: none;
  margin: 0; padding: 5px;
  width: 183px;
}
ul.thumb li {
  margin: 0; padding: 3px;
  float: left;
  position: relative;  /* Set the absolute positioning base coordinate */
  width: 55px;
  height: 55px;
}
ul.thumb li img {
  width: 50px; /* Set the small thumbnail size */
  height: 50px; /* Set the small thumbnail size */
  -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
  border: 1px solid #97A2B9;
  padding: 2px;
  background: #7280A1;
  position: absolute;
  left: 0; top: 0;
}
ul.thumb li img.hover {
  background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
  border: none; /* Get rid of border on hover */
}


/*Hover Image Change*/
a.purchase {}
a.purchase img {}


/*Drop Down Menu*/

#menucontainer ul.sub_nav li {
        float: none;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        border-left:none;
}
ul li.parent {
  position: relative;
  z-index:101;
}
ul li.partent a:hover{
  text-decoration:underline;
}
#menucontainer ul.sub_nav {
  /* position: absolute; */
  margin-top: 30px;
  padding-left :0px;
  list-style: none;
  width: 100%;
  background-color: #3A4C79;
  display:none;
}
#menucontainer ul.sub_nav li a{
        padding-right: 0;
        float: none;
        text-transform:none;
        font-size:14px;
}
#menucontainer ul.sub_nav li a:hover{
        text-decoration:underline;
}
#menucontainer li.over ul.sub_nav {
  display: block; border-left:none;
}
/*End drop down*/

/*Image Switch on Hover*/
#a.purchase {
  display:block;
  width:140px;
  height:106px;
  background: url("/assets/4e8e01d6dabe9d0c51001afc/purchase_icon_switchfromto.jpg") left top no-repeat;
}
#a.purchase:hover img{
  position:absolute;
  left:-999em;
  top:-999em;
}
#a.purchase:hover {zoom:1;}
/*Image Switch End*/
.qttitle {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}