/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-width:980px; }

body { margin: 0; font-size: 13px; line-height: 18px;  }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

p {
	padding-top:9px;
	padding-bottom:9px;	
	font-family:sans-serif;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

.contentWidth {
	width:960px;
	margin:0 auto;
	clear:bothl	
}


/* =============================================================================
   Links
   ========================================================================== */

a { color: #cc3333; text-shadow:none; text-decoration:none; }
a:visited { color: #cc3333; }
a:hover { color: #a80000; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-family:HelvCABold, Helvetica, Arial, sans-serif }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



@font-face {
	font-family: 'HelvCA';
	src: url('fonts/HelvCA.eot');
	src: local('☺'), url('fonts/HelvCA.woff') format('woff'), url('fonts/HelvCA.ttf') format('truetype'), url('fonts/HelvCA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'HelvCABold';
	src: url('fonts/HelvCABold.eot');
	src: local('☺'), url('fonts/HelvCABold.woff') format('woff'), url('fonts/HelvCABold.ttf') format('truetype'), url('fonts/HelvCABold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelvCABlack';
	src: url('fonts/HelvCABlack.eot');
	src: local('☺'), url('fonts/HelvCABlack.woff') format('woff'), url('fonts/HelvCABlack.ttf') format('truetype'), url('fonts/HelvCABlack.svg') format('svg');
	font-weight:bolder;
	font-style: normal;
}


@font-face {
	font-family: 'HelvCALight';
	src: url('fonts/HelvCALight.eot');
	src: local('☺'), url('fonts/HelvCALight.woff') format('woff'), url('fonts/HelvCALight.ttf') format('truetype'), url('fonts/HelvCALight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Caviar';
	src: url('fonts/caviardreams-webfont.eot');
	src: local('☺'), url('fonts/caviardreams-webfont.woff') format('woff'), url('fonts/caviardreams-webfont.ttf') format('truetype'), url('fonts/caviardreams-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaviarBold';
	src: url('fonts/caviardreams_bold-webfont.eot');
	src: local('☺'), url('fonts/caviardreams_bold-webfont.woff') format('woff'), url('fonts/caviardreams_bold-webfont.ttf') format('truetype'), url('fonts/caviardreams_bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0; padding: 9px 0 9px 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
li {
	margin-left:20px;	
	line-height:18px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

h2 {
	font-family:"HelvCABlack", sans-serif;
	font-size:18px;
	color:#cc3333;
	line-height:36px;
		text-shadow:#FFF 1px 1px 0px;
}














/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



















#container {
	width:100%;	
}



/* ==|== header styles =====================================================
   Author: 
   ========================================================================== */
#header {
	width:100%;
	height:70px;
	background:#111;	
}

.slice {
	background:url(../img/headerSlice.png) no-repeat;
	width:1005px;
	height:700px;
	position:absolute;
	z-index:99;
	margin-left:-430px;
}

.slice img {
position:absolute; right:400px; top:10px; z-index:99;	
}

.navEl:hover {
}

.navEl {
	float:right;
	height:47px;
	max-height:47px;
	padding:23px 20px 0px 20px;
	z-index:101;
	position:relative;
}

a .navEl{
	font-family:"CaviarBold", HelvCALight, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:20px;	
}

a:hover .navEl {
	color: #cc3333; /* for firefox 3.6+ */ 
}

#subNav {
	width:100%;
	height:50px;
	position:absolute;
	border-top:#FF3333 1px solid;
	border-bottom:#FF3333 1px solid;
	background:#a80000;
	z-index:98;
	display:none;
}

#subNavLinks {
	z-index:101;
	position:absolute;
	display:none;
		width:100%;

}

.subNavContainer {
	width:960px;
	margin:0 auto;	
}

.subEl {
	float:right;
	height:47px;
	max-height:47px;
	padding:17px 14px 0px 14px;
	color:#FFF;
	font-family:sans-serif, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;	
}

a .subEl{
	position:relative;
	z-index:120;
}

a:hover .subEl {
	color: #ffaaaa;
}






/* ==|== footer styles =====================================================
   Author: 
   ========================================================================== */
#footer {
	width:100%;
	height:200px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#111;
	position:relative;
	clear:both;
		line-height:18px;
		border-top:#54b1d5 1px solid;
}

.footerSegment {
	float:left;
	width:285px;
	height:170px;
	margin-top:15px;
	padding:0px 25px 0px 25px;
	border-right:#CCC 1px dotted;	
	color:#EEE;
}

.footerSegment .title {
	font-family:"HelvCABlack", sans-serif;
	font-size:19px;
	color:#FFF;
	line-height:36px;
	text-shadow:#000 1px 1px 1px;
}

.footerSegment table {
}


.footerSegment td {
	height:18px;
	width:145px;
	text-transform:lowercase;	
}

.footEl:hover {
}

.footEl {
	
}

a .footEl{
	font-family:"CaviarBold", HelvCALight, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a:hover .footEl {
	color: #cc3333; /* for firefox 3.6+ */ 
}


.footerButton {
	height:27px;
		-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border:#FFF 1px solid;
	background:#FFF;
	color:#000;
	
	margin-top:9px;
	
		font-family: sans-serif;
		font-weight:bold;
		letter-spacing:-1px;
		
		padding:0px 15px 0px 15px;
		
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #FFFFFF,  #CCCCCC); /* for firefox 3.6+ */ }

.footerButton:hover {
	color:#a80000;
}

.socialFooter {
	float:right;
	margin-top:35px;
}

.socialIcon {
width:30px;
height:30px;
margin-left:5px;	
}

.socialIcon:hover {
	background-color:#a80000;	
}


/* ==|== home page styles =====================================================
   Author:  CA
   ========================================================================== */
   
.homeSlider {
	height:300px;
	width:100%;
	background:url(../img/slide3BG.png);
	border-top:#54b1d5 1px solid;	
	border-bottom:#CCC 1px solid;	
}

/*
	Slideshow
*/

#slides {
	margin:0 auto;
	top:15px;
	left:4px;
	z-index:97;
	float:right;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:960px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide W
	Set to display block
*/

.slides_container a {
	width:960px;
	height:300px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:relative;
	float:right;
	margin-top:-15px;
	width:30px;
	height:26px;
	display:block;
	z-index:101;
	background:url(../img/sliderBtns.png);
}

#slides .next {
	background:url(../img/sliderBtns.png) -30px 0px no-repeat;
}

.pagination {
	display:none;
}

#coreText {
	border-bottom:#CCC 1px solid;
}

.sliderBtn {
position:absolute;
z-index:1000;
border:0;
margin-top:200px;
margin-left:470px;

-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
background:#CCCCCC;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#CCCCCC'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #EEEEEE,  #CCCCCC); /* for firefox 3.6+ */

font-family:"HelvCABlack", Arial;
	color:#a80000;
	font-size:24px;
	text-shadow:#FFFFFF 0px 0px 2px;
	text-transform:uppercase;
	
	padding:5px 15px 5px 15px;
}

.sliderBtn b{
	font-family:"Arial Black", Arial;
}

.sliderLink {
	position:absolute;
z-index:1000;
border:0;

font-family:"HelvCABlack", Arial;
	color:#ffffff;
	text-shadow:#333 0px 0px 5px;
}

#sliderLinkPort {
margin-top:220px;
margin-left:470px;
	font-size:26px;
	
}

#sliderLinkMob {
margin-top:245px;
margin-left:110px;
display:none;	
text-transform:uppercase;
font-size:55px;
}

.sliderLink b{
	font-family:"Arial Black", Arial;
}

#sliderLinkPort:hover {
		color:#fffc00;
}

#sliderLinkMob:hover {
		color:#EEE;
}

.sliderLink:visited {
		color:#FFF;
}

/* ==|== sidebar page styles =====================================================
   Author:  CA
   ========================================================================== */
   


.sideBar {
	float:right;
	width:320px;
	color:#444;
	font-size:12px;
	text-shadow:#FFF 1px 1px 1px;
	font-family:"HelvCA", "Helvetica Neue Light", Helvetica, Arial;
	z-index:0;
	position:relative;
}

.sideBar .title {
	font-family:"HelvCABlack", sans-serif;
	font-size:19px;
	color:#cc3333;
	line-height:36px;
		text-shadow:#FFF 1px 1px 0px;
}

.sideBar .sideBarPic {
	float:right;
}

.sideBar .contentBlock {
	padding-bottom:18px;
	border-bottom:#CCC 1px solid;
	margin-bottom:17px;
}

.sideBar .contentBlock .textBlock {
	width:185px;
}

.sideBar .contentBlock button {
	background:#cc3333;
	height:36px;
	padding:0px 10px 0px 10px;
	border:none;
	font-family:"HelvCABlack", Arial;
	color:#FFFFFF;
	font-size:18px;
	text-shadow:#a80000 0px 0px 2px;
	letter-spacing:0px;
	margin-top:9px;
	margin-bottom:9px;
	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3333', endColorstr='#a80000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#cc3333), to(#a80000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #cc3333,  #a80000); /* for firefox 3.6+ */ 
}


.sideBar .contentBlock button:hover {
	background:#278ab7;
		text-shadow:#278ab7 0px 0px 2px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b1d5', endColorstr='#278ab7'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#54b1d5), to(#278ab7)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #54b1d5,  #278ab7); /* for firefox 3.6+ */ 
}


.sideBar .contentBlock button b{
	font-family:"Arial Black", Arial;
}

.sideBar .contentBlock .buttonRight {
	float:right;
}



/* ==|== main page styles =====================================================
   Author:  CA
   ========================================================================== */
   
   .pageHeader {
		float:right;
		width:100%;
		margin-top:150px;
		
		background:rgba(0,0,0,0.5);
height:50px;   }
   
   .pageHeader h1 {
		color:#FFF;
		text-align:right;
		margin-top:15px;
		font-size:32px; 
	font-family:Sans-serif;
	font-weight:bold;
	font-style:oblique;
	text-shadow:#000 1px 1px 0px;
   }



.mainContent {
	width:600px;
	line-height:18px;
	color:#444;
	text-shadow:#FFF 1px 1px 1px;
	font-family:"HelvCA", "Helvetica Neue Light", Helvetica, Arial;
	position:relative;
	z-index:100;
}

 .title {
	font-family:"HelvCABlack", sans-serif;
	font-size:24px;
	color:#333;
	line-height:36px;
}

.mainContent .subTitle {
	font-family:"HelvCABlack", sans-serif;
	font-size:21px;
	color:#333;
	line-height:36px;
}



.mainContent .contentBlock {
	padding-bottom:18px;
}

.mainContent .halfContent {
	width:290px;	
	float:left;
	padding-top:17px;
}


/* ==|== services page styles =====================================================
   Author:  CA
   ========================================================================== */



.servicesStrap {
	height:200px;
	width:100%;
	background-color:#FFF;
	background:url(../img/sliderBG.png);
	border-top:#AAA 1px solid;	
	border-bottom:#CCC 1px solid;	
	background-position:0 50px;
}

.servicesTable {
	width:100%;
	text-align:center;	
	margin-top:20px;
		z-index:1000;
	position:relative;

}

.servicesTable td{
padding-bottom:20px;}

.servicesTable img{
	width:170px;
	height:180px;
	text-align:center;	
}

.servicesTable .iconTitle {
font-family:"HelvCABlack", sans-serif;
	font-size:19px;
	color:#cc3333;
	line-height:36px;
		text-shadow:#FFF 1px 1px 0px;
		margin-top:-10px;
}


.sideBarSmall {
	float:right;
	width:200px;
	color:#444;
	font-size:12px;
	text-shadow:#FFF 1px 1px 1px;
	font-family:"HelvCA", "Helvetica Neue Light", Helvetica, Arial;
	z-index:0;
	position:relative;
}

.mainContentLarge {
	width:720px;
	line-height:18px;
	color:#444;
	text-shadow:#FFF 1px 1px 1px;
	font-family:sans-serif;
	position:relative;
	z-index:100;
	font-size:12px;
}

.mainContentLarge li {
	padding:0px 0px 9px 0px;	
}

.mainContentLarge .halfContent{
	width:360px;
	float:left;
}

.sideBarSmall .title {
	font-family:"HelvCABlack", sans-serif;
	font-size:19px;
	color:#cc3333;
	line-height:36px;
		text-shadow:#FFF 1px 1px 0px;
}

a .servicesNav {
	color:#888;	
	border-left:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:9px 30px 9px;
	background:url(../img/arrowSub.png) no-repeat 0px 12px;
}

a .servicesNav:hover {
	border-left:#FFF 1px solid;
	background:url(../img/arrowSubThis.gif) no-repeat 0px 12px;
}

a .servicesNavThis {
	color:#888;	
	border-bottom:#CCC 1px solid;
	padding:10px 30px;
border-left:#FFF 1px solid;
	background:url(../img/arrowSubThis.gif) no-repeat 0px 12px;}



/* ==|== portfolio page styles =====================================================
   Author:  CA
   ========================================================================== */




.portfolioTable {
	width:100%;
	text-align:center;	
	margin-top:20px;
		z-index:1000;
	position:relative;

}

.portfolioTable tr{
//height:360px;
}

.portfolioTable .left{
		width:290px;
	padding:0px 30px 0px 0px;
}

.portfolioTable .centre{
		width:300px;
	padding:0px 10px 0px 10px;
}

.portfolioTable .right{
		width:290px;
	padding:0px 0px 0px 30px;
}

.portfolioTable img{
	width:290px;
	height:170px;
	text-align:center;	
	border:#000000 1px solid;
	margin-bottom:20px;
}

.portfolioTable td{
	color:#000000;
	text-align:left;
}

.portfolioTable td .portfolioTitle {
	font-family:"HelvCABlack", sans-serif;
	font-size:19px;
	color:#cc3333;
	line-height:36px;
		text-shadow:#FFF 1px 1px 0px;
		margin-top:-10px;
}

.portfolioDesc {
	font-size:12px;
	color:#333;	
}

.portfolioLink {
	text-align:right; font-weight:bold; margin-top:9px; margin-bottom:40px;
}

.portfolioLink b{
	font-family:"Arial Black", Arial;
}




/* ==|== pricing page styles =====================================================
   Author:  CA
   ========================================================================== */

.price {
	float:right;	
	font-family:"HelvCABlack", sans-serif;
	font-size:18px;
	color:#333;
	line-height:24px;
}

.halfContentPricing {
width:280px;	
	float:left;
	padding-bottom:24px;
	border-bottom:#CCC thin solid;
	}
	
	.halfContentPricing ul	 {
	margin-top:-10px;
}

.pricingServices {
	margin-top:9px;
	border:#CCC	1px solid;
	width:100%;
}

.pricingServices td{
			border-bottom:#CCC	1px solid;
			height:16px;
			padding:10px;
font-family:HelvCABold, Helvetica, sans-serif;
}

#striped {
	background:#F6F6F6;

}

.helpButton {
	height:20px;
	width:20px;
		float:right;
		cursor:pointer;
}

.helpBox {
	width:200px;
	position:absolute;
	z-index:1000;
	background:#FFF;	
	font-size:11px;
	padding:10px;
	border:#999 1px solid;
	margin-top:-155px;
	display:none;
	color:#111;
	right:-10px;
	font-family:sans-serif;
}

/* ==|== contact page styles =====================================================
   Author:  CA
   ========================================================================== */

.formBlock {
	margin-bottom:40px;	
}

.formBlock textarea{
		    resize: none;
			width:370px;
			height:200px;
}

.formBlock button {
		background:#cc3333;
	height:36px;
	padding:0px 10px 0px 10px;
	border:none;
	font-family:"HelvCABlack", Arial;
	color:#FFFFFF;
	font-size:18px;
	text-shadow:#a80000 0px 0px 2px;
	letter-spacing:0px;
	margin:9px 10px 40px 0px;
	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3333', endColorstr='#a80000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#cc3333), to(#a80000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #cc3333,  #a80000); /* for firefox 3.6+ */ 
float:right;
}

.formBlock button:hover {
	background:#278ab7;
		text-shadow:#278ab7 0px 0px 2px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b1d5', endColorstr='#278ab7'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#54b1d5), to(#278ab7)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #54b1d5,  #278ab7); /* for firefox 3.6+ */ 
}


#row {
	width:580px;	
	height:20px;
	margin-bottom:10px;
}

