.hide {
	display: none;
}

/* =STANDARD HTML
----------------------------------------------- */
body {
	background-color: #363636;
	font: 12px/1.2 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;	
	margin: 0 auto;
	padding: 0;
}
p, td, ul, ol, ul, li, dl, dt, dd {
	color: #363636;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;	
}
p {
	margin: 0 0 .6em 0;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #000; 	
	text-decoration: underline;
	}

form {
	margin: 0;
	}
	
/* =STRUCTURE
----------------------------------------------- */	
#wrapper {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header-wrapper {
	background: #008184 url(images/header_bg.gif) bottom left repeat-x;
	height: 145px;
	margin: 0;
	padding: 0;
	width: 100%
}
#header {
	height: 145px;
	margin: 0 auto;
	width: 790px;
}
#content-wrapper {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content-top-container {
	background-color: #FFF;
	height: 255px;
	margin: 0 auto;
	padding: 0;
	width: 790px;
}
#content-top-1 {
	float: left;
	height: 255px;
	margin: 0;
	padding: 0;
	width: 530px;
}
#content-top-2 {
	background: #FFF url(images/welcome.gif) no-repeat;
	float: right;
	height: 255px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	width: 260px;
}
#content-container {
	background-color: #FFF;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 790px;
}
/* welcome page content */
#content-1, #footer-1 {
	float: left;
	margin: 0 10px 10px 0;
	width: 250px;
}
#content-2, #footer-2 {
	float: left;
	margin: 0 10px 10px 10px;
	width: 250px;
}

#footer-2 {
	width:500px;
}

#content-3, #footer-3 {
	float: right;
	margin: 0 0 10px 10px;
	width: 250px
}
/*follower pages content */


#subnav {
	float: left;
	margin: 0 10px 50px 0;
	width: 240px;
}
#subnav ul, #subnav li {
margin: 0;
padding: 0;
list-style-type: none;
}
#subnav {
padding-left: 10px;
}
#subnav li{
font-size: 1.2em;
}
#subnav ul {
margin-top: 20px;
border-bottom: 2px solid grey;
}
#subnav ul li {
 line-height: 1.5em;
border-top: 2px solid grey;
padding-top: 5px;
margin-bottom: 5px;
}
#subnav ul ul{
margin-top: 5px;
margin-left: 10px;
border-top: none;
border-bottom: none;
}
#subnav ul ul ul   {
margin: 5px 0 5px 0;

}
#subnav ul ul, #subnav ul ul ul li {
	/*display: none;*/
}
#subnav ul ul  ul {
margin-top: 5px;
}

#subnav ul ul ul li {
background-color: #EFEEFF;
padding-top: 5px;
padding-bottom: 5px;
border-left: 3px solid #DDF;
}

#subnav ul .active ul,  #subnav ul ul li.active li  {
	display: block;
}
#subnav ul ul li ul {
margin-left: 10px;
}
#subnav ul ul li li {
padding-left: 10px;
padding-right: 5ñpx;
font-size: 1em;
}


#subnav ul ul li {
border-top: none;
}

#subnav .active {
font-weight: bold;
color: #008184;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
text-decoration: none;
}
#subnav a:hover {
text-decoration: none;
color: #008184;
}
#content-main {
	float: right;
	margin: 10px 10px 10px 20px;
	width: 500px;
}
* HTML #content-main {
	width: 490px;  /* position correctly for IE6 */
}
/*footer*/
#footer-wrapper {
	background: #363636 url(images/footer_bg.gif) top left repeat-x;
	clear: both;
	height: 130px;
	margin: 0;
	padding: 0;
	width: 100%
}
#footer-container {
	height: 130px;
	margin: 0 auto;
	padding: 0;
	width: 790px;
}
/* =HEADER
----------------------------------------------- */	
#logo {
	float: left;
	width: 260px;
}	

