@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	font-size: 76%;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #CCC;
}

#wrapper {
	width: 960px;
	margin: auto;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 15px #000;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
	font-weight: bold;
	border-bottom: 2px #FFFFFF;
}

a:visited {
	color: rgba(51,51,51,1);
}

header {
	height: 160px;
	width: 100%;
	margin-top: 20px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#logo {
	float: left;
	padding: 10px 0 0 40px;
}

.logo {
	float: right;
	padding-top: 60px;
}
/*address box*/

#address {
	margin-top: 30px;
	float: right;
	margin-right: 50px;
	padding: 10px;
	width: 390px;
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
}

#address h3 {
	float: left;
	color: #FFF;
	padding-top: 8px;
	font: Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#address h4 {
	float: right;
	color:#FFF;
	border-left: 2pt #FFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

footer {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 20px;
	width: 960px;
	padding: 20px;
	clear: both;
}

footer li {
	display:inline;
	padding-right: 30px;
	padding-bottom: 2px;
}

/*navigation bar styling*/

#navbar {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	clear: both;
}

.navbutton {
	padding: 0;
	width: 100%;
	border-top: 5px solid #C96;
	background: transparent;
}

.navbutton ul {
	margin:0;
	margin-left: 50px;
	padding: 0;
	list-style: none;
}

.navbutton li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.navbutton a {
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 5px 10px 9px 10px;
	background-color: white;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.navbutton a:hover {
	background-color: #C96;
	padding-top: 9px;
	padding-bottom: 5px;
	color: white;
}

.navbutton .current a {
	background-color: #F00;
	padding-top: 9px;
	padding-bottom: 5px;
	color: white;
}

/*main content window*/
.content {
	background-image: url(../images/contentbackground.gif);
	background-repeat: no-repeat;
	padding: 20px;
	margin-top: -10px;
}

.contentright {
	background-image: url(../images/contentbackground.gif);
	background-repeat: no-repeat;
	margin-top: -10px;
	width: 100%;
	height: 435px;
}

#mainleft {
	float:left;
	background-image: url(../images/homepagebackground.gif);
	height: 510px;
	width: 230px;
	margin-top: -10px;
	padding: 15px 15px 0 15px;
}

#mainright {
	float: right;
	background-image: url(../images/mainpic.jpg);
	width: 700px;
	height: 525px;
	margin-top: -10px;
}

/*navigation on gallery page*/
.gallerynav {
	text-align: center;
	margin-top: 20px;
}

.gallerynav li {
	display: inline;
	font-size: 24px;
	padding: 10px;
	font: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

p.text {
	font: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}

h1 {
	font-size: 33px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 24px;
	color: #FFF;
	padding: 10px 0 10px 0;
}

.leftcol {
	float:left;
	background-image: url(../images/homepagebackground.gif);
	height: 400px;
	width: 230px;
	padding: 35px 15px 0 15px;
}

img.right {
	float: right;
	border: #FFF 12px solid;
	margin: -390px 70px 0 0;
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	transform:rotate(2deg);
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
}

#contactus {
	font-size: 24px;
}

.contact {
	font-size: 20px;
	margin-top: 15px;
}

#map {
	float: right;
	border: #FFF 10px solid;
	margin: -410px 120px 0 0;
	background-color: #C96;
}

li.current {
	font-weight: bold;
}

.email {
	font-size: 17px;
	text-decoration: underline;
}