/* commented backslash hack \*/ 
html, body { 
	min-height: 100%;
}
/* end hack */
html,body {margin:0;padding:0}
* {padding:0;margin:0}
/*You may also want to add this little fix for mozilla to stop it inserting a top margin at 
the start of paragraphs, which will upset the layout by a few pixels.*/
div>p {margin:0}
/************************************************
 *	Main structure															
 ************************************************/
body {
	margin:0 0 0 0;
	padding:0 0 0 0;
 	background-color: #F8F1F1;	

	background-color: #E3E4E6;
}
#outer{
	min-height:100%;
	height:auto;
	/*height:100%;  /* added  */
	width:100%;
	text-align:left;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
 	background-color: #000000;	
	position:relative;
	background-image: url(../images/bg_800_horiz.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #E3E4E6;
	background-attachment: fixed;
	/* negative margin to accomodate footer?  */
	/*margin-bottom:-40px;*/
	border:0px solid red;
}
* html #outer{height:100%;}
#maincol {
	min-height:100%;
	height:100%;
	/*height:100%;*/
	width:780px;
	margin:15px auto 0 auto;
	padding: 0 0 25px 0px;
	letter-spacing:0.75px;
	background-color: white;
	border:0px solid red;
}
* html #maincol {
	margin:15px auto 0 auto;
	letter-spacing:1.0px;
}
.col {
	font: 12px "Verdana", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	padding: 15px 5px 5px 15px;
	line-height:1.6em;
	text-align:left;
	width:600px;
	background-color: #FFFFFF;
	margin:0 0 0 25px;
	color:#909090;
	border:0px solid blue;	
}
* html .col {
	width:600px;
}
.col_border {
	font: 12px "Verdana", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	padding: 15px 5px 5px 20px;
	line-height:1.6em;
	text-align:left;
	width:420px;
	background-color: #FFFFFF;
	margin:0px auto 0 auto;
	color:#909090;
	border:1px solid blue;
	border-color:#E4E4E4;
}
* html .col_border {
	width:420px;
	margin:12px auto 0 auto;
}
.col_border img {
	border:1px solid blue;
	margin:0 0 0 0;
}
#maincol p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0 0 0 0;
	padding-top: 10px;
	padding-right:9px;
	line-height:18px;
	font-size: 1em;
	letter-spacing:1.0px;
}
* html #maincol p {
	letter-spacing:1.0px;

}
#maincol .rcol {
	clear:right;
	float:right;
	width:295px;
	height:100%;
	margin:-1px 0 0 0;
	background-color: white;
}
#maincol h1 {
	font-size: 15px;
	color: #993300;
	letter-spacing: 1px;
	font-family: "Eurostile", Arial, Times, serif;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #EAEAEA;
	font-variant:small-caps;
	font-weight:bold;
}
#maincol h2 {
	font-family: "Eurostile", Arial, Times, serif;
	color: #000000; 
	letter-spacing: 2px; 
	font-variant:small-caps;
	padding: 5px 0 0 0;
}
#rightcolumn {
	clear:right;
	float:right;
	width:92px;
	height:100%;
	margin:10px 14px 25px 0px;
	background-color: white;
	border:0px solid red;
}
#rightcolumn img {
	float:left;
	padding:5px 5px 5px 7px;
	width:75px;
	margin:5px 0 0 0;
	background-color: white;
	text-align:center;
	border:1px solid;
	border-color:#E5E5E5;
}
#rightcolumn a:hover {
	float:left;
	padding:0px 0px 0px 0px;
	width:75px;
	margin:0px 0 0 0px;
	background-color: white;
	text-align:center;
	border: 0px solid;
	border-color:red;
}
#rightcolumn .subcol {
	clear:right;
	float:right;
	width:125px;
	height:auto;
	margin:0 0 0 0;
	background-color: #99CCCC;
	background-image: url(../images/img_75_castell.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border: 1px solid red;
}
#navigation {	
	padding: 4px 0 0 0;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1px;
	font-family: "Eurostile", Arial, Times, serif;
	background-image: url(../images/img_navbg.gif);
	background-repeat:repeat-x;
	height: 20px;
	text-align:center;
	margin:0 0 0 0;
}

#navigation a {
	color:#666666;;
}
#navigation a:hover {
	color:#990000;
	text-decoration:none;
}
/* must be used for #footer to stick to the bottom of the div - height to clear must equal height of #footer */
#clearfooter {
	clear:both;
	height:40px;
}
#footer{
	color: #eee;
	clear:both;
	margin: 0 auto 0 auto;
	text-align:center;
	font-size: 0.8em;
	background-image: url(../images/img_footer.gif);
	padding: 8px 0 0 0;
	height:40px;
	width:100%
}
#footer h1 {
	padding:0px;
	margin: 0px;
	font-size: 12px;
	letter-spacing:0.2em;
}
#footer h1 a {
	color:#CCCCCC;
}
#footer a{
	color: #fff;
	font-weight:bold;
}
#footer a:hover{
	font-weight:bold;
	color: #FFFFCC;}
