/* CSS Document */
@font-face {
	font-family: 'MyriadProBoldCondensed';
	src: url('../fonts/MyriadProBoldCondensed.eot');
	src: local('MyriadProBoldCondensed'), url('../fonts/MyriadProBoldCondensed.woff') format('woff'), url('../fonts/MyriadProBoldCondensed.ttf') format('truetype');
}
@font-face {
    font-family: 'dejavu_serifbold';
    src: url('../fonts/DejaVuSerif-Bold-webfont.eot');
    src: url('../fonts/DejaVuSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DejaVuSerif-Bold-webfont.woff') format('woff'),
         url('../fonts/DejaVuSerif-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DejaVuSerif-Bold-webfont.svg#dejavu_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/myriadpro-regular-webfont.eot');
	src: url('../fonts/myriadpro-regular-webfont.woff') format('woff'), url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('../fonts/myriadpro-regular-webfont.svg#webfontt6hZyLEB') format('svg');
	font-weight: normal;
	font-style: normal;
}

* { padding:0px; margin:0px; }
html { font-size:100%; height:100%; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
ol, ul { list-style: none; }
:focus { outline: 0; }
a, a:link { text-decoration: none; outline:none; }
p { padding:2px 0;  font-family: 'dejavu_serifbold';}
.clear{ clear:both; margin:0; padding:0;}


body{ margin:0; padding:0; font-size:13px; color:#484848; font-family: 'MyriadProRegular'; height:100%; }

h1,h2,h3,h4,h5,h6{ font-weight:normal; font-family: 'MyriadProBoldCondensed'; margin-bottom:10px; color:#6c207d;}
h1{font-size:32px;}
h2{font-size:28px;}
h3{font-size:24px;}
h4{font-size:20px;}

.main{width:100%; float:left; border-top:4px solid #6c217e; min-height:98.8%;}
.container{width:1004px; margin:0 auto;}
.logo{ text-align:center; margin-top:20px;}
.content{text-align:center; margin-top:10px;}
.content .phone{ font-size:44px; margin:0 0 12px 0;}
.content p{font-size:17px; color:#000; margin-bottom:4px; line-height:16px; font-weight:bold;}
.content p a{color:#000; text-decoration:none;}
h2.coming{ font-size:64px; margin:16px 0 10px 0; text-transform:uppercase;}
.social{
	text-align:center;
}
.social img{
margin-right:8px;
}
