/* @override 
	http://192.168.87.128/goss/kontek/css/kontek.css
	http://192.168.87.128/goss/Kontek/css/kontek.css
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 67.5% Verdana, Helvetica, Arial,sans-serif; background-color: #00803b;}
ul { list-style: none inside; }
p { font: 1em; line-height:1.4em; margin-bottom: 1.3em; }
a { outline: none; cursor:pointer; }
a img { border: none; }
table { font: 62.5% Verdana, Helvetica, Arial , sans-serif; }

/* END RESET */


#rootContainer
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	float: left;
	width: 100%;
	min-width: 815px;
	clear: both;
	font-size: 1em;
	line-height: 1.4em;
	background: url(../media/img/back.jpg) no-repeat 50% 0%;
}

#backContainer
{
	position: absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	clear: both;
	left:  50%;
	margin-left: -50%;
}


body, html, form
{
	height: 100%;
	color: #000000;
	font-size: 11px;
}

a:hover
{
	cursor: pointer;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 23px;
	line-height: 24px;
}

h2
{
	font-size: 15px;
	color: #00803B;
	font-weight: normal;
	padding-bottom: 10px;
}

.hide
{
	display:  none;
}


.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

a, a:visited
{
	color: #00803B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.firstFont
{
	font-family: Helvetica, Arial, sans-serif;
}


a.noPointer:hover
{
	cursor: default !important;
}

.wrapper
{
	min-height: 100%;	
	margin: 54px auto 0 auto;	
	width: 929px;
	clear: both;
	position: relative;
}


.invisible
{
	visibility: hidden;
}

#mainTop
{
	background: url(../media/img/back_white_top.png) no-repeat;
	float: left;
	padding: 0px 49px 0px 43px;
	width: 888px;
	height: 32px;
}

#main
{
	background: url(../media/img/back_white.png) repeat-y;
	float: left;
	padding: 6px 49px 43px 43px;
	width: 888px;
	min-height: 444px;
	margin-bottom: 0px;
}


#introContainer
{
	background: url(../media/img/back_white.png) repeat-y;
	float: left;
	padding: 6px 49px 0px 13px;
	width: 898px;
	margin-bottom: 0px;
	top: 32px;
	min-height: 487px;
	position: absolute;
	z-index: 1000;
	left: 0px;
	display: none;
}

.logo
{
	background: url(../media/img/kontek_logo.gif) no-repeat;
	width: 188px;
	height: 52px;
}

#logoContainer
{
	margin-bottom: 40px;
}

.footer
{
	padding: 20px 49px 43px 13px;
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	width: 888px;
	background: url(../media/img/back_white_bottom.png) no-repeat;
	
}


.footer a
{
	color: #ffffff;
}

.mainLeft
{
	float: left;
	width: 279px;
}

.mainRight
{
	float: left;
	width: 540px;
}

.mainMenu
{
	position: relative;
	z-index: 100;
}

#nav, #nav ul
{
    z-index: 5;
    float: left;
 
    list-style: none;
    line-height: 1;
    padding: 0;
    margin: 0;
}

#nav
{
	width: 529px;
}

#nav a
{
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 3px 0px 3px 0px;
   
}

#nav
{
	border-bottom: 2px solid #C7D64F;
	padding-bottom: 5px;
	height: 18px;
}

#nav > a
{
	font-size: 11px;
}

#nav li
{
    float: left;
    padding: 0;
    margin: 0;
}

#nav > li
{
   	padding-right: 0px;
	margin-right: 2px;
   	padding-left: 10px;
}

#nav > li a
{
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 7px;
}

#nav > li:hover
{
   background: url(../media/img/menu_left.gif) no-repeat;
}

#nav > li:hover > a
{
   background: url(../media/img/menu_right.gif) no-repeat right top;
   color: #ffffff;
}

#nav li.lastMenuItem
{
	padding-right: 0px;
	position: absolute;
	right: 0px;
}

#nav li.lastMenuItem a
{
	width:;
}

#nav li.firstMenuItem
{
	margin-left: -10px;
	float: left;
	padding-right: -2px;
}



#nav li.firstMenuItem .firstMenuBack
{
	padding-left: 12px;
	margin-left: -12px;
	height: 25px;
	width: 37px;
	float: left;
	
}

#nav li.firstMenuItem .firstMenuBack a:hover
{
 	color: #ffffff;
}




#nav li.firstMenuItem:hover
{
	background: url(../media/img/menu_home_back.png) no-repeat;
}

#nav > li.firstMenuItem:hover:hover > a
{
   background: none;
}

#nav li ul
{
    position: absolute;
    left: -999em;
    height: auto;
    width: 205px;
    font-weight: normal;
    padding: 0px 0px 0px 8px;
    margin: 0;
    background: url(../media/img/submenu_back.png) no-repeat;
    margin-left: -10px;
}

#nav .submenuBottom
{
	background: url(../media/img/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 11px;
    float: left;
	margin: 0px;
	padding: 0px;
    margin-bottom: -11px;
    margin-left: -8px;
}

#nav li > ul
{
    padding-top: 5px;
}


#nav li li
{
    width: 200px;
}
/*
#nav li li ul
{
    width: 155px;
    margin-top: -5px;
    padding-top: 0px;
}*/

#nav li li  ul
{
    padding-left: 15px;
    margin-top: -20px !important;
    margin-left: 191px !important;
    background: url(../media/img/submenu_back_right.png) no-repeat;
}

#nav li li > ul .submenuBottom
{
    margin-left: -15px;
}

#nav li ul a
{
    border: 0px;
    color: #ffffff;
    font-size: 9px;
    text-align: left;
    padding: 5px 2px 1px 3px;
}

#nav li ul a:hover
{
    font-weight: bold;

}

#nav li ul ul
{
    margin: -19px 0 0 135px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul
{
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
    left: auto;
}


#nav li li:hover, #nav li li.sfhover
{
    font-weight: bold;
}


#nav li li:hover, #nav li li.sfhover
{
  /*  background: #25914e;*/
}

.footerLinks
{
	text-align: right;
}

#breadCrumb
{
	height: 61px;
	padding-top: 6px;
	color: green;
	font-size: 10px;
}

#breadCrumb span
{
	font-weight: bold;
}

#breadCrumb span a 
{
	font-weight: normal;
}

#breadCrumb .pathSep
{
	font-weight: normal;
}

#content
{
	width: 483px;
}

#pageImage
{
	margin-bottom: 30px;
	width: 180px;
	text-align: center;
}

#newsFeed
{
	width: 222px;

}

#newsFeed ul
{
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 1px;	
}

#newsFeed ul li
{
	padding-left: 10px;
	margin-left: 1px;
	background: url(../media/img/greenarrow.gif) no-repeat 0px 4px;
}

#content ul
{
	list-style-position: outside;
	padding-left: 10px;
	list-style-type: disc;
	margin-left: 11px;
	margin-bottom: 10px;
}

#content li
{
	
}

#content table
{
	font-size: 11px;
}

table.radiobtn_list label
	{	
		margin-left:3px;	
		margin-right: 7px;				
		font-size: 11px;
	}

