* {
	
	margin:0;
	padding:0;
	}
body {
	color: #112042;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.8em;
	text-align: center;
	background-image: url(/assets/gfx/background.gif);
	background-repeat: repeat-x;
	}
#header, #content, #footer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
#crumbs {display: none;}

#lng {
	float: right;
	margin-top: -48px;
	font-size: 60%;
	z-index: 20;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
a{
   overflow: hidden;
}

/*--[ common ]----------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight: normal;
	}
h1 {
	font-size: 160%;
	line-height: 24px;
	height: 24px;
	width: 600px;
	color: #D87114;
	margin-bottom: 1.4em;
	}
h2 {
	font-size: 1.4em;
	margin: 0 0 0.6em 0;
	color: #21406A;
	}
h2 em {
	color: #a6a090;
	font-size: 0.8em;
	font-style: normal;
}	
h3 {
	font-size: 1.4em;
	margin: 0 0 0.4em 0;
	}

p {
	margin: 0 0 1em 0;
	font-size:120%;
	}
address {
	font-style: normal;
}
ol {
	margin: 0 0 1em 2em;
	list-style-type:decimal;
   
	}

ul{
  	margin: 0 0 1em 2em;
}
/* ul {
	margin: 0 0 1em 0;
	}
	ul li {
	background: url(/assets/gfx/bullet.gif) 0 0.2em  no-repeat;
	list-style-type: none;
	padding:0 0 0 0;
	font-weight: bold;
		}*/
dt {
	background: url(/assets/gfx/bullet.gif) 0 0.6em no-repeat;
	float: left;
	clear: both;
	padding: 0.3em 0 0.3em 20px;
	line-height: 1.4em;
	border-bottom: 1px solid #dfdcd4;
}
dd {
	float: left;
	padding: 0.3em 0;
	line-height: 1.4em;
	border-bottom: 1px solid #dfdcd4;
}


a {
	color: #0767a0;
	}
	a:hover {
		text-decoration: none;
		}
img, fieldset {
	border: none;
	}
.alignleft {
	margin: 0 15px 5px 0;
	float: left;
	}
.alignright {
	margin: 0 0 5px 15px;
	float: right;
	}
.highlight { /* highlight important text */
	background: #FFC;
	}
.clear { /* clear floated divs */
	clear: both;
	}
.hide, .url { /* hides text from broswer */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
	}
.mini {
	clear: both;
	margin: 0px;
	height: 16px;
	position: relative;
}
.mini span {
		position: absolute;
		width: 16px;
		height: 16px;
}
.mini span a {
		text-indent: -9000em;
		overflow: hidden;
		width: 16px;
		height: 16px;
		display: block;
		text-decoration: none;
		float: left;
}
.mini span, .mini span a {background-position: 0px 0px;}
.mini span.top, .mini span.top a {background-image: url(/assets/gfx/top.gif);right: 0px;}
.mini span.back, .mini span.back a {background-image: url(/assets/gfx/back.gif);right: 16px;}
.mini span.top a:hover, .mini span.back a:hover {background-position: 0 -16px;}



/*--[ header ]----------------------------------------------------------------*/
#header-wrapper {
	height: 170px;
	width: 100%;
	text-align: center;
	}
#header {
	position: relative;
	height: 170px;
	}
#header h2 {
	position: absolute;
	top: 24px;
	left: 0px;
	margin: 0px;
	width: 758px;
	height: 118px;
	z-index:1;
	background-image: url(/assets/gfx/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#header h2 a {
	text-indent: -9000em;
	overflow: hidden;
	width: 250px;
	height: 75px;
	display: block;
	text-decoration: none;
	float:left;
}

