/* @group Meyer Reset CSS */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

html {
	height: 100%;
}
body {
	height: auto;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 12px;
	background: #C7DD6E url(images/bodyBackground.png) repeat-x left top;
}

h1 {
	margin-top: 20px;
	margin-bottom: 13px;
	color: #E04D52;
	text-shadow: #ddd 1px 1px 1px;
	clear: both;
	font: bold 30px/36px Georgia, "Times New Roman", Times, serif;	
}

h2 {
	margin-top: 20px;
	margin-bottom: 13px;
	color: #6C7C29;
	text-shadow: #ddd 1px 1px 1px;
	clear: both;
	font: bold 24px/29px Georgia, "Times New Roman", Times, serif;
}

h2+h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #643C12;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #6C7C29;
	line-height: 24px;
	clear: both;
	margin-top: 20px;
}

h2+p,
h3+p {
	margin-top: 15px;
}

ul li {
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-position: inside;
	list-style-image: url(images/green.gif);
}

em {
	font-style: oblique;
}

strong {
	font-weight: bolder;
}

img {
	border: none;
}


a img {
	text-decoration: none;
	border-bottom: none;
	display: block;
}

h2 a:link {
	border-bottom: none;
}

#wrapper {
	background: #fff;
	width: 960px;
	height: auto;
	margin: 20px auto;
/*CSS3 */
	box-shadow: 3px 3px 5px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
	-moz-box-shadow: 3px 3px 5px #666;
}

/* @group My Group */

#header {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 166px;
	width: 100%;
	text-align: center;
	color: #666666;
	background: #fff url(images/mastHeadBack.jpg) repeat-x 0 25px;
}

#header img {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header p {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	border-bottom: none;
}

/* @end */

/* @group Navbar */

#navbar {
	float: left;
	width: 950px;
	padding: 5px 0 0 5px;
	margin:  0;
	margin-top: 5px;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
	/* For IE double margin bug */
	display: inline;
	border: none;
}

#navbar li {
	float: left;
	padding: 0;
	/*For IE double margin bug */
	display: inline;
}

#navbar a:link,
#navbar a:visited {
	font-size: 1.2em;
	float: left;
	display: block;
	margin: 0 1px 0 5px;
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	border: none;
	/*border: 1px solid #555341;*/	background: transparent url(images/NavBack.png) repeat-x left top;
	color: #643C12;
	/*CSS3 */
	-moz-border-radius: 3px; /* FF1+ */
  	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 2px 2px 4px #666; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 4px #666; /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 4px #666; /* Opera 10.5, IE 9.0 */
}

#navbar a:hover {
	color: #8B5945;
	background: url(images/NavBackHover.png) repeat-x left top;
}

#navbar a:active {
	color: #B9785B4;
	background: url(images/NavBackActive.png) repeat-x;
	-moz-box-shadow: 1px 1px 4px #aaa; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 4px #aaa; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 4px #aaa; /* Opera 10.5, IE 9.0 */
}



#navbar a.current,
#home a.homeNav,
#about a.aboutNav,
#register a.loginNav,
#info a.infoNav,
#rules a.rulesNav,
#prizes a.prizesNav,
#sponsors a.sponsorsNav,
#officials a.officialsNav,
#contact a.emailNav,
#photos a.photosNav,
#champs a.champsNav
{
	color: #6E2F16;
	background: url(images/NavBackCurrent.png) repeat left top;
	padding-bottom: 4px;
}


/* @end */

/* @group Maincontent */

#content {
	clear: both;
}

#maincontent {
	padding: 20px 10px 30px 40px;
	min-height: 500px;
	width: 670px;
	text-align: left;
	float: left;
	color: #333333;
	/*-IE6 Bug fix--*/
	display: inline;
}

#maincontent p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontent a:link,
#column a:link {
	border-bottom: 1px #6c7c29 dotted;
	text-decoration: none;
	color: #6c7c29;
}

#maincontent a:visited,
#column a:visited {
	color: #673b14;
	text-decoration: none;
	border-bottom: 1px dotted #673b14;
}

