@charset "UTF-8";
/* CSS Document */
/* 
 * styles.css
 *
 */

/* 
 * Eric Meyer's CSS Reset
 * http://meyerweb.com/eric/tools/css/reset/
 * v1.0 | 20080212
 */

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%;
	vertical-align: baseline;
	background: transparent;
}


body{
font-family: 'GarogierRegular','TrajanProRegular','Josefin Slab', arial, serif;
font-size: 100%;

	line-height: 1;
	margin-top: 10px;
	background-color: #999999;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
 * Styles for pages oe site.
 */

html {
	height: 100%;
	background-color: #999999;
}

#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
 	background-color: #999999;
	height: 100%;
}

#flash{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
 	height: 100%;
}

.altcontent{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 800px;
	padding-top: 0px;
	padding-left: 0px;
	
}

img {
	display: block;
	margin-top: 2em;
	margin-bottom: 4em;
}

#flash{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
 	height: 100%;
}

* {
	
}

* {
	
}

h1{
	color: white;
	letter-spacing: 0.05em;
	
	margin-bottom: 0px;
	text-transform: uppercase;
	font: normal 2em Trebuchet;
}

h3 {
	font-family: 'GarogierRegular','TrajanProRegular','Josefin Slab', arial, serif;
	font-size: 1em;
	color: #000000;
	font-weight: lighter;
	letter-spacing: 0.4e;
	margin-top: 1em;
}

h2{
	font-family: 'GarogierRegular','TrajanProRegular','Josefin Slab', arial, serif;
	font-size: 1em;
	color: #333333;
	font-weight: lighter;
	letter-spacing: 0.3px;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 1em;
}
@font-face {
    font-family: 'TrajanProRegular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?iefix') format('eot'),
         url('trajanpro-regular-webfont.woff') format('woff'),
         url('trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#webfontm9Ed4hEb') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GarogierRegular';
    src: url('garogier_unhinted-webfont.eot');
    src: url('garogier_unhinted-webfont.eot?iefix') format('eot'),
         url('garogier_unhinted-webfont.woff') format('woff'),
         url('garogier_unhinted-webfont.ttf') format('truetype'),
         url('garogier_unhinted-webfont.svg#webfontq38RFfCJ') format('svg');
    font-weight: normal;
    font-style: normal;

}

a{
	font-family: 'GarogierRegular','TrajanProRegular','Josefin Slab', arial, serif;
	font-size: 20px;
	color: white;
	font-weight: lighter;
	letter-spacing: 0.3px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}

@media only screen and (max-device-width: 480px) {
.altcontent{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 800px;
	padding-top: 0px;
	padding-left: 0px;
	border-width: 0;
}
h1{
	color: white;
	font-size: 6.4em;
	letter-spacing: 0.05em;
	margin-bottom: 0px;
	text-transform: uppercase;
	
	font-family: Trebuchet MS, Meta-Normal;
}	
h3 {
	font-family: Trebuchet MS, Meta-Normal;
	font-size: 1.5em;
	color: #000000;
	font-weight: lighter;
	margin-top: 1.5em;
	margin-bottom: .5em;
}
h2 {
	font-family: Trebuchet MS, Meta-Normal;
	font-size: 1.5em;
	color: #000000;
	font-weight: lighter;
	letter-spacing: 0.2em;
	margin-top: 1.5em;
	margin-bottom: .5em;
	text-align: right;
}
a{
	font-family: Trebuchet MS, Meta-Normal;
	font-size: 1.5em;
	color: #ffffff;
	font-weight: lighter;
	letter-spacing: 0.3px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px {
.altcontent{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 800px;
	padding-top: 0px;
	padding-left: 0px;
	border-width: 0;
}
h1{
	color: white;
	font-size: 5em;
	letter-spacing: 0.05em;
	margin-bottom: 0px;
	text-transform: uppercase;
	
	font-family: Trebuchet MS, Meta-Normal;
}	
h3 {
	font-family: Trebuchet MS, Meta-Normal;
	font-size: 1.5em;
	color: #000000;
	font-weight: lighter;
	margin-top: 1.5em;
	margin-bottom: .5em;
}
h2 {
	font-family: Trebuchet MS, Meta-Normal;
	font-size: 1.5em;
	color: #000000;
	font-weight: lighter;
	letter-spacing: 0.2em;
	margin-top: 1.5em;
	margin-bottom: .5em;
	text-align: right;
}
a{
	font-family: Trebuchet MS, Meta-Normal;
	font-size: 1.5em;
	color: #ffffff;
	font-weight: lighter;
	letter-spacing: 0.3px;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}
}



