@charset "utf-8";
.center {
	text-align: center;
}
body {
	background-color: #2f2f39;
	background-image: url(img/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
}
ul {
	list-style: none;
}
#banner, #content {
	/*
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
	-webkit-box-shadow:  0px 0px 5px 0px #333;
	box-shadow:  0px 0px 5px 0px #333;
}
#banner {
	margin-top: 60px;
	margin-bottom: 15px;
	padding: 40px 0;
	color: #fff;
	background: #141414;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'Open Sans', sans-serif;
}
#banner h1, #banner h2 {
	text-transform: uppercase;
}
#banner h1 {
	margin-bottom: 10px;
	font-size: 30px;
	text-shadow: 1px 1px 5px #000;
}
#banner h1 a {
	color: #fff;
	text-decoration: none;
}
#banner h2 {
	color: #818181;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: .5px;
	color: #eee;
	text-shadow: 1px 1px 5px #000;
	color: #f7941d;
}
#banner ul {
	margin-top: 10px;
	float: right;
	list-style: none;
}
#banner ul li {
	padding: 0 10px;
	display: inline-block;
}
#banner ul a {
	overflow: auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000;
}
#banner ul a:hover span {
	color: #f7941d;
}
#banner ul span {
	display: block;
	color: #818181;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #eee;
}
#content {
	margin-bottom: 60px;
	padding-top: 15px;
	background: #fff;
	border-bottom: 4px solid #000;
}
blockquote {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #818181;
	border-bottom: 1px dotted #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}
#services {
	padding: 20px 0;
	background: #f9f9f6;
	border-top: 1px dashed #c0c0c0;
}
#services h2 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}
#content {
}
#content h1, #content h2, #content h3 {
	margin-bottom: 10px;
	padding: 0 10px;
}
#content h1 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
}
#content h2 {
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
#content p, #content ul {
	padding: 0 10px;
	padding-bottom: 15px;
	color: #666;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
}
#content strong {
	color: #333;
}
#content a {
	color: #f7941d;
}
#content a:link, #content a:active, #content a:visited {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content ul {
	margin-left: 15px;
	padding-left: 25px;
}
#content ul li {
	list-style: disc;
}
#footer {
	padding-top: 15px;
	background: #141414;
}
#footer p {
	color: #999;
	font-size: 12px;
	line-height: 175%;
}
#footer strong {
	color: #666;
}
#footer a {
	color: #f7941d;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .left {
}
#footer .right {
	text-align: right;
}

table {
	width: 95%;
	margin: 10px;
	color: #666;
	font-size: 14px;
	line-height: 150%;
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

table td {
	padding: 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

table td.even {
	background: #eee;
}
table td.odd {
}

/*
	M I S C E L L A N E O U S
*/
.no-overflow {
	overflow: auto;
}
.address-mail {
	background-image: url(img/address-icon1.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.address-people {
	background-image: url(img/address-icon2.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.photo-left, .photo-right {
	border: 5px solid #fff;
	-webkit-box-shadow:  2px 2px 5px 0px #666;
	box-shadow:  2px 2px 5px 0px #666;
}
.photo-left {
	float: left;
	margin: 0 20px 20px 0;
}
.photo-right {
	float: right;
	margin: 0 0 20px 20px;
}
ul#side-menu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none !important;
}
ul#side-menu a {
	text-decoration: none !important;
}
ul#side-menu a:hover {
	color: #f76a1d;
}
ul#side-menu li {
	padding: 5px 0;
	list-style: none !important;
}
.about hr {
	margin: 20px auto 30px auto;
	display: block;
	border-bottom: 1px solid #bbb;
	width: 50%;
}
