<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


a
{
	text-decoration: none;
	color: Black;
	outline: 0;
}

a:visited
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	color: #AC0C27;
}

img
{
	border: none;
}

body
{
	background-image: url(../images/bg.jpg);
}

.content
{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	font-size: 18px;
}

.footer
{
	padding: 10px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

.gallery
{
	text-align: center;
	line-height: 35px;
	width: 100%;
}


.outerContainer
{
	font-family: GS;
	font-family: Gill Sans / Gill Sans MT, sans-serif;
	padding-top: 25px;
}

.templateContainer
{
	margin-left: auto;
	margin-right: auto;
	
	width: 950px;
	min-height: 400px;
	
	background-color: #F8F8F8;
	
	border: 1px solid black;
}


.roundCorners
{
	-moz-border-radius: 10px; /* Firefox */
  	-webkit-border-radius: 10px; /* Safari, Chrome */
  	border-radius: 10px; /* CSS3 */
}

.navbar
{
	padding-top: 30px;
	text-decoration: none;
}

.navButton
{
	-moz-border-radius: 3px; /* Firefox */
  	-webkit-border-radius: 3px; /* Safari, Chrome */
  	border-radius: 3px; /* CSS3 */
	cursor: pointer;
	padding: 7px;
	color: Black;
}

.navButtonDown
{
	-moz-border-radius: 3px; /* Firefox */
  	-webkit-border-radius: 3px; /* Safari, Chrome */
  	border-radius: 3px; /* CSS3 */
	cursor: pointer;
	padding: 7px;
	color: Black;
	background-color: #E0E0E0;
	-moz-box-shadow: 0px 0px 5px #444;
  	-webkit-box-shadow: 0px 0px 5px #444;
  	box-shadow: 0px 0px 5px #444;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#444444')";
  	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#444444');
}

.logo
{
	background-image: url(../images/logo_small.png);
	background-repeat: none;
	width: 159px;
	height: 101px;
}

.glow
{
	-moz-box-shadow: 0px 0px 15px #444;
  	-webkit-box-shadow: 0px 0px 15px #444;
  	box-shadow: 0px 0px 15px #444;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#444444')";
  	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#444444');
}

.photo
{
	box-shadow: 0 0 8px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 1); 
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 1);	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000');
}

.header
{
	width: 950px;
	height: 229px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

.phone
{
	padding-top: 15px;
	font-size: 30px;
	width: 280px;
	height: 67px;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
}

.mail
{
	padding-top: 15px;
	font-size: 30px;
	width: 280px;
	height: 67px;
	background-image: url(../images/mail.jpg);
	background-repeat: no-repeat;
}

.contactBlob
{
	width: 280px;
	padding-left: 85px;
}

.title
{
	font-size: 60px;
}

.thinBorder
{
	border: 1px solid Black;
}

.verticalSpacer
{
	width: 100%;
	height: 50px;
}
</pre></body></html>