a{
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#993300;
}
#footer .w3c a {
	display:inline;
	color:#31687D;
	text-decoration:none;
	margin:-11px 5px 0 0;
	font-size: 10px;
	border:1px solid;
	border-color:#31687D;
	padding:0 2px 0 2px;
	float:right;
}
#footer .w3c a:hover {
	color:#CCCCCC;
	text-decoration:none;
	font-size: 10px;
	border:1px solid #CCCCCC;
}
/************************************************
 *						header														*
 ************************************************/
#header {
	padding: 0 0 0 0;
	height:160px;
	width:auto;
	margin:0px 0 0 0;
	background-image: url(../images/img_bluelines.gif);
	background-repeat:repeat-x;
	text-align:right;
	background-color: #E3E4E6;
}
#header .center{
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	height:135px;
	background-color:#2E4066;
}
#header h1 {
	padding:0px;
	margin: 0 0 0.3em 0;;
	font-size: 17px;
	letter-spacing:0.2em;
}
#header h1 a {
	color:#5B7B57;
}
#header h1 a:hover {
	text-decoration:none;
	color: #bb4444;
}
#header h2 {
	font-size: 15px;
	letter-spacing:0.2em;
}
#header .right {

	clear: right;
	float: right;
	text-align: right;
	margin-top: 0px;
	padding-bottom:2em;
}
#header .right h1 {
	padding:0px;
	margin-right:10px;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing:0.2em;
	color:#666666;
	font-family: helvetica, "Times New Roman", Times, serif;
}
#header img {
	border:none;
}
#subtitle {
	margin-bottom:0.3em;
	font-size: 0.9em;
	text-transform:uppercase;
	color:#A37B45;
}
/************************************************
 *	Content																			*
 ************************************************/
h1, h2, h3, h4 {
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 1.2em;
	margin-bottom:0.5em;
}
#leftcol {
	clear:both;
	float:left;
	margin-left:20px;
	letter-spacing:0.1em;
	width: 20%;
}
#validate {
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:0px;
	padding-left:0px;
}
/* wc3 validation buttons */
    span.check {
      position: absolute;
      top: 4px;
      left: 64px;
      color: #900;
      font-size: 23px;
      font-weight: bold;
    }
    .w3cbutton4 {
      margin: 1em 0;
      width: 10em;
      font-family: helvetica,arial,sans-serif;
      font-size: 70%;
    }
    .w3cbutton4 a {
      display: block;
      width: 100%;
    }
    .w3cbutton4 a:link, .w3cbutton4 a:visited, .w3cbutton4 a:hover {
      background-color: #fc6;
      color: #000;
      text-decoration: none;
    }
    .w3cbutton4 a:link, .w3cbutton4 a:visited {
      border-top: 1px solid #cecece;
      border-bottom: 2px solid #4a4a4a;
      border-left: 1px solid #cecece;
      border-right: 2px solid #4a4a4a;
    }
    .w3cbutton4 a:hover {
      border-bottom: 1px solid #cecece;
      border-top: 2px solid #4a4a4a;
      border-right: 1px solid #cecece;
      border-left: 2px solid #4a4a4a;
    }
    .w3cbutton4 span.w3c {
      padding: 0 0.4em;
      background-color: #fff;
      color: #0c479d;
    }
	
/*
	Image Gallery 
*/
#image_container {
clear:right;
float:right;
padding:10px 0 0 10px;
	position:relative; 
	width:425px; 
	height:430px; 
	background:#efedec url(back1.gif); 
	border:1px solid #000; 
margin:15px 15px;
}
#image_container p {
	font-size:10px;
	line-height:10px;
	font-style:normal;
	font-weight:normal;
	color:black;
	text-align:center;
	padding:10px 2px 10px 2px;
	margin:0 0 0 0;
}

a.gallery, a.gallery:visited {
	display:block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000; 
	width:75px; 
	height:47px; 
	float:left; 
	margin:3px; 
	z-index:50;
}
a.slidea {background:url(../thumb2.jpg);}
a.slideb {background:url(../thumb3.jpg);}
a.slidec {background:url(../thumb4.jpg);}
a.slided {background:url(../thumb5.jpg);}
a.slidee {background:url(../thumb6.jpg);}
a.slidef {background:url(../thumb7.jpg);}
a.slideg {background:url(../thumb8.jpg);}
a.slideh {background:url(../thumb9.jpg);}
a.slidei {background:url(../thumb10.jpg);}
a.slidej {background:url(../thumb11.jpg);}

