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


/* -- CSS RESET ----------------------------------------*/

*
{
	padding: 0;
	margin: 0;
}



/* -- Futura Font Family Setup ----------------------------------------*/

@font-face
{
  font-family: 'FuturaBook';
    src: url(../fonts/futura-webfont.eot);
    src: url(../fonts/futura-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/futura-webfont.woff) format('woff'),
         url(../fonts/futura-webfont.ttf) format('truetype'),
         url(../fonts/futura-webfont.svg#FuturaBook) format('svg');
    font-weight: normal;
	font-style: normal;
}

@font-face
{
  font-family: "FuturaItalic";
    src: url(../fonts/futuraitalic-webfont.eot);
    src: url(../fonts/futuraitalic-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/futuraitalic-webfont.woff) format('woff'),
         url(../fonts/futuraitalic-webfont.ttf) format('truetype'),
         url(../fonts/futuraitalic-webfont.svg#FuturaBook) format('svg');
    font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('futura_medium_bt-webfont.eot');
    src: url('futura_medium_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura_medium_bt-webfont.woff') format('woff'),
         url('futura_medium_bt-webfont.ttf') format('truetype'),
         url('futura_medium_bt-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "FuturaBold";
    src: url(../fonts/futurabold-webfont.eot);
    src: url(../fonts/futurabold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/futurabold-webfont.woff) format('woff'),
         url(../fonts/futurabold-webfont.ttf) format('truetype'),
         url(../fonts/futurabold-webfont.svg#FuturaBook) format('svg');
    font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "FuturaBoldItalic";
    src: url('fonts/futurabolditalic-webfont.eot');
    src: url('fonts/futurabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futurabolditalic-webfont.woff') format('woff'),
         url('fonts/futurabolditalic-webfont.ttf') format('truetype'),
         url('fonts/futurabolditalic-webfont.svg#FuturaHvBTHeavyItalic') format('svg');
}

.italicized
{
	font-family: "FuturaItalic", Helvetica, Arial, sans-serif;
}


/* -- General Structure and Layout Styles ----------------------------------------*/

html {
	min-height: 100%;
	font-size: 15px;
}

body
{
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;	
	background: #045197; /* Old browsers */
	background: -moz-linear-gradient(top,  #045197 0%, #a6bfd8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#045197), color-stop(100%,#a6bfd8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #045197 0%,#a6bfd8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #045197 0%,#a6bfd8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #045197 0%,#a6bfd8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #045197 0%,#a6bfd8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045197', endColorstr='#a6bfd8',GradientType=0 ); /* IE6-9 */
	overflow: visible;
}

a:link
{
	text-decoration: none;
	color: #4480C2;
}

a:visited
{
	text-decoration: none;
	color: #4480C2;
}

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

a:active
{
	text-decoration: none;
	font-weight: 500;
	color: #4480C2;
}

a img
{
	border: none;
}


/* -- General Text Styles ----------------------------------------------------*/

h1
{
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size: 28px;
	color: #357dc1;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2
{
	font-family: "FuturaItalic", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 100;
	font-style: normal;
	color: #fa8a02;
	margin: 0 0 2px 0;
	padding-bottom: 0;
}

h3
{
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #959595;
	margin-bottom: -1px;
	padding-bottom: 0;
}



/*----------------------------------------------------------------------------------------------------
HEADER STYLES */

#whiteStripe {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 61px;
	background-color: #fff;
}

header {
	position: relative;
	width: 768px;
	margin: 0 auto;
}

header a[title="home"] {
	display: inline;
	float: left;
	width: 200px;
	height: 51px;
	background-image: url(../images/SA-Logo-tablet.png);
	margin:3px 0 0 10px;
}

#logo
{
	display: none;
	z-index: 3;
	margin-left: 10%;
	width: 359px;
	height: 91px;
	max-width: 100%;
}
header nav {
	display: block;
	z-index: 11;
	width: 500px;
	height: 61px;
	overflow: hidden;
	padding-right: 25px;
}

header nav li {
	float: right;
	list-style: none;
}

.nav li a:hover {
	background-color: #ebebeb;
}

.nav li a {
	display: block;
	height: 23px;
	width: auto;
	padding: 19px 12px;
	text-decoration: none;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color:#333;
	background-color: #fff;
	text-align: center;	
}




/*----------------------------------------------------------------------------------------------------
BILLBOARD STYLES */

/*----------------------------------------------------------------------------------------------------
BILLBOARD STYLES */

#billboard {
	position: relative;
	top: 15px;
	max-width: 100%;
	height: 660px;
	display: block;
	margin: 0 auto -20px auto;
	z-index: 1;
	background-image: url(../images/Billboard-Background-mobile.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

#billboardImage {
	position: relative;
	display: block;
	top: 0;
	left: 10px;
	z-index: 12;
	width: 96%;
	overflow: hidden;
}	

/*----------------------------------------------------------------------------------------------------
EASYSLIDER STYLES */
	
#slider ul, #slider li

{ 
	margin: 0;
	padding: 0;
	list-style: none;
}	

#slider, #slider li
{ 
	z-index: 13;
	height: 387px;
	width: 768px;
	overflow: hidden;
}	

#slider
{ 
	position: relative;
	top: 1px;
	left: 21px;
	margin-top: 0px;
	margin-left: 0px;
}

#slider img
{
	border: 0;
}




/*----------------------------------------------------------------------------------------------------
HOMEPAGE GREY STRIPE STYLES */


#homeGreyStripe {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 25px 0;
	z-index: 15;
	background-color: #333;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter:alpha(opacity=85);
}

#greyStripe {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	z-index: 16;
	background-color: #333;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter:alpha(opacity=85);
}

#homeGreyStripe h1 {
	display: block;
	width: 740px;
	margin: 0 auto;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 3em;
	color: #fff;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#homeGreyStripe h2 {
	display: block;
	width: 740px;
	margin: 0 auto;
	font-family: "FuturaItalic", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 2.2em;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*----------------------------------------------------------------------------------------------------
MAIN CONTENT STYLES */

div.clear {
	clear: both;
}

#mainArea {
	position: absolute;
	display: block;
	top: 500px;
	width:100%;
	clear: both;
}

#mainBkgd {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 25px 0;
	z-index: 13;
	background-color: #fff;
}

#mainContent {
	width: 768px;
	margin: 0 auto 20px auto;
}

