html, form, fieldset, div {
	margin:0;
	padding:0;
}
body {
	font-family:/*"Myriad Pro",*/ Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	background:url(images/bg.gif) top left repeat-x #ededed;
}
img {border:none;}

/* ============ Structure ============ */
#wrapper {
	width:1000px;
	margin:0 auto;
	}
#top {
	height:57px;
	position:relative;
	z-index: 900;
	margin-bottom:1px;
	}
#contentWrap {
	position:relative;
	z-index: 3;
	}
#mediaBox {
	height:86px;
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
	}
#allContent {
	width:967px;
	height:310px;
	margin:0 0 0 18px;
	background:transparent;
	position:relative;
	z-index: 2;
	}
#home-pg #allContent {
	height:367px;
	}
#allContent, #about-pg #allContent{
	height:323px;
	}
#home-pg #flash {
	width:967px;
	height:307px;
	position:absolute;
	background-color:transparent;
	top:38px;
	left:-7px;
	z-index:1;
	}
#blackBar {
	padding-top:13px;
	height:123px;
	background:url(images/blackBar_bg.gif) top left repeat-x;
	clear:both;
	}
#blackBarWrap {
	width:1000px;
	margin:0 auto;
	}
#logo img{ padding:4px 0 0 20px;}
.services img {float:right; margin-left:20px;}
#margin-top { margin-top:45px;}

/* =========== Display Content Area ===============*/
#mainContent {
	width:594px;
	}
#people-pg #mainContent {
	width:967px;
	}
#mC-left {
	width:460px;
	float:left;
	margin-right:20px;
	}
#mC-right {
	width:450px;
	float:right;
	margin-right:20px;
	}
.content-left {
	width:290px;
	float:left;
	}
.content-right {
	width:290px;
	float:right;
	}

/* ============ TYPOGRAPHY ============ */

/* Headline tags */

h1 {
	font-size:16px;
	color:black;
	margin:0 0 9px 0;
	padding:0;
	}
h1 span {
	font-size:15px;
	color:#797979;
	font-weight:normal;
	}

h2 {
	font-size:13px;
	color:#3f3f3f;
	margin:0 0 3px 0;
	padding:0;
	}
h3 { 
	font-size:12px;
	color:#292929;
	font-weight:normal;
	margin-bottom:10px;
	}
h4 { 
	font-size:12px;
	font-weight:bold;
	padding:12px 0 0 0;
	margin:0 0 5px 0;
	text-decoration:none;
	 }
h4 span {font-weight:lighter;}
h4 a{	
	color:#999;
	text-decoration:none;
	}
h4 a:hover{color:#fa0202;}
p { 
	font-size:12px;
	color:#3c3c;
	line-height:150%;
	margin:0 0 10px 0;
	padding:0;
	text-align:justify;
	}
#blackBar p {
	font-size:11px;
	width:180px;
	line-height:130%;
	margin:0;
	padding:0;
	color:#999;
	text-align:left;
	}
#blackBar #bar3 p {
	width:210px;
	}
#mainContent blockquote {
	background:url(images/blockquote-bg.gif) top left repeat-x transparent;
	margin:0;
	height:25px;
	}
#mainContent blockquote p {
	margin:0;
	font-size:11px;
	padding:5px 0 0 0;
	}
#mainContent blockquote a {
	color:#505050;
	text-decoration:none;
	background:url(images/gray-arrow.gif) 0 50% no-repeat;
	padding-left:10px;
	margin-left:8px;
	}
#mainContent blockquote a:hover {
	color:#e89246;
	background:url(images/orange-arrow.gif) 0 50% no-repeat;
	}
a {color:#fa0202;}
a:hover {color:#a30000;}
hr {
  border-color:#ccc;
  border-style:dotted;
  border-width:1px;
  clear:both;
  margin:0 0 10px 0;
  height:0;
	}

/* ============ Mini Nav:Sliders ============ */

#mini-nav {margin:5px 0 50px 0; padding:0; z-index:500;}
#mini-nav li {	
	width:147px;
	height:28px;
	float:left;
	list-style:none;
	background:transparent;
	margin-right:3px;
	text-align:center;
	}
#mini-nav li a {
	display:block;
	text-decoration:none;
	color:#fff;
	width:147px;
	height:28px;
	background:url(images/mini-nav.gif) top left repeat-x transparent;
	padding:4px 0 0 0;
	}
#mini-nav .on {
	background:url(images/mini-nav-on.gif) top left repeat-x transparent;
	}
#mini-nav .on:hover{
	background:url(images/mini-nav-on.gif) top left repeat-x transparent;
	}
