/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #e66a13;
	color: #000000;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
p {
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 18px;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
color: #000;
}
a:hover {
color: #000;
}
a:active {
color: #000;
}

a.orange:link, a.orange:visited {
color: #f47922;
}
a.orange:hover {
color: #f47922;
}
a.orange:active {
color: #f47922;
}

a.white:link, a.white:visited {
color: #fff;
}
a.white:hover {
color: #fff;
}
a.white:active {
color: #fff;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Misc.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.background {
	background-image: url(../img/background_white.png);
	background-repeat: repeat-x;
	background-position: 0px 67px;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.header {
	height: 73px;
	text-align: right;
	font: italic normal bold 18px/68px Arial, Helvetica, sans-serif;
	color: #fff;
}
.content {
	width: 761px;
	margin: 0 auto;
}
.coming_soon {
	background-color: #d9d9d9;
	text-align: center;
	font: normal normal bold 16px/24px Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 4px;
}
.copy {
	display: inline;
	float: left;
	width: 380px;
	margin-top: 14px;
}
.contact {
	background-color: #fde4d3;
	text-align: center;
	padding: 15px;
	font: italic normal normal 14px/normal Arial, Helvetica, sans-serif;
}
.signoff {
	text-align: right;
	margin-top: 50px;
	font: normal normal normal 13px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-right: 10px;
}

.photo {
	display: inline;
	float: left;
	width: 381px;
	margin-top: 28px;
}





.med {
	font-size: 24px;
}
.lg {
	font-size: 30px;
}
