/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#454545;
}
html { 
	min-width:940px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:940px;
	overflow:hidden;
	font-size:.875em;
	padding-bottom:176px;
}

	/* Header */
	header {
		background:url(../images/header-bg.jpg) no-repeat center top;
		min-width:940px;
	}
		header .container {
			height:120px;
			position:relative;
			padding:0;
		}
	
	/* Content */
	section#content {
		float:left;
		width:691px;
	}
	
	/* Sidebar */
	aside {
		width:219px;
		float:left;
		margin-right:30px;
		padding:5px 0 0 0;
	}
			
	/* Footer */
	footer {
		background:url(../images/footer-bg.png) no-repeat center top;
		margin-top:-121px;
		min-width:940px;
	}
		footer .container {
			height:85px;
			padding:0;
		}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}
.wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url(../images/tail-middle.jpg) repeat-y center 194px;
	min-width:940px;
}

.wrappopup {
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url(../images/tail-middle.jpg) repeat-y center 194px;
	min-width:640px;
}
/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

#TabMenu {
	padding-bottom:37px;
}
	#TabMenu li {
		font-weight:bold;
		font-size:.857em;
		padding-bottom:8px;
		margin-bottom:6px;
		background:url(../images/divider1.gif) repeat-x left bottom;
	}
	#TabMenu li.last {
		background:none;
		padding:0;
		margin:0;
	}
		#TabMenu li span {
			display:block;
			padding-left:15px;
			height:1%;
			background:url(../images/marker.gif) no-repeat left 5px;
		}
		#TabMenu li a {
			text-decoration:none;
			color:#008cc4;
		}
		#TabMenu li a:hover {
			color:#ff7b01;
		}

.news {
	margin-top:-25px;	
}
	.news li {
		padding-top:25px;
		line-height:1em;
		font-size:11px;
	}	
	.news li h4 {		
		line-height:1em;
		font-size:12px;
	}		
		.news li strong {
			font-size:10px;
			color:#454545;
			display:block;
			padding-bottom:2px;
		}
		.news li a {
			color:#008cc4;
			text-decoration:none;
			font-weight:bold;
		}

.programs {
	margin-top:-18px;
}		
	.programs li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		line-height:1.429em;
		padding-top:18px;
	}
		.programs li img {
			float:left;
			margin-right:22px;
		}
/*
		
*/
.list {
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
}
	.list li {
		float:left;
		width:175px;
		margin-right:53px;
	} 
	.list li.last {
		margin:0;
	}
		.list li span {
			display:block;
			text-align:center;
		}
		.list li h4 {
			padding-top:20px;
		}
		.list li p {
			margin:0;
		}

.para{
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
	text-align:justify;
}
	.para li {
			float:left;
			width:95%;
			margin-right:20px;			
			text-align:justify;
			padding:0 0 5px 16px;
			background:url(../images/marker.gif) no-repeat left 5px;
		}
	
	
	.para li span {
			display:block;
			text-align:center;
		}
	.para h5 {			
			color:#46C7C7;
			padding-top:20px;
		}
	.para p {
		padding-bottom:10Px;
	}
	.vertical_accordion_content td{
		border:#008CC4 solid 1px;
		padding:4px 6px 2px 6px;
	}
.pad5{
	padding-left:15px;
}		

/*----- other -----*/
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	line-height:1.429em;
	text-align:justify;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
	line-height:1.429em;
	text-align:justify;
}
.p0 {
	margin:0;
}

.address {
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
}	
	.address address {
		font-style:normal;
		line-height:1.429em;
		float:left;
		width:248px;
	}
		.address address strong {
			color:#008cc4;
			width:94px !important;
			width:91px;
			float:left;
		}
	.address .extra-wrap {
		float:left;
		width:385px;
	}
	.address p {
		margin:0;
	}
		
#banner {
	width:691px;
	height:299px;
	/*background:url(../images/banner-bg.jpg) no-repeat left top;*/
}
	#banner h2 {
		color:#fff;
		font-size:42px;
		text-transform:none;
		line-height:1.2em;
		padding:75px 0 0 55px;
		margin:0;
	}
		#banner h2 span {
			display:block;
			margin-top:-12px;
			color:#fff;
		}
			#banner h2 span span {
				font-size:30px;
				margin-top:-8px;
			}


#AdsDiv{
	position: relative;
	overflow: hidden;
}
/*----- txt, links, lines, titles -----*/
a {
	color:#ff7b01; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	header .contactus {
		width:940px;
		height:63px;
		position:absolute;
		left:0;
		top:3px;
		/*background:url(../images/footer-bg.png) repeat left top;*/
	}
	header  table{
	width:100%;
	}

	header  table tr{
	width:100%;
	}

	header  .lefttd{
	width:35%;
	}

	header  .centertd{
	width:3%;
	}	
.hleft {
	font-size:18px;
	line-height:1em;
	text-transform:uppercase;		
	
	color:#008cc4;
	width:25%;
}

.hright {
	font-size:12px;
	line-height:1em;				
	color:#008cc4;
	width:37%;
}

