@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font: normal 14px/16px	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #66666;
	background: #B2CDCD url(../../images/main_bkgd.png) repeat-x scroll left top;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.25, rgb(0,154,155)), color-stop(0.65, rgb(178,205,205)));
	background:-moz-linear-gradient(center top, rgb(0,154,155) 25%, rgb(178,205,205) 65%);
	border:0;
	margin:0;
}

.wrapper {
	width: 1000px;
	height:auto;
	text-align: center;
	margin: 0 auto;
	margin-bottom:400px;
	border: 0;
	background-color:#FFF;
	-webkit-box-shadow:inset  2px 2px 5px #999, inset -2px -2px 3px #999, 2px 2px 5px #999;
	-moz-box-shadow: inset 2px 2px 5px #999, inset -2px -2px 3px #999, 2px 2px 5px #999;
	box-shadow: inset 2px 2px 5px #999, inset -2px -2px 3px #999, 2px 2px 5px #999; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	
}

p {
	font: normal 14px/16px Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px;
	text-align: left;
}

h1 {
	font: 700 22px/28px Helvetica, Verdana, Arial, sans-serif;
	color: #CC6600;
}

h2 {
	font: 700 20px/24px Helvetica, Verdana, Arial, sans-serif;
	text-align:left;
	color: #009999;
	padding: 0 0 0 10px;
}

h3 {
	font: bold 16px/16px Helvetica, Verdana, Arial, sans-serif;
	color: #009999;
	margin: 20px 0 0px;
}

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

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

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

a:active {
	color: #CC6600;
	text-decoration: none;
}

.dialog_link {
	text-decoration:none;
	width:100px;
	height:20px;
}

/* @header */

.header {
	clear: both;
	text-align: left;
	margin:0;
}

.logo {
	padding:10px 10px 10px 20px;
	height:120px;
	width:320px;
	border: 0;
	
}

/*  @end  */

/* @menu */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/*horizontal menu styles*/	
nav {
	height: 2.3em;
}
nav ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
nav ul  {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.25, rgb(39,157,159)), color-stop(0.65, rgb(77,115,152)));
	background:-moz-linear-gradient(center top, rgb(39,157,159) 25%, rgb(77,115,152) 65%);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	height: 40px;
	width: 980px;
	margin: 0 10px 0 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
nav li {
	position: relative;
	margin-right: 2em;
	margin-left: 1em;
}
nav li a {
	display: block;
	line-height: 2em;
	padding: 0 1em 0 2em;
	color: #FFFFFF;
	font: 16px;
	font-weight:bold;
	text-decoration: none;
	background: url(images/icon_sprites_25.png) no-repeat 2px 7px;
}
nav li a:hover, .topmenu li:hover > a {
	background: #527099 url(images/icon_sprites_25.png) no-repeat 2px 7px;
	color: #CC6600;
	opacity:0.8;
	height: 2em;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	border-radius: .3em .3em 0 0;
}
nav .current a, .current a:hover, .topmenu li.current:hover a {
	background: #527099 url(images/icon_sprites_25.png) no-repeat 2px 7px;
	opacity:0.8;
	color: #FFFFFF;
	padding-top: .3em;
	border-radius: .3em .3em 0 0;
	position: relative;
	top: -.3em;
	cursor: default;
}

/*dropdown menu styles*/
nav ul.submenu {
	float: none;
	background: #527099;
	opacity:0.8;
	width: auto;
	height: auto;
	position: absolute;
	top: 2em;
	left: -9000em;
	z-index:100;
	max-height: 0;
	-moz-transition:max-height 0.5s ease-in-out;
	-webkit-transition:max-height 0.5s ease-in-out;
	-o-transition:max-height 0.5s ease-in-out;
	transition:max-height 0.5s ease-in-out;
	overflow: hidden;
}
nav ul.submenu li {
	float: none;
	margin: 0;
}
nav .topmenu li:hover ul {
	left: 0;
	max-height: 10em;
}
nav ul.submenu li a {
	border-bottom: 1px solid white;
	padding: .2em 1em;
	white-space: nowrap;
	color: #FFFFFF;
	background: #527099;
	opacity:0.8;
}
nav ul.submenu li:last-child a {
	border-bottom: none;
}
nav ul.submenu li a:hover {
	background: #527099;
	opacity:0.8;
	height: 2em;
	padding-top: .2em;
	top: 0;
	border-radius: 0;
}
/*  @end  */
/* @main */

.main {
	display: block;
	margin-left:10px;
	text-align:left;
}

.singleColumn {
	width: 920px;
	height: auto;
	float: left;
	margin: 40px;
	vertical-align:top;
}