#mainContent h1 {
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
}

#mainContent p {
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
}
	
#col1
{
	float: left;
	width: 467px;
	padding-bottom: 75px;
	padding-left: 27px;
}

#col1 h1
{
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size: 2.6em;
	color: #357dc1;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#col1 p
{
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 3px;
}

#col1 li
{
	font-family: 'FuturaBook', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 21px;
	color: #333333;
	margin: 0 0 5px 15px;
	padding-top: 3px;
}


#col2
{
	position: relative;
	float: right;
	width: 210px;
	padding: 10px 20px 20px 20px;
	background-color: #f4f5f6;
	border: 1px solid #e8e8e8;
	margin-top: -9px;
}	

#col2 h1
{
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size: 2.6em;
	color: #357dc1;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#col2 p
{
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 3px;
}

#col2 a {
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
}


#contactButton {
	display: block;
	width: 146px;
	height: 56px;
	margin:10px 0 15px 0;
	background-image: url('../images/Contact-Me-Button-Sprite.png');
	background-position: 0 0;
}

#contactButton:hover {
	background-position: 0 56px;
}

#contactButton {
	border: none;
}

#submitButton {
	display: block;
	width: 146px;
	height: 56px;
	margin:10px 0;
	background-image: url('../images/Submit-Button-Sprite.png');
	background-position: 0 0;
	cursor: pointer;
}

#submitButton:hover {
	background-position: 0 56px;
}

#submitButton {
	border: none;
}

button {
	cursor: pointer;
}

