body
{
   background-color: white;
   background-image: url(../images/bg_grad.png);
   background-repeat: repeat-x;
   background-position: center top;
   background-attachment: scroll;
   text-align: center;
   margin: 0;
   padding: 0;
}

.greyBody
{
   background-color: white;
   background-image: url(../images/tradeshows/grey.jpg);
   background-repeat: repeat;
   background-position: center top;
   background-attachment: scroll;
   text-align: center;
   margin: 0;
   padding: 0;
}

#GlobalWrapper
{
   position: relative;
   width: 800px;
   height: auto;
   background-color: transparent;
   margin: 0px auto;
   text-align: left;
   padding: 0;
   border-right-width: 1px;
   border-left-width: 1px;
   border-right-style: solid;
   border-left-style: solid;
   border-right-color: #CCCCCC;
   border-left-color: #CCCCCC;
}


/*shadows*/
.shadow_right, .shadow_left
{
   position: absolute;
   top: 0px;
   width: 9px;
   height: 400px;
}

.shadow_right
{
   right: -9px;
   background: url("../images/shadows/bg_grad_ds_right.png");
}

.shadow_left
{
   left: -9px;
   background-image: url("../images/shadows/bg_grad_ds_left.png");
}

.shadow_right_grey, .shadow_left_grey
{
   position: absolute;
   top: 0px;
   width: 9px;
   height: 100%;
}

.shadow_right_grey
{
   right: -9px;
   background: url("../images/shadows/border_grey_right.png");
   background-repeat: repeat-y;
}

.shadow_left_grey
{
   left: -9px;
   background-image: url("../images/shadows/border_grey_left.png");
   background-repeat: repeat-y;
}



#header
{
   width: 800px;
   height: 154px;
   background-color: transparent;
}

ul
{
   padding: 0;
   margin: 0;
   list-style-type: none;
   list-style-position: default;
   
}

#navcontainer
{
   height: 20px;
   width: 800px;
   background-color: #FFFFFF;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
   padding-top: 0;
   padding-right: 0;
   padding-bottom: 5px;
   padding-left: 0;
}

.fullpagecontent p {
   margin: 0px;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 0px;
   padding-left: 5px;
}
.fullpagecontent h1 {
   margin: 0px;
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   text-align: center;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #999999;
}


#navcontainer ul
{
   border: 0;
   margin: 0 auto;
   padding: 0 0 0 4px;
   list-style-type: none;
   text-align: center;
}

#navcontainer ul li
{
   display: block;
   float: left;
   text-align: center;
   padding: 0;
   margin: 0 auto;
}

#navcontainer ul li a
{
   width: 110px;
   height: 18px;
   padding: 0;
   margin: 0;
   color: #F8F5F5;
   text-decoration: none;
   display: block;
   text-align: center;
   background-color: #4C80F1;
   background-image: url(../images/navGradBg.png);
   background-repeat: repeat-x;
   background-attachment: scroll;
   border-color: #7F7F7F;
   border-width: 1px;
   border-style: solid none solid solid;
   background-position: center top;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
   font-size: 10px;
   line-height: 18px;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
}

#navBlue
{
   height: 20px;
   width: 800px;
   background-color: #FFFFFF;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 0;
   margin-left: auto;
   padding-top: 0;
   padding-right: 0;
   padding-bottom: 5px;
   padding-left: 0;
}

#navBlue ul
{
   border: 0;
   margin: 0 auto;
   padding: 0 0 0 4px;
   list-style-type: none;
   text-align: center;
}

#navBlue ul li
{
   display: block;
   float: left;
   text-align: center;
   padding: 0;
   margin: 0 auto;
}

#navBlue ul li a
{
   width: 110px;
   height: 18px;
   padding: 0;
   margin: 0;
   color: #F8F5F5;
   text-decoration: none;
   display: block;
   text-align: center;
   background-color: #4C80F1;
   background-image: url(../images/navGradBgHoverBlue.png);
   background-repeat: repeat-x;
   background-attachment: scroll;
   border-color: #7F7F7F;
   border-width: 1px;
   border-style: solid none solid solid;
   background-position: center top;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
   font-size: 10px;
   line-height: 18px;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
}

