@font-face
{
	font-family: 'pt-sans';
	src: url('fonts/ptc75f-webfont.eot');
	src: url('fonts/ptc75f-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ptc75f-webfont.woff') format('woff'), url('fonts/ptc75f-webfont.ttf') format('truetype'), url('fonts/ptc75f-webfont.svg#pt_sans_captionbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

*
{
	margin: 0;
	padding: 0;
	outline: 0;
}

body, html
{
	height: 100%;
	
}

body
{
    
	font-size: 12px;
	line-height: 17px;
	font-family: arial, sans-serif;
	color: #828282;
	background: url(images/body.png) repeat 0 0;
	min-width: 100%;
}

a
{
	color: #72ae13;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0;
}
a.more
{
	background: url(images/green-arr.png) no-repeat 0 5px;
	padding-left: 11px;
	color: #72ae13;
	text-decoration: underline;
	font-size: 12px;
}
a.more:hover
{
	text-decoration: none;
}


.cl
{
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
.notext
{
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.left, .alignleft
{
	float: left;
	display: inline;
}
.right, .alignright
{
	float: right;
	display: inline;
}

.shell
{
	width: 980px;
	margin: 0 auto;
}

.header
{
	background: #50a3a2;
}
.header .shell
{
	padding: 21px 32px 0;
	width: 918px;
	background: #50a3a2;
	box-shadow: 0px -10px 9px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px -10px 9px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px -10px 9px rgba(0,0,0,0.7);
	-o-box-shadow: 0px -3px 10px 9rgba(0,0,0,0.7);
}
.header-top
{
	height: 72px;
}


.main
{
	
	padding: 0px 0 20px 0;
	border-top: 1px solid #fff;
	background: url(images/main.png) repeat-x 0 0;
	box-shadow: 0px -4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);
	-o-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);
}
.main h2
{
	font-size: 12px;
	color: #000;
	font-family: 'Jura' , sans-serif;
	float: right;
	font-weight: 700;
	padding-right: 10px;
	padding-bottom: 10px;
	text-transform: none;
}

.main .cols
{
	padding-left: 72px;
	padding-right: 5px;
}
.main .cols h2
{
	padding-bottom: 4px;
}
.main .cols .col
{
	width: 200px;
	float: left;
	margin: 8px;
	color: White;
	text-align: center;
	height: 100px;
}
.main .cols .col + .col
{
	padding-left: 10px;
	margin-top: 10px;
}
.main .cols .col img
{
	float: left;
	margin-right: 16px;
	width: 73px;
}
.main .cols .col .col-cnt
{
	float: none;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 10px 5px 5px 5px;
}


/* #Media Queries
================================================== */

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px )
{
	body
	{
	   /* background-color:#58C1BB;*/
		min-width: 768px;
	}
	.shell
	{
		max-width: 748px;
	}
	#navigation ul li
	{
		padding-left: 24px;
		font-size: 15px;
	}
	.header .shell
	{
		padding: 21px 0px 0;
		width: 748px;
		background: #50a3a2;
	}
	.header-top
	{
		padding-left: 20px;
		padding-right: 20px;
	}

	.main section
	{
	    
		background: url(images/t-section.png) no-repeat center bottom;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.main .cols
	{
		padding-left: 40px;
		padding-right: 10px;
	}
	.main .cols .col
	{
		width: 150px;
		margin: 8px;
		color: White;
		text-align: center;
		height: 100px;
		margin-top: 10px;
	}
	.main .cols .col img
	{
		float: none;
		display: block;
		margin: 0 auto;
		width: 73px;
		margin-bottom: 14px;
	}
	.main .cols .col .col-cnt
	{
		float: none;
		color: #fff;
		text-decoration: none;
		display: block;
		text-align: center;
		margin: 10px 5px 5px 5px;
	}


}

/* mobile version */

@media only screen and ( max-width: 767px)
{
	body
	{
		min-width: 310px;
		/* background-color:#58C1BB;*/
	}
	.shell
	{
		max-width: 310px;
	}
	.header .shell
	{
		padding: 0 0 0 0;
		background: #50a3a2;
	}
	.header-top
	{
		padding: 12px 0 0px 0;
	}



	#header
	{
		background: #50a3a2;
		height: 218px;
		width: 100%;
	}


	.main section
	{
		background: url(images/m-section.png) no-repeat center bottom;
		
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.main .cols
	{
		padding-left: 1px;
		padding-right: 1px;
	}
	.main .cols .col
	{
		margin: 5px;
		width: 143px;
		color: White;
		text-align: center;
		height: 90px;
	}
	.main .cols .col + .col
	{
		padding: 0px 0 0;
		margin-top: 10px;
	}
	.main .cols .col img
	{
		float: none;
		display: block;
		margin: 0 auto;
		width: 73px;
		margin-bottom: 14px;
		margin-top: 10px;
	}
	.main .cols .col .col-cnt
	{
		float: none;
		color: #fff;
		text-decoration: none;
		display: block;
		font-size: 13px;
		text-align: center;
		margin: 10px 5px 5px 5px;
	}
}

.text-left
{
	text-align: center;
}
.text-right
{
	text-align: center;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}
.text-muted
{
	color: #999;
}

.btn-adjust
{
	width:298px;
}

.confirm-box
{
	border: 1px solid #8dd355;
	font: 12px Arial, Helvetica, sans-serif !important;
	color: #398000;
	background: #eefeeb url(../images/confirm.gif) no-repeat 10px;
	margin: 10px 0;
	padding: 10px 33px !important;
	display: block;
}
.error
{
	border: 1px solid #d35755;
	font: 12px Arial, Helvetica, sans-serif !important;
	color: #f21a1a;
	background: #feebeb url(../images/ico_block.png) no-repeat 10px;
	margin: 10px 0;
	padding: 10px 33px !important;
	display: block;
}

.coloryellowHead {
	background-color: #fed430;
	text-align: center;
}