/* =NAV
----------------------------------------------- */
#main-nav {
	float: right;
	margin: 110px 0 0 0; 
	width: 530px;
}
#tabnav {
		height: 20px;
		margin: 0;
		float:right;
}
#tabnav ul {
	margin: 0; 
	padding: 0;
}
#tabnav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited {
		float: left;
		font-size: 13px;
		font-weight: bold;
		padding: 7px 8px 15px 8px;
		text-decoration: none;
		color: #000;
}
#tabnav a:link.active, #tabnav a:visited.active {
		background-color: #fff;
		color: #000;
}
#tabnav a:hover {
	color: #FFF;
}
/* =CONTENT
----------------------------------------------- */
#content-1 h1,
#content-2 h1,
#content-3 h1 {
	/*background: #FFF url(images/courses.gif) no-repeat;*/
	/*height: 23px;*/
	margin: 15px 0 3px 3px;
	padding: 0;
	/*text-indent: -5000px;
	width: 89px;*/
	font-family:Impact, Verdana, Helvetica, Arial, sans-serif;
	color:#FFAB00;
	font-size:2.2em;
	line-height:1em !important;
		line-height:2em;
	font-weight:normal;

}	
* HTML #content-1 h1, * HTML #content-2 h1, * HTML #content-3 h1 {
	margin: 15px 0 -15px 10px;  /* position correctly for IE6 */
}
/*#content-2 h1 {
	background: #FFF url(images/win.gif) no-repeat;
	height: 23px;
	margin: 15px 0 0 10px;	
	padding: 0;	
	text-indent: -5000px;
	width: 230px;
}
#content-3 h1 {
	background: #FFF url(images/news.gif) no-repeat;
	height: 23px;
	margin: 15px 0 0 10px;	
	padding: 0;
	text-indent: -5000px;
	width: 130px;
}
*/.intro-panel {
	background: #FFF url(images/intropanel.gif) no-repeat top;
	height: 250px;
	margin: 0;
	padding: 0;
	width: 250px;
}
.intro-panel-content {
	padding: 2px;
}
.intro-panel-content p {
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	margin: 7px 8px;
	padding: 0;
}
.intro-panel-content p.more a, .intro-panel-content p.more a:link, .intro-panel-content p.more a:visited, .intro-panel-content p.more a:active  {
	background-image: url(images/more_arrow_y.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #ffc90a;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.intro-panel-content p.more a:hover {
	text-decoration: underline;
}
#content-main h2 {
	color: #008184;
	font: 22px/1.2 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;	
	font-weight: bold;
	letter-spacing: -1px;
	margin: 10px 0 20px 0;
	padding: 0;
}
#content-main h3 {
	color: #008184;
	font: 16px/1.2 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;	
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
}
#content-main p {
	margin: 0 0 1em 0;
line-height: 1.6em;
text-align: justify;
}

ol li.faq{
	font-weight:bold;
	font-size:1.1em;
}

/* =FOOTER
----------------------------------------------- */
#footer-1 h3, #footer-2 h3, #footer-3 h3 {
	border-bottom: 1px solid #008184;
	height: 16px;
	margin: 20px 10px 3px 10px;
	padding: 0 0 5px 0;
	text-indent: -5000px;
}

* HTML #footer-1 h3, * HTML #footer-2 h3, * HTML #footer-3 h3 {
	padding:0;  /* position correctly for IE6 */
}	
#footer-1 h3  {
	background: #363636 url(images/site_info.gif) no-repeat;
}
#footer-2 h3 {
	background: #363636 url(images/site_credits.gif) no-repeat;
}
#footer-3 h3 {
	background: #363636 url(images/subscribe.gif) no-repeat;
}
#footer-1 p, #footer-2 p, #footer-3 p {
	color: #008184;
	font-size: 11px;
	margin: 0 10px 1px 10px;
}
#footer-container a, #footer-container a:link, #footer-container a:visited, #footer-container a:active  {
	color: #008184;
	text-decoration: underline;
	}
#footer-container a:hover {
	color: #bfdfe0;
}

	
/* =TYPOGRAPHY
----------------------------------------------- */


/* =LINKS
----------------------------------------------- */


/* =LISTS
----------------------------------------------- */

/* =FORMS
----------------------------------------------- */
fieldset {
border: none;
margin: 0;
padding: 0;
}
input, select, textarea {
border: 1px solid grey;
}

/*=TABLES
----------------------------------------------- */
.standard-table {
background-color: #008284;
}

.standard-table thead th {
background-color: #008284;
color: #FFF;
font-size: 1em;
font-weight: bold;
}
.standard-table thead th * {
margin: 10px;
}
.standard-table tbody .row-even td {
background-color: #D1E3E3;
}

.standard-table tbody .row-odd td {
background-color: #FFF;
}

/* =MISC
----------------------------------------------- */

h4#home_banner {
margin: .6em auto;
padding:10px 28px 10px 28px;
width:740px;
text-align: center;
background: #003333 url(images/banner_bg.png) repeat-x;
font-size:18px;
font: bold;
color:#D1E3E3;
border:solid 2px #003333;
-moz-border-radius: 8px;
}

h3.pos-vacant {
margin: .6em auto;
padding:10px 28px 10px 28px;
width:740px;
text-align: center;
background: #df7c09 url(images/bg-yellow.png) repeat-x;
font-size:1.1em;
font-weight:normal;
color:#000;
border:solid 2px #FFCC00;
-moz-border-radius: 8px;
}