h2 {
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:20px;
}
	h2 span {
		color:#8d8d8d;
	}
h3 {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:15px;
}
h4 {
	font-size:1em;
	color:#008cc4;
	margin-bottom:5px;
}
	h4 a {
		color:#008cc4;
		text-decoration:none;
	}
	h4 a:hover {
		color:#ff7b01;
	}


.txt1 {
	color:#008cc4;
	font-weight:bold;
}

.link {
	position:absolute;
	right:0;
	top:159px;
}


/*===== header =====*/
header .nav-bg {
	background:url(../images/nav-bg.png) no-repeat center top;
}
header nav {
	position:absolute;
	left:0;
	top:62px;
}
	header nav ul li {
		float:left;
		font-size:18px;
		line-height:1.2em;
		text-transform:uppercase;
		padding-right:1px;
		background:url(../images/divider.gif) repeat-y right top;
	}
	header nav ul li.last {
		background:none;
		padding:0;
	}
		header nav ul li a {
			color:#454545;
			text-decoration:none;
			display:block;
			float:left;
			text-align:center;
			padding:18px 0 20px 0;
			background-repeat:no-repeat;
			background-position:left top;
		}
		header nav ul li.current a,
		header nav ul li a:hover {
			color:#008cc4;
		}
		header nav ul li a.m1 {
			width:186px;
			height:15px;
		}
		header nav ul li a.m1.current{
			background-image:url(../images/m1-act.jpg);
		}
		header nav ul li a.m2 {
			width:179px;
			height:15px;
		}
		header nav ul li a.m2.current {
			background-image:url(../images/m2-act.jpg);
		}
		header nav ul li a.m3 {
			width:208px;
			height:15px;
		}
		header nav ul li a.m3.current {
			background-image:url(../images/m3-act.jpg);
		}
		header nav ul li a.m4 {
			width:196px;
			height:15px;
		}
		header nav ul li a.m4.current {
			background-image:url(../images/m4-act.jpg);
		}
		header nav ul li.last {
			background:none;
			padding:0;
		}
			header nav ul li a.m5 {
				width:167px;
				height:15px;
			}
			header nav ul li a.m5.current {
				background-image:url(../images/m5-act.jpg);
			}
			
	
/*===== content =====*/
#content .inside {
	padding:22px 20px 0 29px;
}
#content .inner_copy, 
#content .inner_copy a {border:0;float:right;background:#000;color:#ff7b01;width:100%;line-height:10px;font-size:10px;margin:-50% 0 0 0;padding:0}

/*===== footer =====*/
footer .fleft {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	padding:32px 0 0 0;
}
	footer .fleft span {
		display:block;
		font-size:30px;
		line-height:1.2em;
		color:#008cc4;
		margin-top:-4px;
	}
footer .aligncenter {
	padding-top:39px;
	line-height:1.429em;
}
	footer .aligncenter span{
		display:block;
		font-size:24px;
		line-height:1.2em;
		color:#008cc4;
		margin-top:-4px;
	}

/*----- forms -----*/

#search-form .rowElem {
	height:28px;
	position:absolute;
	right:0;
	top:113px;
}
#search-form input {
	width:205px;
	background:#fff;
	padding:4px 5px 4px 5px;
	border:1px solid #d0d0d0;
	border-right:0;
	color:#454545;
	line-height:1.2em;
	float:left;
	height:18px;
}
#search-form a {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	float:left;
	background-color:#0087c1;
	padding:6px 11px 0 11px;
	height:22px;
}
#search-form a:hover {
	background-color:#47b6e5;
}

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

#newsletter-form {
	padding-bottom:45px;
}
	#newsletter-form fieldset {
		/*background:url(../images/newsletter-bg.gif) no-repeat left top;*/
		width:219px;
		height:231px;
		overflow:hidden;
	}
	#newsletter-form .rowElem {
		padding:13px 19px 0 17px;
	}
	#newsletter-form input {
		border:1px solid #0086b5;
		background:#fff;
		color:#8e8e8e;
		font-size:.857em;
		padding:2px 5px 2px 5px;
		width:171px;
		margin-bottom:13px;
	}
	#newsletter-form h2 {
		color:#fff;
		margin-bottom:13px;
	}
	#newsletter-form a.fleft {
		color:#fff;
		position:relative;
		top:3px;
	}
	#newsletter-form a.fright {
		display:block;
		color:#fff;
		border:1px solid #26b6e8;
		text-decoration:none;
		background-color:#006caa;
		padding:2px 11px 3px 11px;
	}
	#newsletter-form a.fright:hover {
		border-color:#fff;
	}

	
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #0087c1;
padding: 5px;
left: -10px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 100px;
left: 20px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

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