/* =Navigation
---------------------------------------------------------------------
*/
/*
#nav{
	position: absolute;
	bottom: -30px;
	right: 3px;
	z-index: 999;
	list-style: none;
	width: 755px;
}

#nav li{
	float: left;
	margin-right: 3px;
	font-size: 120%;
	text-transform: uppercase;
	background-image: url(/assets/gfx/bg_nav_li2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav li.current{
   background-position: right bottom;
}

#nav li a{
	float: left;
	display: block;
	height: 22px;
	padding: 9px 14px 0;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/assets/gfx/bg_nav_li_a2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav li.current a{
   background-position: left bottom;
   color: #27333A;
}

#nav li:hover,
#nav li.sfhover{
   background-position: right -31px;
}

#nav li.current:hover,
#nav li.sfhover.current{
   background-position: right bottom;
}

#nav li:hover a,
#nav li.sfhover a{
   background-position: left -31px;
   color: #FFF;
}

#nav li.current:hover a,
#nav li.sfhover.current a{
   background-position: left bottom;
   color: #27333A;
}

#nav li#nav_home.current{
   background-position: right top;
}

#nav li#nav_home.current a{
	background-position: left top;
	color: #D87114;
}

#nav li.current#nav_home:hover,
#nav li.current.sfhover#nav_home{
   background-position: right -31px;
}

#nv li.current#nav_home:hover,
#nav li.current.sfhover#nav_home a{
	background-position: left -31px;
	color: #EEEBE4;
}

#nav li ul{
   clear: left;
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 161px;
   margin-top: 31px;
   margin-left: -1px;
   _margin-top: 0;  IE6 only
   border: 1px solid #BABEB1;
   border-top: 0;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
}


*+html #nav li ul{
   margin-top: 0;
}

#nav li li{
   display: inline;
  
   float: none;
  
   margin: 0;
   font-size: .9167em;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 161px;
}

#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 li{
   font-size: 1em;
}

#nav li:hover li a,
#nav li.sfhover li a{
	float: none;
	width: 203px;
	height: auto;
	padding: 9px 14px;
	border-top: 1px solid #FBFCFE;
	border-bottom: 1px solid #D3D6CD;
	color: #003366;
	background-color: #FFFFFF;
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
	background-color: #ECEDEF;
}
#sec-nav {
	position: absolute;
	top: 7px;
	right: 0px;
	margin: 0;
	width: 146px;
	height: 32px;
	}
#sec-nav li {
	background: none;
	float: left;
	display: inline;
	line-height: 12px;
	border-left: 1px solid #78abcf;
	padding: 0 15px;
	margin: 0px;
	}
#sec-nav .first {
	padding: 0 15px 0 0;
	border-left: 0px;
	}
#sec-nav a {
	color: #F1EEE9;
	text-decoration: none;
	}
#sec-nav a:hover, #sec-nav .active a{
	color: #FF6600;
	}
*/
/*--[ content ]----------------------------------------------------------------*/
#content-wrapper {
	background: #eeebe4 url(/assets/gfx/bg-content-wrapper.jpg) 0 0 repeat-x;
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	}

#content {
	background: #eeebe4 url(/assets/gfx/bg-content.jpg) 0 0 no-repeat;
	padding-top: 40px;
}

#map{
	clear: both;
	width: 740px;
	height: 280px;
	margin: 0 10px 20px 10px;
}
#content ol,#content ul{font-size:120%; }
#content ol ul{font-size:100%;}
/*--[ homepage ]----------------------------------------------------------------*/
#home #content {
	background: transparent;
}
#home h1 {margin-bottom: 0.4em;}
#intro {
	background-image: url(/assets/gfx/livingnetworkbg-intro.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 30px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#intro2 {
	background-image: url(/assets/gfx/bg-intro.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 30px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.shadow-l, .shadow-r {
	position: absolute;
	top: 0px;
	height: 50px;
	width: 50px;
	z-index: 20;
}

shadow-l {left: 0px;}
.shadow-r {right: 0px;}
html>body .shadow-l {background: transparent url(/assets/gfx/shadow-l.png) top left repeat-y;}
html>body .shadow-r {background: transparent url(/assets/gfx/shadow-r.png) top right repeat-y;}

#diagram {
	float: left;
	display: inherit;
	margin: 0 5px;
	width: auto;
	height: auto;
}
/* TOP PANEL*/
#topPanel{
	width:720px;
	height:350px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#topPanel img{width:230px; height:80px; z-index:1; padding:0; position:absolute; margin:0 0 0 21px;}

/* HEADER PANEL*/
#topPanel #headerPanelfast{
	width:220px;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	margin:20px 0 0;
	padding:0px;
	color:#996600;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/assets/gfx/panel_background.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E0D5;
}
#topPanel #headerPanelfast a{width:246px; height:263px; display:block; text-decoration:none; }
#topPanel #headerPanelfast a:hover{
	width:220px;
	height:263px;
	color:#fff;
	text-decoration:none;
	background-color: #ECE9D8;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topPanel #headerPanelfast h2{
	display:block;
	width:181px;
	height:28px;
	font-weight:normal;
	text-transform:uppercase;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 28px;
	color: #21406A;
}
#topPanel #headerPanelfast p{
	width:180px;
	display:block;
	font-weight:normal;
	position:absolute;
	top:-2px;
	left:0px;
	z-index:1;
	padding:0;
	height: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 120%;
	line-height: 18px;
	color: #99690F;
	text-align: left;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

