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

* {
	outline: 0;	
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../images/bg_body.jpg) no-repeat center top;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}

img {
	border: 0;	
}

img.float-right {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img.float-left {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	cursor: pointer;	
	color: #fff;
	text-decoration: none;
}

small {
	font-size: .8em;
	line-height: 1.2em;
	padding-top: 5px;
	display: block;
}

.align-center {
	text-align: center !important;	
}

.clear {
	clear: both;
	float: none;
}

#container-wrapper {
	width: 1024px;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -512px;
}

#container-top {
	height: 52px;
	background: url(../images/bg_content-top.png) no-repeat 0 0;
	width: 1024px;
}

#container {
	background: url(../images/bg_content.png) repeat-y 0 238px;
	font-size: .75em;
	width: 1024px;
}

#container.sub {
	background: url(../images/bg_content-sub.png) repeat-y 0 0;	
}

#masthead #logo {
	position: absolute;
	top: -12px;
	left: 74px;
	z-index: 5;
}

#masthead #logo h1 {
	text-indent: -9000em;
	background: url(../images/logo_the-patriot.png) no-repeat 0 0;
	width: 197px;
	height: 237px;
	cursor: pointer;
}

#masthead #navigation {
	float: right;
	font-size: 1em;
	height: 23px;
	margin: -45px 0 0 0;
	width: 742px;
}

#masthead #navigation ul {
	padding: 0;
	margin-right: -28px;
}

#masthead #navigation li {
	list-style-type: none;
	display: inline;
	padding: 0 15px;
	border-right: 1px solid #a0a3ab;
	margin: 0;
}

#masthead #navigation li.last {
	border: none;
	padding-right: 0;
}

#masthead #navigation li a {
	color: #a0a3ab;	
	text-decoration: none;
}

#masthead #navigation li a:hover, #masthead #navigation li a:focus, #masthead #navigation li a:active, #masthead #navigation li a.selected {
	color: #fff;
}

#content {
	clear: both;
	padding: 0 51px;
	margin: 0;
	background: url(../images/img_main-home.jpg) no-repeat 51px 0;
}

#content #sidebar {
	float: left;
	width: 236px;
	padding: 15px 0;
	background: url(../images/bg_sidebar.png) no-repeat 0 0;
	height: 209px;
	text-align: center;
}

#content #sidebar h4 {
	position: relative;
	top: 181px;
	font-size: 1.3em;
	font-weight: normal;
}

#content #main {	
	width: 675px;
	float: left;
	position: relative;
}

#content #main #main-content {
	padding: 20px 32px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#content #main #main-content h2 {
	color: #222c48;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 8px 0;
}

#main-content h3 {
	color: #3f445e;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0 3px 0;
}

#content #main #main-content .author {
	color: #222c48;
	font-size: .9em;
	float: right;
	margin-top: -17px;
	padding-right: 50px;
	padding-bottom: 7px;
}

#content #main #main-content p {
	margin: 0 0 12px 0;	
	clear: both;
}

#content #main #main-content p.small-margin {
	margin: 0 0 6px 0;	
}

#home-copy {
	padding: 0 0 15px 0;
	width: 922px;
	color: #c8a6a6;
	letter-spacing: .02em;
}

#container.sub #home-copy {
	color: #222222;
}

#container.sub #home-copy #copy { line-height: 1.4em; }

#container.sub #home-copy #copy a { color: #aa0000; }

#container.sub #home-copy #copy a:hover { color: #666; }

#copy li { margin-left: 16px; }

#home-copy p {
	margin: 0 0 15px 0;	
}

#home-copy #headline {
	padding: 25px 40px 0 30px;	
	float: left;
	width: 171px;
	line-height: 1.4em;
	font-size: 1em;
}

#home-copy #headline h3 {
	font-size: 1.9em;
	margin: 0 0 5px 0;
}

#home-copy #copy h2 {
	font-weight: normal;
	font-size: 2.2em;
	font-style: italic;
	margin: 0 0 4px 0;
}

