/* Primary Classes Start */
body {
	font-family: arial, Helvetica, verdana, sans-serif;
	font-size: 1.02em; /* initially set to percentage so that ems work without producing miniscule text in IE */
	line-height: 1.1em;
	text-align: center;
	color: #000000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
h1,h2,h3,h4 { margin: 0 0 0.2em 0; color: #0099D5; }
h1 { font-size: 1.8em; line-height: 1.1em; font-weight: normal; padding-bottom: 1em; }
h2 { font-size: 1.3em; color: #75BAA5; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
p { margin: 0 0 1.2em 0; }
a {
	text-decoration: underline;
	font-weight: normal;
	color: #0099D5;
	}
a:hover {
	color: #0000FF;
	}
form { margin: 0; padding: 0; }
strong { font-weight: bold; }
img { border: none; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: right; }
.push1 { margin-bottom: 1em; }
.push2 { margin-bottom: 2em; }
table, tr, th, td { margin: 0; padding: 0; border: none; font-size: 1em; }
table { border: 1px solid #ccc; }
th { font-size: 1.1em; }
th, td { padding: 0.2em; border: 1px solid #ccc; text-align: center; }
ul {
	margin-top: 0;
	padding-bottom: 1em;
	}
ul.inlinelist {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.inlinelist li {
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	}
/* Primary Classes End */

/* Global Site Classes Start */
#wrapper {
	width: 740px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: #fff url(../images/wrapper_bg.gif) 0 0 repeat-y;
	}
/* Header */
#header { 	/* hacked in ie5.css */ 
	width: 740px;
	height: 175px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/header_imagery/home.jpg) bottom left no-repeat;
	position: relative;
	background: #fff url(../images/header_imagery/home.jpg) bottom left no-repeat;
	border-bottom: 1px solid #fff;
	}
#header div.logo {
	float: left;
	padding-top: 9px;
	}
#header div.dvpstrapline {
	position: absolute;
	top: 172px;
	left: 21px;
	width: 740px;
	height: 33px;
	background: transparent url(../images/dynamic_video_production.gif) 0 0 no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	}
/* Nav */
#nav {
	width: 139px;	/* Hacked in ie5.css */
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	}
	/* tier one */
#nav ul {
	width: 137px;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #666;
	}
#nav ul li {
	display: block;
	width: 128px;
	margin: 0;
	padding: 0.3em 0 0 10px;
	background: transparent url(../images/blackarrow_right.gif) 0 0.8em no-repeat;
		/*background-color: #ccc;*/
	}
#nav ul li.selected {
	background: transparent url(../images/blackarrow_down.gif) 1px 0.8em no-repeat;
	}
#nav ul li a { /* hacked in ie5.css and ie6.css */
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	}
#nav ul li.selected a {
	color: #0099D5;
	}
	/* tier two */
#nav ul li ul {
	margin: 5px 0 0 0;
	padding: 0;
	width: 128px;
	border: none;
	}
#nav ul li ul li {
	width: 128px;
	margin: 0;
	padding: 0;
	background: none;
		/*background-color: #efefef;*/
	}
#nav ul li ul li.selected {
	margin-bottom: 3px;
	}
#nav ul li ul li a, #nav ul li.selected ul li a {
	color: #606A76;
	font-size: 1em;
	}
#nav ul li ul li a:hover, #nav ul li.selected ul li a:hover {
	color: #0099D5;
	}
#nav ul li ul li.selected a {
	display: block;
	width: 111px;
	background: #606A76 url(../images/white_arrow_ongrey.gif) 3px 0.5em no-repeat;
	color: #fff;
	padding: 3px 5px 3px 12px;
	}
	/* tier three */
#nav ul li ul li ul {
	margin: 0 0 0 0;
	padding: 0;
	width: 118px;
	}
#nav ul li ul li ul li {
	width: 118px;
	margin: 0;
	padding: 0 0 0 10px;
	background: #fff url(../images/grey_dash.gif) bottom left repeat-x;
	}
#nav ul li ul li.selected ul li a {
	display: block;
	background: #fff url(../images/grey_dash.gif) bottom left repeat-x;
	width: 113px;
	margin: 0;
	padding: 3px 5px 3px 0;
	font-weight: normal;
	color: #000;
	}
/* Content */
#content {	/* hacked in ie5.css */
	width: 420px;
	float: left;
	margin: 0;
	padding: 1.3em 20px 0 20px;
	}
/* Related Info */
#relinfo {	/* hacked in ie5.css */
	width: 128px;
	/* hack for mac IE5 start \*/
	width: 129px;
	/* hack for mac IE5 end */
	float: right;
	margin: 0;
	padding: 10px 0 0 11px;
	border-bottom: 1px solid #666;
	}
#relinfo h2.columnTitle {
	color: #0D1A23;
	padding-bottom: 6px;
	}
ul.relinfoLinks {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
	}
ul.relinfoLinks li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 0.3em;
	background: transparent url(../images/blackarrow_right.gif) 0 0.5em no-repeat;
	}
ul.relinfoLinks li a {
	font-weight: bold;
	color: #6BB39D;
	text-decoration: none;
	}
ul.relinfoLinks li a:hover { text-decoration: underline; }
/* footer */
#footer {
	clear: both;
	width: 740px;
	margin: 0;
	padding-top: 25px;
	background: #fff url(../images/header_gradient.gif) 0 10px no-repeat;
	}
