@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 800px;
	padding: 70px 50px 0;
	margin: 0 auto;
}
.clear {
	clear: both;
}
p {
	font-size: 95%;
	line-height: 150%;
}
li {
	font-size: 95%;
	line-height: 150%;
}
a img {
	border: none;
}
td {
	padding: 10px;
	border: none;
}

/*Header*/
.header {
	width: 800px;
	height: 80px;
}
.headerLogo {
	float: left;
}
.headerText {
	background: url(gr/nav-bkg.gif) repeat-x;
	width: 661px;
	float: left;
}
.headerName {
	float: left;
	height: 40px;
}
.headerNav {
	padding: 11px 0 14px;
	float: left;
	text-transform: uppercase;
}
ul#navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #666;
}
ul#navigation a {
	display: inline;
	text-decoration: none;
	color: #333;
	font-size: 100%;
	padding: 0 12px 0 0;
	font-weight: normal;
}
ul#navigation a:hover {
	color: #7d0849;
}
ul#navigation li {
	display: inline;
}
ul#navigation a.on {
	color: #999;
	background: url(gr/nav_sel.png) no-repeat 3px;
	padding: 0 12px 0 0;
}

/*Home Art*/
.homeArt {
	height: 320px;
	width: 800px;
}
.homeArt2010 {
	height: 320px;
	width: 690px;
	padding: 0 10px 0 0;
	float: left;
	display: inline;
}

/*Home Featured Row*/
.featured {
	height: 110px;
	padding: 10px 0;
}
.featuredBlock {
	width: 260px;
	height: 110px;
	float: left;
}
.featuredSpacer {
	height: 110px;
	width: 10px;
	float: left;
}
#kwick {
	width: 810px;
	height: 110px;
	/*overflow: hidden;*/
}
#kwick .kwicks {
	height: 143px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#kwick li {
	float: left;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 110px;
	width: 260px;
}
#kwick .kwick span {
	display: none;
}

#kwick .box1 {
	background: url(gr/box-contact.jpg) no-repeat;
}
#kwick .box2 {
	background: url(gr/box-photos.jpg) no-repeat;
}
#kwick .box3 {
	background: url(gr/box-tips.jpg) no-repeat;
}

/*Interior Pages*/
.intLogo {
	width: 139px;
	float: left;
}
.intContainer {
	width: 661px;
	float: left;
}
.intContainer a {
	color: #000;
	text-decoration: underline;
}
.intContainer a:hover {
	color: #7d0849;
}
.intContent {
	border-top: #e2e2e2 1px solid;
	width: 661px;
	padding: 12px 0;
	float: left;
}
.intTitle {
	padding: 15px 0 20px;
	float: left;
}
.intContent1 {
	float: left;
	width: 430px;
	padding: 0 31px 0 0;
}
.intContent2 {
	float: left;
	width: 200px;
}
.intContentFull {
	float: left;
	width: 661px;
}
.divider {
	border-top: #7d0849 1px dotted;
}
.subNav {
	padding: 0 0 10px;
	float: left;
	text-transform: uppercase;
	border-bottom: #f0f0f0 1px solid;
	width: 661px;
}
.press {
	padding: 10px 0;
}
.press #text {
	font-size: 95%;
	line-height: 150%;
	float: left;
	width: 383px;
}
.press #cover {
	padding: 4px 10px 0 0;
	float: left;
}
.press a img {
	border: none;
}
.answer {
	line-height: 18px;
	padding: 0 0 5px;
}
.question {
	font-weight: bold;
	line-height: 25px;
	padding: 0;
	font-size: 95%;
	cursor: pointer;
}
.question:hover	{
	color: #7d0849;
}

/*Footer*/
.footer {
	width: 800px;
	border-top: #e2e2e2 1px solid;
	padding: 5px 0 20px;
	color: #cecece;
	font-size: 80%;
}
.footer a {
	color: #cecece;
	text-decoration: none;
}
.footer a:hover {
	color: #333;
}

#emmy2010 {
	display:block;
	width:800px;
	height:80px;
	text-indent:-9999px;
}
#emmy2010 a {
	display:block;
	width:100%;
	height:100%;
	background: url(gr/emmy-800x160.jpg) no-repeat;
	outline:none;
}
#emmy2010 a:hover {
	background-position: 0 -80px;
}

#emmy2010v {
	display:block;
	width:100px;
	height:320px;
	text-indent:-9999px;
	float: left;
	display: inline;
}
#emmy2010v a {
	display:block;
	width:100%;
	height:100%;
	background: url(gr/emmy-200x320.jpg) no-repeat;
	outline:none;
}
#emmy2010v a:hover {
	background-position: -100px 0;
}