#home-copy #copy {
	padding: 25px 20px 0 20px;
	float: left;
	width: 641px;
	font-size: 1.1em;
	line-height: 1.8em;
	font-family: Times, serif;
}

#home-copy #copy a {
	color: #efefef;
	text-decoration: none;
}

#home-copy #copy a:hover {
	color: #d4c2c2;	
}

#home-copy #copy #callout {
	float: right;
	width: 220px;
	padding-left: 50px;
	background: url(../images/bg_vertical-divider.gif) repeat-y 5px 10px;
	font-size: .9em;
	line-height: 1.6em;
	margin-top: -12px;
}

#footer {
	clear: both;
	background: url(../images/bg_content-bottom.png) no-repeat 0 0;	
	padding: 10px 0 30px 0;
}

#footer ul {
	list-style-type: none;	
}

#footer li {
	display: inline;	
}

#footer #footer-links {
	padding: 5px 40px 30px 40px;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

#footer #footer-links li {
	display: inline;
	padding: 0 7px;
	font-size: .75em;
}

#footer #footer-links a {
	color: #898e96;
}

#footer #footer-links a:hover {
	color: #fff;	
}

#footer #affiliates {
	padding: 20px 0 10px 145px;
}

#footer #affiliates li {
	display: block;
	float: left;
	padding: 0 17px;
	text-indent: -9000em;
}

#footer #affiliates li a {
	display: block;
	height: 54px;
}

#footer #affiliates li#link-stone-canyon a {
	background: url(../images/logo_stone-canyon.png) no-repeat left center;
	width: 82px;
}

#footer #affiliates li#link-patriot a {
	background: url(../images/logo_patriot.png) no-repeat 0 0;
	width: 49px;
}

#footer #affiliates li#link-folds-of-honor a {
	background: url(../images/logo_folds-of-honor.png) no-repeat 0 0;
	width: 97px;
}

#footer #affiliates li#link-patriot-golf-day a {
	background: url(../images/logo_patriot-golf-day.png) no-repeat left center;
	width: 57px;
}

#footer #affiliates li#link-bushnell a {
	background: url(../images/logo_bushnell.png) no-repeat left center;
	width: 57px;
}

#footer #affiliates li#link-flare {
	background: url(../images/logo_flare.png) no-repeat left center;
	width: 80px;
	height: 49px;
}

#footer #affiliates li#link-hardrock {
	background: url(../images/logo_hardrock-tulsa.png) no-repeat left center;
	width: 90px;
	height: 65px;
}

#footer #affiliates li#link-titleist {
	background: url(../images/logo_titleist.png) no-repeat left center;
	width: 73px;
}


#footer #footer-copy {
	float: right;
	clear: right;
	text-align: right;
	width: 491px;
	padding: 17px 60px 0 0;
	font-size: .6em;
	color: #5f6675;
}



form {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 15px;
	margin: 15px 0;
	width: 595px;
}

label {
	display: block;
	width: 100px;
	float: left;
	clear: left;
	margin-bottom: 5px;
	line-height: 15px;
}

label.label-checkbox {
	width: auto;
	clear: none;
	padding: 0 20px 0 5px;
}

input, textarea {
	display: block;
	width: 350px;
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	height: 15px;
	margin-bottom: 5px;
}

input.checkbox {
	width: auto;
	border: 0;
}

textarea {
	margin-bottom: 15px;
	height: 30px;
}

input#submit {
	clear: both;
	width: auto;
	padding: 4px 24px;
	font-size: 1em;
	font-weight: bold;
	border: 2px solid #ccc;
	background: #cc0000;
	color: #fff;
	height: auto;
	cursor: pointer;
	font-family: "Times New Roman", Times, serif;
	float: right;
	margin-right: 139px;
}


.golf-pro {
	width: 124px;
	text-align: center;
	float: left;
	font-size: .9em;
	line-height: 1.2em;
	padding: 5px 0 15px 0;
}

.golf-pro img {
	padding: 0 0 8px 0;	
}

.required-label {
	padding-bottom: 10px;	
	display: block;
}