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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.home-back {
	background-color: #ffcc33;
	background-position: center top;
	vertical-align: top;
	background-image: url(images/GG_back.jpg);
	background-repeat: repeat-x;
}

.interior-back {
	background-color: #ffcc33;
	background-position: center top;
	vertical-align: top;
	background-image:url(images/GG-interior-back.jpg);
	background-repeat: repeat-x;
}
.small {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	line-height:32px;
}
.small-black {
	font-size: 12px;
	color: #000;
	line-height:16px;
}
.logo {
	padding-top:15px;
	vertical-align:bottom;
}
.image {
	padding-left:15px;
	padding-right:15px;
}

.title {
	background-image:url(images/title-swoosh.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:20px;
}
p {
	padding-left:54px;
	padding-right:54px;
}
a:link {
	color: #981A36;
	text-decoration: underline;
}
a:visited {
	color: #981A36;
	text-decoration: underline;
}
a:hover {
	color: #339999;
	text-decoration: none;
}
a:active {
	color: #981A36;
	text-decoration: underline;
}

li {
	font-weight:bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
#small {
	font-size:11px;
}
.buttons {
	color:#FFF;
	background-color:#903;
		font-size:11px;
		font-weight:bold;
}
.title-red {
	color:#900;
	font-size:15px;
	font-weight:bold;
}
.padding-right {
	padding-right: 200px;
}
.padding-left {
	padding-left: 20px;
}