/*----------------------------------------------------------------------------------------------------
HOMEPAGE-SPECIFIC CONTENT STYLES */

#homeRectArea {
	width: 728px;
	height: auto;
	padding: 0 20px;
	background-color: #fff;
}
	
.hrTop {
	margin: 0 0 20px 0;
	padding: 0 60px;
	display: block;
	color: #636363;
}

#mainContent p.callOut {
	font-size: 1.7em;
	line-height: 1.3em;
	font-family: 'FuturaItalic', Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #636363;
	margin-top :0;
	display: block;
	padding: 0 85px 0 80px;
	text-align: center;
}

.hrBottom {
	margin-top: 20px;
	padding: 0 60px;
	display: block;
}
		
#homeRectArea .contentRect {
	display: block;
	height: auto;
	width: 100%;
	float: left;
	text-align: left;
	padding: 0;
	background-color: #fff;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#homeRectArea #testimonialRect {
	margin-bottom: 75px;
	border: none;
}


#capabilities-img {
	width: 285px;
	height: 185px;
	margin: 0 auto 15px auto;
	background-image: url(../images/Capabilities-Icon-Sprite.jpg);
	background-position: 0 0;
}

#capabilities-img:hover {
	background-position: 0 185px;
}
	
#myWork-img {
	width: 285px;
	height: 185px;
	margin: 0 auto 15px auto;
	background-image: url(../images/My-Work-Icon-Sprite.jpg);
	background-position: 0 0;
}

#myWork-img:hover {
	background-position: 0 185px;
}

#testimonials-img {
	width: 285px;
	height: 185px;
	margin: 0 auto 15px auto;
	background-image: url(../images/Testimonials-Icon-Sprite.jpg);
	background-position: 0 0;
}

#testimonials-img:hover {
	background-position: 0 185px;
}


#mainContent .contentRect h2 {
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style: normal;
	font-size: 2.5em;
	text-align: center;
	color: #357dc1;
	margin: 0 auto;
	padding-bottom: 0;
}

#mainContent .contentRect p {
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	text-align: justify;
	padding-bottom: 20px;
}

#mainContent .contentRect a {
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	display: block;
	margin-top: 0.3em;
}

#mainContent .contentRect a[title="Capabilities"] {
	text-decoration: none;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	width: 200px;
	color:#fff;
	background-color: #357dc1;
	text-align: center;
	margin: 15px auto;
	padding: 9px;
	border: 1px solid #ccc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#mainContent .contentRect a[title="Capabilities"]:hover {
	background-color: #68b5fd;
}
	

#mainContent .contentRect a[title="Portfolio"] {
	text-decoration: none;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	width: 200px;
	color:#fff;
	background-color: #357dc1;
	text-align: center;
	margin: 15px auto;
	padding: 9px;
	border: 1px solid #ccc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

#mainContent .contentRect a[title="Portfolio"]:hover {
	background-color: #68b5fd;
}

#mainContent .contentRect a[title="Testimonials"] {
	position: relative;
	text-decoration: none;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	height: 100%;
	width: 200px;
	color:#fff;
	background-color: #357dc1;
	text-align: center;
	margin: 15px auto;
	padding: 9px;
	border: 1px solid #ccc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: auto;
}

#mainContent .contentRect a[title="Testimonials"]:hover {
	background-color: #68b5fd;
}

.anchorLink, .anchorLink:hover {
	text-decoration: none;
}

/*----------------------------------------------------------------------------------------------------
ABOUT ME PAGE STYLES */

#pageContent {
	text-align: left;
}

#col1 blockquote {
	font-family: 'FuturaItalic', Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding-left: 30px;
	margin-top: -5px;
}


#showTestimonials {
	display: block;
	color: #357dc1;
	text-decoration: none;
	font-family: 'FuturaBook', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: -20px 0 50px 0;
}

#hideTestimonials {
	display: block;
	color: #357dc1;
	text-decoration: none;
	font-family: 'FuturaBook', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: -20px 0 50px 0;
}