a.gallery span {display:block; position:absolute; width:1px; height:1px; top:5px; left:5px; overflow:hidden; background:#efedec url(back1.gif);z-index:100;}
.slidek {
	display:block; 
	position:absolute; 
	width:402px; 
	height:300px; 
	top:120px; 
	left:11px; 
	padding:5px 5px 5px 5px; 
	border:1px solid black;
}

a.gallery:hover {white-space:normal; border:1px solid #fff;}

/*
	controls large image when thumnail is hovered
*/
a.gallery:hover img {border:1px solid #000; position:relative; z-index:100;}

/*
	controls large image after it  has focus
*/
a.gallery:hover span {
	display:block; 
	position:absolute; 
	width:402px; 
	height:300px; 
	top:120px; 
	left:11px; 
	padding:5px; 
	font-style:normal; 
	color:#000; 
	background:#efedec url(back1.gif); 
	z-index:100;
	border:1px solid black;
}

a.gallery:active img, a.gallery:focus img {
	border:0px solid blue; 
	position:relative; 
	z-index:50;
	}
/*
	controls large image size when thumbnail is clicked
*/
a.gallery:active span, a.gallery:focus span {
	display:block; 
	position:absolute; 
	width:402px; 
	height:300px; 
	top:120px; 
	left:11px; 
	padding:5px; 
	font-style:normal; 
	color:#000; 
	background:#efedec url(back1.gif); 
	z-index:50;
	border:1px solid black;
}
/*
	============  End Image Gallery ============
*/
.cursor_finger {
	cursor:pointer;
}
/*
	form field definitions
*/
#form_container {
	margin:0px 0 0 35px;
	padding:20px 0 35px 15px;
	width:400px;
	border:1px solid #F0F0F0;
	background-repeat: repeat-x;
	border:1px solid #F0F0F0;
	/*background-image: url(../images/bg_blue_fade_top_bottom.gif);*/
	background-color: #FAFCF9;
}
/*  applies to IE only because seperate formating is required */
/* mac hide \*/
* html #form_container {
	padding:12px 0 22px 12px; height:100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

/* end hide*/
.form_tab {
	clear:both;
	float:right;
	display:block;
}
#form_container label {
	display: block;
	width: 188px;
	float: left;
	margin-bottom: 7px;
	clear:left;
}
input {
	background-color:#FAFCF9;
	display: block;
	width: 200px;
	float:  right;
	margin-bottom: 4px;
}
#form_container input {
	color: #000000;
	font-size:11px;
	line-height:15px;
	letter-spacing:1.1px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: transparent;
}
#form_container input[type=submit] {
	background-color:green;
	font-weight:bold;
	text-align:left;
	width:135px;
	height:22px;
	background-image:url(../images/submit_button.jpg);
	cursor:pointer;
	}
#form_container .input_submit {
	background-color:green;
	font-weight:bold;
	text-align:center;
	width:135px;
	height:22px;
	background-image:url(../images/submit_button.jpg);
	cursor:pointer;
	float:left;
}
#form_container .input_check {
	background-color:green;
	cursor:pointer;
}
#form_container .required {
	background-color:#F0F0FF;
}
#form_container label {
	text-align: left;
	width: 150px;
	padding-right: 20px;
}
#check_box {
	border:1px solid #F0F0F0;
	width:340px;
	padding:0 0 10px 5px;
	margin:0 0 0 0px
	
}
#check_box input {
	margin:0 0 0 0;
	padding:0 0 0 0;
	display: block;
	width: 14px;
	float: left;
	margin-bottom: 5px;
	background-color:transparent;
}
br {
	clear: left;
}
textarea {
	margin:5px 0 15px 0px;
	padding:5px 5px 5px 5px;
	color: #000000;
	font-size:11px;
	line-height:15px;
	letter-spacing:1.1px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	width:366px;
	height:180px;
	background-image: url(../images/backgrounds/water.gifZZ);
	background-repeat: repeat-x;
	border:1px solid #F0F0F0;
	border:1px solid gray;
}
.validate {
	clear:left;
}
.center_image {
	display:block;
	margin:0 0 18px 63px;
	padding:0 0 0 0;
	border:0px solid gray;
}
.center_image img {
	margin:0 auto 0 0;
	padding:0px 0px 0px 0px;
	border:0px solid gray;
}

