/*=====================================================*/
/* Global Reset */
/*=====================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a { text-decoration:none; border:none; }

img {  
 border-style: none;
}

/*=====================================================*/
/* Global Definitions */
/*=====================================================*/

body {
	background: #1a1e1b;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	color: #1e1e1e;
	line-height: 120%;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

/*=====================================================*/
/* Link Styles Definitions */
/*=====================================================*/

a {
	color: #fdc509;
}

a.arrow_left {
	width: 64px;
	height: 64px;
	background: url(../img/btn_arrow_left.png) no-repeat;
}

a.arrow_right {
	width: 64px;
	height: 64px;
	background: url(../img/btn_arrow_right.png) no-repeat;
}

/*=====================================================*/
/* Site Structure Definitions */
/*=====================================================*/

#structure {
	width: 100%;
}

#header {
	width: 100%;
	height: 96px;
	background: url(../img/bg_header.jpg) top center no-repeat #043b23;
	color: #fff;
	float: left;
}

#header_content {
	margin: 0 auto;
	width: 90%;
	height: inherit;
	max-width: 960px;
	padding: 10px 0;
}
/*indika login pages*/
#showcase_content2 {
	width: 100%;
	height: 315px;
	background: url(../img/bg_showcase.jpg) top center no-repeat;
	float: left;
}

#showcase2 {
	width: 100%;
	height: 315px;
	background: url(../img/bg_showcase_cont.jpg) repeat #043b23;
	color: #fff;
	float: left;
}
/*------------------*/

#showcase {
	width: 100%;
	height: 315px;
	background: url(../img/bg_showcase_cont.jpg) repeat #043b23;
	color: #fff;
	float: left;
}

#showcase_content {
	width: 100%;
	height: 315px;
	background: url(../img/bg_showcase.jpg) top center no-repeat;
	float: left;
}

#main {
	width: 100%;
	background: url(../img/bg_main.png) top repeat-x #0a4329;
	padding: 0 0 15px 0;
	_padding: 0 0 0 0;
	float: left;
	min-height: 300px;
}

#navigation {
	margin: 0 auto;
	width: 90%;
	padding: 0 0 0 5px;
	min-height: 29px;
	max-width: 960px;
}

#content {
	margin: 0 auto;
	width: 90%;
	height: inherit;
	min-height: 50px;
	max-width: 960px;

}

#columns {
	width: 100%;
	height: inherit;
	max-width: 960px;
	background: url(../img/bg_content.png) bottom repeat-x #fff;
	position: relative;
	float: left;
}

#footer {
	width: 100%;
	height: 118px;
	background: url(../img/bg_footer.png) repeat-x #000;
	font-size: 12px;
	float: left;
}

#footer_content {
	margin: 0 auto;
	width: 90%;
	max-width: 960px;
}

/*=====================================================*/
/* Header Area Definitions */
/*=====================================================*/

#logo {
	width: 170px;
	height: 82px;
	background: url(../img/selectus.png) no-repeat;
	float: left;
}

#contact {
	padding: 10px 0 0 30px;	
	float: left;
}

#contact h1 {
	margin: 0 0 5px 0;
	text-shadow: rgba(48,48,48,1.0) 1px 1px 3px;	
}

#login {
	width: 280px;
	padding: 10px 0 0 20px;
	font-size: 11px;
	float: right;
}

/* Login Box Definitions */

#login_box {
	width: 300px;
	height: 38px;
	background: url(../img/bg_login.png) left no-repeat;
	margin: 5px 0 0 0;
	float: left;
}

input#go {
	width: 50px;
	height: 36px;
	background: url(../img/btn_login_go.png) no-repeat;
	border: none;
	float: right;
}

input.up {
	width: 102px;
	height: 14px;
	background: url(../img/bg_login_input.png) no-repeat;
	margin: 6px 5px 0 6px;
	padding: 6px;
	border: none;
	font-size: 11px;
	color: #666;
	float: left;
}

#login_solo {
	margin: 0 auto; 
	width: 300px;
}

/*=====================================================*/
/* Showcase Area Definitions */
/*=====================================================*/

#display {
	margin: 0 auto;
	width: 90%;
	max-width: 920px;
	position: relative;
	font-size: 12px;
	text-align: center;
}

#display .slide {
	width: 100%;
	height: 315px;
	position: relative;
}


#display_controls {
	margin: 0 auto;
	width: 90%;
	background: none;
	max-width: 920px;
	position: relative;
}

#display_controls a.arrow_left {
	position: absolute;
	margin: 110px 0 0 0;
	left: 0;
	z-index: 1000;
	float: left;
}

#display_controls a.arrow_right {
	position: absolute;
	margin: 110px 0 0 0;
	right: 0;
	z-index: 1000;
	float: right;
}

#pager {
	position: absolute;
	margin: 200px 0 0 0;
	right: 0;
	z-index: 1000;
	float: right;	
}

