@charset "utf-8";
/* CSS Document */

/* Left Nav */
div#left_nav ul {
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#left_nav ul li.home div.left_nav2 {
	display:block;
}
div#left_nav ul li.flag {
	background-color: #eee;
}

div#left_nav ul li.home {
	font-weight:bold;
}

div#holder div#navbar ul {
	padding-bottom: 3px;
}

div#holder div#navbar ul li {
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* End Left Nav */

/* CSS Tabs */
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 5px 0 5px 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #999; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 5px 3px 5px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
margin-left: 0px;
padding-left: 0px;
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #CCC; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
ul#altnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 5px 0 5px 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
list-style-type: none;
padding: 3px 5px 3px 5px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#altnav li { /* do not change */
color: #CCC;
float: right;
display: inline;
margin-left: 10px;
padding: 0px;
}

ul#altnav li a { /* settings for all tab links */
color: #999; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
}
ul#altnav li a:hover {
color: black;
}

input.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-top: 2px;
padding-bottom: 1px;
}
legend {
font-weight: bold;
}
div#searchOptions {
	width:500px; 
	padding:3px;
	display:inline;
	float:left;
	min-height:100px;
}

div#nav_buttons {
	width:385px; 
	padding: 3px;
	float:left;
	display:inline;
	min-height:100px;	
}

.holder {
	width:  265px;
	padding: 2px 0px 2px 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	float: left;
	border: 1px solid #CCC;
}

li.holder {
	margin-left:-40px;
	width:305px;
}

* html li.holder {
	margin-left:-20px;
	width:300px;
}

div#topholder {
width: 100%;
}
ul#tabnav li.tab1 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav li.tab1 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}


/* end css tabs */
