/* CCS file for www.anthonybuckleyfilms.com */

/* Top of Page Nav LInks */
.topLink1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
	text-align: center;
	white-space: nowrap;
	display: block;
	position: relative;
	left: 280px;
	top: 30px;
	padding: 3px;
	width: 215px;
}
.topLink1:link {
	color: #336633;
	text-decoration: underline;
}
.topLink1:hover {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}
.topLink1:visited {
	color: #336633;
	text-decoration: underline;
}
.topLink1:active {
	color: #336633;
	text-decoration: underline;
}
.topLink2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
	text-align: center;
	white-space: nowrap;
	display: block;
	width: 160px;
	position: relative;
	left: 515px;
	padding: 3px;
	top: 3px;
}
.topLink2:link {
	color: #336633;
	text-decoration: underline;
}
.topLink2:hover {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}
.topLink2:visited {
	color: #336633;
	text-decoration: underline;
}
.topLink2:active {
	color: #336633;
	text-decoration: underline;
}

/* Navigation Links from the lefthand side column */
.LHSnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	height: 53px;
	width: 95px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-top: 7px;
	overflow: hidden;
}
.LHSnav:link {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
.LHSnav:hover {
	color: #336633;
	background-color: #FFFFFF;
	text-decoration: underline;
	height: 51px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336633;
	border-bottom-color: #336633;
}
.LHSnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.LHSnav:visited:hover {
	color: #336633;
	text-decoration: none;
}
.LHSnav:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Content and Text layout attributes */
.buckleyFilmContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	display: block;
	margin: 10px;
	padding: 10px;
	height: 100%;
	width: 500px;
	border: thin double #336633;
	left: 0px;
	top: 0px;
}
h1 {
	font-size: 24px;
	color: #009999;
	text-align: center;
	white-space: nowrap;
	text-transform: capitalize;
}
h2 {
	font-size: 18px;
	color: #009999;
	text-align: left;
	white-space: nowrap;
	text-transform: capitalize;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	text-align: center;
	white-space: nowrap;
	display: block;
	border: 3px ridge #336633;
	overflow: visible;
	float: right;
	margin: 0px 10px 10px;
	padding: 10px;
}
h3 {
	font-size: 14px;
	color: #000000;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
}
a:link {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	background-color: #336633;
	text-decoration: none;
}
a:visited {
	color: #336633;
	text-decoration: underline;
}
a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #336633;
	text-decoration: underline;
}
.footer {
	font-size: 9px;
	color: #000000;
	text-align: center;
	display: block;
}
.textCenter {
	text-align: center;
}
.alert {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