#showTestimonials:hover {
	text-decoration: underline;
}

#hideTestimonials:hover {
	text-decoration: underline;
}

#Testimonials {
	text-align: left;
}

#showSnapshot {
	display: block;
	color: #357dc1;
	text-decoration: none;
	font-family: 'FuturaBook', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 50px 0;
}

#hideSnapshot {
	display: block;
	color: #357dc1;
	text-decoration: none;
	font-family: 'FuturaBook', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 50px 0;
}


#showSnapshot:hover {
	text-decoration: underline;
}

#hideSnapshot:hover {
	text-decoration: underline;
}

#Snapshot {
	text-align: left;
}


/*----------------------------------------------------------------------------------------------------
PORTFOLIO STYLES */

div.boxgrid.captionfull img {
	width: 120px;
	height: 96px;
}


/*----------------------------------------------------------------------------------------------------
FOOTER STYLES */

footer {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	padding: 20px 0;
	text-align: center;
}

footer p {
	padding: 10px 10px 10px 10px;
	margin: 0;
	text-transform: uppercase;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #959595;
	display: block;
}

nav.footer li, ul {
	margin: 0 auto;
	padding: 0 1em;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	list-style: none;
	display: inline;
}

nav.footer li {
	border-right: 1px solid #333;
}

#contact {
	border-right: none;
}


nav.footer a {
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------------------------
FORM STYLES */


#form
{
	width: 590px;
	padding:0;
}


#form h1
{
	text-transform: uppercase;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: #357dc1;
	margin-bottom: 0;
	padding-bottom: 0;
}

#form p
{
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 0;
	padding-top: 3px;
}


.required {
	margin: -15px 0 20px 0;
	padding-left: 15px;
	font-size: 16px;
}


label {
	display: block; 
	margin: 20px 0 2px 0;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 21px;
	padding: 10px 0 0 8px;
	color: #357dc1;
}

#contactform ul {
	width: 580px; 
	overflow: hidden;
}

#contactform li:first-child {
	margin-top: -35px;
}


#contactform li {
	margin-left: 0;
	padding-left: 0;
	list-style: none; 
	padding-bottom: 20px;
}

#contactform li .fieldbox {
	float: left;
	height: 27px; 
}

#contactform li .fieldbox input {
	height: 30px; 
	padding: 5px;
	margin-left: 5px;
}

.input
{
	font-size: 18px;
	color: #555555;
	border: 3px solid #e5e5e5;
}


textarea#Message {
	width: 550px;
	height: 180px;
	border: 3px solid #e5e5e5;
	padding: 5px;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #555555;
	margin-bottom: -35px;
}







/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a red color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	padding-left: 5px;
	font-family: "FuturaBook", Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: inline;
	color: #CC3333;
	display: inline;
	color: #CC3333;
}

/*-----------------------------------------------------------------------------------------------------
LIGHTBOX STYLES */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
.thumb
{
	border: 1px solid #CCCCCC;
	margin: 0px 10px 5px 10px;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/*-----------------------------------------------------------------------------------------------------
SLIDING BOXES STYLES */
			.boxgrid{ 
				width: 120px; 
				height: 96px; 
				margin: 0 10px 10px 0; 
				float:left; 
				background:#161613; 
				border: solid 1px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid a{
					text-decoration: none;
				}
				#textover { 
					padding: 0 10px; 
					margin-top: 4px;
					color:#ffffff; 
					font-family: "FuturaBook", Helvetica, Arial, sans-serif;
					font-size: 12px;
					text-align: left;
				}
				.boxgrid h3{ 
					padding: 5px 10px 0 10px; 
					color:#ffffff; 
					font-weight:bold; 
					font-family: "FuturaBook", Helvetica, Arial, sans-serif;
					font-size: 16px;
					line-height: 19px;
					text-align: left;
				}
				
			.boxcaption{ 
				display: none;
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0;
 				}
				


