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

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

#container * {
	text-align: left;	
}

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

img {
	border: 0;	
}

img.hole-photo {
	float: left;
	clear: left;
	margin: 3px 10px 25px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
}

img.float-left {
	float: left;
	margin: 3px 10px 15px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
}

img.float-right {
	float: right;
	margin: 3px 0 15px 10px;
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
}

div.float-right {
	float: right;
	margin: 3px 0 15px 10px;
	text-align: center;
}

div.float-right img {
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
	margin: 0 0 7px 0;
}

div.float-left {
	float: right;
	margin: 3px 10px 15px 0;
	text-align: center;
}

div.float-left img {
	padding: 5px;
	background: #fff;
	border: 1px solid #666;
	margin: 0 0 7px 0;
}

img.no-border-left {
	float: left;
	margin: 3px 10px 15px 0;
}

img.no-border-right {
	float: right;
	margin: 3px 0 15px 10px;
}

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

.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 0;
	font-size: .75em;
	width: 1024px;
}

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

#masthead #logo {
	position: absolute;
	top: -28px;
	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: 253px;
	cursor: pointer;
}

#masthead #navigation {
	float: right;
	font-size: 1.1em;
	height: 23px;
	margin: -50px 0 0 0;
	width: 752px;
}

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

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

#masthead #navigation li.last {
	border: none;
}

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

#content #sidebar {
	float: left;
	width: 236px;
	padding: 31px 0;
	background: url(../images/bg_sidebar.png) no-repeat 0 0;
	/* position: relative; */
	min-height: 177px;
}

#content #sidebar #side-navigation {
	clear: both;
	padding: 170px 0 0 0;
}

#content #sidebar #side-navigation ul {
	margin: 0;
	padding: 0;
}

#content #sidebar #side-navigation li {
	background: url(../images/bg_side-navigation.png) repeat-y 0 0;
	display: block;
	width: 236px;
	margin: 0 0 1px 0;
	padding: 8px 0;
	list-style-type: none;
	font-size: 11px;
}

#content #sidebar #side-navigation li a {
	margin-left: 15px;
}

#content #sidebar #side-navigation li a:hover {
	color: #333;	
}

#content #sidebar #side-navigation li a:focus, #content #sidebar #side-navigation li a:active, #content #sidebar #side-navigation li a.selected { 
	color: #121212;
}

#content #sidebar #side-navigation li a span.arrow {
	padding-left: 15px;
}

#content #sidebar #side-callout {
	clear: both;
	margin: 15px;
	background: #6e6f70;
	padding: 5px;
}

#content #sidebar #side-callout img {
	margin-bottom: 8px;	
}

#content #sidebar #side-callout .callout-headline {
	font-size: 1.2em;	
	padding: 0 5px;
}

#content #sidebar #side-callout p {
	margin: 5px;
	color: #d1d0d2;
	font-size: .9em;
}

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

#content #main #main-content {
	padding: 20px 32px;
	width: 635px;
	font-size: 1.2em;
	line-height: 1.5em;
}

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

#content #main #main-content .quote {
	color: #dddddd;
	font-weight: normal;
	margin: 0 0 8px 0;
	width: 583px;
	padding: 20px 20px 10px 20px;
	background: url(../images/bg_logo.jpg) repeat-y 0 0;
}

#content #main #main-content .quote-text {
	font-size: 1.2em;	
	color: #dddddd;
}

#content #main #main-content .author {
	color: #dddddd !important;	
}

#content #main #main-content a {
	color: #600000;	
}

#content #main #main-content .half-column {
	width: 359px;
	padding: 0 15px 0 0;
	border-right: 1px solid #666;
	float: left;
	font-size: .9em;
	line-height: 1.4em;
}

#content #main #main-content .videos .half-column {
	width: 44%;
	padding: 0 15px 0 0;
	border-right: 1px solid #666;
	float: left;
	font-size: .9em;
	line-height: 1.4em;
}

#content #main #main-content .half-column p {
	margin: 15px 0 5px 0;	
}

#content #main #main-content .end-half-column {
	padding: 0 0 0 20px;	
	width: 240px;
	border: 0;
}

#content #main #main-content .videos .end-half-column {
	padding: 0 0 0 20px;	
	width: 44%;
	border: 0;
}

#content #main #main-content .half-column li {
	padding-bottom: 5px;	
	line-height: 1.2em;
}

#content #main #main-content li {
	margin: 0;
	padding: 0 0 3px 10px;
	background: url(../images/icon_bullet.gif) no-repeat 0 8px;
	list-style-type: none;
}

#main-content h3 {
	color: #333333;
	font-size: 1.4em;
	font-weight: normal;
	margin: 8px 0 5px 0;
}

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

#content #main #main-content p {
	margin: 0 0 18px 0;	
}

#content #main #main-content p.hole {
	margin: 0;	
	font-size: .95em;
	line-height: 1.35em;
}

#callouts {
	background: url(../images/bg_home-callouts.png) no-repeat 0 0;	
	padding: 1px 10px 0 10px;
}

#callouts ul {
	margin: 0;
	padding: 0;
}

#callouts .callout {
	font-size: 11px;
	list-style-type: none;
	float: left;
	display: block;
	width: 172px;
	padding-right: 10px;
}

#callouts .end {
	padding: 0;	
}

#callouts .callout img.callout-img {
	padding: 2px;
	filter: black;
	opacity: .7;
	filter: alpha(opacity=70);
}

