@charset "utf-8";
/* CSS Document */

body{
	background-image: url(images/main-bg.jpg);
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
.menu {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
.menu a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.menu a:hover{
	color: #fcca34;
}
.quotation {
	font-size: 18px;
	text-shadow: 0px 2px 2px #000000;
	color: #FFFFFF;
}
.quotation-author {
	font-size: 14px;
	text-shadow: 0px 2px 2px #000000;
	color: #FFFFFF;
}
.footer-bg {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #333333;
}
.copyright {
	font-size: 12px;
	color: #CCCCCC;
}
.social-media-heading {
	font-size: 24px;
	color: #993300;
}
.footer-heading {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}
.footer-heading span{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	cursor: help;
}
.footer-content {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
.footer-links {
	font-size: 13px;
}
.footer-links a{
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
	display: block;
}
.page-heading {
	font-size: 16px;
	color: #993300;
	font-weight: normal;
}
.content {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.small-content {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.feedback {
	font-size: 12px;
	font-weight: normal;
	color: #993300;
}
.submit {
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}
.input-text {
	height: 30px;
	width: 400px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.input-textarea {
	height: 85px;
	width: 400px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.thanks-feedback {
	font-size: 14px;
	color: #33CC00;
}
