@charset "utf-8";
/* CSS Document */


body {
	font: 100%/1.4 "proxima-nova-1","proxima-nova-2","Futura", "Trebuchet MS";
/*	background: #4E5869; */
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: "proxima-nova-1","proxima-nova-2","Futura", "Trebuchet MS", inherit;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 200;
	padding-top: 5px;

}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

/* ~~ this container surrounds all other divs giving them their percentage-based width It is CENTERED both horizontally and vertically!!!~~ */ 
.container {
	width: 60%; /*was 80 */  
	max-width: 1400px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 1000px;/* -was 1300- a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: transparent;*/
/*	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */

/*	width:1200px;  */
	height:1000px; /*was 500 */
	min-height: 1000px; /* not included in the original */
	position:absolute;
	left:17%; /* was 20 */
	top:50%; /* was 40 */
	margin:-75px 0 0 -135px;
	
/* Attempts to make the div transparent  - But it makes the WHOLE div transparent! LOL
	filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
*/
}

.index_container {
	width: 80%;  
	/*max-width: 1100px; a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 950px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: transparent;*/
	height:375px;
	position:absolute;
	/*left:20%;*/
	margin-left: 20%;
	top:23%;
	/*margin:-75px 0 0 -135px;*/
}

.mainphotobar {
	width: 100%;  
	min-width: 1300px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
/*	width:1200px;  */
	height:300px;
	position:absolute;
	left:0px;
	top:40%;
/*	background:#111; */
	/*background:#C0C0C0;*/	
	background:rgba(192,192,192,0.60); 
/*	width:100em; 
*//*	height: 100%; 
*/}

.fullscreen {
	width: 100%;  
	min-width: 1100px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
/*	width:1200px;  */
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
/*	background:#111; */
	/*background:#C0C0C0;*/	
	/*background:rgba(192,192,192,0.40); */
	background:rgba(255,255,255,0.60);
	z-index:-800;
/*	width:100em; 
*//*	height: 100%; 
*/}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.hmenu {
	position: absolute;
	left: 0;
	margin-top: 20px;
	width: 100%;
	height: 52px;
	background-color: #ededef;
	border-bottom: 1px solid #1a1a1a;	
}

.footer {
  width: 1100px;
  /*background: url("../images/bgfooter.png") repeat-x fixed bottom;*/
  position: fixed;
  height: 30px;
  left: 50%;
  margin-left: -480px;
  bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: 0.12em; 
  /*float: left;*/
  border-top: 1px solid #CCC;
}

.sitefootermobilesafari {
  width: 1100px;
  /*background: url("../images/bgfooter.png") repeat-x fixed bottom;*/
  height: 50px;
  left: 50%;
  display: block;
  position: relative;
  margin-left: -480px;
  bottom: 0px;
  padding-top: 6px;
  padding-bottom: 8px; }

.sitefooter ul,
.sitefootermobilesafari ul {
  float: right; }

.sitefooter li,
.sitefootermobilesafari li {
  display: block;
  float: left;
  margin-left: 25px; }

#myfooter {
  padding-top: 5px; 
}
.media {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

.myupperbox{ 
	position:absolute; 
	top:25px; /* was 50 */ 
	left:25px; /* was 50 */ 
	background:#111; 
	background:rgba(0,0,0,0.55); 
	width:360px; 
	text-align:left; 
}

.myupperbox p{
	padding:0 3px 3px 3px;
	color:#fff;
	font:10pt "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	text-shadow: #000 0px 1px 0px;
	line-height:150%;
	text-transform:none;
	letter-spacing: 0.8px;
	text-align:left;
}

.myupperbox a{ 
	font-size:8pt; /* was 10 */
	text-decoration:none; 
	outline: none; 
	color:#ddd; 
	padding:5px 8px; 
	text-align:left;
}

.myupperbox a:hover{ 
	color:#fff; 
}

.myupperbox a:visited{ 
	color:#8B8B8B; 
}

.myupperbox h3{
	padding:5px 10px 3px; /* was 5 15 3 */
	text-align:center;
	font:12pt "proxima-nova-1","proxima-nova-2","Futura", "Trebuchet MS"; /* was 13 */
	color: #ACACAC;
}
.bottom-text{
	margin: 0;
	position:absolute;
	margin-left: 10%;
	width: 820px;
}
.bottom-text p{
	margin 0;
	color: #606060;
	font-variant:normal;
	text-align: center;
	font-family: "proxima-nova-1", "proxima-nova-2", "Futura", "Trebuchet MS";
	font-size: 6pt;
	text-transform: none;
}
#round_div {
	position:absolute;
	z-index:250;
	width: 125px;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:rgba(110,110,110,1.00);
	top: 25px;
	right: 25px;
	 }
</style>