#topPanel #headerPanelsecond{
	width:220px;
	height:300px;
	position:absolute;
	top:0;
	left:258px;
	padding:0px;
	color:#99690F;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/assets/gfx/panel_background.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E0D5;
}
#topPanel #headerPanelsecond a{width:246px; height:263px; display:block; text-decoration:none; }
#topPanel #headerPanelsecond a:hover{
	width:220px;
	height:263px;
	color:#fff;
	text-decoration:none;
	background-color: #ECE9D8;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topPanel #headerPanelsecond h2{
	display:block;
	width:178px;
	height:28px;
	background:none;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	position:absolute;
	z-index:1;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 28px;
	color: #21406A;
}
#topPanel #headerPanelsecond p, #topPanel #headerPanelsecond ul{
	width:180px;
	display:block;
	font-weight:normal;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:0;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 18px;
}
#topPanel #headerPanelsecond  ul{
    list-style:none;
}
#topPanel #headerPanelthird{
	width:220px;
	height:300px;
	position:absolute;
	top:0;
	right:0;
	padding:0px;
	color:#99690F;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/assets/gfx/panel_background.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E0D5;
}
#topPanel #headerPanelthird a{width:246px; height:263px; display:block; text-decoration:none; }
#topPanel #headerPanelthird a:hover{
	width:220px;
	height:263px;
	color:#fff;
	text-decoration:none;
	background-color: #ECE9D8;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topPanel #headerPanelthird h2{
	display:block;
	width:173px;
	height:27px;
	background:none;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	position:absolute;
	z-index:1;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 28px;
	color: #21406A;
}
#topPanel #headerPanelthird p{
	width:180px;
	display:block;
	font-weight:normal;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	padding:0;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 18px;
}
/* /TOP PANEL*/

.img a {
	border: 5px solid #EEEBE4;
	background: #EEEBE4;
	text-align: center;
	width: 100px;
	height: 90px; 
	display: block;
	overflow: hidden;
}
.img a:hover {border-color: #fff;}
.img img {
	margin: 0 auto;
	vertical-align: middle;
}

.pagination {
	clear: both;
	padding: 0.8em 0;
	margin: 1em 0 0 0;
	text-align: center;
	border-top: 2px solid #e4e0d5;
	float: left;
	text-align: right;
	width: 760px;
}

.pagination li {
	background: #9a8d72 url(/assets/gfx/bg-pagination.gif) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	padding: 0px;
	display: inline;
	float: left;
	color: #aea592;
	font-size: 0.8em;
	cursor: default;
	margin: 0 2px 0 0;
}

.pagination a {
	background: #9a8d72 url(/assets/gfx/bg-pagination.gif) 0 -18px no-repeat;
	color: #fff;
	text-decoration: none;
	width: 18px;
	text-align: center;
	height: 18px;
	line-height: 18px;
	display: block;
	cursor: pointer;
}

.pagination a:hover, .pagination .active {
	background: #4291cb url(/assets/gfx/bg-pagination.gif) 0 -36px no-repeat;
}


.more {
	clear: both;
	padding: 0.8em 0;
	margin: 1em 0 0 0;
	text-align: right;
	border-top: 2px solid #e4e0d5;
	width: 760px;
}

/*--[ contact ]----------------------------------------------------------------*/
/*#contactinfo {
	width: 270px;
	float: left;
	border-right: 1px solid #DFDCD4;
	padding-right: 20px;
	margin-bottom: 20px;
}
#hours {
	margin-top: 30px;
	width: 440px;
	float: right;
}
#hours dt {width: 160px;}
#hours dd {width: 260px;}
/*-----------------------------

form styles go here here


*********************/




/*--[ table ]----------------------------------------------------------------*/
table.ivvoiceTbl {
    font-size:120%;
	background-color: #eeebe4;
	width: 750px;
	margin: 0 0 1em 0;
	/*border: 1px solid #DFDCD6;*/
	border-left: 0px;
}
th {
	background: #0769A2;
	padding: 5px;
	color: #FFF;
}
 td {
	padding: 5px;
	/*border-left: 1px solid #DFDCD6;
	border-top: 1px solid #DFDCD6;*/
}


/*--[ footer ]----------------------------------------------------------------*/
#footer-wrapper {
	background: #e4e0d5;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	}
	#footer {
	width: 750px;
	}
	#footer ul {
		width: 250px;
		float: left;
		display: inline;
		margin: 0px;
	}
	#footer li {
		background: none;
		color: #6b634e;
		border-bottom: 1px solid #d5d1c3;
		padding: 0px;
		float: left;
		display: inline;
		width: 230px;
		line-height: 2.0em;
		margin: 0 0 0 20px;
		}