#pager a:link, #pager a:visited, #pager a:active {
	width: 20px;
	height: 16px;
	display: block;
	padding: 4px 0 0 0;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	text-align: center;
	float: left;
}

#pager a.activeSlide {
	background: #fdc90a;
	color: #03391f;
}

#showcase a {
	color: #fdc90a;

}

#showcase h1 {
	font-size: 28px;
	text-shadow: rgba(48,48,48,1.0) 1px 1px 3px;
	margin: 20px 0 7px 0;
}

.banner {
	margin: 0 auto;
	width: 100%;
	margin: 10px 0 0 0;
	position: absolute;
	left: 0;
	/*bottom: 0;*/
	z-index: 0;
	float: left;
}

.banner img {
	width: 100%;
}


/*=====================================================*/
/* Navigation Definitions */
/*=====================================================*/

#navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation li {
	background: url(../img/nav_tab.png) no-repeat;
	display: block;
	margin: 0 10px 0 0;
	text-align: center;
	float: left;
}

#navigation li a, #navigation li a:visited, #navigation li a:active {
	width: 164px;
	height: 22px;
	background: none;
	display: block;
	margin: 0px;
	padding: 7px 0 0 0;
	color: #fdc90a;
	font-weight: bold;
	text-shadow: rgba(48,48,48,1.0) 1px 1px 3px;
}

#navigation li a:hover {
	height: 27px;
	background: url(../img/nav_tab_active.png) no-repeat;
	margin: -12px 0 0 0;
	padding: 14px 0 0 0;
	color: #053e24;
	text-shadow: none;	
}

#navigation li a.active {
	height: 27px;
	background: url(../img/nav_tab_active.png) no-repeat;
	margin: -12px 0 0 0;
	padding: 14px 0 0 0;
	color: #053e24;
	text-shadow: none;
}

/*=====================================================*/
/* Content Area Definitions */
/*=====================================================*/

#text {
	width: 63%;
	height: 100%;
	min-height: 400px;
	padding: 20px 0 20px 20px;
	float: left;
	color:#043b22;
}

#text li {
	margin: 5px 0;
	font-size: 12px;
	list-style-image: url(../img/bullet.png); 
}

#text hr {
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	border: 0;
}

#content h2, #content h3 {
	color: #043b22;
	margin: 0 0 10px 0;
}

#content .tl {
	width: 5px;
	height: 5px;
	background: url(../img/content_tl_corner.png) bottom repeat-x #fff;
	position: absolute;	
	top: 0;
	left: 0;
}
/*
#content .tr {
	width: 5px;
	height: 5px;
	background: url(../img/content_tr_corner.png) bottom repeat-x #fff;
	position: absolute;	
	top: 0;
	right: 0;
}

#content .bl {
	width: 6px;
	height: 72px;
	background: url(../img/content_bl_corner.png) bottom repeat-x #fff;
	position: absolute;	
	bottom: 0;
	left: 0;
} */
#content .tr {
        width: 5px;
        height: 5px;
        background: url(../img/content_tr_corner.png) bottom repeat-x #fff;
        position: absolute;    
        top: 0;
        right: 0;
        z-index: 2;

 
}

#content .bl {
          width: 6px;
          height: 72px;
          background: url(../img/content_bl_corner.png) bottom repeat-x #fff;
          position: absolute;   
          bottom: 0;
          left: 0;
}



/*
#content .br {
	width: 6px;
	height: 72px;
	background: url(../img/content_br_corner.png) bottom repeat-x #fff;
	position: absolute;	
	bottom: 0;
	right: 0;
}*/

#content .br {
        width: 6px;
        height: 72px;
        background: url(../img/content_br_corner.png) bottom repeat-x #fff;
        position: absolute; 
        bottom: 0;
        right: 0;
        z-index: 2;
}



/*=====================================================*/
/* Sub Navigation Definitions */
/*=====================================================*/

#subnav {
	width: 30%;
	padding: 0 5px 0 10px;
	height: 90%;
	background: #f3f3f3;
	position: absolute;
	right: 0;
	z-index: 1;
	float: right;
}

#subnav_area {
	width: 380px; 
	height: 500px;
	float: right; 
}

#subnav .tr {
	width: 5px;
	height: 5px;
	background: url(../img/content_tr_corner.png) bottom repeat-x #fff;
	position: absolute;	
	top: 0;
	right: 0;
	z-index: 1;
}

#subnav .br {
	width: 5px;
	height: 5px;
	background: url(../img/content_br_corner.png) bottom repeat-x #fff;
	position: absolute;	
	bottom: 0;
	right: 0;
	z-index: 1;
}

#subnav a.st, #subnav a.st:visited {
	width: 319px;
	height: 28px;
	margin: 10px 0 0 0;
	padding: 7px 0 0 10px;
	background: url(../img/bg_subnav_standard.jpg) no-repeat;
	display: block;
	color: #03391f;
	font-weight: bold;
	float: left;
}

