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

body {
	background-image:url(../images/motion_background.png);
	background-repeat:no-repeat;
	background-position:center -50px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
.clear {
	CLEAR: both; FONT-SIZE: 0px; VISIBILITY: hidden; LINE-HEIGHT: 0; HEIGHT: 0px;
}

a:link {
	color:#6699FF;
	text-decoration:none;
}
a:visited {
	color:#6699FF;
	text-decoration:none;
}
a:hover {
	color:#3366FF;
	text-decoration:none;
}
.master {
	position:relative;
	width:970px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}
#creativeCont {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:600px;
	overflow:hidden;
}
#creative {
	position:relative;
}
#leftGalleryGrad {
	position:absolute;
	z-index:200;
	top:45px;
	left:-25px;
	width:50px;
	height:506px;
}
#rightGalleryGrad {
	position:absolute;
	z-index:200;
	top:45px;
	right:-25px;
	width:50px;
	height:506px;
}

#homeFlash {
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	width:970px;
	height:600px;
}
.showPanel {
	position:absolute;
	z-index:200;
	top:0px;
	right:0px;
	width:700px;
	display:block;
	padding-top:100px;
}
.hidePanel {
	display:none;
}
.leftColumn {
	float:left;
	width:460px;
	color:#666666;
	font-size:11px;
	padding-right:40px;
	list-style-type: disc;
}
.leftColumn li {
	margin-bottom:8px;
}
.rightColumn {
	position:relative;
	top:-10px;
	float:left;
	width:188px;
}

/* About accordian styles */
.skillIcon {
	float:left;
	width:auto;
	margin-right:10px;
}
.skillText {
	float:left;
	width:auto;
	font-size:11px;
	padding-top:3px;
	margin-right:20px;
}

.skillBar {
	width:465px;
	padding:5px;
	padding-left:8px;
	font-size:10px;
	color:#FFFFFF;
	background-color:#4f75c6;
	background-image:url(../images/int_downArrow.png);
	background-repeat:no-repeat;
	background-position:450px top;
	margin-bottom:2px;
	cursor:pointer;
}
.skillBar:hover {
	width:465px;
	padding:5px;
	padding-left:8px;
	font-size:10px;
	color:#FFFFFF;
	background-color:#a3b6e1;
	margin-bottom:2px;
	cursor:pointer;
}
.skillContent {
	width:457px;
	display:block;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:8px;
	text-align:left;
}
.skillContentHide {
	display:none;
}
#skillSetContent li {
	margin-top:15px;
	margin-bottom:5px;
	margin-left:15px;
	list-style-type: square;
}
.listOrient {
	margin-right:15px;
	text-align:left;
	display:block;
}
.skillOrganize {
	width:50%;
	float:left;
}


/* Formatting */
.header {
	font-size:22px;
	display:block;
	color:#4f75c6;
	text-transform:uppercase;
	margin-bottom:15px;
}
.thumb {
	float:left;
	width:160px;
	margin-bottom:40px;
}
.thumb img {
	width:160px;
	height:80px;
	display:block;
	color:#375189;
	text-decoration:none;
	border:3px solid #FFFFFF;
	cursor:pointer;	
}
.thumb a:visited {
	width:160px;
	height:80px;
	display:block;
	color:#375189;
	text-decoration:none;
	border:3px solid #FFFFFF;	
}
.thumb img:hover {
	width:160px;
	height:80px;
	display:block;
	color:#375189;
	text-decoration:none;
	border:3px solid #6699FF;
	cursor:pointer;	
}
#left {
	margin-left:25px;
	margin-right:60px;
}

.viewerShow {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3100;
	width:100%;
	height:100%;
	text-align:center;
	overflow:scroll;
	overflow-y:auto;
	overflow-x:auto;
	vertical-align: middle;
}
#close {
	position:absolute;
	z-index:3200;
	top:0px;
	right:0px;
	font-size:18px;
	color:#4f75c6;
	width:100%;
	height:21px;
	cursor:pointer;
	text-align:right;
	background-image:url(../images/closeBtn_span.png);
	background-repeat:repeat-x;
}
.closeShow {
	display:block;
}
.closeHide {
	display:none;
}
#arrowLeft {
	position:relative;
	float:left;
	vertical-align:middle;
	margin-top:250px;
	margin-left:80px;
	width:50px;
	height:100px;
	background-image:url(../images/btn_leftArrow_def.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#arrowRight {
	position:relative;
	float:right;
	vertical-align:middle;
	margin-top:250px;
	margin-right:80px;
	width:50px;
	height:100px;
	background-image:url(../images/btn_rightArrow_def.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#arrowLeft:hover {
	position:relative;
	float:left;
	vertical-align:middle;
	margin-top:250px;
	margin-left:80px;
	width:50px;
	height:100px;
	background-image:url(../images/btn_leftArrow.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
#arrowRight:hover {
	position:relative;
	float:right;
	vertical-align:middle;
	margin-top:250px;
	margin-right:80px;
	width:50px;
	height:100px;
	background-image:url(../images/btn_rightArrow.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.viewerBGShow {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3000;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#FFFFFF;
	opacity:0.7;filter:alpha(opacity=70); 
}
.viewerHide {
	display:none;
}
.viewerBGHide {
	display:none;
}

