html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    font-size: 100%;  
    vertical-align: baseline;  
    background: transparent;  
}  
body {  
    line-height: 1;  
}  
ol, ul {  
    list-style: none;  
}  
blockquote, q {  
    quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
}  
  
/* remember to define focus styles! */  
:focus {  
    outline: 0;  
}  
  
/* tables still need 'cellspacing="0"' in the markup */  
table {  
    border-collapse: collapse;  
    border-spacing: 0;  
}  /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu {
	font: bold 14px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
}

.indentmenu em {
	font-size:10px;
}

.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #0b2a09 ; 
	border-width: 1px 0;
	background: #0b2a09 url(/images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li {
	display: inline;
}

.indentmenu ul li a {
	float: left;
	color: #fbf390; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #0b2a09;
}

.indentmenu ul li a:visited {
	color: #fbf390;
}

.indentmenu ul li a:hover, 
.indentmenu ul li .current {
	color: #aa1a1a !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(/images/indentbg2.gif) center center repeat-x;
}

.indentmenu ul li a:hover em, 
.indentmenu ul li .current em {
	color: #fbf390 !important;
}

/* Drop Down */

.megamenu {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: #485F46;
	border: 1px solid #0b2a09;
	border-width: 5px 1px;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100;
}

.megamenu .column {
	float: left;
	width: 180px; /*width of each menu column*/
	margin-right: 5px;
}

.megamenu .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.megamenu .column ul li {
	padding-bottom: 5px;
}

.megamenu .column h3 {
	background: #294427;
	font: bold 13px Arial;
	margin: 0 0 5px 0;
	color:#fbf390;
}

.megamenu .column ul li a,
.megamenu .column h3 a {
	text-decoration: none;
	color: #fbf390;
}

.megamenu .column ul li a:hover,
.megamenu .column h3 a:hover {
	color: #aa1a1a;
}

.megamenu .column ul li em a:hover,
.megamenu .column h3 em a:hover {
	color: #fbf390;
}


/* highlight currently selected menu item*/
.indentmenu ul li a.selected_item,
.megamenu .column ul li a.selected_item,
.megamenu .column h3 a.selected_item {
	color: #aa1a1a !important;
}
/*

@import url('typography.css'); 	  
*/

html {
	height:100%;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:100%;
	background: #0b2a09 url('/images/_bg.jpg') repeat-y top center;
	color: #fefcdd; 
}

#container { 
	width: 900px;
	margin-left: auto ;
	margin-right: auto ;
	height:100%;	 
}	
#header {
	padding: 20px 20px 20px 0;
}
#navigation {
	 padding: 0 20px 0 20px;
}
#content { 
	padding: 20px 20px 0 20px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
#footer, #push{ 
	height: 4em;
	text-align:center;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 16px 0;
}	
h2 { 
    font-size: 1.2em;     
    margin: 6px 0 12px 0;
} 
     
h3 { 
    font-size: 1.1em; 
    margin: 12px 0 6px 0;
} 
     
h4 { 
    font-size: 1em;     
} 
     
h5 { 
    font-size: 0.8em;     
}
h6 { 
    font-size: 0.6em;     
}
 
a:link, a:visited {
	color: #fbf390;
	text-decoration: none;
}

a:hover, a:active {
	color: #aa1a1a;
	text-decoration: underline;
}
     
p { 
	color: #fefcdd; 
	margin: 1.12em 0 ;
	line-height: 1.2em;
	font-family: Georgia;
	font-weight:200;
	word-spacing: 0.1em;
	letter-spacing: 1px;
	font-size: 1.1em;
	text-align: justify;
}

p.acc span {
	font-size:2.4em;
	line-height:1em;
	float:left;
	margin-right:0.2em;
	color: #fbf390; 

}

div.cols3,
div.cols3last {
	float:left;	
	width:200px;
	margin-right:20px;	
	margin-top:20px;
	padding-right:70px;	
}

div.cols3last {
	margin-right:0;
}

div.clr {
	clear:left;	
}

/*Make sure your page contains a valid doctype at the top*/
.sgal {
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	position: relative; left: -8px; top: -8px;
}

.sgal .gallerydesctext {
	text-align: left;
	padding: 2px 5px;
}

.fleft {
	float:left;	
	margin-right:10px;
	margin-top:3px;
}
	
.shadow,
.shadow2 {
	background: url(/images/rightcorner.png) top right no-repeat;

} 
.shadow div.si,
.shadow2 div {
	background: url(/images/leftcorner.png) bottom left no-repeat;
	padding: 8px 0 0 8px;
} 
.shadow span,
.shadow2 span  {
	background: url(/images/shadow.png) bottom right;
	display: block;
}
.shadow b,
.shadow2 b {

	height: 252px; width: 516px;
	display: block;
}

.shadow2 b {
	position: relative; left: -8px; top: -8px;
}

.shadow div.sgal,
.shadow2 img {
	vertical-align: bottom;
}

.shadow2 img {
	border-top: 1px solid grey;
	border-left: 1px solid grey;
}


/* ---------------- rules for IE6 only --------------- */
* html .shadow,
* html .shadow2 {
	background: url(/images/rightcorner.gif) top right no-repeat;
} 
* html .shadow div.si,
* html .shadow2 div {
	background: url(/images/leftcorner.gif) bottom left no-repeat;
} 
* html .shadow span,
* html .shadow2 span {
	background: url(/images/shadow.gif) bottom right;
}