#footer a {color: #5791b1;}
#footer h3{display:inline; margin-left:10px;}
#choose {
	float: left;
	display: inline;
	margin: 0 5px;
	width: 750px;
	height: 210px;
}
#choose li {
	background: url(/assets/gfx/bg-choose.gif) 0 0 no-repeat;
	width: 250px;
	height: 210px;
	padding: 0px;
	float: left;
	display: inline;
}
#choose a {
	background: url(/assets/gfx/bg-choose.gif) 0 0 no-repeat;
	text-decoration: none;
	width: 250px;
	height: 210px;
	display: block;
	color: #D56705;
}
#choose a:hover {background-position: -250px 0;color: #0767a0;}
#choose img {
	margin:  15px 0 0 20px;
	float: left;
	display: inline;
}
#choose h2 {
	margin: 0px;
	text-align: right;
}
#choose span {
	display: block;
	height: 34px;
	line-height: 34px;
	padding-right: 60px;
}
  /*********************
	EDUKA FORM LAYOUT
**********************/

div#interested{clear:both;overflow:hidden}

fieldset { margin-bottom: 10px; border:none; padding:0; }

.edukaform legend {
	padding: 0 2px;
	font-weight: bold;
}	
.edukaform label 
{
	float:left;
	vertical-align: top;
	text-align:right
}	
fieldset.edukaform ol {
	margin: 0;
	padding: 0;
	}	
fieldset.edukaform li {
	list-style: none;
	margin: 0 0 5px 0;
	overflow:hidden;
	}
fieldset.edukaform fieldset {
	border: none;
	margin: 3px 0 0;
	}	
fieldset.edukaform fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
fieldset.edukaform fieldset label {
	display: block;
	width: auto;
	}
.edukaform em { /*required field asterix*/
	font-weight: bold;
	font-style: normal;
	color:red;
	}
.edukaform .error{color: red;}
.edukaform label { width: 20%;margin-right:10px;}  /*Width of labels */
fieldset.edukaform fieldset label { margin-left: 15%; } /* Width plus 3 (html space) */
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
.edukaform .checkbox input{
	float:left;
}
.edukaform .checkbox label{
	width:auto;
	float:left;
}
.edukaform .checkbox{
	float:left;
}
.edukaform span.error, .edukaform .button{
	display:block;
}
.edukaform .button{
   margin-left:145px;
}
/******************
	FORM STYLES
******************/
.textbox, .textarea, select{
	width:45%;
	font-size: 1.0em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #DAD7CA;
	/*width: 210px;*/
	background-color: #FFF;
}
.textarea{overflow:auto}

.edukaform  .button  {
	padding: 0px;
	border: 0px;
	height: 35px;	
	width: 110px;
	background-image:url(/assets/gfx/submit.gif);
	background-repeat: no-repeat;    
	cursor:pointer;
	text-indent:-9999px;
	letter-spacing:0.1em;
	text-transform:uppercase;	
	color:#fff;
	font-size:0.8em;
	padding-left:15px;
	padding-top:2px;
	
}
#interested{
  background:url(/assets/gfx/bg-center.gif) repeat-y; 
  width:760px;

}
#interested .top{
  background:url(/assets/gfx/bg-top.gif) no-repeat top left; 
}
#interested .bottom{
  background:url(/assets/gfx/bg-bottom.gif) no-repeat top left; 
}
#interested .bottom,#interested .top{
height:36px;
}
.formcontent{
  padding:20px;
}
.info {
	clear: both;
	float: left;
	background: #ece9e2 url(/assets/gfx/bg-interested.gif) bottom left no-repeat;
	padding: 20px 30px 40px 30px;
	width: 55em;
	margin-bottom: 10px;
}
.info h2 {
	background: #ece9e2 url(/assets/gfx/bg-interested.gif) 0 0 no-repeat;
	width: 55em;
	margin: -20px -30px 0 -30px;
	padding: 30px 30px 10px 30px;
}

/******************
	ALERT STYLES
******************/
.warning{/*styles the warning messages*/
	background-color:#FFF4AD;
	padding:5px 5px 5px 50px;
	clear:both;
	margin-bottom:10px;
	background-image:url(/assets/gfx/warning.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:3px solid #DAB100;
	min-height:30px;
	color:red;
}

.failure{/*styles the failure messages*/
    background-color:#E84F4F;
	padding:5px 5px 5px 50px;
	clear:both;
	color:#fff;
	margin-bottom:10px;
	background-image:url(/assets/gfx/failure.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:3px solid #BF1212;
	min-height:30px;
}

.success{ /*styles the success messages*/
	background-color:#B5FFAD;
	padding:5px 5px 5px 50px;
	clear:both;
	color:#000;
	margin-bottom:10px;
	background-image:url(/assets/gfx/success.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:3px solid #53AA4A;
	min-height:30px;
}
/************************************
LEFT RIGHT COLUMN STYLES
************************************/

#left{
  width:600px;
  float:left;
  margin-right:9px;
}
#right{
  width:149px;
  float:right;
}