/* @index.html */

#home h1 {
	width:440px;
	padding: 10px 0 0 0px;
}

#home h3 {
	font: 700 20px/24px Helvetica, Verdana, Arial, sans-serif;
	text-align:left;
	color: #009999;
	width:460px;
	float: right;
	color: #006699;
	margin: 0 0 20px 0;
}

#myInfo {
	width: 460px;
	height: auto;
	float: left;
	margin: 0 0 20px 20px;
}

#myInfo p {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin:10px;
}

#contactInfo {
	width: 460px;
	height: auto;
	float: left;
	margin: 0 0 20px 20px;
}

#portfolioTabs {
	width: 440px;
	min-height: 400px;
	height: auto;
	float: right;
	margin: 0 20px 80px 0;
}

#portfolioTabs img {
	padding: 20px 30px 0px 0px;
	float: left;
	border: 0;
}

#portfolioTabs p {
	width: 380px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

/*  @end  */
/* @company.html */

#slidedeck_frame {
    width: 840px;
    height: 400px;
	display: block;
	visibility:visible;
	z-index:4;
}  

.skin-slidedeck dl.slidedeck > dt {
    position: relative;
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Neucha', Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	background: url('images/spines.png') top left #E2EBEB;
	color: #009999;
    margin: 0;
    padding: 0;
}


#mobileSlidedeck {
	visibility:hidden;
	display:none;
	z-index:2;
}

#companyTabs {
	min-width: 400px;
	width: 600px;
	min-height: 200px;
	height: auto;
	float: right;
	margin-bottom: 20px;
}

.companyTabs img {
	width:300px;
	height:330px; 
	padding: 20px 30px 0px 0px;
	float: left;
	border: 0;
}

.companyTabs p {
	width: 600px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

#resume {
	min-width: 600px;
	width: 880px;
	min-height: 60px;
	height: auto;
	margin: 0;
}

/*  @end  */
/* @rgraphicdesign.html */

.pika-wrap {
	width: 650px; 
	margin: 0 auto;
}

.pika-image {
	position: relative; 
	height: 500px; 
	width: 850px; 
	background: #ffffff; 
	border: 1px solid #B5CDCD; 
	padding: 10px;
}

.pika-image img {
	width:800px;
	height:500px;
	border:0;
	padding:0 25px;
}

.pika-thumbs li {
	float: left; 
	list-style-type: none; 
	width: 100px; 
	padding: 5px;  
	background: #fafafa; 
	border: 1px solid #B5CDCD; 
	cursor: pointer;
}
.pika-thumbs li .clip {
	position:relative;
	width: 100px; 
	height: 100px;
	text-align: center; 
	vertical-align: center; 
	overflow: hidden;
}

.pika-imgnav a.previous {
	background: url(images/prev.png) no-repeat left 50%;
	height: 100px; 
	width: 24px; 
	top: 200px; 
	left: 0;
	cursor:pointer;
}

.pika-imgnav a.next {
	background: url(images/next.png) no-repeat right 50%; 
	height: 100px; 
	width: 24px; 
	top: 200px; 
	right: 0;
	cursor:pointer;
}

.jcarousel-skin-pika .jcarousel-container-horizontal { 
	padding: 60px 130px;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
	height: 112px; 
	width: 612px;
}

.jcarousel-skin-pika .jcarousel-item-horizontal { 
	margin-right: 10px;
}

.jcarousel-skin-pika .jcarousel-item-placeholder {
	background: #fff; color: #000;
}

/*  @end  */
/* @resume.html */

#resume {
	width: 880px;
	min-width: 600px;
	min-height: 60px;
	height: auto;
	margin: 0;
}

#resume ul {
	margin-bottom: 6px;
}

#resume ul li {
	list-style-image:url(/images/bullet01.png);
	margin-left: 10px;
	margin-bottom: 2px;
}

#resume span {
	float:right;
}

/*  @end  */

/* @web.html */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#DAE6E6 solid 1px;
	width:900px;
	height:500px;
}
/*  @end  */
/* @styles */

address {
	font-style: normal;
	padding: 2px 20px;
}

address.location {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #58a4aa;
}

address.tel {
	padding: 10px 20px;
}

sup {
	font-size: 75%;
	vertical-align: top;
}

sub {
	font-size: 75%;
	vertical-align: bottom;
}

.hidden {
	display: none;
	visibility: hidden;
	overflow: hidden;
}

cite, blockquote {
	font-size: 14px;
	line-height: 16px;
	display: block;
	padding: 10px 40px 10px 0;
}

cite.normalQuote {
	font-size: 14px;
	vertical-align: bottom;
	padding-top: 10px;
}