#navcontainer ul li a:hover
{
   color: #000000;
   background-color: #4C80F1;
   background-image: url(../images/navGradBgHoverBlue.png);
}

#navBlue ul li a:hover
{
   color: #000000;
   background-color: #F5961C;
   background-image: url(../images/navGrad.png);
}

#navcontainer li#active a
{
   color: #000000;
   font-weight: bold;
   background-color: #4C80F1;
   background-image: url(../images/navGradBgHoverBlue.png);
   background-repeat: repeat-x;
   border-color: #7F7F7F;
   border-width: 1px 0 1px 1px;
   border-style: solid;
   font-weight: bold;
}

#navcontainer li#active_end a
{
   color: #000000;
   background-color: #4C80F1;
   background-image: url(../images/navGradBgHoverBlue.png);
   background-repeat: repeat-x;
   border-width: 1px;
   border-style: solid;
   border-color: #7F7F7F;
   font-weight: bold;
}

#navcontainer li#end a
{
   border-width: 1px;
   border-style: solid;
   border-color: #7F7F7F;
}


#headshot
{
   float: left;
   width: 283px;
   height: auto;
   margin-top: 0px;
   margin-bottom: 10px;
   background-color: #FFFFFF;
   padding-right: 10px;
}

#headshot p.test1
{
   color: #C63A31;
   font-size: 0.95em;
   border-color: black;
   border-width: 1px 0 0 0;
   border-style: solid;
   padding-top: 5px;
   margin: 15px 5px 0 0;
   text-align: left;
   font-variant: normal;
   font-weight: 900;
}

#headshot p.test2
{
   color: #E44339;
   font-size: 0.75em;
   border-color: black;
   border-width: 0 0 1px 0;
   border-style: solid;
   padding-bottom: 20px;
   font-style: italic;
   font-weight: bold;
}

 #clients
 {
   float: left;
   padding: 0;
   width: 276px;
   height: auto;
   border-width: 4px 0px 4px 0px;
   border-style: solid;
   border-color: #B5271C;
   background-color: #000000;
   background-image: url(../images/ClientsBG.png);
   background-repeat: no-repeat;
   background-attachment: scroll;
   margin-top: 3;
   margin-right: 0;
   margin-bottom: 0;
   margin-left: 3px;
 }

/*Sat clients*/
#clients ul
{
   margin: 3px;
   list-style-image: url(../images/BlueDot.jpg);
   list-style-position: inside;
}

#clients ul li
{
   background: none;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
   color: #F6F0F0;
   font-size: 0.85em;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   padding: 0;
   margin: 3px 0 3px 0;
   text-align: center;
}


#marqueecontainer 
{
   position: relative;
   width: 276px; /*marquee width */
   height: 350px; /*marquee height */
   overflow: hidden;
}

#content_area2
{
   float: none;
   height: auto;
   margin: 0;
   padding: 0;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
   color: black;
   font-size: 10pt;
   background-color: #FFFFFF;
}


#content_area
{
   float: left;
   width: 507px;
   height: auto;
   margin: 0;
   padding: 0;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
   color: black;
   font-size: 10pt;
   background-color: #FFFFFF;
}

#content_area .bld_itl
{
   color: #E6AE12;
   font-size: 0.75em;
   font-style: italic;
   font-weight: bold;
}

#content_area hr
{
   border-color: #6D93CD;
   border-width: 0 0 1px 0;
   border-style: solid;
   padding: 2px 0 2px 0;
   margin: 20px;
}

#content_area  a.img_links:hover .img_gallery
{
   border-color: #F0D51A;
   border-width: 1px;
   border-style: solid;
}

#content_area  a .img_gallery
{
   border-color: #333E60;
   border-width: 1px;
   border-style: solid;
}

#np_box
{
   width: 340px;
   height: 40px;
   background-color: #BC000C;
   border-color: #CED9A8;
   border-width: 1px;
   border-style: solid;
   padding: 5px;
}

#np_box h5
{
   color: #FFFFFF;
   font-size: 1.1em;
   margin: 0;
}


#np_box p
{
   color: #FFFFFF;
   font-size: 0.85em;
   margin: 0;
}