#contacts-form { clear:right; width:100%; overflow:hidden;}
#contacts-form fieldset { border:none; float:left; }
#contacts-form .field { clear:both; height:30px;}
#contacts-form .field.extra { height:268px;}
#contacts-form label { float:left; width:123px; font-weight:bold; color:#008cc4;}
#contacts-form input { width:277px; padding:2px 0 2px 3px; border:1px solid #d1d1d1; color:#70635b;}
#contacts-form textarea { width:503px; height:252px; padding:2px 0 2px 3px; border:1px solid #d1d1d1; color:#70635b; overflow:auto;}

/*==========================================*/
/*accordion starts*/

#accordion {
	list-style: none;
	padding: 0 10px 0 60px;
	margin-left: 170px;
	width: 680px;
}
#accordion div {
	display: block;
	background-color: #FF9927;
	font-weight: bold;	
	margin-bottom: 10px;
    margin-top: 10px;
	cursor: pointer;
	padding: 5px 0px 5px 0px;
	list-style: circle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#accordion ul {
	font-family: Arial;
	list-style: none;
	padding: 0 10px 0 10px;
}
#accordion ul{
	display: none;
}
#accordion ul p {
	margin-left:15px;
	font-weight: normal;
	cursor: auto;	
	padding: 0 0 0 7px;
}
#accordion ul li {		
	background:url(../images/marker.gif) no-repeat left 5px;
	font-weight: normal;
	cursor: auto;	
	padding: 0 0 0 15px;
}
#accordion ul li p{		
	
	font-weight: normal;
	cursor: auto;	
	
}
#accordion ul h2 {
	margin-top:20px;
	text-decoration:underline;
	font-weight: normal;
	font-size:1em;
	cursor: auto;	
	padding: 0 0 0 7px;
}

/*accordion ends*/
/*
.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background:  no-repeat top right #008cc4;
			padding: 0 10px 0 60px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background:  no-repeat top right #FE8033;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			.accordion_content p {
				line-height: 150%;
				padding: 3px 10px 0 10px;
				text-align:justify;
			}
			.vertical_accordion_content h2 {
				font-size:12px;
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

		
  		.accordion_toggle {
			display: block;
			height: 30px;
			width: 680px;
			background:  no-repeat top right #008cc4;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 14px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 20px 0 0 250px;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
		.accordion_toggle_active {
			background: no-repeat top right #FE8033;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
	*/	
/*faq section starts*/
#faqSection{
	margin:30px;
	border:1px solid #92cdec;
	background:#d7e7ff;
	padding:30px 30px 0 30px;
}

#faqSection a.button{
	background:#d7e7ff;
	width:80px;
	height:38px;
	position:absolute;
	right:50px;
	top:45px;
	text-indent:-9999px;
	overflow:hidden;
	border:none !important;
}

#faqSection a.button.expand:hover{ background-position:0 -38px;}
#faqSection a.button.collapse{ background-position:0 -76px;}
#faqSection a.button.collapse:hover{ background-position:0 bottom;}

/* Definition Lists */

#faqSection dt{
	background:url(../images/q.gif) 0 4px no-repeat;
	color:#8F9AA3;
	font-weight:bold;
	font-size:15px;
	margin-top:20px;
	padding-left:20px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
}

#faqSection dt:hover{ color:#736AFF;cursor:pointer;}

#faqSection dt .icon{
	background:url('../images/bullets.png') no-repeat;
	height:12px;
	right:0;
	position:absolute;
	top:11px;
	width:12px;
}

#faqSection dt.opened .icon{ background-position:left bottom;}

#faqSection dd{
	font-size:12px;
	background:url(../images/a.gif) 0 4px no-repeat;
	color:#333;
	line-height:1.5;
	padding:5px 0 0 25px;
	width:95%;
	display:none;
}	
#faqSection h1{text-indent:10px;margin:0;line-height:1.8em;font-size:1.5em;padding-top:15px;padding-bottom:10px;color:#F88017;}
#faqSection h2{text-indent:10px;margin:0;line-height:1.3em;font-size:1.1em;padding-top:15px;padding-bottom:10px;color:#000000;text-decoration:underline;}
#faqSection  p{font-size:1em;line-height:170%;margin-bottom:20px}
#faqSection dl{padding:0;margin:0;font-size:1em;line-height:170%;margin-bottom:20px;}

#faqSection  dd ul li{
			float:left;
			width:95%;
			margin-right:20px;			
			text-align:justify;
			padding:0 0 5px 16px;
			background:url(../images/marker.gif) no-repeat left 5px;
		}
/*faq section ends*/
/*sticky note starts*/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#B9CBF7;
  display:none;
}

.window {
  position:absolute;  
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  font-family:verdana;
  font-size:15px;
}


#announce {
  background:url(../images/notice.png) no-repeat 0 0 transparent; 
  width:330px; 
  height:229px;
  padding:50px 10px 10px 25px;
  text-align:center;
  vertical-align:middle;
}

img#close {  
  cursor: pointer;
  position:relative;
  width:20px; 
  height:20px;
  /*width:100px; 
  height:40px;
  top:-50px;*/
  top:-48px;
  right:-12px;

  float:right;
  /* Move it up the exact amount of px of the height of the <p> AND the margin*/
}
/*sticky notes ends*/

