/* CSS Document */

/*<group=GENERAL>*/

html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	background: #f5f5f0 url(../images/tile_mast.gif) repeat-x top;
	color: #6D695F;
	text-align: center;
	height:100%;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-variant:small-caps;
	color: #4c321b;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #4c321b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #4c321b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
}
h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #4c321b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #965101;
	font-family:"Times New Roman", Times, serif;
	margin: 0 0 1em 0;
}
h6 {
	font-size: 1.0em;
	color: #4c321b;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #965101;
}
a:hover {
	color: #f00;
}

.clear {
	clear: both;
	line-height: 0%;
	font-size: 0%;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

.warning {
	color: #f00;
}

a.callout {
	color: #f00 !important;
}
	
/*</group>*/

/*<group=WRAP>*/

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height:95%;
	
	
	/*background: #fff;*/
}
	
/*</group>*/

/*<group=MAST>*/

#mast {
	margin-bottom: 0 ;
	padding-left: 233px;
}

#banner {
	margin-left: 115px;
}
	
/*</group>*/

/*<group=NAV>*/
	
/*</group>*/

/*<group=CONTENT>*/

#content {
	border-bottom: solid 1px #c9c9a7;
	min-height:95%;
	
}

#content ul {
	margin: 0 1em 1em 1em;
	padding: 0;
}

#content li strong {
	color: #4c321b;
	font-weight: normal;
}
	
/*</group>*/

/*<group=LOGO>*/

#logo {
	text-align: center;
	
}

#brand {
	margin-bottom: 20px;
	
}

#logo a.current img {
	border-top: solid 1px #C9C9A6;
	border-bottom: solid 1px #C9C9A6;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}
	
/*</group>*/

/*<group=LEFT>*/

#left {
	position: absolute;
	z-index: 1;
	left: 100px;
	min-height:85%;
	
	
}

#left ul {

	line-height: 0;
	list-style-type: none;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	text-transform: uppercase;
	/*width: 100px;*/
	
}

#left li {
	margin: 0;
	padding: 0;
}

#left li a {
	font-size: 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	color: #d6b284;
	padding: 0 0 4px 37px;
}

#left li a:hover {
	display: block;
	text-decoration: none;
	color: #b87b2b;	
}
#left li a .current{
	color: #b87b2b;
}
	
/*</group>*/

/*<group=RIGHT>*/

#right {
	float: right;
	margin-left: 10px;
	
}

#right ul {
	width: 160px;
	margin: 0;
	padding: 0;
}

#right ul li {
	margin: 0 0 1em 0;
}
	
/*</group>*/

/*<group=COPY>*/


#copy {
	/*display: table;*/
	padding: 0 20px 50px 120px;
	position:relative;

	
}

#copy ul {
	padding-right: 100px;
}
	
/*</group>*/

/*<group=FOOTER>*/

#footer {
	padding: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	position:relative;
	bottom:0;
	clear:both;
}
	
	
/*</group>*/

/*<group=FORM>*/

form.form_box
{
	
	width: 150px;
	padding: 45px  5px 5px 5px;
	font-size:10px;
}

div.form_box
{
	border-top: solid 1px #C9C9A6;
	width: 150px;
	padding: 5px;
	text-align:left;
}
	
/*</group>*/

#site_map {
	padding: 15px 0 0 40px;;
}

#site_map li {
	list-style-type:none;
}
/*
#site_map li a {
	color:#dbbe97;
	}

#site_map li a:hover {
	color:#965101;
	}
	*/
	 
/* Self-clearing divs */

#left:after, #copy:after, #footer:after,
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#gallery_nav {
	font-size:x-small;
}
#galler_nav ul {
	list-style-type:none;
}

#galler_nav ul li {
	list-style-type:none;
}

