@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #fcf9f4;
	background-repeat: repeat-x;

}
	
.hr {
	color: #990000;
	height: 1px;
}
.h1 {
	font-family: Myriad, "Myriad Pro", "Trebuchet MS", Tahoma;
	font-size: 19px;
	color: #8A0000;
}
.h2 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	color: #0C2B3F;
}
.h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	color: #333300;
}
.h4 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 17px;
	color: #333300;
}
.h5 {
	font-family: Myriad, "Myriad Pro", "Trebuchet MS", Tahoma, Arial;
	font-size: 17px;
	color: #FFFFFF;
}

.leftbg {
	background-image: url(../images/left_section.jpg);
	background-repeat: no-repeat;
}
.rightbg {
	background-image: url(../images/right_section.jpg);
	background-repeat: no-repeat;
}

a.nav:link, a.nav:visited, a.nav:active {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
}
.picborder {
	border: 3px solid #D8CDB8;
}

a.nav:hover {
	font-weight: normal;
	color: #FFFFFF;
}
#imageSlideshowHolder{
	/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 606px;	/* IE 5.x */
	width/* */:/**/600px;	/* Other browsers */
	width: /**/679px;
	/* CSS HACK */
		height: 456px;	/* IE 5.x */
	height/* */:/**/450px;	/* Other browsers */
	height: /**/254px;
	background-color:#670909;
	border:none;
	position:relative;	/* Never change this value */
		
	}
	.imageInGallery{
	width:679px;
	height:254px;
	/* Never change these 3 value */
		left:0px;
	top:0px;
	position:absolute;
	}
	
	
	#imageSlideshowHolder img{
	position:absolute;
	top: 1px;
	}
a.side:link, a.side:visited{
	font-family: Tahoma, "Myriad Pro", "Trebuchet MS";
	color: #1B2761;
	font-size: 15px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
	clear: both;
}
a.side:hover, a.side:active {
	color: #950016;
	text-decoration: underline;

}
.textbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C2B3F;
	border: 1px solid #D4C6AB;
	width: 150px;
	padding-left: 2px;
}

.textbox_err {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#FF0000;
	border: 1px solid #D4C6AB;
	width: 150px;
	padding-left: 2px;
}

.bigtextbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0C2B3F;
	border: 1px solid #D4C6AB;
	width: 429px;
	padding-left: 2px;
}

.bigtextbox_err {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color:#FF0000;
	border: 1px solid #D4C6AB;
	width: 429px;
	padding-left: 2px;
}

.bigcontact {
	padding-left: 129px;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.right-top-text {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.right-top-text2 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #666666;
}

