/* @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(css/images/bodyBackground.png) repeat-x left top;
}

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:link {
	border-bottom: 1px #6c7c29 dotted;
	text-decoration: none;
	color: #6c7c29;
}

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

a:hover, a:active {
	text-decoration: none;
	color: #95ba00;
	border-bottom: none;
}

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

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

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

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

#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;
}

#leftcolumn {
	padding: 10px;
	float: left;
	color: #666666;
	width: 180px;
	height: 400px;
/*-IE6 Bug fix--*/
	display: inline;

}

#date {
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
	margin: 30px 10px;
}


/* @group NavBar */

#navbar {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	background-color: #859933;
	border-top: solid #859933 1px;
	border-bottom: solid #859933 1px;
	font-weight: bold;
	padding: 0px;
	width: 175px;
	float: left;
	margin: 20px 0;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}

#navbar ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	border-bottom-style: none;
	margin-bottom: 1px;
}

#navbar a:link, #navbar a:visited {
	color: #ffffff;
	background-color: #95ba00;
	text-decoration: none;
	display: block;
	border-left: solid #6c7c29 10px;
	border-right: solid #c7dd6e 10px;
	border-bottom: none;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 20px;
	padding-bottom: 3px
}

#navbar a:hover {
	background-color: #b8e600;
	text-decoration: none;
	border-left: solid #859933 10px;
	border-right: solid #daf279 10px;
	border-bottom: none;
}

#navbar a.current,
#home a.homeNav,
#about a.aboutNav,
#login 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
{
	background-color: #859933
}


/* @end */

/* @group Maincontent */

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

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

#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;


}


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

-moz-transform: rotate(.5deg);  /* FF3.5+ */
       -o-transform: rotate(.5deg);  /* Opera 10.5 */
  -webkit-transform: rotate(.5deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', 
                     M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713); /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', 
                     M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713)"; /* IE8 */
               zoom: 1;
}

#maincontent a:hover img,
#maincontent a:active img {
	border: 1px solid;
	background: #859933;
	-moz-transform: rotate(0deg);  /* FF3.5+ */
	-o-transform: rotate(0deg);  /* Opera 10.5 */
	-webkit-transform: rotate(0deg);  /* Saf3.1+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', 
                     M11=1, M12=0, M21=0, M22=1); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', 
                     M11=1, M12=0, M21=0, M22=1)"; /* IE8 */
	zoom: 1;
}

/* @end */

/* @group Footer */

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

#footerText {
	background: transparent url(css/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: .9em;
	font-weight: bold;
}

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

input {
	width: 475px;
}

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

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

/* @group Login subset */

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

input.login {
	width: 200px;
}

/* @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 */

.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 {
	clear: all;
}