@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 91.8333%;
	padding-left: 1.5833%;
	padding-right: 1.5833%;
	clear: none;
	float: none;
}
#div1 {
}

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}
/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
    display:table;	
	background-color: rgba(4,43,65,0.80);
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
.header {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.nav_item {
    width: 100%;
    clear: both;
    margin-left: 0;
    text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
}
.headline_1 {
	text-align: center;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_thumb {
width: 31.0344%;
clear: none;
margin-left: 3.4482%;
padding-bottom: 12px;
}
.footer {
	color: #66cccc;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav {
display: block;
}
.spacer {
	height: 10px;
	display: block;
}
.line_spacer {
	width:100%; 
	height:2px; 
	background: rgba(4,43,65,0.20);
	display: block;
}
.page_title {
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	text-align: center;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.copy_block_1 {
width: 100%;
clear: both;
margin-left: 0;
color: #48565b;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: medium;
	padding-bottom: 20px;
}
.reel {
	padding-bottom: 12px;
}
.gallery_control {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	padding-bottom: 20px;
}
.content_page_title {
    color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	text-align: center;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.content_detail {
width: 100%;
clear: both;
margin-left: 0;
padding-bottom: 12px;
}
.content_description {
	width: 100%;
	clear: both;
	margin-left: 0;
	color: #48565b;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: small;
	padding-bottom: 12px;
	text-align: center;
	display: block;
}
.content_page_long_title {
	width: 100%;
	display: block;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	text-align: center;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 93.4166%;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}
/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
    display:table;	
	background-color: rgba(4,43,65,0.80);
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
.header {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.nav_item {
	width: 15.2542%;
	clear: none;
	margin-left: 1.6949%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	display: block;
}
.headline_1 {
	text-align: center;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_thumb {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
padding-bottom: 12px;
display: block;
}
.footer {
	color: #66cccc;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav {
display: block;
}
.spacer {
	height: 15px;
	display: block;
}
.line_spacer {
	width:100%; 
	height:2px; 
	background: rgba(4,43,65,0.20);
	display: block;
}
.page_title {
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	text-align: left;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.copy_block_1 {
width: 100%;
clear: both;
margin-left: 0;
color: #48565b;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: medium;
	padding-bottom: 20px;
}
.reel {
	padding-bottom: 12px;
}
.gallery_control {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	text-align: right;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	padding-top: 17px;
}
.content_page_title {
    color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	text-align: left;
	width: 66.1016%;
	clear: both;
	margin-left: 0;
    display: block;
}
.content_detail {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
padding-bottom: 12px;
}
.content_description {
width: 100%;
clear: both;
margin-left: 0;
color: #48565b;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: medium;
	padding-bottom: 12px;
display: block;
text-align: left;
}
.content_page_long_title {
width: 100%;
color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	text-align: left;
display: block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1000px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}
/* fullscreen setup */
html, body {
	/* give this to all tags from html to .fullscreen */
	height: 100%;
}
.fullscreen,
.content-a {
	width: 100%;
	min-height: 100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
    display:table;
	background-color: rgba(4,43,65,0.80);
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
.header {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.nav_item {
	width: 15.2542%;
	margin-left: 1.6949%;
	clear: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	display: block;
}
.headline_1 {
	text-align: center;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: xx-large;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content_thumb {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
padding-bottom: 20px;
display: block;
}
.footer {
	color: #66cccc;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav {
display: block;
}
.spacer {
	height: 20px;
	display: block;
}
.line_spacer {
	width:100%; 
	height:2px; 
	background: rgba(4,43,65,0.20);
	display: block;
}
.page_title {
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	text-align: left;
	width: 100%;
	margin-left: 1.6949%;
	clear: none;
}
.copy_block_1 {
	width: 49.1525%;
	margin-left: 1.6949%;
	clear: none;
	color: #48565b;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: medium;
	padding-bottom: 100px;
}
.reel {
	padding-bottom: 20px;
}
.gallery_control {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	text-align: right;
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: xx-large;
	padding-top: 23px;
}
.content_page_title {
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	text-align: left;
	width: 66.1016%;
	margin-left: 1.6949%;
	clear: none;
	display: block;
}
.content_detail {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
padding-bottom: 20px;
}
.content_description {
	width: 100%;
	margin-left: 0;
	clear: both;
	color: #48565b;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: medium;
	padding-bottom: 20px;
	display: block;
	text-align: left;
}
.content_page_long_title {
	color: #48565b;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	text-align: left;
	width: 100%;
	display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
