@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
@font-face {
      font-family: "Futura LT BT";
      src: url("styles/fonts/FUTURAL.TTF");
    }
a:focus {
	outline:none;
}
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. */
}
.mainImg {
	margin-left: auto;
	border: 1px solid #515151;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
	width: 950px;
}
#header {
	background-image: url(../images/transparency-2.png);
	background-repeat: repeat-y;
	margin-bottom: 2px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center;
}
#header h1 {
	color: #FFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 101px;
	width: 230px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-position: center 45px;
}
#header h1 a  {
	display: block;
	height: 51px;
	width: 230px;
	padding-top: 45px;
}
#main_nav {
	padding-bottom: 15px;
	margin-left: auto;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 650px;
}
#main_nav li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
	font-family: "Futura LT BT", Times;
	text-transform: uppercase;
}
#main_nav li a {
	padding-right: 20px;
	padding-left: 20px;
	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: #999;
}
#main_nav li a.noPadLeft{
	padding-left: 0px;
}
#main_nav li a.noPadRight{
	padding-right: 0px;
	border-right-style: none;
}
#mainContent {
	background-image: url(../images/transparency-2.png);
	background-position: center;
	background-repeat: repeat-y;
	margin-bottom: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
	;
}
.border{
	border: 1px solid #666;
	margin:15px;
	padding:50px;
	}
#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;
}
#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;
}
