@charset "utf-8";
* {
	margin: 0,
}
html {
	height: 100%;
	margin-left: -1px;
	overflow-Y: scroll;
}
body {
	font: 100%/1.4  "Lucida Bright", "Lucida Sans Unicode", sans-serif;
	margin: 0 auto 0;
	padding: 0;
	color: #000;
	height: 100%;
}

/* ~~ 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, 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;
}
h3 {
	font-size: x-small;
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	font-size: 20px;
	color: white;
	text-shadow:
      -1px -1px 0 #000,
	  1px 1px 0 #000,
	  1px 2px 0 #000;
	  margin: 0;
	  padding-left: 5px;
	  background-color:#2e5587;
}

.regul {
	font-size: inherit;
	list-style-type: circle;
	list-style-position: inside;
}
.optin {
	width: 100%;
	height: auto;
	background:#f5f1c8;
	position:relative;
	padding-bottom:5px;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
	margin-top:25px;
	}
.optin h1 {
	font-size:30px;
	color: #2e5587;
}
.optin h2 {
	font-size: 25px;
	text-align:center;
	padding-top:0;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin: 0 auto 0;
	color:white;
	background-color:#00959c;
	width:100%;
}
.optin ul {
	font-size: 16px;
	text-align: justify;
	list-style-image: url(../images/check.png);
}
.optinfield {
	font-size: 20px;
	padding-top:0;
	margin-top:0;
	padding:8px;
	margin-left:10px;
	margin-bottom:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.optindiv {
	/*background-color:#2e5587;*/
	background:url(../images/teak.jpg) top left no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	overflow: hidden;
	width:auto;
	position: relative;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	margin: 0 auto 0;
	margin-left:10px;
	border: #072146 medium solid;
}
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. ~~ */
a:link {
	color: #00959c;
/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.insidefooter a:link {
	color: black;
	text-decoration: none;
}
.insidefooter a:visited {
	color: #072146;
	text-decoration: none;
}

h1 {
	font-size:25px;
	color: #2e5587;
	/*color:#00959c;*/
}

h2 {
	font-size:18px;
	/*color:#00959c;*/

   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

p {
	font-size: small;
}
/* HOVER LINKS */

/*HOME*/
.homelink {
background:  url(../images/logotop.jpg) no-repeat;
height: 197px;
width: 362px;
display: inline-block;
}
.homelink:hover{
background: url(../images/logotop_hover.jpg) no-repeat;
}

/*DESIGN*/
.designlink {
background:  url(../images/designoff.jpg) no-repeat;
height: 39px;
width: 91px;
display: inline-block;
}
.designlink:hover{
background: url(../images/designon.jpg) no-repeat;
}

/*IDEAS*/
.ideaslink {
background:  url(../images/ideasoff.jpg) no-repeat;
height: 39px;
width: 80px;
display: inline-block;
}
.ideaslink:hover{
background: url(../images/ideason.jpg) no-repeat;
}

/*TOURNAMENTS*/
.tournylink {
background:  url(../images/tournamentsoff.jpg) no-repeat;
height: 39px;
width: 125px;
display: inline-block;
}
.tournylink:hover{
background: url(../images/tournamentson.jpg) no-repeat;
}

/*COMPANY*/
.companylink {
background:  url(../images/companyoff.jpg) no-repeat;
height: 39px;
width: 105px;
display: inline-block;
}
.companylink:hover{
background: url(../images/companyon.jpg) no-repeat;
}

/*CONTACT*/
.contactlink {
background:  url(../images/contactoff.jpg) no-repeat;
height: 39px;
width: 87px;
display: inline-block;
}
.contactlink:hover{
background: url(../images/contacton.jpg) no-repeat;
}
/*ARTSTORE*/
.artstorelink {
background:  url(../images/artstoreoff.jpg) no-repeat;
height: 39px;
width: 105px;
display: inline-block;
}
.artstorelink:hover{
background: url(../images/artstoreon.jpg) no-repeat;
}
/*END OF HOVERS*/


a:visited {
	text-decoration: underline;
	color:black;
}

a span {
	display: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
@media only screen and (min-device-width:1025px) {
.header {
	background:  repeat-x url(../images/fillerline.jpg) top left;
	height: 205px;
	width: 1176px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.header {
	background:  repeat-x url(../images/fillerline.jpg) top left;
	height: 205px;
	width: 1024px;
	positon: relative;
}
}
@media only screen and (max-device-width: 480px) {
	.header {
	background:  repeat-x url(../images/fillerline.jpg) top left;
	height: 205px;
	width: 1024px;
	positon: relative;
}
}
.headwhitespace {
	position: absolute;
	margin-top: 22px;
	right: 5px;
	text-align:right;
	width: 780px;
	color:#00959c;
}
@media only screen and (min-device-width:1025px) {
.headtable {
width: 780px;	
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.headtable {
width: 650px;	
}
}
@media only screen and (max-device-width: 480px) {
		.headtable {
width: 620px;	
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.insideheader {
	padding: 0;
	width: 1024px;
	height: 205px;
	float:right;
	position: relative;
	height: 205px;
	margin: 0;
	overflow-y: hidden;
}
}
.headwhitespace a {
	color: #00959c;
}
@media only screen and (min-device-width:1025px) {
.insideheader {
	padding: 0;
	width: 1176px;
	height: 205px;
	float:right;
	position: relative;
	height: 205px;
	margin: 0;
	overflow-y: hidden;
}
}
/* ~~ 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.

*/

.mcontent {
	width: 100%;
	margin-top: 1%;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
}

.contento {
	width: 100%;
	margin-top: 1%;
	overflow: hidden;
	height: 580px;
}

.rounded {
	width: 955;
	height: 600;
	z-index:5;
	position:absolute;
	margin-left: 115px;
	margin-bottom: 60px;
	pointer-events: none;
}

.iframe {
	border:none;
	z-index:4;
	position:absolute;
	margin-left: 115px;
	margin-bottom: 60px;
}
@media only screen and (min-device-width:1025px) {
.wrapper {
	background: #FFF;
/*	height: 100%;*/
	max-width: 1176px;
	min-width: 1120px;
	margin: 0 auto 0; /* the bottom margin is the negative value of the footer's height */
	overflow: visible;
	border-left: 10px solid #072146;
	border-right: 10px solid #072146;
}
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.wrapper {
	background: #FFF;
/*	height: 100%;*/
	margin: 0 auto 0; /* the bottom margin is the negative value of the footer's height */
	overflow: visible;
	width: 1024px;
	position: relative;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	.wrapper {
	background: #FFF;
/*	height: 100%;*/
	margin: 0 auto 0; /* the bottom margin is the negative value of the footer's height */
	overflow: hidden;
	position: relative;
}
}

@media only screen and (min-device-width:1025px) {
.full {
	background: url(../images/fadebg.jpg) top left repeat-x fixed;
	width: 100%;
	min-height: 100%;
	margin: 0 auto 0;
	position: relative;
	overflow:visible;
}
}
.push {
	height: 53px;
}
/* ~~ The footer ~~ */
.footer {
	background: repeat-x url(../images/footerteakbg.jpg) top left;
	height: 15px;
	padding: 0;
	color: #FFF;
	font-size: x-small;
	text-align: center;
	margin: 0px;
	position: relative;
}

.bottomfoot {
		background: repeat-x url(../images/footerbg.jpg) top left;
		height:23px;
		width:100%;
}

.insidefooter {
	margin-left: 331px;
	padding-top: 6px;
	height: 23px;
	width: 623px;
	
}

.infootp {
	padding: 0;
	margin: 0;
	font-size: x-small;
}

.slide {
	float:right;
}

ul.slide-nav {
margin:0;
padding:0;
position: relative;
z-index:6;
list-style-image:none;
list-style: none;
list-style-type:none;
overflow: inherit;
width: 900px;
}

.slide-nav li {
padding-top:1px;
padding-left:5px;
float:left;
}

.slide-nav li a {
background:#00959c;
color:#072146;
display:block;
line-height:30px;
text-align:center;
width:128px;
font-family:museo-slab, Tahoma, sans-serif;
width:218px;
}

.slide-nav li:first-of-type a,.default-rotator .slide-nav li:last-of-type a {
width:218px;
}

.slide-nav li:last-of-type a {
border-right:0;
}
.slide-nav li.activeSlide a,.slide-nav li.activeSlide a:link,.slide-nav li.activeSlide a:visited,.slide-nav li.activeSlide a:hover {
background:#072146;
color:#fff;
}

.rotator,#rotator-text {
overflow:hidden;
}

.rotator {
	height: 321px;
	width: 900px;
	background:url(../images/bg-gallery.gif) no-repeat center;
}

.rotator-text {
height:240px;
margin-top:18px;
position:relative;
}

.rotator-text div {
width:300px;
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.rotator-ct {
	position: relative;
	margin-top: 15px;
	margin-left: 65px;
	overflow:hidden;
	clear: both;
	}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
.rotator-ct {
	position: relative;
	margin-top: 15px;
	margin-left: 105px;
	overflow:hidden;
	clear: both;
}
}

@media only screen and (min-device-width:1025px) {
.rotator-ct {
	position: relative;
	margin-top: 15px;
	margin-left: 130px;
	overflow:hidden;
	clear: both;
}
}
.boxes {
	/*background:#f5f1c8;*/
	background:url(../images/teakbg.jpg) repeat-x top left;
	color:#062046;
	padding:4px;
	margin-right:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
	margin-top: 45px;
	width: 280px;
	height: auto;
}

.creamboxes {
	background:#f5f1c8;
	color:#062046;
	padding:4px;
	margin-right:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
	margin-top: 45px;
	width: 280px;
	overflow:
}

.smallcreamboxes {
	background:#f5f1c8;
	color:#062046;
	padding:4px;
	margin-right:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
	margin-top: 20px;
	width: 280px;
	overflow:
}

@media only screen and (min-device-width:1025px) {
.lightboxes {

	color:#062046;
	padding:10px;
	min-width: 600px;
	max-width:700px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
	margin-top: 45px;
	margin-left: 80px;
	border: outset thin #00959c;
	overflow:auto;
}
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.lightboxes {

	color:#062046;
	padding:5px;
	min-width: 680px;
	max-width:680px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
	margin-top: 45px;
	margin-left: 5px;
	border: outset thin #00959c;
	overflow:auto;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
.lightboxes {

	color:#062046;
	padding:10px;
	min-width: 580px;
	max-width:580px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
	margin-top: 45px;
	margin-left: 10px;
	border: outset thin #00959c;
	overflow:auto;
}
}

.calendar {
	width:79px;
	background:url(../images/calendar.png) top no-repeat;
	color:#072146;
}

/* ~~ 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 #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.MonthDisplay {
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;

	padding-top: 7px;
	color: white;
	/*color:#ed7c51;*/ /*Orange*/
	/*color:#072146;*/ /*Navy*/

}

.DayDisplay {
	font-size: 37px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #ed7c51; /*Orange*/
	/*color:#00959c;*/ /*DolphinGreen*/
	color: black;
	
}

.notfooter {
	/*background-color: #f5f1c8;*/ /*cream*/
	background-color:#072146;
	height:250px;
	width:100%;
	border-top: medium #000 solid;
	border-bottom: medium #00959c solid;

}

.centernotfooter a:visited {
	color:	#92d5d9;
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.centernotfooter {
	margin-left:50px;

	/*background-color:#072146;*/ /*Navy*/
	color:#FFF;
	height: 230px;
	width: 600px;
	padding-top:10px;
	padding-left:20px;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
.centernotfooter {
	margin-left:50px;

	/*background-color:#072146;*/ /*Navy*/
	color:#FFF;
	height: 230px;
	width: 400px;
	padding-top:10px;
	padding-left:20px;
}
}
@media only screen and (min-device-width:1025px) {
.centernotfooter {
	margin-left:120px;

	/*background-color:#072146;*/ /*Navy*/
	color:#FFF;
	height: 230px;
	width: 400px;
	padding-top:10px;
	padding-left:20px;
}
}
.producttable a:link {
	color: #019199;
	text-decoration: none;
	
}
.modifiedblock {
	background-color:#f5f1c8;
	width:850px;
	min-width:400px;
	color:#072146;
	margin: 0 auto 0;
	overflow: auto;
	padding: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
}
.lgcenterblock p {
	padding-left: 20px;
	padding-right:20px;
	padding-bottom:5px;
}
.modifiedblock p {
	padding-left: 20px;
	padding-right:20px;
	padding-bottom:5px;
}
h4 a:link {
	color:white;
}
h4 a:visited {
	color:white;
}
@media only screen and (min-device-width:1025px) {
.lgcenterblock {
	background-color:#f5f1c8;
	width:700px;
	min-width:400px;
	color:#072146;
	margin: 0 auto 0;
	overflow: visible;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
}
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.lgcenterblock {
	background-color:#f5f1c8;
	width:700px;
	min-width:400px;
	color:#072146;
	margin: 0 auto 0;
	overflow: auto;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
.lgcenterblock {
	background-color:#f5f1c8;
	width:700px;
	min-width:400px;
	color:#072146;
	margin: 0 auto 0;
	overflow: auto;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
	border-radius: 10px;
	position:relative;
}
}