/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body
	{
		background: #f5f5f5 url(images/bg01.jpg) repeat;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		color: #4c4c4c;
	}

	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
			
	br.clear
	{
		clear: both;
	}
	
	h1, h2, h3
	{
		font-weight: 300;
		color: #262626;
	}
	
	h4
	{
		font-weight: bold;
		color: #262626;
		padding-bottom: 1em;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1.75em;
	}
	
	p
	{
		line-height: 1.5em;
	}
	
	a
	{
		color: #1b95ec;
		outline: 0;
	}
	
	section,
	article
	{
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 0 0;
	}
	
	.image-right
	{
		float: right;
		margin: 0 0 0 2em;
	}
	
	.image-center
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

	.button
	{
		background: #000099;
		text-decoration: none;
		font-style: italic;
		color: #FFFFFF;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	
		.button:hover
		{
			background: #0000ff;
		}
		
		.button:active
		{
			background: #0b85dc;
		}
	
	ul.style1
	{
	}

		ul.style1 li
		{
			position: relative;
			line-height: 1.5em;
			padding: 0.75em 0 0.75em 0;
			border-top: solid 1px #E8E8E8;
		}
	
		ul.style1 a
		{
			text-decoration: underline;
			color: #8d8d8d;
		}
		
			ul.style1 a:hover
			{
				text-decoration: none;
			}
		
		ul.style1 li.first
		{
			padding-top: 0;
			border-top: 0;
		}
		
	ul.style2
	{
			padding-bottom: 2.5em;		
	}
	
		ul.style2 li
		{
			float: left;
			width: 39px;
			height: 50px;
			margin-right: 8px;
			text-indent: -99999em;
		}
		
		ul.style2 a
		{
			display: block;
			text-decoration: none;
		}

	ul.style3
	{
	}
	
		ul.style3 li
		{
			text-decoration: none;
			list-style-type: none;
			padding: .50em 0em 0em 0em;
			border-top: 1px none #e8e8e8;
			float:left;
			width: 50%;
		}
		
		ul.style3 a
		{
			text-decoration: none;
			color: #6e6d6d;
		}
		
			ul.style3 a:hover
			{
				text-decoration: underline;
			}
			
		ul.style3 .posted
		{
			font-size: 0.90em;
			color: #b6b6b6;
		}
		
		ul.style3 .first
		{
			padding-top: 0em;
			border-top: none;
		}


	ul.style4
	{
		margin-bottom: 2em;
		text-align: center;
		overflow: hidden;
	}
	
		ul.style4 li
		{
			display: inline-block;
			margin: 0 1em 0 1em;
			padding: 0.70em 1em;
			text-decoration: none;
			font-size: 1.25em;
			font-style: italic;
			color: #787878;
			cursor: pointer;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}
		
		ul.style4 li:hover,
		ul.style4 li.active
		{
			background: #ededed;
			color: #454545;
		}

	ul.style5
	{
	}

		ul.style5 li
		{
			position: relative;
			overflow: hidden;
			line-height: 1.5em;
			margin: 0 0 1.25em 0;
		}
	
		ul.style5 a
		{
			display: block;
			text-decoration: underline;
			color: #8d8d8d;
			margin-left: 5.5em;
		}
		
			ul.style5 a:hover
			{
				text-decoration: none;
			}
		
		ul.style5 .date
		{
			position: absolute;
			left: 0;
			top: 0;
			margin-right: 1em;
			text-decoration: none;
			color: #b3b3b3;
			width: 5em;
		}

	ul.style6
	{
	}

		ul.style6 li
		{
			position: relative;
			line-height: 2em;
			padding: 0 0 0 0;
			margin: 0em 0em 0em 2.5em;
			font-size: 1.0em;
		}
	
		ul.style6 a
		{
			text-decoration: underline;
			color: #8d8d8d;
		}
		
			ul.style6 a:hover
			{
				text-decoration: none;
			}
		
		ul.style6 li.first
		{
			padding-top: 0;
			border-top: 0;
		}
		
		ul.style7
	{
			margin: 0 0em 0 0em;		
	}
	
		ul.style7 li
		{
			text-decoration: none;
			list-style-type: none;
			padding: .50em 0em 0em 0em;
			border-top: 1px none #e8e8e8;
		}
		
		ul.style7 a
		{
			display: block;
			text-decoration: none;
		}

	ul.style8
	{
			padding-bottom: 0em;
	}
	
		ul.style8 li
		{
			float: left;
			width: 39px;
			height: 50px;
			margin-right: 8px;
			text-indent: -99999em;
		}
		
		ul.style8 a
		{
			display: block;
			text-decoration: none;
		}

		#thankyou h2
		{
			line-height: 1.5em;
			text-decoration: none;
		}

 	#forminstruct
	{
	}
		li.forminstruct
			{
				text-align: left;
				margin:0 0 0 0;
				font-family: Tahoma, Arial, Verdana, sans-serif;
				font-weight:bold;
				font-size:1em;
				position:left;
				left:0px;
				top:0px;
				letter-spacing: 1px;
				line-height:1.5em;
				color: #000000;
			}

.social-icon
	{
		position: relative;
	}
	
		.social-icon:after
		{
			content: '';
			display: inline-block;
			width: 39px;
		}
	
		.social-icon:before
		{
			content: '';
			display: inline-block;
			width: 39px;
			height: 39px;
			line-height: 39px;
			background: #d0d0d0 url('images/icons.png');
			background-repeat: no-repeat;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
			position: absolute;
			left: 0;
			top: 50%;
		}
			
			.social-icon:hover:before
			{
				background-color: #ffffff;	
			}

			.social-icon:active:before
			{
				background-color: #545454;	
			}
		
		.social-icon-01:before
		{
			background-position: 0px 0px;
		}

		.social-icon-02:before
		{
			background-position: -48px 0px;
		}
		
		.social-icon-03:before
		{
			background-position: -96px 0px;
		}
		
		.social-icon-04:before
		{
			background-position: -146px 0px;
		}	

		.social-icon-05:before
		{
			background-position: -197px 0px;
		}
		
		.social-icon-06:before
		{
			background-position: -250px 0px;
		}	

		
	.weekly-icon
	{
		position: relative;
	}
	
		.weekly-icon:after
		{
			content: '';
			display: inline-block;
			width: 39px;
		}
	
		.weekly-icon:before
		{
			content: '';
			display: inline-block;
			width: 39px;
			height: 39px;
			line-height: 39px;
			background: #d0d0d0 url('images/iconsWeekly.png');
			background-repeat: no-repeat;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
			position: absolute;
			left: 0;
			top: 50%;
		}
			
			.weekly-icon:hover:before
			{
				background-color: #000099;	
			}

			.weekly-icon:active:before
			{
				background-color: #545454;	
			}
		
		.weekly-icon-01:before
		{
			background-position: 2px 6px;
		}

		.weekly-icon-02:before
		{
			background-position: -48px 6px;
		}
		
		.weekly-icon-03:before
		{
			background-position: -100px 6px;
		}
		
		.weekly-icon-04:before
		{
			background-position: -150px 6px;
		}	

		.weekly-icon-05:before
		{
			background-position: -200px 6px;
		}
		
		.weekly-icon-06:before
		{
			background-position: -250px 6px;
		}	
		
		
	.download-icon
	{
		position: relative;
	}
	
		.download-icon:after
		{
			content: '';
			display: inline-block;
			width: 39px;
		}
	
		.download-icon:before
		{
			content: '';
			display: inline-block;
			width: 39px;
			height: 39px;
			line-height: 39px;
			background: #d0d0d0 url('images/iconsDownloads.png');
			background-repeat: no-repeat;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
			position: absolute;
			left: 0;
			top: 50%;
		}
			
			.download-icon:hover:before
			{
				background-color: #ffffff;	
			}

			.download-icon:active:before
			{
				background-color: #545454;	
			}
		
		.download-icon-01:before
		{
			background-position: 0px 0px;
		}

		.download-icon-02:before
		{
			background-position: -48px 0px;
		}
		
		.download-icon-03:before
		{
			background-position: -96px 0px;
		}
		
		.download-icon-04:before
		{
			background-position: -146px 0px;
		}	

		.download-icon-05:before
		{
			background-position: -197px 0px;
		}
		
		.download-icon-06:before
		{
			background-position: -250px 0px;
		}
		
	.category
	{
		display: none;
	}

/*********************************************************************************/
/* Maps                                                                      */
/*********************************************************************************/	
#map 
{
 line-height: normal ! important;
  white-space: nowrap;
  width: 100%; height: 600px 
}

#panel {
  position: absolute;
  top: 212px;
  left: 50%;
  margin-left: -180px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}


