/* BEGIN BODY */

html, body {  font-size: 12px; font-family: verdana, helvetica, arial, sans-serif; line-height: 17px; background-color: #69bbd3; background-image: url(/images/layout/background.gif); background-repeat: no-repeat; background-position: center 0; margin:0; padding:0;  border-style: none; border-width: 0; }

.page_repeat { background-image: url(/images/layout/page_repeat.gif); background-repeat: repeat-y; background-position: center 0; margin:0; padding:0; width:920px; }
.page { background-image: url(/images/layout/page_background.gif); background-repeat: no-repeat; background-position: center 0; margin:0; padding:0; }
.content { width:900px;  }

.button a:link, .button a:visited, .button a:active { display: block; color: #071b23; font-size: 13px; line-height: 70px; width:230px; height:80px; background-image: url(/images/layout/button.gif); background-position: center 0; text-align: center;  text-decoration: none; }
.button a:hover { color: #fff; background-position: center -80px; }

/* BEGIN HEADER */


#logo {  width: 527px; height: 68px; }
#inspire_logo { float:right;  width: 351px; height: 154px;  }
#logo a { display: block;  background-image: url(/images/layout/logo.gif);background-repeat: no-repeat; margin: 0; padding: 0; width: 527px; height: 68px; border-width: 0; }
#inspire_logo a {  display: block; float:right; background-image: url(/images/layout/inspire_logo.gif);background-repeat: no-repeat; margin: 0; padding: 0; width: 351px; height: 154px; border-width: 0; }
#callender { color:#282828; font-size: 18px; float:left; background-image: url(/images/layout/callender.gif); background-repeat: no-repeat; margin: 10px 0 10px 30px;  width: 70px; height: 70px; border-width: 0; text-align:center; line-height:60px; }
.callender_text { float:left;  margin: 10px 0 10px 30px;  width: 200px; height: 70px; border-width: 0; text-align:left;  }
/* END HEADER */

/* BEGIN menu */

/*-------------------------------------------------/

 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}


ul.dropdown li {

 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;

}

ul.dropdown ul {

 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {

 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {

 visibility: visible;
}

ul.dropdown {

}

	ul.dropdown li {
	 padding: 10px 14px 10px 14px;
	 border-right: 1px solid #7dcef1; 
	 background-color: #a8def5;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #52bdec;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover	{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 200px;

	}

		ul.dropdown ul li {
			text-align:left;
			width: 200px;
			 border-bottom: 1px solid #7dcef1;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 30px;
 background-image: url(/images/layout/nav-arrow-down.png);
 background-position: 98% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(/images/layout/nav-arrow-right.png);
 background-position: 98% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(/images/layout/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(/images/layout/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(/images/layout/nav-arrow-left.png);
 background-position: 0 50%;
}

/*-------------------------------------------------/

 */

#menu {
width: 100%;
background-color: #a8def5;
}



/* END menu */


#footer { padding-right: 40px; padding-bottom: 10px; padding-left: 40px; }
p { font-size: 12px; line-height: 14px; margin: 0; padding: 0; }
form { margin: 0; padding: 0; }



a:link { color: #008ac7;  }
a:visited { color: #008ac7;  }
a:active { color: #008ac7;  }
a:hover { color: #52bdec; background-position: 0 0; text-decoration: none; }

* html a:hover { visibility:visible  }

a img { border: none; }

/* END BODY */

/* BEGIN BASIC STYLES */

.left { float: left; }
.right {  float: right; }
.clear { clear:both; }
.small { font-size: 12px; line-height: normal; }
.medium { font-size: 15px; line-height: normal; padding-bottom: 5px; }
.large { font-size: 20px; line-height: normal; text-align: left; }
.xlarge { font-size: 25px; line-height: normal; font-weight:bold;}
.justify { text-align: justify; }
.italic { font-style: italic; }
.caps { text-transform: uppercase; }
.white { color: #fff; }
.grey { color: #969696; }
.blue { color: #52bdec;  }
.spacer { height: 20px; width: 100px;}

.bold { font-weight: bold; }

.back_grey td{ background-color: #efefef; padding-top:3px; padding-bottom:3px;}
.back_white td{ background-color: #fff; padding-top:3px; padding-bottom:3px;}
.back_grey2 td{ background-color: #ddd; padding-top:3px; padding-bottom:3px;}
.line {
border-top: 1px solid #eee;
}


/* END BASIC STYLES */







/* END MENU */





/* BEGIN FOOTER */

.footer { padding: 20px 0; margin: 0; }

/* END FOOTER */