/*********************************************************************************/
/* 1000px (> 480px && < 1200px)                                                  */
/*********************************************************************************/

/* Reusable */

	section, article {
	padding: 0em 1em 1em 0.5em;
		margin: 0 2em 0 0;
}

	#main section, #main article {
		background: #fff;
	}

	.button {
		font-size: 1em;
	}


/* Header */

	#header {
		height: 76px;
	}

		#header h1 {
			font-size: 2em;
			line-height: 76px;
		}

		#header nav {
			line-height: 74px;
			font-size: 1.1em;
		}
		
			#header nav a {
				padding: 0 10px 0 10px;
			}
.heading-h2 {
	width: 100%;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	letter-spacing: -2px;
	background-color: #F90;
	padding: 0.2em 0 0.2em 0em;
	text-indent: 0.4em;
		}
.headingMain-h2 {
	width: 100%;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
	letter-spacing: -2px;
	background-color: #F90;
	padding: 0.2em 0em 0em 0em;
		}

/* Banner */
		
#banner {
	padding: 0 0 0em 0;
	background-repeat: no-repeat;
}

#banner img {
	display: block;
	height: auto;
	width: 100%;
}

	ul.link-list1 {
	color: #FFF;
	padding: 0.75em 0 0 0;
	margin: 0.75em 0 0 0;
	line-height: 0.3em; list-style-type:none;
	}

		ul.link-list1 li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}
		
		ul.link-list1 li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}
	
		ul.link-list1 a{
		color: #FFF;
	text-decoration: none;
		}
		ul.link-list1 a:hover{
	color: #f79123;
	text-decoration: none;
		}
/* Footer */

#footer-wrapper {
	background-color: #333;
}
#sidebar-footer {
	font-size: 0.9em;
	letter-spacing: -0.06em;
	padding: 0em 1em 1em 0.5em;
}
#sidebar-footer ul li:first-child {
			padding-top: 0.1em;
			margin-top: 0;
			border-top: 0;
		}
#sidebar-footer ul {
	color: #FFF;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
	line-height: 1em;
	list-style-type: none;
}

#sidebar-footer ul li {
			border-top: solid 1px #ced0b7;
			padding: 0.5em 0 0 0;
}
#sidebar-footer .sbox1 {
	margin: 0.5em 0 0 0;
	margin-right: 5em;
}

#sidebar-footer .sbox2 {
			margin: 0.5em 0 0 0;
}

#sidebar-footer .sbox3 {
}

#sidebar-footer1 {
}
#sidebar-footer1 ul li:first-child {
			padding-top: 0.1em;
			margin-top: 0;
			border-top: 0;
		}
#sidebar-footer1 ul {
	color: #FFF;
	padding: 0.5em 0 0 0;
	line-height: 1em;
}

#sidebar-footer1 ul li {
			border-top: solid 1px #ced0b7;
			padding: 0.5em 0 0 0;
			margin: 0.5em 0 0 0;
}
/* Copyright */
	
	#copyright {
		text-align: center;
		color: #A6A88F;
		padding: 1em 0 5em 0;
		font-size: 0.8em;
		line-height: 1.5em;
	}

		#copyright a {
			color: #A6A88F;
		}

.crumb {
	font-size: 1em;
	color: #F90;
	padding: 0.1em 0 1em 0em;
	text-indent: 0.6em;
	margin-left: -0.5em;
}
.crumb-divider {
	padding-left: 0.4em;
	color: #000;
}

.crumb a {
	color: #FFF; background-color:#000;
	text-decoration: none; padding-right: 0.4em; padding-left: 0.4em; padding-bottom: 0.2em; padding-top: 0.1em;
}
.crumb a:hover {
	color: #FFF;
	text-decoration: underline;
}

.scroll-to-top { float:right;}

.button {
		display: inline-block;
		padding: 10px 20px 10px 20px;
		background-color: #007b9d;
		background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: -o-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #006e8b;
		box-shadow: inset 0px 0px 0px 1px #18a8c8;
	}

.button:hover {
	background-color: #14AAD6;
	background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
	background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: linear-gradient(top, #1b9fbe, #118eb1);
	box-shadow: inset 0px 0px 0px 1px #3ecceb;
	}


@media screen and (max-width: 1024px) {#col-new {width:80%;}}
@media screen and (max-width: 740px) {#col-new {width:50%;}}

#col-sub1 {
	width: 100%;	float: left; margin-left: -0.5em; 

}
#col-sub-2 {
		
width: 25%;
	float:right;
	padding-left: 0.5em; margin-left: 0.5em; padding-right:0.5em; padding-bottom:0.5em;
	background-color:#EEE;
	padding-top: 1em;
}
#col-sub {
	width: 90%;
	float: left;
	padding-left: 1em; margin-bottom: 0.5em; margin-left: 0em;
	background-color:#EEE;
	padding-top: 1em;
	
}
#col-text2 {	width: 100%; float:none; position: relative; z-index: 2; 
}
#col-text3 {	width: 100%;  }
#col-text11  {width: 100%; }
#col-4layout {width: 100%;}
#col-text10 {width: 90%; }
#col-IE {float:none; border-top:none;}
#col-IE2 {float:none; border-top:none;}
#col-IE3 {float:none; border-top:none;}