#target {
	width: 345px;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
	}
	
	#footer-wrapper
	{
		overflow: hidden;
	}
	
/*********************************************************************************/
/* Bar                                                                           */
/*********************************************************************************/

	#bar
	{
		position: relative;
		overflow: hidden;
		background: #101010 url(images/bg02.jpg) no-repeat center top;
		background-size: 100% 100%;
	}	
	
		#bar h2
		{
			color: #FFFFFF;
		}
		
		#bar p
		{
			color: #FFFFFF;
		}
	
/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

	#slider
	{
		background: #f4f4f4;
	}
	
/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

	.poptrox-popup
	{
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.25);
	}
	
		.poptrox-popup .caption
		{
			font-style: italic;
		}
		
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		overflow: hidden;
		background: #FFFFFF;
	}

/*********************************************************************************/
/* Form                                                                        */
/*********************************************************************************/

#mainForm 
{
	position: relative;
	border-style: none;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
	text-color:#000000;
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:inline;
	font-size:95%;
	font-weight:bold;
	color:#000000;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		background: url(images/bg03.png) no-repeat center top;
	}
	
		#footer h2
		{
			color: #000000;
		}

		#footer h4
		{
			font-weight: normal;
			color: #4c4c4c;
		}
/******Back to top CSS, add to your stylesheet****/

	.back-to-top 
	{
		position:fixed;
		bottom: 0px;
		right: 50%;
/*link to your image, use correct path, if in doubt, use full path with http://...*/
		background: url(images/arrows.png) left top no-repeat; 
		width: 120px;
		height: 30px;
	}

	.back-to-top a {
		text-indent: -9999px;
		display: block;
	}

	.back-to-top:hover { 
/*link to your image, use correct path, if in doubt, use full path with http://...*/
		background:url(images/arrows.png) left -30px no-repeat; 
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		overflow: hidden;
		border-top: 1px solid #d7d7d7;
		text-align: center;
		color: #000000;
	}
	
/*********************************************************************************/
/* Hidden                                                                     */
/*********************************************************************************/

	.hiddenlink 
	{
		color: #000000;
		text-decoration: none;
		cursor: text;
	}