/* Title Classes */
.grey { color: #606A76; }
/* See more link */
p.seemore {
	padding-left: 10px;
	padding-bottom: 10px;
	background: transparent url(../images/blackarrow_right.gif) 0 0.45em no-repeat;
	}
p.seemore a {
	font-weight: bold;
	color: #0099D5;
	text-decoration: none;
	}
p.seemore a:hover { color: #000; }
.access { display: none; }
ul.inline {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	font-size: 0.9em;
	overflow: hidden;
	_height: 1%;
	}
ul.inline li {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	background: transparent url(../images/inline_div.gif) 0 0.3em no-repeat;
	color: #606A76;
	}
ul.inline li.first { padding-left: 0; background: none; }
ul.inline li a { text-decoration: none; color: #606A76; }
ul.inline li a:hover { text-decoration: underline; }
ul.winquick {
	margin: 0 0 8px 0;
	padding: 0;
	height: 16px;
	list-style: none;
	}
ul.winquick li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	width: 26px;
	height: 16px;
	}
ul.winquick li a {
	display: block;
	font-size: 1px;
	text-indent: -9999px;
	text-decoration: none;
	}
ul.winquick li.wmf {
	background: transparent url(../images/windows_media_link_icon.gif) 0 0 no-repeat;
	}
ul.winquick li.qt {
	background: transparent url(../images/quicktime_link_icon.gif) 0 0 no-repeat;
	}
		}
ul.winquick li.fl {
	background: transparent url(../images/flash_icon.gif) 0 0 no-repeat;
	}
.hilite {
	font-weight: bold;
	color: #0099D5;
	}
.blockblue {
	background-color: #C8E3DB;
	padding: 1em 10px 0 10px;
	}
h2.greenblock, .folioItem h2 {
	background-color: #75BAA5;
	padding: 3px 5px;
	font-size: 1em;
	color: #fff;
	}
h2 a { font-weight: bold; }
/* Global Site Classes End */

/* Home Classes Start */
body#home #relinfo {
	border-bottom: none;
	}
#clientssaying {
	padding-right: 5px;
	}
#clientssaying h2 { color: #0D1A23; }
.sayingimage {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.clientquote p {
	color: #606A76;
	font-size: 0.9em;
	}
.source { color: #0D1A23; }
body#home div#content {
	padding-left: 0;
	padding-right: 0;
	width: 520px;
	}
#homeintro {
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #666;
	}
body#home #content h1 { color: #0D1011; padding-bottom: 12px; }
.green { color: #AACE6E; }
.benefits {
	width: 400px;
	padding: 5px 10px 10px 10px;
	background: #fff url(../images/home/benefits_bg.jpg) 0 0 repeat-y;
	}
.benefits h2 {
	color: #fff;
	font-size: 1.05em;
	}
.benefits ul {
	font-size: 1.1em;
	margin: 0 0 5px 10px;
	padding: 0 0 0 10px;
	}
.benefits p.seemore {
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 2px;
	background: transparent url(../images/blackarrow_right.gif) right center no-repeat;
	text-align: right;
	}
.benefits p.seemore a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
body#home #homenews {
	padding: 10px 20px;
	}
#homenews h2 {
	color: #0D1A23;
	padding-bottom: 10px;
	}
#homenews dl {
	margin: 0;
	padding: 0 0 10px 0;
	}
#homenews dl dt, #homenews dl dt a {
	color: #6BB39D;
	text-decoration: none;
	}
#homenews dl dd {
	margin: 0;
	padding: 0 0 5px 0;
	color: #0D1A23;
	}
#homenews dl dd a {
	color: #0099D5;
	text-decoration: none;
	}
#homenews dl dd a:hover {
	color: #000;
	}
body#home #relinfo h2 {
	color: #0D1A23;
	}
body#home #relinfo h2.greenblock {
	color: #fff;
	}
body#home #relinfo p.intropara {
	color: #0099D5;
	}
.portfolioitem img { display: block; padding-bottom: 5px; }
/* Home Classes End */

/* About Us Classes Start */
body#about #header { background: #fff url(../images/header_imagery/about.jpg) bottom left no-repeat; }

/* Our Services Classes Start */
body#services #header { background: #fff url(../images/header_imagery/services.jpg) bottom left no-repeat; }

/* Portfolio Classes Start */
body#portfolio #header { background: #fff url(../images/header_imagery/portfolio.jpg) bottom left no-repeat; }
.folioItem {
	clear: both;
	padding-bottom: 1em;
	}
.folioItemImage {
	float: right;
	padding-left: 10px;
	padding-bottom: 1em;
	}
.folioItemImage img { display: block; }
p.intropara { margin-top: 1em; }
.folioItem ul.winquick {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	height: auto;
	}
.folioItem ul.winquick li {
	float: none;
	margin: 0;
	padding: 0 0 5px 35px;
	width: auto;
	}
.folioItem ul.winquick li a {
	text-indent: 0;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	}
.folioItem ul.winquick li.wmf {
	background: transparent url(../images/windows_media_link_icon.gif) 0 0 no-repeat;
	}
.folioItem ul.winquick li.qt {
	background: transparent url(../images/quicktime_link_icon.gif) 0 0 no-repeat;
	}
/* Portfolio Classes End */

/* Links Classes Start */
body#links #header { background: #fff url(../images/header_imagery/links.jpg) bottom left no-repeat; }

/* Contact Classes Start */
body#contact #header { background: #fff url(../images/header_imagery/contact.jpg) bottom left no-repeat; }