cite.normalQuote img.bigQuote {
	margin: 0;
	padding: 0 10px 0 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	float: left;;
}

cite.normalQuoteAuthor {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #CC6600;
	text-align: right;
}

.quoteAuthorAffiliation {
	font-size: 12px;
	font-weight: normal;
	color: #878787;
	font-style: italic;
}

.finePrint {
	font-size: 10px;
	letter-spacing: 0.125em;
}


.hidden {
	display: none;
	visibility: hidden;
	overflow: hidden;
}

.transparent {
	color: transparent !important;
	visibility: hidden;
}

.nobr	{ 
	white-space:nowrap; 
}

/*  @end  */
/* @dialog */

.dialogButton {
	font-size: 12px;
	font-style: normal !important;
	text-decoration: none;
	position: relative;
	padding: 0.400em 1.000em;
}

.dialogButton .ui-corner-all {
	padding: 0.400em 1.000em 0.400em 20px;
	text-decoration: none;
	position: relative;
	background: #ffffff !important;
}

.dialogButton .ui-corner-all span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: 0.200em;
	top: 50%;
	margin-top: -8px;
}

/*  @end  */
/* @form dialogs*/

#dialog-form {
	font-size: 12px;
	line-height: 16px;
}

fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}

label, input, textarea, select {
	font-size: 12px;
	line-height: 14px;
	display: block;
}

label {
	font-weight: 700;
	color: #52A938;
}

input.text, textarea.text {
	margin-bottom: 12px;
	width: 95%;
	padding: 0.400em;
}

textarea, select {
	position: relative;
	top: 0.200em;
}

select {
	width: 200px !important;
	height: 60px !important;
}

.validateTips {
	font-size: 12px;
	line-height: 14px;
	border: 1px solid transparent;
	padding:0px;
}

.ui-dialog .ui-state-error {
	padding:10px;
}

.ui-button-text {
	font-size: 12px !important;
	line-height: 12px !important;
}

/* @end */
/* @Cycle Gallery */

.homeImage {
	width:980px;
	height:350px;
	margin-right:10px;
	margin-left:10px;
	padding:0;
}

#slideShow {
	width:980px;
	height:350px;
	position:relative;
	padding:0;
	margin:0;
	z-index:20;
}

#slideShow IMG{
	left:0; opacity:0.0; 
	position:absolute; 
	top:0; 
	z-index:28;
}

#slideShow IMG.active{
	opacity:1.0; 
	z-index:30;
}

#slideShow IMG.last-active{
	z-index:29;

}      

/*  @end  */
/* @footer */

.footer {
	width: 996px;
	font-size: 12px;
	line-height: 10px;
	clear: both;
}

.footerBar {
	width: 990px;
	height:40px;
	margin:0 5px 0 5px;
	clear: both;
}

.copyright {
	font-size: 11px;
	line-height: 20px;
	margin-top: 20px;
	margin-left: 20px;
	color: #878787;
	text-align: center;
	clear: both;
}

hr {
	padding: 0;	
}
/*icon styles*/
nav li a.home {
	background-position: 2px 7px;
	color:#FFF;
}
nav li a.home:hover, .topmenu li:hover > a.home {
	background-position: 2px 7px;
}
nav .current a.home, .current a:hover.home, .topmenu li.current:hover a.home {
	background-position: 2px -68px;
}
nav li a.products {
	background-position: 2px -146px;
	color:#FFF;
}
nav li a.products:hover, .topmenu li:hover > a.products {
	background-position: 2px -141px;
}
nav .current a.products, .current a:hover.products, .topmenu li.current:hover a.products {
	background-position: 2px -226px;
}
nav li a.portfolio {
	background-position: 2px -296px;
	color:#FFF;
}
nav li a.portfolio:hover, .topmenu li:hover > a.portfolio {
	background-position: 2px -291px;
}
nav .current a.portfolio, .current a:hover.portfolio, .topmenu li.current:hover a.portfolio {
	background-position: 2px -371px;
}
nav li a.about {
	background-position: 2px -447px;
	color:#FFF;
}
nav li a.about:hover, .topmenu li:hover > a.about {
	background-position: 2px -442px;
}
.current a.about, .current a:hover.about, .topmenu li.current:hover a.about {
	background-position: 2px -522px;
}
nav li a.contact {
	background-position: 2px -596px;
	color:#FFF;
}
nav li a.contact:hover, .topmenu li:hover > a.contact {
	background-position: 2px -591px;
}
nav .current a.contact, .current a:hover.contact, .topmenu li.current:hover a.contact {
	background-position: 2px -670px;
}
/*  @end  */
CSS Document */

