@charset "utf-8";
/* ---------- Main Styles for Internet Explorer ---------- */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	background-color: #BDAA7F;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E6CC9B;
}
#center {
	margin-left: 28px;
	clear:both;
}


/* ---------- Header Styles ---------- */
.oneColFixCtrHdr #header {
	padding: 0;  
	height: 175px;
	margin: 0;
	background-color: #33FF33;
	background:url(general-images/header-background.jpg) no-repeat top left;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 0; 
}

.oneColFixCtrHdr #container #mainContent h2 {
	clear: left;
}
.oneColFixCtrHdr #container #mainContent #info {
	width: 400px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #info #info-top {
	background:url(general-images/info-top-menu.jpg) no-repeat top left;
	height: 36px;
	width: 400px;
	vertical-align: text-bottom;
}
.oneColFixCtrHdr #container #mainContent #info #info-main {
	background: url(general-images/info-main.jpg) repeat-y top left;
	margin: 0px;
	padding: 0;
}



/* ---------- Content Area Styles ---------- */
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px;
	background-color: #E6CC9B;
	margin: 0px;
	background: url(general-images/side-background.jpg) no-repeat top right;
	z-index: 15;
}

/* ---------- Footer Styles ---------- */
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #4C0000;
	color: #E6CC9B;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
}



.oneColFixCtrHdr #container #mainContent #img1 {
	padding: 10px 30px 0px 10px;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 0.8em;
	color: #4C0000;
	font-variant: small-caps;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.oneColFixCtrHdr #container #mainContent #img2 {
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;


}
.oneColFixCtrHdr #container #mainContent #img3 {
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	}
.style1 {font-size: .9em;}
* {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #info #info-main p {
	padding: 5px 22px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4C0000;
	line-height: 1.3em;
}
.oneColFixCtrHdr #container #mainContent #info #info-main #info {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #4C0000;
}
.oneColFixCtrHdr #container #mainContent #info #info-main #infoH2 {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #4C0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.oneColFixCtrHdr #container #mainContent #info #bottom {
background:url(general-images/info-bottom.jpg) no-repeat top left;
width:400px;
height:31px;
}
.gallery {	padding: 20px 28px;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 0.8em;
	color: #4C0000;
	font-variant: small-caps;
}
.oneColFixCtrHdr #container #mainContent #center .gallery-center {
	padding: 20px 20px;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 0.8em;
	color: #4C0000;
	font-variant: small-caps;
	}
.oneColFixCtrHdr #container #mainContent #center .gallery-right {
	padding: 20px;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 0.8em ;
	color: #4C0000;
	font-variant: small-caps;
	clear:right;
	}

/* -----Hover Over for Large Images (Left Image) ---------------------------------- */

a.info{
	z-index:24;
	background-color:#E6CC9B;
	color:#000;
	text-decoration:none;
}

a.info:hover{
	z-index:25;
	text-decoration:none;
	background-color: #E6CC9B;
}

a.info span{display: none}

a.info:hover span{ /* IE Only - the span will display just on :hover state*/
	display:block;
	position:relative;
	top:-560px;
	left:110px;
	border:2px solid #000;
	background-color:#FFFFFF;
	color:#000;
	text-align: center;
	padding:10px;
	width: 500px;
	float: left;
}

/* Fix IE Win \*/
* html a { height: 1px; }
/* End Fix */

 /*
------------------------------------------------------------------------
*/
a.menu {
	font-size: 9px;
	color: #E6CC9B;
	text-decoration: none;
	margin-bottom: 4px;
}

a.footer {
	font-size: 9px;
	color: #E6CC9B;
	text-decoration: none;
	margin-bottom: 4px;
}


/* -----Hover Over for Large Images (center Image) ---------------------------------- */
#img2 a.info{
	z-index:24;
	
	background-color:#E6CC9B;
	color:#000;
	text-decoration:none
}

#img2 a.info:hover{
	z-index:25;
	text-decoration:none;
	top: -380px;
}

#img2 a.info span{display: none}

#img2 a.info:hover span{ /* IE Only - the span will display just on :hover state*/
	display:block;
	position:relative;
	top:-560px;
	left:-140px;
	border:2px solid #000;
	background-color:#FFFFFF;
	color:#000;
	text-align: center;
	padding:10px;
	width: 500px;
}
/* -----Hover Over for Large Images (Left Image) ---------------------------------- */
#img3 a.info{
	z-index:24;
	background-color:#E6CC9B;
	color:#000;
	text-decoration:none
}

#img3 a.info:hover{
	z-index:25;
	text-decoration:none;
	top: -380px;
}

#img3 a.info span{display: none}

#img3 a.info:hover span{ /* IE Only - the span will display just on :hover state*/
	display:block;
	position:relative;
	top:-560px;
	left:-380px;
	border:2px solid #000;
	background-color:#FFFFFF;
	color:#000;
	text-align: center;
	padding:10px;
	width: 500px;
}
.oneColFixCtrHdr #container #mainContent #info #info-top #menu {
	color: #E6CC9B;
}
.oneColFixCtrHdr #container #mainContent #center #index-content {
	padding: 20px;
	background-image: url(general-images/flags2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
	z-index: 1;
}
a#designer {
	color: #E6CC9B;
}
