@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
@font-face {
      font-family: "Futura LT BT";
      src: url("styles/fonts/FUTURAL.TTF");
    }
a:focus {
	outline:none;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
img#bg {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
} 
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #000;
/*	background-image: url(../images/home_bk_dark.jpg);
*/	background-repeat: no-repeat;
	background-position: center top;
}
#container  {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:100;
	position:relative;
}
.mainImg {
	margin-left: auto;
	border: 1px solid #515151;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	width: 950px;
	zoom:1;
}
.mainImg:after, .border:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header {
	background-image: url(../images/transparency-2.png);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center;
	text-align:center;
}
#header h1 {
	color: #FFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 91px;
	width: 272px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-position: center 35px;
}
#header h1 a  {
	display: block;
	height: 51px;
	width: 230px;
	padding-top: 45px;
}
#main_nav {
	padding-bottom: 10px;
	margin-left: auto;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
#main_nav li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#main_nav li a {
	padding-right: 25px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-decoration: none;
	color: #aaa;
	letter-spacing:1px;
}
#main_nav li a:hover {
	color:white;
}
#main_nav li a.noPadLeft{
	padding-left: 0px;
}
#main_nav li a.noPadRight{
	padding-right: 0px;
	border-right-style: none;
}
#contact_info {
	padding:0;
	margin:5px 0 15px;
	font:11px/12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#aaa;	
	letter-spacing:1px;
}
#mainContent {
	background-image: url(../images/transparency-2.png);
	background-position: center;
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainContent a {
	color:#999;
	
}
.border{
	border: 1px solid #666;
	margin:15px;
	padding:50px;
	zoom:1;
	}
#mainContent img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
#mainContent p {
	color: #999;
	font-size: 14px;
	margin-bottom: 12px;
	display: block;
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	line-height: 20px;
}

.legacy #mainContent p {
	margin: 0 0 18px;
	text-align:justify;
	line-height:22px;
	width:auto;
}
.legacy h2 {
	font-size:16px;
	margin-bottom:18px;	
}
.legacy .border {
	padding:50px 80px;	
}
#mainContent h3 {
	color: #999;
	font-size: 13px;
	display: block;
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#mainContent p.marg30 {
	padding-top: 30px;
}
#footer {
	padding: 0 10px;
	background-image: url(../images/transparency-2.png);
	background-repeat: repeat-y;
	background-position: center;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Futura LT BT";
	text-transform: uppercase;
	font-size: 9px;
	color: #999;
	padding-top: 10px;
	text-align: center;
}
#footer p.small {
	font-size: 8px;
	color: #666;
	padding-top: 0px;
	padding-bottom: 26px;
}
.clear {
	clear: both;
}

.mainImg.services {
	min-height:402px;	
}

.services_list {
	list-style-type:square;
	float:left;
	font-size:12px;
	color:#999;
	letter-spacing:1px;
	width:159px;
	border-left:1px solid white;
	padding:0 10px;
}

.services_list:first-child {
	border-left:none;
}

.services_list li {
	margin-bottom:5px;	
	list-style-type:none;
	text-align:center;
	color:white;
}
#services_lists {
	width:720px;
	margin:0 auto;	
	padding-bottom:40px;
}

.mainImg.services {
	padding-bottom:30px;	
}

table#collections {
	margin:0 auto;	
}

table#collections td {
	font-size:12px;
	color:#999;	
	line-height:18px;
	padding-bottom:40px;
	vertical-align:top;
}

table#collections td img {
	margin-bottom:20px;	
}

#mainContent .headshot {
	float:left;
	margin-right:36px;
		
}

#video_highlight h2 {
	font-size:14px;
	margin-bottom:10px;	
}

#video_highlight {
	padding-bottom:15px;	
}

