/*--------------------------------------------
 font tricks (required)
--------------------------------------------*/
html {
	padding:0;margin:0;
	font:small/1.2 Verdana,Arial,Helvetica,sans-serif;
	color:black;
	}
* html body {/* for IE */
	font-size:97%;
	}
body {
	padding:0;margin:0;
	}
body * {
	font-size:inherit;
	font-family:inherit;
	z-index:auto;
	}
* html * {/* for IE */
	font-size:1em;
	}
/*--------------------------------------------
 image tricks (required)
--------------------------------------------*/
img {
	border:0;
	display:inline;
	}
img.block {
	display:block;
	}
.image_left {
	float: left;
	margin:.5em 0;
	padding-right:.5em;
	z-index:10;
	}
.image_right {
	float: right;
	margin:.5em 0;
	padding-left:.5em;
	z-index:10;
	}
.image_center {
	float: center;
	margin:.5em 0;
	padding-right:.5em;
	z-index:10;
	}
/*--------------------------------------------
 general css 
--------------------------------------------*/
caption {
	display:none;
	}
form{
	padding:0;
	margin:0;
	}
label {
	cursor: pointer;
	}
p {
	padding:0;margin:.75em 0;
	}
ul {
	display:inline-block; /* IE display bug */
	margin:1em 0;padding:0 0 0 2em;
	}
ul ul {
	margin:0
	}
li {
	margin:.5em 0;padding:0; /* left margin required:  float+ list bug */
	}
.list_nobullets {
	list-style:none; /* what about padding?  should we remove it? */
	}
a {
	text-decoration:underline; /* opera */
	}
a:link,
a:active {
	color:#990000;
	}
a:visited {
	color:#660000;
	}
a:focus,
a:hover {
	color:#ff0000;
	}

.hidden {
	display:none;
	}
.invisible {
	visibility:hidden;
	}
.clear {
	position:relative;
	clear:both;
	line-height:1px;font-size:1px;
	height:1px;
	padding:0;margin:0;
	margin-bottom:-1px;
	}
.break {
	line-height:1px;height:1px;
	border-bottom:1px dashed black;
	margin:.5em 0;
	}
table {
	border:0;
	margin:0;
	padding:0;
	}
tr,
td,
th {
	margin:0;
	padding:0;
	}

th {
	font-weight:normal;
	text-align:left;
	}

/*--------------------------------------------
 general css for cms, caution applying site-wide
--------------------------------------------*/

h1 {
	font-weight:bold;
	font-size:2em;
	padding:0;margin:.25em 0;
	}
h2 {
	font-weight:bold;
	font-size:1.6em;
	padding:0;margin:.25em 0;
	}
h3 {
	font-weight:bold;
	font-size:1.4em;
	padding:0;margin:.25em 0;
	}
h4 {
	font-style:italic;
	font-weight:bold;
	font-size:1.2em;
	padding:0;margin:.25em 0;
	}

h5 {
	font-weight:bold;
	font-size:1em;
	padding:0;margin:.25em 0;
	}
h6 {
	font-weight:normal;
	font-style:italic;
	font-size:1em;
	padding:0;margin:.25em 0;
	}

/*--------------------------------------------
 specifc look-n-feel cms
--------------------------------------------*/

body {
	background-image:url("images/gi_bg.gif");
	background-color:#777;
	padding:.5em 1.5em;
	}
.wrapper_threecol {
	position:relative;
	min-width:800px;
	max-width:75em;
	margin:0 auto;	
	}
* html .wrapper_threecol{
	width:800px;
	}
.forcewidth {
	width:800px;
}
.insidewrapper {
	position:relative;
	background-color:#c0c0c0;
	border:4px #000 solid;
	}
.languageoptions {
	position:relative;
	text-align:right;
	font-size:.8em;
	margin:.25em 0;
	}
.languageoptions .field{
	position:relative;
	top:-2px;
	}
.languageoptions .button{
	padding:2px;
	}
* html .languageoptions .button{
	padding:0 2px;
	}
.border_bottom {
	background-color:#AF0500;
	height:15px;
	border-top:1px solid black;
	font-size:1px;
	margin-bottom:-1px;
	}
.header {
	position:relative;
	background-color:#AF0500;
	border-bottom:1px solid black;
	padding:0 15px;
	z-index:10;
	} 
* html .header {
	}
.header #logo {
	position:relative;
	line-height:1;
	margin:0;padding:0;
	background-color:#aaa;
	border:1px solid black;
	border-width: 0 1px;
	z-index:10;
	height:70px;
	}