#mini-nav li a:hover {
	background:url(images/mini-nav-hover.gif) top left repeat-x transparent;
	}
#temparrow {position:absolute; top:72px; left:63px;}
	
/* ===================== Black Bar ======================*/
#bar1 {
	width:300px;
	height:102px;
	background:url(images/music-notes.jpg) bottom right no-repeat transparent;
	float:left;
	margin:0 0 0 20px;
	padding:0;
	}
#bar2 {
	width:309px;
	height:102px;
	background:url(images/webinar-bg.jpg) bottom left no-repeat transparent;
	float:left;
	margin:0;
	padding:0;
	}
#bar3 {
	width:326px;
	height:102px;
	background:url(images/video-bg.jpg) bottom left no-repeat transparent;
	float:left;
	margin:0 0 0 -3px;
	padding:0 0 0 10px;
	}
/* ========= Contact Infos =========*/
#top address {
	font-size:9px;
	color:#999;
	position:absolute;
	top:19px;
	right:35px;
	font-style:normal;
	}
#top address span {
	font-size:13px;
	font-weight:bolder;
	color:#fff;
	}
/* ============= Search Box ==============  */
form{	
	margin:0;
	padding:0;
	position:relative;
	}
.search-box {
	position:absolute;
	top:17px;
	right:35px;
	background:tansparent;
	height:26px;
	padding:5px 0 0 10px;
	width:195px;
	}
input.search-field {
	border:#e9e9e9 1px solid;
	margin:0;
	font-family:tahoma;
	font-size:10px;
	color:#555;
	padding:2px 0 0 5px;
	height:14px;
	background:#ffffff url(images/search-form.png) no-repeat top left;
	width:160px;
	}
input.search-go {
	position:absolute;
	top:0;
	right:0;
	border:0;
	margin:0;
	padding:0;
	height:18px;
	width:25px;
	background:url(images/search-go.gif) no-repeat top left;
	cursor:pointer;
	}
input.search-go:hover {background:url(images/search-go.gif) no-repeat top left;}

/* Absolute for Images on Secondary Pages  */
#vid {
	position:absolute;
	top:-10px;
	left:620px;
	}
#at_img {
	position:absolute;
	top:-10px;
	left:580px;
	}
#test {position:absolute;
	top:40px;
	left:640px;
	}
/* Footer Rules */
#footer {
	margin:10px auto;
	clear:both;
	height:40px;
	position:relative; 
	}
#footer address {
	font-size:11px;
	font-style:normal;
	color:#666;
	margin:0 0 0 20px;
	padding:20px 0 10px 0;
	}
img.img-l{
	float:left;
	margin:5px 15px 5px 0;
	padding:3px;
	background:#fbfbfb;
	border:1px solid #999;
	}
ul.basic-list {
	font-size:1.3em;
	margin:0 0 15px 0;
	list-style:none;
	}
.basic-list li {
	padding-left:20px;
	background:url(images/bullet.gif) 0 10% no-repeat;
	margin-bottom:12px;
	display:block;
	}
/* News Section */
#mainContent blockquote.news a {color:#fa0202;}
#mainContent blockquote.news  a:hover {color:#a30000;}
#mainContent blockquote.news  {
	background:#fcfcfc;
	padding:10px 0 10px 10px;
	margin:0 0 2px 0;
	border:1px solid #ececec;
	}
.news img {float:right;
	margin:-6px 6px 0 0;
	}
/* Social Icons */
#social-icons { 
	width:150px;
	position:absolute;
	top:0px;
	left:260px;
	}
#social-icons img {margin:0 0 5px 5px;}
ul#connect {position:absolute;
	left:812px;
	top:15px;
	}
ul#connect li {display:block; float:left; margin-right:4px; text-decoration:none; list-style:none;}
ul#connect li a{width:24px; height:24px; display:block;}
ul#connect li#linked-in a{background:url(images/linked-in-small.png) top left no-repeat transparent;}
ul#connect li#linked-in a:hover{background:url(images/linked-in-small-gray.png) top left no-repeat transparent;}
ul#connect li#facebook a{background:url(images/facebook-small.png) top left no-repeat transparent;}
ul#connect li#facebook a:hover{background:url(images/facebook-small-gray.png) top left no-repeat transparent;}
ul#connect li#vimeo a{background:url(images/vimeo-small.png) top left no-repeat transparent;}
ul#connect li#vimeo a:hover{background:url(images/vimeo-small-gray.png) top left no-repeat transparent;}
ul#connect li#youtube a{background:url(images/youtube-small.png) top left no-repeat transparent;}
ul#connect li#youtube a:hover{background:url(images/youtube-small-gray.png) top left no-repeat transparent;}