#cell {
	float:left;
	width:200px;
	margin-top:8px;
}

#cell b{
	color:#cc3333;
}

#mapviewer iframe{
	border:#CCC 1px solid;	
}

#highlightBlock {
	background:url(../img/highlightBlock.png);
	width:300px;
	height:120px;
	padding:10px 10px 10px 10px;
	margin-bottom:27px;	
}

#highlightBlock .title {
	line-height:24px;
		font-size:20px;

}

#highlightBlock .important {
	font-family:"HelvCABlack", sans-serif;
	font-size:20px;
	color:#333;
	line-height:24px;
}

.packageHelp {
	width:200px;
	position:absolute;
	z-index:1000;
	background:#EEE;	
	font-size:9px;
	padding:10px;
	border:#999 1px solid;
	margin-top:-115px;
	margin-left:155px;
	display:none;
	color:#000000;
}

#address {
	position:absolute;
	background:#FFF;
	padding:5px;	
	width:125px;
	font-size:10px;
	margin-left:200px;
	margin-top:235px;
	border:#AAA 1px solid;
}

.exampDrop {
	font-size:12px;	
}
.fieldError {
	border:1px solid #ac3e3e;
}

.alignright {
	float:right;
	margin:0px 0px 10px 10px;	
}

.post {
	padding-bottom:20px;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:20px;	
}

.singleNav button {
	float:right;
		background:#cc3333;
	height:36px;
	padding:0px 10px 0px 10px;
	border:none;
	font-family:"HelvCABlack", Arial;
	color:#FFFFFF;
	font-size:18px;
	text-shadow:#a80000 0px 0px 2px;
	letter-spacing:0px;
	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3333', endColorstr='#a80000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#cc3333), to(#a80000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #cc3333,  #a80000); /* for firefox 3.6+ */ 
float:right;
}

.singleNav button:hover {
	background:#278ab7;
		text-shadow:#278ab7 0px 0px 2px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54b1d5', endColorstr='#278ab7'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#54b1d5), to(#278ab7)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #54b1d5,  #278ab7); /* for firefox 3.6+ */ 
}
.fieldSP {
	disply:none;
	visibility:hidden;
}