/* -------------------------------------------------------------- 
	http://code.google.com/p/blueprintcss/
	reset.css
	* Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	line-height: 1.5; 
	background: #ffffff; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* -------------------------------------------------------------- 
	typeography
-------------------------------------------------------------- */

body { 
	font-family: 'Verdana', 'Tahoma', 'Geneva', 'sans-serif';
	font-size: 100%;
	color: #ccc;
}

a:link, a:visited {
	color: #ccc;
}

a:hover {
	color: #fff;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
/*  color: #333; */
/*  border-color: #888; */
  color: #fff;
  border-color: #82a0bc;
  background-color: #82a0bc;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #63adf2;
  border-color: #63adf2;
/*  background-color: #33C3F0; */
/*  border-color: #33C3F0; */ }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #82a0bc;
  border-color: #82a0bc;
/*  background-color: #1EAEDB; */
/*  border-color: #1EAEDB; */ }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

.button {
  border-radius: 100px;
}
.button img {
  position: relative;
  margin: 0 0 -0.25rem 0.5rem;
}

button,
.button {}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0rem; }
  
  
  



h1, h2 { 
	color: #fff;
	text-align: center;
}

h1 { 
	font-size: 2em;
}

h2 { 
	font-size: 1.2em;
}

h3 { 
	padding: 3px 3px 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3;  
	letter-spacing: 0rem;
}

p { padding: 10px 3px; }

span { white-space: nowrap; }

.video { margin 0 0 10em 0; }

/* -------------------------------------------------------------- 
	structure
-------------------------------------------------------------- */

#pg { 
	position: relative; 
	width: 900px; 
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
	margin: 0 auto; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
	background: #083970 url('images/bg.jpg') no-repeat; 
}

#topbar { 
	position: relative; 
	padding: 4px 0;
	background: #02244b; 
	text-align: right;
}

#topbar span { 
	padding-right: 10px;
}

#hd { 
	position: relative; 
	padding: 30px 0  10px;
}

#bd { 
	position: relative; 
}

#media { 	
	position: relative; 
	display: none; 
	height: 415px;
	text-align: center;
}

#video {	}

#thumbs { 
	position: relative; 
	padding: 30px;
}

#btmbar {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 4px 0;
	background: #02244b; 
	text-align: center;
}

.clear { clear: both; }
.hide { display: none; }

/* -------------------------------------------------------------- 
	sliding boxes
-------------------------------------------------------------- */

.boxgrid { 
	position: relative; 
	float: left;
	width: 240px; 
	height: 135px; 
	margin: 15px 0 15px 27px;
	background: #001125; 
	border: 2px solid #333;
	overflow: hidden; 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 120px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 235px;
	left: 0;
}

.boxcaption p { 
	font-size: 0.7em;
	padding: 2px 6px 0;
	line-height: 1.3;  
	letter-spacing: 0rem; 
}

.vidlink { text-decoration: none; }