/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #96dbf8 url(../images/ICE_Tile-able_Background.jpg) repeat-x top center;
}

body, html {
	height: 100%;
	width: 100%;
}

.copy a {
	color: #039;
	text-decoration: none;
}

.copy a:hover {
	color: #09F;
	text-decoration: underline;
}

.copy a:focus {
	outline: 1px dotted invert;
}

a {
	color: #f9c96a;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
}

p {
	text-align: justify;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}



/* `Headers
----------------------------------------------------------------------------------------------------*/

.header {
	height: 118px;
	width: 960px;
	background: url(../images/top-header-gh.jpg) no-repeat top left;
}

.headerGO {
	height: 118px;
	width: 960px;
	background: url(../images/top-header-go.jpg) no-repeat top left;
}

.headerGN {
	height: 118px;
	width: 960px;
	background: url(../images/top-header-gn.jpg) no-repeat top left;
}

.headerGT {
	height: 118px;
	width: 960px;
	background: url(../images/top-header-gt.jpg) no-repeat top left;
}

.headerGP {
	height: 118px;
	width: 960px;
	background: url(../images/top-header-gp.jpg) no-repeat top left;
}

.headerLinks {
	padding: 85px 0px 0px 42px;
}



/* `Footer
----------------------------------------------------------------------------------------------------*/

.footer {
	height: 75px;
	width: 960px;
	background: url(../images/footer-bg.jpg) no-repeat top center;
	padding-top: 26px;
	line-height: 20px;
}

.copyright {
	margin-left: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.25px;
}



/* `Content Area
----------------------------------------------------------------------------------------------------*/

.content {
	min-height: 100px;
	background: #ffffff;
	padding-bottom: 29px;
}

.copy {
	margin: 29px 41px 0px 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #191919;
}



/* `Hero Box
----------------------------------------------------------------------------------------------------*/

.heroBox {
	height: 378px;
	width: 960px;
	background: #000;
}

.heroBoxGO {
	height: 378px;
	width: 960px;
	background: url(../images/hero-go.jpg) no-repeat top right;
}

.heroBoxGN {
	height: 378px;
	width: 960px;
	background: url(../images/hero-gn.jpg) no-repeat top right;
}

.heroBoxGT {
	height: 378px;
	width: 960px;
	background: url(../images/hero-gt.jpg) no-repeat top right;
}

.heroBoxGP {
	height: 378px;
	width: 960px;
	background: url(../images/hero-gp.jpg) no-repeat top right;
}

.heroBoxGH {
	height: 378px;
	width: 960px;
	background: url(../images/hero-gh.jpg) no-repeat top center;
}



/* `Brand Hero Links
----------------------------------------------------------------------------------------------------*/

.national a {
	display: block;
	height: 378px;
	width: 235px;
	background: url(../images/hero-gh.jpg) no-repeat top left;
}

.national a:hover {
	background-position: 0px -378px;
}

.opryland a {
	display: block;
	height: 378px;
	width: 235px;
	background: url(../images/hero-gh.jpg) no-repeat top left;
	background-position: -240px 0px;
}

.opryland a:hover {
	background-position: -240px -378px;
}

.palms a {
	display: block;
	height: 378px;
	width: 235px;
	background: url(../images/hero-gh.jpg) no-repeat top left;
	background-position: -481px 0px;
}

.palms a:hover {
	background-position: -481px -378px;
}

.texan a {
	display: block;
	height: 378px;
	width: 235px;
	background: url(../images/hero-gh.jpg) no-repeat top left;
	background-position: -722px 0px;
}

.texan a:hover {
	background-position: -722px -378px;
}



/* `Misc Elements
----------------------------------------------------------------------------------------------------*/

.sideBanner01 {
	height: 193px;
	width: 193px;
	margin-top: 29px;
	background: #d9d9d9;
	text-align: center;
}

.goldBar {
	height: 7px;
	width: 961px;
	background: url(../images/gold-bar.png) no-repeat top center;
}


	
/* `Social Media Links
----------------------------------------------------------------------------------------------------*/

.facebook a {
	display: block;
	margin-left: 20px;
	height: 27px;
	width: 107px;
	background: url(../images/social-media-logo.gif) no-repeat top left;
}

.facebook a:hover {
	background-position: 0px -30px;
}

.twitter a {
	display: block;
	margin-left: 20px;
	height: 27px;
	width: 105px;
	background: url(../images/social-media-logo.gif) no-repeat top left;
	background-position: -122px 0px;
}

.twitter a:hover {
	background-position: -122px -30px;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	margin-bottom: 10px;
}

h2 {
	font-size: 23px;
	display: inline;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
	margin-bottom:12px;
}

p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}

