/*----------------------------------------------------------*/
/*	LAYOUT													*/
/*----------------------------------------------------------*/

body {
margin:20px;
padding:0;
height:100%;
background-color: #996633;
background-image:url(images/background.gif);
background-repeat:repeat-x;
color:#330000;  
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
text-align: justify;
}


#container { 
top: 0px;	
margin:0 auto;
padding:0;
width:800px;
text-align:left;
vertical-align: middle;	
background-color: transparent;
border:0px solid #cccccc;
}


#logo {
background:url(images/Header_logo.gif);
background-repeat: no-repeat;
margin:0;
padding:0;
height:150px;
text-align:center;
background-color: transparent;
}


#topbar {
margin:0;
margin-bottom: 5px;
height:7px;
background-color:#ffcc33;
}

#banner {
margin:0;
margin-bottom: 0px;
height:150px;
background-color:#2c2c2c;
border-bottom: 1px solid #cc9966;
border-top: 1px solid #cc9966;
}


/*----------------------------------*/
/*	LEFT COLUMN						*/
/*----------------------------------*/

#leftColumn {
float:left;
	display: inline;
margin: 20px 0px;
padding: 0px;
max-width:300px;
font-size: 9pt;
height: 100%;
text-align: justify;
}

#leftColumn p {
padding:10px;
}


#leftColumn h2 {
margin:0;
padding:10px 0 0 10px;
font-size:1em;
}



/*----------------------------------*/
/*	CENTER COLUMN					*/
/*----------------------------------*/
#centerColumn { 	
margin: 0px 0px 10px 320px;
padding: 5px 0px 25px;
background-color: transparent;
text-align: justify;
}

#GalleryColumn { 	
margin: 0px 0px 10px 20px;
padding: 5px 0px 25px;
max-width: 800px;
background-color: transparent;
text-align: left;
}

#centerColumn p {
padding:10px
}

#centerColumn h2 {
margin:0;
padding:10px 0 5px 0;
font-size: 9pt;
letter-spacing:.1em;
}




/*----------------------------------*/
/*	GALLERY 						*/
/*----------------------------------*/

div.img
  {
  margin: 5px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 5px;
  padding: 1px;
  background: #ffffff; /* cc9966 */
  border: 4px solid #663300;
  }
div.img a:hover img
  {
  border: 4px solid #ffcc33;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
  
  
.gallery {
margin: 0;
padding: 0;
list-style-type: none;
}

.gallery li {
margin: 0;
padding: 0;
float: left;
width: 144px;
margin-right: 0px;
padding: 3px;
height: 48px;
}


/*----------------------------------------------------------*/
/*	NAVIGATION												*/
/*----------------------------------------------------------*/

#nav {
text-align:center;
margin-bottom: 10px;
font-family:Arial,Verdana,Helvitica,sans-serif;
font-size:11px;
font-weight:bold;
}

#nav {
text-align:center;
margin-bottom: 0px;
}


/*----------------------------------------------------------*/
/*	TEXT													*/
/*----------------------------------------------------------*/

body {
font-family:Arial,Verdana,Helvitica,sans-serif;
font-size: 12px;}

b {
font-family:Arial,Verdana,Helvitica,sans-serif;
font-size: 12px;
}

h1 {
font-family:Arial,Verdana,Helvitica,sans-serif;
font-size:13px;
}


blockquote.1 {
margin:20px 20px 20px 20px;
padding: 20px;
background-color: rgb(179,127,77);
border:1px solid #663300;
text-align:center;
}

blockquote.download {
/*margin:-20px 20px 20px 20px;*/
padding: 20px;
background-color: rgb(179,127,77);
border:1px solid #663300;
text-align: left;
text-indent: 0px;
}

blockquote p {
margin:.2em;
}

.HeaderQuote {
margin: 0px;
}

.Ralign {
margin-top: 0px;
text-align: right;
}



/*----------------------------------------------------------*/
/*	LINKS 													*/
/*----------------------------------------------------------*/

a:link, a:active {
font-size:9pt;
color:#ffcc33;
}

a:hover {
font-size:9pt;
color:#000000;
}

a:visited {
font-size:9pt;
color:#ffcc33;
}


/*----------------------------------------------------------*/
/*	LISTS 													*/
/*----------------------------------------------------------*/

/* LIST BULLETS */
ul.download {
list-style-image: url(images/bullet.gif);
}

ul.reg-list {
list-style-image: url(images/bullet-1.gif);
}

/*----------------------------------------------------------*/
/*	FOOTER													*/
/*----------------------------------------------------------*/

#footer {
clear:both;
position: inherit;
/* padding: 20px auto; */
height:50px;
vertical-align:middle;
text-align:center;
font-size:7pt;
color: #cc9966;
background-color: #663300;
}

#footerText {
text-align:center;
font-size:7pt;
color: #cc9966;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
font-size: 7pt;
}


/*----------------------------------------------------------*/
/*	Form													*/
/*----------------------------------------------------------*/
input.FormStyle, textarea.FormStyle, button.input.FormStyle, submit.input.FormStyle, reset.input.FormStyle {
background-color:#FFFFFF; border: 1px solid #663300;
}


/*----------------------------------------------------------*/
/*	IMAGE FORMATTING										*/
/*----------------------------------------------------------*/

.borderit {
border: 1px solid #663300;
}

img.HDRimg{
/*margin-top: -20px;
margin-bottom: -35px;
height: 36px;*/
/* if IE */ display: inline; margin-left: 5px;
}

img { 
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); 
} 


/*----------------------------------------------------------*/
/*	SPLASH PAGE												*/
/*----------------------------------------------------------*/
#comingSoon {
position: absolute;
top: 375px;
width: 100%;
text-align:center;

}