#maincontent a:hover, 
#maincontent a:active,
#column a:hover,
#column a:active {
	text-decoration: none;
	color: #E04D52;
	border-bottom: none;
}


#maincontent ul li {
	margin-left: 20px;
	padding-left: 30px;
	margin-bottom: 1em;
	background: url(images/GolfBall-Bullet.png) no-repeat left 6px;
}

#maincontent ul li p {
	margin-top: 0;
}

#maincontent img {
	display: block;
	border: 1px #95ba00 solid;
	padding: 2px;
	background: #B9785B;
	box-shadow: 3px 3px 5px #aaa;
	-webkit-box-shadow: 3px 3px 5px #aaa;
	-moz-box-shadow: 3px 3px 5px #aaa;


}

#header a:link img.masthead_image {
	border-bottom: none;
}


#maincontent a:link img, #maincontent a:visited img {
	display: block;
	border: 1px #95ba00 dotted;
	padding: 2px;
	background: #ccc;
}

#maincontent a:hover img,
#maincontent a:active img {
	border: 1px solid;
	background: #859933;
}

img.tiltRight {
    -moz-transform: rotate(3deg);  /* FF3.5+ */
       -o-transform: rotate(3deg);  /* Opera 10.5 */
  -webkit-transform: rotate(3deg);  /* Saf3.1+, Chrome */
}

img.tiltLeft {
    -moz-transform: rotate(-2deg);  /* FF3.5+ */
       -o-transform: rotate(-2deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-2deg);  /* Saf3.1+, Chrome */
}


/* @end */

/* @group Column */

#column {
	padding: 10px 30px 10px 10px;
	float: right;
	color: #666666;
	width: 180px;
	height: auto;
/*-IE6 Bug fix--*/
	display: inline;
	

}

.sidenote {	
	height: 110px;
	width: 170px;
	margin: 20px auto;
	padding: 1px 10px 20px 10px;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	/* CSS3 */
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
}

#eventDate {
	background: #d5e399 url(images/dateBackground.png) repeat-x 0 bottom;
}	

#column h2 {
	color: #8B5945;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.35em;
}

a:link.button,
a:visited.button {
	display: block;
	/* CSS3 */
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 2px 2px 4px #666; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 4px #666; /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 4px #666; /* Opera 10.5, IE 9.0 */
	font: bold 2em/1.2em Georgia, "Times New Roman", Times, serif;	
}

a:active.button {
	/*CSS3*/
	-moz-box-shadow: 1px 1px 4px #aaa; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 4px #aaa; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 4px #aaa; /* Opera 10.5, IE 9.0 */
}

a:link#register,
a:visited#register {
	height: 110px;
	width: 180px;
	padding-top: 20px;
	font: bold 3em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #E04D52;
	border-bottom: none;
	background: url(images/RegisterBkgd.jpg) no-repeat 0 -260px;
}

a:hover#register {
	background: url(images/RegisterBkgd.jpg) no-repeat 0 0px;
	color: #EAF1CC;
}

a:active#register {
	background: url(images/RegisterBkgd.jpg) no-repeat 0 -130px;
}

/* @group Photo Gallery Button */

a:link#gallery,
a:visited#gallery {
	display: block;
	height: 100px;
	width: 180px;
	padding-top: 30px;
	background: #E2D5D0 url(images/PhotoGalleryBkgd-11647_2075.jpg) no-repeat 0 -260px;
	border-bottom: none;
	color: #6E2F16;
}

a:hover#gallery {
	background: #E2D5D0 url(images/PhotoGalleryBkgd-11647_2075.jpg) no-repeat 0 -130px;
}

a:active#gallery {
	background: #E2D5D0 url(images/PhotoGalleryBkgd-11647_2075.jpg) no-repeat 0 0;
	color: #6E2F16;
}

/* @end */

/* @end */

/* @group Footer */

#footer {	
	height: 120px;
	width: 100%;
	text-align: center;
	clear: both;
	background-color: #fff;
	background-image: url(images/footerBackground.png);
}

#footerText {
	background: transparent url(images/GolfBallScramble2.png) no-repeat 30px 3px;
	width: 100%;
	height: 120px;
	padding-top: 50px;
	color: #643C12;
}