#splash{
	margin-top:-70px;
	text-align:right;
	border-left:1px solid black;
	z-index:0;
	}
.header #logo a {
	text-decoration:none;
	}
.header .menu {
	position:relative;
	text-align:right;
	font-size:12px;
	padding:4px 4px 8px 4px;
	background-image:url("images/menu_bg.gif");
	border:1px solid black;
	border-bottom:0;
	height:1.2em;
	z-index:1;
	}
* html .header .menu {
	display:inline-block;/* IE fix */
	}
.header .menu .tree_navi {	
	display:none;
	}
.header .menu ul {
	position:relative;
	float:right;
	list-style:none;
	padding:0;margin:0;margin-right:2em;
	z-index:1;
	}
.header .menu ul li {
	position:relative;
	float:left;
	padding:0 1em;margin:0;
	white-space:pre;
	z-index:1;
	}


.header .menu ul li ul {
	text-align:left;
	position: absolute;
	display: none;
	float:none;
	left:0;min-width:10em;
	padding:2px;margin:0 1em;
	top:1.5em;
 	background:#ccc;
	border:1px #000 solid;
	z-index:100;
	}
.header .menu li.over ul{
	display: block;
	/*display: inline-block;*/
	}
.header .menu ul ul li {
	float:none;
	padding:0;margin:.25em;
	z-index:1;
	}
.header  .menu li a.selected{
        font-weight:bold;
	color:#ff0000;
	font-size:1.1em;
	}
.header .menu a {
        font-weight:bold;
	color:#fff;
	text-decoration:none;
	}
.header .menu a:hover,
.header .menu a:focus {
        color:#ff0000;
	}
.header .menu a.selected:hover,
.header .menu a.selected:focus {
        color:#fff;
	}
.header .menu ul ul li a {
        font-weight:normal;
	color:#000;
	}
.header .menu ul ul  li a:hover,
.header .menu ul ul  li a:focus {
        color:#AF0500;
	}
.main {
	position:relative;
	display:block;
	width:100%;
	}
* html .main {
	display:inline-block;
	}
#IEfixcenter {
	position:relative;
	z-index:1;
	}
.centercolumn  {
	position:relative;
	padding:1em;
	margin:0 22%;
	border:1px solid black;
	border-width:0 1px;
	background:#fff;
	}
.leftcolumn {
	position:absolute;
	width:22%;
	top:0;
	left:0;
	z-index:1;
	}
.rightcolumn {
	position:absolute;
	width:22%;
	top:0;
	right:0;
	z-index:1;
	}
.main .menu {
	position:relative;
	margin:0;
	padding:1em;
	}
.footer {
	text-align:right;
	font-size:.7em;
	padding:.25em;
	}
.footer a{
	color:#000;
	}

.rightcolumn .menus,
.leftcolumn .menus {
	position:relative;
	background-color:#e0e0e0;
	border-bottom:1px solid black;
	}
* html .rightcolumn .menus{
	margin-left:1px;
	}
.rightcolumn .menu,
.leftcolumn .menu {
	position:relative;
	font-size:.8em;
	}
.leftcolumn .menu ul {
	position:relative;
	list-style:none;
	margin:0;padding:0;
	}
.leftcolumn .menu ul ul{
	display: none;
	}
.leftcolumn .menu ul li {
	position:relative;
	margin:.25em 0;padding:0;
	padding-left:14px;
	clear:left;
	width:15em;
	}
.leftcolumn .menu ul li li {
	width:13em;
	}
/* this is an IE prob - no > syntax, must repeat each level */
.leftcolumn .menu li.expandme ul {
	display: block;
	}
.leftcolumn .menu li.expandme ul ul {
	display: none;
	}
.leftcolumn .menu li.expandme ul li.expandme ul {
	display: block;
	}
.leftcolumn .menu li.expandme ul li.expandme ul ul{
	display: none;
	}
.leftcolumn .menu a.tree_navi{
	width:12px;height:12px;
	float:left;
	position:relative;
	margin-left:-12px;
	text-decoration:none;
        background:url("images/dir_empty.gif") 0 .2em no-repeat;
	}
.leftcolumn .menu li a.more{
        background:url("images/dir_more.gif") 0 .2em no-repeat;
	}
.leftcolumn .menu li a.less{
        background:url("images/dir_less.gif") 0 .2em no-repeat;
	}
.leftcolumn .menu li a.selected{
        font-weight:bold;
	color:#990000;
	}
.leftcolumn .menu a:link,
.leftcolumn .menu a:active,
.leftcolumn .menu a:visited {
	color:#000;
	}
.leftcolumn .menu a:focus,
.leftcolumn .menu a:hover {
	color:#ff0000;
	}
