@charset "utf-8";
html { height:100%; }
body {
background: #000 url(time.png);
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	margin:0px; padding:0px;
}
p{ 
	
	margin:15px 0 15px 0;
	padding:0;
}
img { 
	border:0;
	margin:0; padding:0;
}
H2 {
	font-weight:normal;
	font-size:18px;
	color:#acacac;
	text-decoration:none;
	margin:10px 0;
}
H2.top-desc {
	font-size:8px;
}
H2 a:link, H2 a:active, H2 a:visited {
	color:#6f258a;
}
H3 { font-weight:normal; font-size:16px; color:#acacac; margin:10px 0 0; }
H3 a:link, H3 a:active, H3 a:visited {
	color:#6f258a;
	text-decoration:none;
}
H3.menu { font-weight:normal; font-size:12px; line-height:25px; color:#000; padding:0; margin:0; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.m0 { margin:0; }

.important {
	color:#FF3333;
	font-size:16px;
	font-weight:bold;
	}

.title { display:none; }

#wrapper {
	width:850px;
	margin:40px auto 0;
}

#top_content {
	position: absolute; 
	top: 0px; 
	left: -3980px; 
	width:590; 
	z-index: -1;
}

#nav-bar { border:1px solid #3c3c3c; height:54px; }
#navigation {
	list-style:none;
	white-space:nowrap;
	margin:0; padding:0;
}
#navigation li {
	display:inline;
	margin:0; padding:0;
}

#flash {
	border:1px solid #3c3c3c;
	border-top-width:0px;
	
	min-height:200px;
}

#content{
	background:#fff url('images/content-top.gif') 0 0 no-repeat;
	min-height:237px;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
}

.three-box {
	float:left;
	width:240px;
	padding:25px 0 5px 30px;
}

.three-box p { margin:0; padding:3px; }

.two-left{
	float:left;
	width:580px;
	padding:25px 0 25px 30px;
}
.two-left p { padding-right:30px; padding-left:2px; }
.two-right {
	float:left;
	width:150px;
	padding:10px 0 25px 20px;
	margin-top:20px;
	border-left:1px dotted #bdbcbd;
	min-height:300px;
}
.two-right-title {
	float:left;
	width:40px;
	margin:20px 0 0 10px;
}

.submenu { 
	list-style:none; 
	margin:0; padding:0; }
.submenu li { line-height:22px; }
.tab-in { padding-left:10px; }

#foot-links { font-size:10px; }
#foot-links div .m0 { padding:13px 13px 0 13px; }
#bottom {
	height:13px;
	background-image:url('images/content-bot.gif');
	background-repeat:no-repeat;
	width:850px;
	margin:0 auto 40px;
}

.news-feed { list-style-type:none; margin:0; padding:3px 0 0;}
.news-feed li {
	background:transparent url('images/bullet.gif') 0 6px no-repeat;
	padding-left:17px;
}
.news-feed li a:link, .news-feed a:active, .news-feed a:visited {
	color:#2d3bbc;
	text-decoration:none;
	line-height:22px;
}

.port-item {
	float:left;
	margin:12px 24px 12px 2px;
	padding:5px;
	border:1px solid #ccc;
	width:100px;
	height:125px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}

.vid-link img { height:56px; }

/* SECTION SPECIFIC */
.home a:link, .home a:active, .home a:visited {
	color:#2d3bbc;
	text-decoration:none;
	}
.interactive a:link, .interactive a:active, .interactive a:visited {
	color:#d21a1a;
	text-decoration:none;
}

.interactive_text {
	color:#d21a1a;
	text-decoration:none;
}

.advertising a:link, .advertising a:active, .advertising a:visited {
	color:#f2911c;
	text-decoration:none;
}

.advertising_text {
	color:#f2911c;
	text-decoration:none;
}

.work a:link, .work a:active, .work a:visited {
	color:#19aa19;
	text-decoration:none;
}
.agency a:link, .agency a:active, .agency a:visited {
	color:#6f258a;
	text-decoration:none;
}
.started a:link, .started a:active, .started a:visited {
	color:#d9ac0d;
	text-decoration:none;
}

.home a:hover, .interactive a:hover, .advertising a:hover, .work a:hover, .agency a:hover, .started a:hover, .news-feed li a:hover, H2 a:hover, H3 a:hover { text-decoration:underline; }

#contact-form {
	float:left;
	padding:0 0 0 3px;
	width:400px;
}
#contact-right {
	float:left;
	width:175px;
}
FIELDSET{
	border:1px solid #ccc;
	margin-bottom:30px;
}
FIELDSET DIV {
	width:90%;
	margin:2px auto;
}
LEGEND {
	color:#000 !important;
	font-size:13px;
	font-weight:bold;
	padding:3px;
}
LABEL {
	display:block;
	padding:10px 0 5px;
}

INPUT.required, INPUT.not-required {
	width:85%;
	border:1px solid #ccc;
	background-color:#efefef;
	font-size:11px;
	padding:3px;
}
SELECT.not-required {
	width:90%;
	border:1px solid #ccc;
	background-color:#efefef;
	font-size:11px;
	height:19px;
	line-height:24px;
}

TEXTAREA.required, TEXTAREA.not-required{
	width:90%;
	height:125px;
	border:1px solid #ccc;
	background-color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
TEXTAREA.nr-largetext {
	width:95%;
	height:100px;
	background-color:#efefef;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.submitbtn {
	margin:15px 0 0;
	padding:3px;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
}

.service-row {
	width:95%;
	background-color:#dedede;
	padding:5px;
	font-size:14px;
	margin:5px auto;
}
.service-row-sub{
	width:100%;
	margin:2px auto;
	padding-bottom:10px;
}

.services { padding:0; }

.services ul { list-style-type:none; }
.services ul li { background:transparent url('../images/bullet-work.gif') 0 6px no-repeat; padding-left:17px; }
UL.redlist {
	list-style-type:none;
	padding:0;
}
UL.redlist li {
	background:transparent url('../images/bullet-interactive.gif') 0 6px no-repeat;
	padding-left:17px;
}
.redField {
	color:#d21a1a;
}
.results { clear:both;padding-top:20px; }


INPUT.redField, TEXTAREA.redField { border:1px solid #d21a1a; color:#000; }

/* FORCE SCROLLBAR */
#scroll {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}