#footer a:link {
	color: #673b14;
	text-decoration: none;
	border-bottom: 1px dotted #673b14;
}

#footer a:visited {
	color: #6c7c29;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #6c7c29;
	border-bottom: 1px dotted #6c7c29;
}

/* @end */

#registration {
	padding: 20px 40px 30px 10px;
	width: 800px;
	height: 600px;
	text-align: left;
	background-color: #ffffff;
	color: #333333;
}

/* @group Form */

fieldset {
	margin: 1.2em 0;
	padding: 12px;
	border: 1px solid #333;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
}

label {
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
}

input {
	width: 630px;
	height: 2em;
}

input:focus,
textarea:focus {
	background-color: #EAF1CC;
}

textarea {
	width: 630px;
	height: 220px;
	font-size: 1em;
	line-height: 1.5em;
}

input#submit {
	display: block;
	width: auto;
	margin-left: 40%;
	margin-right: 30%;
}

/* @group Login subset */

fieldset.login {
	width: 250px;
	margin-left: 20%;
}

input.login {
	width: 200px;
}

input.submitButton {
	display: block;
	height: 35px;
	width: 75px;
	padding: 0 20px;
	border: none;
	background: #9FC700 url(images/SubmitButton.png) repeat-x left top;
	font-size: 1.5em;
	color: #643C12;
	text-transform: uppercase;
	/*CSS3*/
	-moz-border-radius: 9px; /* FF1+ */
	-webkit-border-radius: 9px; /* Saf3+, Chrome */
	border-radius: 9px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 2px 2px 2px #777; /* FF3.5+ */
	  -webkit-box-shadow: 2px 2px 2px #777; /* Saf3.0+, Chrome */
	box-shadow: 2px 2px 2px #777; /* Opera 10.5, IE 9.0 */

}

input.submitButton:hover {
	color: #B9785B;
	background: #9FC700 url(images/SubmitButtonHover.png) repeat-x left top;
	
}

input.submitButton:active {
	color: #D82027;
	background: #C7DD6E url(images/SubmitButtonActive.png) repeat-x left top;
	-moz-box-shadow:  1px 1px 0px #aaa;; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 0px #aaa; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 0px #aaa;; /* Opera 10.5, IE 9.0 */
	
}

/* @end */

/* @end */

/* @group table */

table {
	border-collapse: collapse;
	width: 400px;
	margin: 10px auto;
	padding: 5px;
	background-color: #B8E600;
}

caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #859933;
	padding: 5px;
	width: 400px;
}

caption em {
	font-size: .8em;
	font-weight: normal;
}

tr {
	margin: 0 0;
	line-height: 2em;
}

tr.tableHeading {
	line-height: 1.2em;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
}

tr.altRow {
	background-color: #C7DD6E;
}

td.numeral {
	text-align: right;
	padding-right: 4em;
	width: 70px;
}

th,
td.rowHead {
	text-align: center;
}

th {
	background-color: #6C7C29;
	border-bottom: 1px solid white;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #C7DD6E;
}

/* @end */

div.photoBar {
	display: inline;
}

.address {
	margin-left: 2em;
	font-weight: bold;
}

.committee {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	height: 150px;
}

.sponsor {
	float: left;
	width: 220px;
	margin-bottom: 20px;
	min-height: 100px;
}

.committee p {
	text-align: center;
	font-weight: normal;
}

.committee img {
	height: 71px;
	width: 66px;
	overflow: hidden;
}

.sponsor img, .committee img {
	margin: auto;
	text-align: auto;
}

.sponsor p {
	text-align: center;
	font-weight: bold;
}

.product {
	width: 245px;
	overflow: hidden;
	float: left;
}

.product p {
	font-style: italic;
	text-align: center;
	color: #6C7C29;
	padding: 10px;
}

.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.right {
	float: right;
	margin: 10px 0 10px 20px;
}

.center, .primarysponsor {
	margin: 10px auto;
	text-align: center;
}

.caption {
	clear: both;
	text-align: center;
}

.clear,
.clearfix {
	clear: both;
}