.leftcolumn .menu h3{
	padding:0;margin:0;
	padding-bottom:.25em;
	margin-bottom:.25em;
	border-bottom:1px solid #999;
	}
#menu_left_top  .toplevel{
	padding-bottom:2em;
	border-bottom:1px solid #999;
	}
.rightcolumn .menu ul{
	border-top:1px solid #999;
	list-style:none;
	margin:0;padding:0;
	}
.rightcolumn .menu ul li {
	margin:0;margin-bottom:.25em;
	padding:.25em 0;
	line-height:1em;
	border-bottom:1px solid #999;
	}
.rightcolumn .menu li a {
	text-decoration:none;
	color:#666;
	}
.rightcolumn .menu .date {
	display:block;
	color:#666;
	}
.rightcolumn .menu .title {
	display:block;
	margin:.25em 0;
	font-weight:bold;
	text-decoration:underline;
	color:black;
	}
.rightcolumn .search_form {
	padding:.5em;
	text-align:center;
	font-size:.8em;
	border-bottom:1px solid #000;
	margin-bottom:1px;
	}
.rightcolumn .search_form .searchword{
	width:94%;
	}
.rightcolumn .menu .title:focus,
.rightcolumn .menu .title:hover {
	color:#ff0000;
	}
.centercolumn {
	font-size:.85em;
	color:#333333;
	}
/* Customm header in center column, largest header used in center column */
.centercolumn h2{
	font-size:1.5em;
	color:#AF0500;
	}
/* Customm header in center column, typical section header in our red */
.centercolumn h3{
	font-size:1.2em;
	color:#AF0500;
	}
/* Customm header in center column, typical paragraph header in black */
.centercolumn h4{
	font-size:1.2em;
	font-style:normal;
	color:#000000;
	}
/* Customm header in center column, minor header in italics and black */
.centercolumn h5{
	font-size:1em;
	font-style:normal;
	color:#333333;
	}
/* h6 is normal, meaning text size as body, but italics */
/* This turns the list bold */
.centercolumn li {
	font-weight: bold;
	}
.centercolumn em{
	font-weight:bold;
	font-style:normal;
	color:#000000;
}

.centercolumn a:link {
	color:#AF0500;
	font-weight:bold;
	}
.centercolumn a:active {
	color:#AF0500;
	font-weight:bold;
	}
.centercolumn a:visited {
	color:#AF0500;
	font-weight:bold;
	}
.centercolumn a:focus,
.centercolumn a:hover {
	color:#ff0000;
	font-weight:bold;
	}

.breadcrumbs {
	position:relative;
	text-align:left;
	z-index:10;
	font-size:.9em;
	}
.breadcrumbs span{
	color:#666;
	}
.breadcrumbs a{
	color:#666;
	text-decoration:none;
	}
.breadcrumbs a:focus,
.breadcrumbs a:hover{
	color:#000;
	}


#height_sample {
	position:relative;
	left:-100em;
	display:block;
	height:2em;
	line-height:3em;
	width:100%;
	visibility:hidden;
	}


.button {
	background:#ccc;
	border:1px solid black;
	padding:0;
	margin:2px;
	text-transform:capitalize;
	}
.field {
	margin:.25em 0;
	}
.field textarea{
	width:95%;
	border:1px solid black;
	}
.field select,
.field input{
	border:1px solid black;
	background:#fff;
	}
.field label {
	text-transform:capitalize;
	}
html body .button {
	border:1px solid black;
	background:#ccc;
	text-transform:capitalize;
	margin:2px;
	}
.message {
	background:#ffee99;
	padding:2px;
	}
.languageoptions .field {
	display:inline;
	}


.centercolumn .headlines {
	border-top:1px solid #999;
	}
.centercolumn .headline {
	margin:.5em 0;
	border-bottom:1px solid #999;
	}
.centercolumn .headline h3{
	font-size:1.2em;
	line-height:1;
	}
.centercolumn .headline h3 a{
	color:black;
	text-decoration:none;
	border-bottom:1px solid black;
	}
.centercolumn .headline p a{
	color:black;
	text-decoration:none;
	}
.centercolumn .headline .date {
	color:#666;
	font-style:italic;
	text-decoration:none;
	}
#IEfixcenter .centercolumn {
	position:relative;
	z-index:1;
	}
#IEfixcenter .centercolumn * {
	position:relative;
	z-index:1;
	}
* html .centercolumn  {
	display:inline-block;
	}
#IEfixcenter .center {
	display: block;
	text-align:center;
	margin:0 auto;
	}