#callouts .callout a:hover img.callout-img {
	background: #a7ab9d;
	filter: black;
	opacity: 1;
	filter: alpha(opacity=100);
}

#callouts .callout span.title {
	display: block;
	height: 11px;
	margin-top: -4px;
}

#callouts .callout span.title span {
	float: left;
	display: block;
	height: 11px;
}

#callouts .callout span.title span.arrow {
	padding-left: 8px;	
	margin-top: -1px;
}

#callouts .callout a {
	color: #787878;
	text-decoration: none;
	width: 172px;
	display: block;
}

#callouts .callout a:hover {
	color: #dcdcdc;	
}

#home-copy {
	background: url(../images/bg_home-copy.gif) no-repeat 0 0;
	padding: 0 0 11px 0;
	margin-top: -3px;
}

#home-copy #headline {
	padding: 23px 15px 15px 15px;	
	float: left;
	width: 210px;
}

#home-copy #headline h2 {
	text-indent: -9000em;
	width: 210px;
	height: 83px;
	background: url(../images/title_family-friendship-patriotism.gif) no-repeat;
}

#home-copy #copy {
	padding: 25px 40px 0 0;
	float: left;
	width: 641px;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #9f6666;
	font-family: Times, serif;
}

#home-copy #copy p a {
	text-indent: -9000em;
	background: url(../images/title_home-copy.gif) no-repeat 0 0;
	display: block;
	width: 641px;
	height: 81px;
}

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

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

#home-copy #signature {
	color: #f2dedd;	
	float: right;
	font-size: 10px;
}

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

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

#footer li {
	display: inline;	
}

#footer #secondary-navigation {
	clear: both;
	color: #8e94a1;
	font-size: .7em;
	text-align: center;
}

#footer #secondary-navigation li {
	padding: 0 12px;	
}

#footer #secondary-navigation a {
	color: #8e94a1;	
	text-decoration: none;
}

#footer #secondary-navigation a:hover {
	color: #fff;	
}

#footer #follow-us {
	width: 211px;	
	font-size: .7em;
	float: left;
	padding: 0 0 0 60px;
}

#footer #follow-us p {
	margin: 5px 10px;	
}

#footer #follow-us li {
	display: block;
	float: left;
	padding: 0 5px;
	text-indent: -9000em;
}

#footer #follow-us li a {
	height: 34px;
	width: 34px;
	display: block;
}

#footer #follow-us li#link-facebook a { background: url(../images/icon_facebook.png) no-repeat 0 0; }
#footer #follow-us li#link-twitter a { background: url(../images/icon_twitter.png) no-repeat 0 0; }
#footer #follow-us li#link-linkedin a { background: url(../images/icon_linkedin.png) no-repeat 0 0; }
#footer #follow-us li#link-youtube a { background: url(../images/icon_youtube.png) no-repeat 0 0; }

#footer #affiliates {
	float: right;
	padding: 20px 50px 0 0;
	width: 611px;
}

#footer #affiliates li {
	display: block;
	float: right;
	padding: 0 15px;
	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-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-patriot-golf-cup a {
	background: url(../images/logo_patriot-cup.png) no-repeat left center;
	width: 54px;
}

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

#content #sidebar #side-navigation span.divider {
	border-bottom: 1px solid #666;
	display: block;
	padding: 0 0 4px 0;
	margin: 0 0 5px 0;
	height: 1px;
	width: 236px;
	background: none;
}

.videos {
	padding: 7px 0 0 0;	
}

.video img {
	border: 1px solid #666;
	margin-right: 10px;
	margin-bottom: 7px;
}

.video {
	padding: 5px 5px 13px 5px;
	margin: 0 0 13px 0;
	border-bottom: 1px solid #666;
	width: 65%;
}

.video strong, .video-end strong {
	font-size: .85em;	
	line-height: 1.3em;
}

.video-end {
	padding: 5px 5px 13px 5px;
	margin: 0 0 13px 0;
	border-bottom: none;
	width: 80%;
}

.video-articles {
	width: 359px;	
}

.video-articles img {
	border: 1px solid #666;
	padding: 0;
	margin: 13px 13px 0 0;
}

.video-articles img.no-right-margin {
	margin-right: 0;
}

.content-block {
	background: #6e6f70;
	padding: 23px 23px 15px 23px;
	border: 2px solid #fff;
	line-height: 1.3em;
	margin-right: 5px;
	color: #fff;
}

.content-block h2, .content-block h3 {
	color: #fff !important;	
}

.content-block ul {
	padding-bottom: 12px !important;	
}

small {
	line-height: 1.2em;	
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #666;
	margin: 10px 0 15px 0;
}

.third-column {
	width: 30%;
	padding-right: 2%;
	float: left;
}

td {
	color: #303855;
	font-family: "Times New Roman", Times, serif;
	padding: 2px 0;
	vertical-align: top;
	text-align: left;
}

td h2 {
	padding: 15px 0 0 0;
}

td input {
	width: 300px;
}

td textarea {
	width: 420px;	
	margin: 0 0 10px 0;
}

td input#submit {
	width: 100px;
	text-align: center;
	float: right;
	margin: 0 140px 0 0;
	background: #cc0000;
	color: #fff;
	font-family: "times new roman", times, serif;
	padding: 3px 0;
	border: 2px solid #ccc;
	font-size: 1.1em;
}

.checkbox {
	margin: 0 !important;
	padding: 0 !important;
	width: auto;
}

strong.alert { color: #990000; font-size: .9em; }