@charset "UTF-8";

#logo {
	padding:10px 10px 10px 10px;
	height:105px;
	width:280px;
	border: 0;
}

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

h1 {
	font: 700 20px/22px 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;
}

.wrapper {
	width: 300px;
	height:auto;
	text-align: center;
	margin: 0 auto;
	margin-bottom:200px;
	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; 
	
}

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

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

/*  @end  */

/* @menu */

/* @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: 160px;
}
nav ul, li {
	position: relative;
	
}
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: 200px;
	width: 280px;
	margin: 0 10px 0 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
nav li {
	position: relative;
	margin-left: 10px;
	width:130px;
	border-bottom:#FFF solid 1px;
}
nav li a {
	display: block;
	line-height: 40px;
	padding: 2px 20px 0 40px;
	color: #FFFFFF;
	font: 20px;
	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: 40px;
	position: relative;
	border-radius: 10px 10px 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: 0;
	border-radius: 5px 5px 0 0;
	position: relative;
	top: 0;
	cursor: default;
}

/*dropdown menu styles*/
nav ul.submenu {
	margin:0 0 0 130px;
	background: #527099;
	opacity:0.8;
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	z-index:100;
	overflow: hidden;
}
nav ul.submenu li {
	float: none;
	margin: 0;
}
nav .topmenu li:hover ul {
	left: 0;
}
nav ul.submenu li a {
	padding: 10px 10px;
	font-size:14px;
	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: 20px;
	top: 0;
	border-radius: 0;
}
/*  @end  */

/*  @end  */

/* @index.html */

.homeImage {
	visibility:hidden;
	width:280px;
	height:20px;
	margin-right:10px;
	margin-left:10px;
	padding:0;
}

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

#home h1 {
	width:280px;
	padding: 20px 20px 10px 10px;
}

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

#myInfo {
	width: 260px;
	height: auto;
	margin: 10px 0 10px 10px;
}

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

#contactInfo {
	visibility:hidden;
	width: 400px;
	height: 40px;
	margin: 20px 0 20px 5px;
}

#portfolioTabs {
	width: 260px;
	min-height: 400px;
	height: auto;
	margin: 0 20px 0 20px;
}

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

#portfolioTabs p {
	width: 220px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

#portfolioTabs ul li {
	width:250px;
	font-size:14px;
}

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

#slidedeck_frame {
	visibility:hidden;
	display:none;
}  

#mobileSlidedeck {
	display: block;
	visibility:visible;
	width: 260px;
	min-width: 250px;
	min-height: 60px;
	font-size:12px;
	height: auto;
	margin: 0;
}

#mobileSlidedeck img {
	width:200px;
	height:220px;
}

#companyTabs {
	width: 100px;
	min-width: 200px;
	min-height: 200px;
	height: auto;
	margin-bottom: 20px;
}

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

.companyTabs p {
	width: 100px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}



/*  @end  */
/* @rgraphicdesign.html */
.pika-wrap {
	width: 240px; 
	margin: 0 auto;
}

.pika-image {
	position: relative; 
	height: 150px; 
	width: 240px; 
	background: #ffffff; 
	border: 1px solid #B5CDCD; 
	padding: 10px;
	margin-top:20px;
}

.pika-image img {
	width:220px;
	height:138px;
	border:0;
	padding:0 10px;
}

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

.jcarousel-skin-pika .jcarousel-container-horizontal { 
	padding: 40px  0 0 10px;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
	height: 62px; 
	width: 412px;
}

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

.jcarousel-skin-pika .jcarousel-item-placeholder {
	background: #fff; color: #000;
}
/*  @end  */
/* @web.html */

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

/* @resume.html */

#resume {
	width: 260px;
	min-width: 250px;
	min-height: 60px;
	font-size:12px;
	height: auto;
	margin: 0;
}

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

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

#resume span {
	float:right;
}

/*  @end  */


/* @footer */

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

.footerBar {
	width: 290px;
	height:20px;
	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;	
}

/*  @end  */
CSS Document */

