/* Template Styles */
* {
	border:0px;
	outline:0px;
}
body {
	margin:0px;
	font-family: Arial,  Verdana, Times, Georgia;
	font-size: 12px;
	line-height:20px;
	color:#fff;
	background: #000 url(images/body_bg.jpg) repeat-x;
}
a {
	color:#ee9c12;
}
p {
	margin-bottom:12px;
}
h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:12px;
}
h2 {
	font-size:12px;
	color: #484848;
}
h3 {
	font-size:17px;
	color:#ee9c12;
	margin-bottom:20px;
}
.pdfLink {
	font-weight:bold;
	margin-bottom:20px; 
	padding: 10px 0 10px 40px;
	background: url(images/pdfLogo.jpg) 5px 5px no-repeat;
}
.orangeRule {
	margin-bottom:12px;
	background: url(images/orangeRule.gif) repeat-x;
	height:1px;
	width:100%;
}
#container {
	/*position:absolute;
	left:50%;*/
	position:relative;
	margin: 0 auto 0 auto;
	/*margin-left:-490px;*/
	width:980px;
}
#header {
	width:100%;
	height:137px;
	margin-bottom:55px;
	background: url(images/header_bg.jpg) no-repeat;
}
#emailHeader {
	position:absolute;
	top:103px;
	text-align:right;
	width:955px;
}
#menu{
	position:absolute;
	top:145px;
	left:30px;
}
#menu li{
	float:left;
	margin:0px;
	list-style: none;
}
#menu li a{
	color:#fcd98c;
	text-decoration:none;
	font-weight:bold;
}
.menuSep{
	float:left;
	margin:0 10px 0 10px;
}
#content {
	padding: 0 30px 20px 30px;
	width:920px;
	margin-bottom: 0px;
}
#footer {
	position:relative;
	top:50px;
	margin:0 0 20px 0;
	color:#999;
	font-size: 11px;
	text-align:center;
	clear:both;
}

/* Individual Page Styles */
#itServices h2 {
	color:#ee9c12;
	display:inline;
}
#aboutList ul {
	margin: 0 0 10px 0;
	padding:0;
	color: #fff;
}
#aboutList ul li {
	list-style: none;
    padding: 0 0 10px 25px;
    margin: 0px;
    background: url(images/orangeBullet.gif) 5px 5px no-repeat;
}
.bio {
	padding-bottom: 20px;
}
#leftColumn {
	position:relative;
	float:left;
	width:520px;
}
#rightColumn {
	padding:0 0 0 10px;
	float:left;
	/*margin-bottom:250px;*/
	width:360px;
}
#video {
	margin: 0 0 20px 0;
}
#imageFlowLabel {
	/*
	position:absolute;
	top:390px;
	font-weight:bold;
	*/
}
#description ul li {
	text-indent:0px;
}
#servicesList ul {
	font-size:12px;
	margin:15px 0 0 0px;
	padding:0px; 
	width:420px;
}
#servicesList ul li {
	width:110px;
	float:left;
	list-style: none;
    padding: 0 0 0 25px;
    margin: 0px;
    background: url(images/orangeBullet.gif) 5px 5px no-repeat;
}
#servicesList a {
	color:#fff;
}
#samples {
	/*
	position:absolute;
	top:640px;
	left:550px;
	*/
	position:relative;
	top:30px;
	width:360px;
}




