/* base
-----------------------------------------------*/

body
{
	PADDING-RIGHT: 0px;f
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
         BACKGROUND-COLOR: #E4E0D9;
	MARGIN: 0px;
	FONT: 12px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFF;
	PADDING-TOP: 0px;
	TEXT-ALIGN: center;
}
 
/* general
----------------------------------------------- */

h1
{
        border-bottom:1px solid #EAEBE6;
        color:#891313;
        font-family:Verdana,Tahoma, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
}


h2
{
	font: 10px Verdana,Tahoma, Helvetica, sans-serif;
	color: #FF0000;
	text-align: left;
}

h3
{
	font: bold 12px Verdana,Tahoma, Helvetica, sans-serif;
	color: #383733;
	text-align: left;
	padding-top: 5px; 
}

h4
{
        border-bottom:0px solid #ccc;
        font-family:Verdana,Tahoma, Helvetica, sans-serif;
        font-size:13px; 
        font-weight:bold;
        color: #36a;
        font-variant: small-caps;
        margin-top:10px;
        margin-bottom:10px;
}

h5
{
        border-bottom:0px solid #EAEBE6;
        font-family:Verdana,Tahoma, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
}


h6
{
        border-bottom:1px solid #838488;
        color:#3A3A3C;
        font-family:Verdana,Tahoma, Helvetica, sans-serif;
        font-size:12px;
	font-variant:small-caps;
        font-weight:bold;
}

p
{
	MARGIN-bottom: 20px;
}
h

.separator {
border-bottom: 1px dotted #000000;
clear: both;
height: 0; padding: 0; line-height: 0;
}

.separator hr {
display: none;
}

hr {
color: #6F2300;
background-color: #6F2300;
height: 1px;
}



/* links
----------------------------------------------- */

a {
        text-decoration: none;
        color: #003399;
        border-bottom: 0px #000 dotted;
}

a:hover {
        color: #383733;
        text-decoration:underline;
        /* border-bottom: 1px #000000 dotted;*/
}

.readMore
{
        font: bold 11px Verdana,Arial, Helvetica, sans-serif;
        color: #FF0000;
        text-align: right;
        text-decoration:underline;
  /*    border-bottom: 1px #FF0000 solid; */
}


/* layout
----------------------------------------------- */
#wrapper { 
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align: left;
	padding: 0px; 
	width:957px;
	background: #EFE7DC;
         border: 5px solid #FFFFFF;
}

#header { 
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align: right;
	width:934px;
	padding-right: 20px;
	background: #000000;
         font-family:Verdana,Tahoma, Helvetica, sans-serif;
         font-size:11px;
         font-weight:bold;
         color:#fff;
	height:25px;
	line-height:25px;
}

#header a { 
         font-family:Verdana,Tahoma, Helvetica, sans-serif;
         font-size:11px;
         font-weight:bold;
         color:#fff;
}

#footer { 
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align: right;
	width:954px;
	height:38px;
background: url(../core_images/footer/footer.jpg) top;
	FONT: 12px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFF;
}

div.layoutitem {
  margin:5px;
  border: 0px dashed #AAAAAA;
  background-color: #FFFFFF;
}

#spacer
{
  display: block;
  background-color: #FFFFFF;
  height: 10px;
}

#colA {

	width:271px;
	height:936px;
	border-top:10px;
  	background: url(../core_images/background/left_column_background.jpg) repeat-y top;
}

#colA_text {
	padding-left: 35px;
}

#colB {
	float:right;
	width:683px;
}

#colB_image {
	float:left;
	width:683px;
}


#colB_homepage {
	text-align: left;
	width:583px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
         font-family: sans-serif;
         font-size:14px;
         color:#000;
	line-height:25px;

}


#colB_text {
	text-align: left;
	width:583px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
         font-family: sans-serif;
         font-size:14px;
         color:#000;

}


#pageFooter {
	clear:both;
	border-top: 0px solid #999999;
	text-align:center;
         padding-top:20px;
	height:550px;
         /* padding:20px; */	
}


/* glz_custom_select_field
----------------------------------------------- */

fieldset {
	border: 0px solid #999999;	
} 


/* accordian
----------------------------------------------- */


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 18em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #EEE7DB;
  color: #000;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #E6DFD3;
}

ul#menu li ul li a {
  background: #E4DDD2;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }	

   li a {display:inline-block;}
   li a {display:block;}



/* dropdown

#navMenu {
	background:#84907c;
}
#navMenu input {
	background:#5d6658;
}

#dropdownMenu li a:hover,
#dropdownMenu li:hover a,
#dropdownMenu li.hover a {
	background-position:0px -34px; 
}
#dropdownMenu li ul li a:hover {
	background:#85907f !important;
	color:#fff;
}


/* slideshow----------------------------------------------- */

#slideshow {
    position:relative;
    height:362px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}