/* Reset CSS*/
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; }


/* Default style sheet for HTML 4 */
html, address, blockquote, body, dd, div, dl, dt, fieldset, form,
frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center,
dir, hr, menu, pre { 
	display: block; }

li {
	display: list-item  }

head { 
	display: none  }

table { 
	display: table;
	border-collapse: collapse;
	border-spacing: 0;  }

tr { 	
	display: table-row  }

thead { 
	display: table-header-group  }

tbody { 
	display: table-row-group  }

tfoot {
	display: table-footer-group  }

col { 
	display: table-column  }

colgroup {
	display: table-column-group  }

td, th { 
	display: table-cell  }

caption { 
	display: table-caption  }

th { 
	font-weight: bolder; 
	text-align: center  }

caption { 
	text-align: center  }

h1 { 
	font-size: 2em; margin: .67em 0  }

h2 { 	
	font-size: 1.5em; margin: .75em 0 }

h3 { 
	font-size: 1.17em; margin: .83em 0 }

h4, p, ul, fieldset, form, ol, dl, dir, menu { 	
	margin: 1.12em 0 }

h5 { 
	font-size: .83em; margin: 1.5em 0 }

h6 { 
	font-size: .75em; margin: 1.67em 0 }

b, strong { 
	font-weight: bolder; }

h1, h2, h3, h4, h5, h6 {
	color: #73a336;
	font-weight: bolder; }

blockquote {  }

i, cite, em, var, address { 
	font-style: italic }

pre, tt, code, kbd, samp { 
	font-family: monospace }

pre { 
	white-space: pre }

button, textarea, input, select { 
	display: inline-block }

big { 
	font-size: 1.17em }

small, sub, sup { 
	font-size: .83em }

sub { 
	vertical-align: sub }

sup { 
	vertical-align: super }

table { 
	border-spacing: 2px; }

thead, tbody, tfoot { 
	vertical-align: middle }

td, th, tr { 
	vertical-align: inherit }

s, strike, del { 
	text-decoration: line-through }

hr { 
	border: 1px inset }

ol, ul, dir, menu, dd { 
	margin-left: 40px }

ol { 
	list-style-type: decimal }

ol ul, ul ol, ul ul, ol ol { 
	margin-top: 0; 
	margin-bottom: 0 }

u, ins { 
	text-decoration: underline }

br:before { 
	content: "\A"; 
	white-space: pre-line }

center { 
	text-align: center }

:link, :visited { 
	text-decoration: underline }

:focus { 
	outline: thin dotted invert }

/* Bidirectionality settings (do not change) */
BDO[DIR="ltr"] { 
	direction: ltr; 
	unicode-bidi: bidi-override }
	
BDO[DIR="rtl"] { 
	direction: rtl; 
	unicode-bidi: bidi-override }

*[DIR="ltr"] { 
	direction: ltr; 
	unicode-bidi: embed }
*[DIR="rtl"] { 
	direction: rtl; 
	unicode-bidi: embed }

/* DataLex styles*/
html {
   height:100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #e6e6e6;
	color: #000000;
	font-size: 0.8em;	
	height:100%;
}

#page_title
{
	display: none;
}

#container
{
	min-height:100%;
	height: auto !important;
	height: 100%;		
	position: relative;
	width: 875px;
	margin: auto;
	background: #e6e6e6 url(../images/body_bkg.gif) center top repeat-y;	
}

#header
{
	background: url(../images/header.gif) left top no-repeat #ffffff;
	position: relative;
	margin: 0 8px 0 7px;
	height: 138px;
}

#main
{
	position: relative;
	margin: 0 7px 0 7px;
	padding-bottom: 8px;
}

#menu
{
	font-weight:bold;
	color:#8e8e8e;
}

#menu ul
{
	background:url(../images/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin-left: 0;
}

#menu li
{
	float:left;
	padding:0px 4px;
}

#menu li a
{
	color:#666666;
	display:block;
	font-weight:bold;
	line-height:43px;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
	cursor: pointer;
}

#menu li a:hover
{
	color:#73a336;
	text-decoration:none;
}

#menu li ul
{
	background:#e0e0e0;
	border-left:2px solid #73a336;
	border-right:2px solid #73a336;
	border-bottom:2px solid #73a336;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:225px;
	z-index:200;
}

#menu li:hover ul
{
	display:block;
}

#menu li li {
	display:block;
	float:none;
	padding:0px;
	width:225px;
}

#menu li ul a{
	display:block;
	font-size:12px;
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
	line-height:30px;	
}

#menu li ul a:hover
{
	background:#949494;
	color:#000000;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#menu p
{
	clear:left;
}	

#menu #current
{
	background:url(../images/current-bg.gif) top left repeat-x;
	color:#ffffff;
}

#content
{
	height: 100%;
}

#sub_content
{
	float: left;
	width: 200px;
	padding: 10px;
}

#homepage_sub_content
{
	float: right;
	width: 200px;
	padding: 10px;
}

#sub_menu ul
{
	list-style: none;
	margin-left: 0;
}

#sub_menu li
{
	margin: 10px 0;
}

#sub_menu li a
{
	color: #000;
	text-decoration: none;
	background: url(../images/sub_menu_unselected.gif) center left no-repeat;
	padding-left: 15px;
	font-size: 1.1em;
	display:block;
}

#sub_menu li a:hover, #sub_menu li a#current
{
	color: #73a336;
	background: url(../images/sub_menu_selected.gif) center left no-repeat;
	font-weight: bold;
	display: block;
}

#main_content
{
	padding: 10px;
	margin-left: 210px;
}

#homepage_main_content {
	padding: 10px;
	margin-right: 210px;
}

#main_content p, #homepage_main_content p
{
	margin-bottom: 1.5em;
}

#main_content h1
{
	font-size: 1.7em;
	margin-top: 0;
}

#homepage_main_content h1
{
	font-size: 2.2em;
	margin-top: 0;
}

#main_content a, #main_content a:link, #main_content a:visited, #main_content a:hover, #main_content a:active, 
#homepage_main_content a, #homepage_main_content a:link, #homepage_main_content a:visited, #homepage_main_content a:hover, #homepage_main_content a:active
{
	color: #73a336;
}

#main_content li, #homepage_main_content li
{
	list-style-image: url(../images/list_item.gif);
}
	
#footer
{
	background: #e6e6e6 url(../images/footer.gif) center top no-repeat;	
	position:absolute;
	bottom:0;
	width:100%;
	height:8px;
}

#breadcrumb 
{
	padding-left: 10px;
	color: #666666;
	font-size: 0.9em;
}

#breadcrumb a
{
	color: #666666;
}

.thumbnail
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbnail img 
{
	border: 1px solid #ccc; 
	padding: 4px; 
	vertical-align: middle;
}
