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

.fullwidthphoto {
   max-width: 100% !important;
	padding: 0;
	margin: 0;
     }


.tradeshows2 {
	background: #dcdcdc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 10px;
	margin: 45px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.tradeshows {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	margin: 25px;
	color: #ff0000;
	font-weight: bolder;
	text-align: center;
}

.smallfont {
	font-size: 60%;
}

.contentbox {
	border: 1px solid #bbb;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	margin-right: 10px;
	background: #18327d;
	font-weight: bold;
	color: white;
}

.contentbox11 {
	border: 1px solid #bbb;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	margin-right: 30px;
	background: #071c59;
	font-weight: bold;
	color: white;
	width: 90%;
}

.red {
	color: red;
}

.margin20 {
	margin-left: 20px;
	margin-bottom: 20px;
}

.sidebardecor2 {
	border-style:solid;
	background-color: #E6FF42;
	border-color: #DCDCDC;
	border-width: medium;
	float: none;
	width: 90%;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #fff;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-top: solid 4px #000;
	font-size:85%;
	min-height: 375px;
	width:95%;
}

.footer h4 {
	background: #19317b;
	text-align: clear;
	color: #FFF;
	line-height: 170%;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. This is for the footer.~~ */
.footer a:link {
	color:#414958;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.footer a:visited {
	color: #4E5869;
	text-decoration: none;
}
.footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FBB917;
}


/* ~~ 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;
}

.rounded3 {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 5px;
	border: 1px solid #bbb;
	box-shadow: 0px 5px 3px #bbb;
	-moz-box-shadow: 10px 10px 5px #bbb;
	-webkit-box-shadow: 10px 10px 5px #bbb;
	padding-top: 30px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 35px;
}

.ftabox {
	background-color: #FFD700;
	border-color: #000;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.ftabox2 {
	background-color: #00FFFF;
	border-color: #000;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.contentbox23 {
	border: 1px solid #DCDCDC;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	background: #FFD700;
	margin-right: 50px;
	text-align: center;
	font-weight: bold;
	color: black;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* quad columns in footer */

#col_one {
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
width: 20%; /* Allows for fluid design. Can be set to pixels */
float: left;
}
#col_two {
margin: 0 0 0 30px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width:22%;
float: left;
}
#col_three {
margin: 0 0 0 25px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 22%;
float: left;
}
#col_four {
margin: 0 0 0 25px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 22%;
float: left;
}

#putt {
	background-color: #F0CB0C;
	margin: 5px 5px;
	padding: 12px 15px;
	letter-spacing: .13em;
	color: #000;
	font-weight:bold;
}



/*two columns for champions*/
.col_one_champs {
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
width: 450px; /* Allows for fluid design. Can be set to pixels */
float: left;
margin-bottom: 70px;
}
.col_two_champs {
margin: 0 0 0 30px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width:450px;
float: left;
margin-bottom: 70px;
}


.float {
	float: left;
}

.fontscript {
	font-size: 110%;
	font-style: italic;
	line-height: 1.7 em;
}

.fontscript2 {
	font-style: italic;
	font-size: 110%;
	font-weight: 600;
}

a img {
	width: 240px;
	border: 0;
	margin: 5px;
}


@media (min-width:481px) and (max-width:959px){

#col_one {
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
width: 90%; /* Allows for fluid design. Can be set to pixels */
float: none;
}
	
#col_two {
margin: 0 0 0 30px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width:90%;
float: none;
}
	
#col_three {
margin: 0 0 0 25px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 90%;
float: none;
}
	
#col_four {
margin: 0 0 0 25px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 90%;
float: none;
}

@media (max-width:480px){
	
#col_one {
width: 100%; /* Allows for fluid design. Can be set to pixels */
float: none;
}
	
#col_two {
width:100%;
float: none;
}
	
#col_three {
width: 100%;
float: none;
}
	
#col_four {
width: 100%;
float: none;
}
	
.winners {
	float: right;
	width: 350px;
	background: #C0C0C0;
	text-align: center;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 50px;
}

.winners a img {
	width: 320px;
}

.winners2 {
	width: auto;
}

.winners2 a img {
	width: 320px;
}

.grand li {
	display: inline;
	width: 320px;
	background: #C0C0C0;
	text-align: center;
	margin: 0 20px 10px 0;
	padding: 15 px 10px;
	list-style: none;
	float: left;
}

.grand a img {
	width: auto;
}


.gallery2 li {
	display: inline;
	list-style: none;
	width: 440px;
	float: left;
	margin: 5px 10px 10px 0;
	text-align: center;
	padding: 30px 30px;
}

.gallery2 li a img {
	width: 440px;
}

.gallery3 li {
	display: inline;
	list-style: none;
	width: 440px;
	float: left;
	margin: 5px 10px 60px 0;
	padding: 15px 10px;
}

.winners2 {
	float: right;
	width: 440px;
	background: #EEE;
	margin-left: 20px;
	padding: 20px;
	margin-bottom: 50px;
}

#putt {
	background-color: #black;
	margin: 5px 5px;
	padding: 12px 15px;
	letter-spacing: .15em;
	color: white;
}

#spread {
	letter-spacing: .20em;
}

.gallery4 li {
	display: inline;
	list-style: none;
	width: 600px;
	float: right;
	margin: 5px 10px 20px 0;
	padding: 15px 10px;
}

.gallery4 li a img {
	width: 600px;
}


.winners3 {
	float: left:
}


.winners3 {
	width: auto;
}

.winners3 a img {
	width: 400px;
}	
	
	