@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	text-align:center;
	}

/* Universal Tags
********************/
body {
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a:link {
	color: #bc0000;
	text-decoration: none;
	}
a:visited {
	color: #bc0000;
	text-decoration: none;
	}
a:hover {
	color: #bc0000;
	text-decoration: underline;
	}
a:active {
	color: #bc0000;
	text-decoration: underline;
	}
	
p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	}

h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	}

img {
	border:0px;
	}
	
b {
	font-weight:normal;
	}

/* Container
********************/
#container {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	text-align:left;
	}
	
#infobar {
	height:11px;
	font-size:9px;
	text-align:right;
	background-color:#FFFFFF;
	background-image:url(images/infobar.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left:5px;
	padding-right:5px;
	}
		#infobar p {
			margin:0px;
			padding:0px;
			}
/* Header */	
#header {
	width:760px;
	height:304px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

#slideshow {
	height:304px;
	max-height:304px;
	overflow:hidden;
	}

/* Wrapper
********************/
#wrapper {
	background-color:#FFFFFF;
	margin-top:20px;
	}

/* Side Bar
********************/
#sidebar {
	width:200px;
	float:left;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-bottom:20px;
	}
		#menu {
			width:168px;
			height:206px;
			margin-left:auto;
			margin-right:auto;
			}
				.home {
					width:168px;
					height:50px;
					background-image:url(images/buttons/home_off.png);
					display:block;
					}
						a.home:hover {
							background-image:url(images/buttons/home_on.png);
							display:block;
							}
				.building {
					width:168px;
					height:60px;
					background-image:url(images/buttons/building_off.png);
					display:block;
					}
						a.building:hover {
							background-image:url(images/buttons/building_on.png);
							display:block;
							}	
				.gallery {
					width:168px;
					height:39px;
					background-image:url(images/buttons/gallery_off.png);
					display:block;
					}
						a.gallery:hover {
							background-image:url(images/buttons/gallery_on.png);
							display:block;
							}
				.contact {
					width:168px;
					height:57px;
					background-image:url(images/buttons/contact_off.png);
					display:block;
					}
						a.contact:hover {
							background-image:url(images/buttons/contact_on.png);
							display:block;
							}
		#menu ul {
			list-style-type:none;
			margin:0px;
			padding:0px;
			}
		#menu ul li {
			list-style-type:none;
			margin:0px;
			padding:0px;
			}

/* Content
********************/	
#content {
	width:514px;
	float:right;
	margin-right:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	min-height:450px;
	}
		.holder {
			width:100%;
			margin-bottom:20px;
			margin-top: 20px;
			}
			
			.spacer {
				width: 500px;
				height: 1px;
				border-bottom: 1px dotted #bc0000;
				margin: 20px auto 40px auto;
			}
				.left {
					width:247px;
					float:left;
					}
					
					
					.left img {
						border: 1px solid #999999;
						margin:0px 0px 10px 0px;
						}
					
					.left img:hover {
						border: 1px solid #bc0000;
						}
					
				.right {
					width:247px;
					float:right;
					}
					
					.right img {
						border: 1px solid #999999;
						margin:0px 0px 10px 0px;
						}
					
					.right img:hover {
						border: 1px solid #bc0000;
						}
	
#content p {
	padding:0px 0px 0px 10px;
	}
	
.three-column-1 {
	width:160px;
	float:left;
	display:block;
	margin:0px 5px 0px 0px;
	}

.three-column-2 {
	width:160px;
	float:left;
	display:block;
	margin:0px auto 0px auto;
	}
	
.three-column-3 {
	width:160px;
	float:right;
	display:block;
	margin:0px 0px 0px 5px;
	}
	
/* Footer
********************/
#footer {
	background-color:#FFFFFF;
	padding:20px;
	font-size:10px;
	text-align:center;
	color:#999999;
	}
		#footer p {
		margin:5px;
			}
		#footer a:link {
	color:#999999;
	text-decoration: none;
			}
		#footer a:visited {
	color:#999999;
	text-decoration: none;
			}
		#footer a:hover {
	color:#333333;
	text-decoration: underline;
			}
		#footer a:active {
	color:#333333;
	text-decoration: underline;
			}
			
/* Contact Form
********************/
#mailerform {
	width:365px;
	margin-left:auto;
	margin-right:auto;
}

.mailercontainer {
	width:365px;
}

.formtext {
	width:70px;
	float:left;
	text-align:right;
	padding-top:10px;
}

.formbox {
	width:220px;
	float:right;
	padding-top:5px;
	margin-right:50px;
}

.asterix {
	color: #FF0000;
}

.bsa {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

input, textarea {
	border:1px solid #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
input:focus, textarea:focus {
	background-color: #EEEEEE;
	border:1px solid #bc0000;
	}
	
input:hover, textarea:hover {
	border:1px solid #bc0000;
	}


/* Misc
********************/
.clear {
	clear:both;
	}

.sitemapcenter {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.lightbox {
	text-align:center;
	margin:0px auto 0px auto;
	display:block;
	}
	
.float-right {
	float:right;
	}
	
.float-left {
	float:left;
	}
	
ul.float-left {
	float:left;
	margin:0 0 0 20px;
	padding:0;
	}
	
ul.float-left li.title {
	list-style-type:none;
	font-weight:bold;
	}
	
ul.float-left li {
	list-style-type:none;
	}
	


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
