@charset "utf-8";
/* CSS Document */
/* Look for display: none; */

body {margin: 0; font-family: "Times New Roman", Times, serif;
}

#container {padding: 0;
}

#header {height: 100px; background-color: #FFFFFF; padding: 0; text-align: left; border-bottom: solid 1px black;
}

#head_left {float: left;
}

#head_right {float: right; padding-right: 1em; font-family: "Times New Roman", Times, serif; font-size: 10pt;
}

#head_right a {text-decoration: none; color: black;
}

#photo {display: none;
}

#content {/*border: solid 1px #FFFFFF; background-color: #FFFFFF;*/ text-align: left; padding-left: 1em; padding-right: 1em;
}

#content h1, h2, h3, h4, h5 {	color: black; font-family: Arial, Helvetica, sans-serif;

}

#content h1 {font-size: 16pt; letter-spacing: 0.3em; margin-top: 1em;
}

#content h2 {font-size: 14pt;
}

#content h3 {font-size: 13pt;
}

#content h4 {font-size: 12pt;
}

#content p {font-size: 11pt; line-height: 1.6em;
}

#content ul {font-size: 11pt; line-height: 1.6em;
}

#content img {padding: 5px; border: 0;
}

#content .no_display {display: none;
}

#content a {text-decoration: none; color: black;
}

#footer {border: solid 1px #FFFFFF; border-top: solid 1px black; height: 30px; background-color:#FFFFFF; font-size: 10pt;
}

#footer_left {float: left; padding-left: 1em; text-align: left;
}

#footer_right {float: right; padding-right: 1em; text-align: right;
}

#footer_right a {text-decoration: none; color: black;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 1em Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
display: none;
/*
background-color:#FFF;
*/
background: url(../assets/images/menu/menubg1.gif) center center repeat-x;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../assets/images/menu/menubg1.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: /*white*/ #C5992E !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(../assets/images/menu/menubg2.gif) center center repeat-x;
}