#np_box a
{
   color: #5F92F4;
   font-size: 0.85em;
   margin: 0;
   font-weight: bold;
}

#sitemap ul
{
   list-style-type: disc;
   list-style-position: inside;
}

#sitemap ul.inner
{
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 5%;
}


#sitemap ul li
{

   margin: 3px;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a { float: none; }

/* End IE5-Mac hack */
#header a:hover { color: #333; }

/*Fonts*/
span.lgBldTxt
{
   color: black;
   font-size: 12pt;
   font-weight: bold;
}

h2
{
   color: black;
   text-align: left;
   font-size: 1.5em;
}

h3
{
   color: black;
   text-align: left;
   font-size: 1.2em;
}

h4
{
   color: red;
   font-size: 0.85em;
}

h5
{
   color: #344A70;
   text-align: left;
   font-size: 1.1em;
   margin: 5px;
}
.wht
{
   color: #FFFFFF;
   font-size: 0.65em;
}

.yellow
{
   color: #FFB83A;
   font-weight: bold;
}

.org
{
   color: #F8B847;
   font-size: 0.50em;
   font-weight: bold;
}

.bld
{
   font-weight: bold;
}

/*Image stuff*/
.img_left { float: left; }

.img_left_pad
{
   float: left;
   padding: 0 5px 3px 0;
}

.img_rt_pad
{
   float: right;
   padding: 0 0 3px 5px;
}

.img_rt
{
   float: right;
   padding: 0 0 0 3px;
}

img { border: 0px; }

#clients .img_tb
{
   border-color: black;
   border-width: 4px;
   border-style: double;
   margin: 8px 0 0 0;
}

.img_ss
{
   border-color: black;
   border-width: 1px;
   border-style: solid;
}

.saying_box
{
   width: auto;
   height: auto;
   padding: 3px;
   margin: 10px 0 0px 0;
   background-color: #FFFFFF;
   float: right;
}

/*footer*/
#footer
{
   width: 800px;
   height: auto;
   background-color: #B92620;
   clear: both;
   color: #C5C69D;
   font-size: 8pt;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   vertical-align: middle;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
   border-color: black;
   border-width: 2px 0 2px 0;
   border-style: solid;
   margin-top: 5px;
   margin-right: auto;
   margin-bottom: 5px;
   margin-left: auto;
   padding-top: 5px;
   padding-right: 0;
   padding-bottom: 0;
   padding-left: 0;
}

#footer_blue
{
   width: 800px;
   height: auto;
   background-color: #5E75D2;
   clear: both;
   color: #C5C69D;
   font-size: 8pt;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   vertical-align: middle;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
   border-color: black;
   border-width: 2px 0 2px 0;
   border-style: solid;
   margin-top: 5px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
   padding-top: 5px;
   padding-right: 0;
   padding-bottom: 0;
   padding-left: 0;
}

/*Links*/
a:link
{
   color: #4D6EA4;
   text-decoration: none;
}

a:visited
{
   color: #4D6EA4;
   text-decoration: none;
}

a:hover
{
   color: #933;
   text-decoration: underline;
}

a.footer
{
   text-decoration: underline;
   color: #C5C69D;
}



/*Contact Page*/
.red, .error_list { color: #F00; }

.sub_but
{
   border-color: #DCDCDC;
   border-width: 1px;
   border-style: solid;
   background-color: #ADD0E9;
   cursor: pointer;
}

.rnd
{
   width: 298px;
   font-size: 10pt;
   padding: 3px;
   background-color: #CFE2F1 ;
   font-weight: bold;
   font-family:Tahoma;
   color: #000000 ;
   border-color: #DCDCDC;
   border-width: 1px;
   border-style: solid;
}

.rnd_sel
{
   width: auto;
   font-size: 10pt;
   padding: 3px;
   background-color: #CFE2F1;
   font-weight: bold;
   color: #000000;
   border-color: #DCDCDC;
   border-width: 1px;
   border-style: solid;
}

.contact_li
{
   margin: 8px 0 8px 0;
   list-style-type: none;
   list-style-position: outside;
}

/*corp page*/
#content_area .corp_ul
{
   list-style-position: outside;
   font-size: 1.0em;
   font-weight: normal;
   list-style-image: url(../images/li_type.png);
}

#content_area .corp_li { margin: 8px 0 8px 30px; }

#upper_container
{
   width: 505px;
   height: auto;
   background-color: #FFFFFF;
   float: left;
   padding-bottom: 10px;
   font-size: 0.75em;
}

#top_left_vid
{
   width: 225px;
   height: auto;
   background-color: transparent;
   float: left;
   padding: 3px;
}

#top_rt_vid
{
   width: 225px;
   height: auto;
   background-color: transparent;
   float: right;
   padding: 3px;
}

#mid_container
{
   width: 500px;
   height: auto;
   background-color: #EFEFEF;
   padding-bottom: 10px;
   float: left;
   font-size: 0.75em;
}

#mid_left_vid
{
   width: 225px;
   height: auto;
   background-color: transparent;
   float: left;
   padding: 3px;
}

#mid_rt_vid
{
   width: 225px;
   height: auto;
   background-color: transparent;
   float: right;
   padding: 3px;
}

#bot_container
{
   width: 500px;
   height: auto;
   background-color: #FFFFFF;
   padding-bottom: 5px;
   float: left;
   font-size: 0.75em;
}

#bot_left_vid
{
   width: 225px;
   height: auto;
   background-color: transparent;
   float: left;
   padding: 3px;
}

#bot_rt_vid
{
   width: 225px;
   height: auto;
   background-color: transparent;
   float: right;
   padding: 3px;
}

#movie_screen
{
   margin: 15px auto;
   text-align: center;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
}

#movie_screen p
{
   font-size: 0.85em;
   font-weight: bold;
}

#upper_container ul
{
   text-align: left;
   margin: 0 0 0 150px;
}

#upper_container ul li
{
   padding: 0 5px 0 0;
   list-style-type: none;
   list-style-position: none;
   margin: 5px 0 5px 0;
}

#mid_container ul
{
   text-align: left;
   margin: 0 0 0 150px;
}

#mid_container ul li
{
   padding: 0 5px 0 0;
   list-style-type: none;
   list-style-position: none;
   margin: 5px 0 5px 0;
}

#bot_container ul
{
   text-align: left;
   margin: 0 0 0 150px;
}

#bot_container ul li
{
   padding: 0 5px 0 0;
   list-style-type: none;
   list-style-position: none;
   margin: 5px 0 5px 0;
}

#content_area #rt_box
{
   width: 135px;
   height: auto;
   display: block;
   padding: 5px;
   margin: 5px;
   border-color: #474747;
   border-width: 1px;
   border-style: solid;
   float: right;
   background-image: url(../images/rt_box_bg.png);
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: center top;
   
}

#content_area #rt_box ul
{
   list-style-type: circle;
   margin: 5px 5px 5px 20px;
   line-height: 20px;
   font-size: 0.75em;
   
}

#rt_box a
{
   color: #123C8C;
   font-weight: bold;
}
.sidenav li {
   border-color: #7F7F7F;
   border-width: 1px;
   border-style: solid none solid solid;
   font-family: "Lucida Grande", Arial, lucida, sans-serif;
   font-size: 10px;
   line-height: 18px;
   font-style: normal;
   font-variant: normal;
   font-weight: bold;
   width: 276px;
   padding: 0px;
   text-align: center;
   height: 18px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 2px;
}
.sidenav  li a {
   display:block;
   background-color: #993333;
   color: #FFFFFF;
   padding:1px;
   background-image: url(../images/navGradBg.png);
   background-position:center top;
}
.sidenav ul {
   padding: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 5px;
   margin-left: 2px;
   display: block;
}
.sidenav   li  a:hover {
   background-color: #4C80F1;
   background-image: url(../images/navGradBgHoverBlue.png);
   background-repeat: repeat-x;
   border-color: #7F7F7F;
   background-position:center top;
   font-decoration: none;
   color: #000000;
}
.fullpagecontent {
   text-align: left;
   display: block;
   margin: 0px;
   padding: 0px;
   height: auto;
   width: auto;
   background-color: #FFFFFF;
}
.fullpagecontent .photos {
   background-color: #006599;
}