/*indika*/
#subnav a.st, #subnav a.st:visited {
	width: 95%;
}
/*-------*/

#subnav a.st:hover {
	background: url(../img/bg_subnav_standard_ro.jpg) no-repeat;
	color: #fff;	
}

#subnav a:active, #subnav a.active {
	background: url(../img/bg_subnav_standard_ro.jpg) no-repeat;
	color: #fff;	
}

/* Sub Navigation Block w/ Image Definitions */

.subblock {
	width: 327px;
	height: 120px;
	background: url(../img/bg_subnav_large.jpg) repeat-x;
	margin: 10px 0;
	position: relative;
	float: left;
}

.subblock_l {
	width: 7px;
	height: 120px;
	background: url(../img/bg_subnav_large_l.jpg) no-repeat;
	position: absolute;
	left: 0;
}

.subblock_r {
	width: 7px;
	height: 120px;
	background: url(../img/bg_subnav_large_r.jpg) no-repeat;
	position: absolute;
	right: 0;	
}

.subblock img {
	position: absolute;
	left: -50px;
	margin: 8px 0 0 0;
	z-index: 1;
}

.subblock .text {
	width: 45%;
	position: absolute;
	right: 13px;
	padding: 8px 8px 0 0;
	z-index: 1;
}

.subblock a {
	color: #03391f;
	padding: 4px 0 0 0;
	float: left;
}

#text .subblock {
	width: 45%;
	margin: 0 0 20px 33px;
}

#text .subblock img {
	position: absolute;
	left: -50px;
	margin: 8px 0 0 0;
	z-index: 1;
}
/*=====================================================*/
/* Footer Definitions */
/*=====================================================*/

#footer .details {
	width: 14%;
	min-height: 80px;
	margin: 15px 0 0 0;
	padding: 5px 5px 0 10px;
	background: url(../img/bg_footer_details.png) top right no-repeat;
	float: left;
}

#footer p {
	color: #fff;
	font-size: 10px;
	line-height: 130%;
}

#footer a {
	display: block;
	margin: 0 0 10px 0;
	font-weight: bold;
}

/*=====================================================*/
/* Splash Definitions */
/*=====================================================*/

.option {
	/*width: 33%;*/
	width:25%;
	height: 280px;
	padding: 20px 0 0 0;
	position: relative;
	text-align:centre;
	float: left;
	display:block;
}

.door_title_left {
	width: 10px;
	height: 23px;
	background: url(../img/bg_door_title_left.png) no-repeat;
	margin: 0 0 0 15%;
	_margin: 0 0 0 35px;
	float: left;
}

.door_title_right {
	width: 10px;
	height: 23px;
	background: url(../img/bg_door_title_right.png) no-repeat;
	float: left;
}

.door_title {
	height: 19px;
	min-width: 150px;
	_width: 180px;
	background: url(../img/bg_door_title.png) repeat-x;	
	padding: 4px 4px 0 4px;
	color: #03391f;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#door_employer {
	margin: 0 auto;
	width: 100%;
	height: 195px;
	background: url(../img/door_employer.png) no-repeat top center;
	margin: 20px 0 0 0;
	float: left;
}

#door_employee {
	width: 100%;
	height: 195px;
	background: url(../img/door_employee.png) no-repeat top center;
	margin: 20px 0 0 0;
	float: left;
}

#door_contact {
	width: 100%;
	height: 195px;
	background: url(../img/door_contact.png) no-repeat top center;
	margin: 20px 0 0 0;	
	float: left;
}

#door_util {
	width: 100%;
	height: 195px;
	background: url(../img/door_solo1.png) no-repeat top center;
	margin: 20px 0 0 0;	
	float: left;
}

.option .links {
	/*width: 70%;*/
	width: 85%;	
    position: absolute;
    bottom: 0;
    left: 0;
	_bottom: -20px;
    float: left;
}

.option .links a, .option .links a:visited, .option .links a:active {
	width: 150px;
	height: 21px;
	margin: 5px 0;
	padding: 3px 30px 0 0;
	background: url(../img/btn_small_arrow_right.png) no-repeat right;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: right;
}
* html .option  .links
{
left: 100px;
}
* html .option  #door_contact .links
{
left: 130px;
}
* html .option  #door_util .links
{
left: 130px;
}

* html .option .links a, * html .option .links a:visited, * html .option .links a:active 
{
padding-left:30px;
text-align:left;

}

#text .subblock:hover h2, #text .subblock:hover h2 {
        color:White;
}

#text .subblock:hover .subblock_r {
        background:transparent url(../img/bg_subnav_green_large_rl.jpg) repeat-x scroll 0 0;
}

#text .subblock:hover .subblock_l {
        background:transparent url(../img/bg_subnav_green_large_l.jpg) repeat-x scroll 0 0;
}

#text .subblock:hover {
        background:transparent url(../img/bg_subnav_green_large.jpg) repeat-x scroll 0 0;
}

.logout
{
    padding-top:10px;
    width:78px;
    height:36px;
}