@charset "UTF-8";
/* CSS Document */

body {
	position: relative;
	font-family:"Courier New", Courier, monospace;
	color:#666;
	background-color:#F8FCFC;
	background-image:url(../images/cream-bg.jpg);
    -moz-transition: background-color ease 2s;
    -webkit-transition: background-color ease 2s;
}
h1, h2 {font-family: Helvetica, sans-serif; font-weight:100; color:#454545; }

h1 {
	font-size:1.75em;
}
h2 {
	font-size:1.25em;
	padding:.4em 0;
	margin: 0 0 1em 0;
	border-top:#666 1px dotted;
	border-bottom:#666 1px dotted;
}

p {
	padding:0.5em 0;
	margin:0;
}
#header {
	position: relative;
	margin: 1em auto;
	width: 75em;
	padding: 1em;
	overflow: auto;
	/*height: 50em;*/
}
#banner {
	float:left;
	width: 50px;
}
#masthead {
	float:right;
	margin: 6.25em 0 1em 3em;
	width: 21em;
}
#masthead h1 a, #footer h1 a  {
	font-size: 1.15em;
	font-weight: 100;
	color: #454545;
	text-decoration: none;
}
 #footer h1  {
	font-size: 1em;
	display: block;
	float: left;
 }
.gotop {
	display: block;
	float: right;
	width: 4em;
}
#masthead h1 a:hover, #footer h1 a:hover  {
	color:#CC6633;
}
#nav {
	width: 20em; /*250/16=15.265 */
	margin-top: 1em;
}
#nav ul {
	margin:0 0 0 .5em;
}
#nav ul li {
	margin-top:.2em;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#nav a{ color:#454545; text-decoration:none;}
#nav a:active, #nav a:hover{ color:#F33;}

#content {
	margin: .5em auto 0 auto;;
	padding: 0 0 1em 0;
	width:75em;
}
#footer {
	border-top:#666 1px dotted;
	width: 75em;
	margin: .2 auto .5em auto;
	padding: .5em 0 1em 0;
	overflow:auto;
}

.red {
	color: #F33;
}
.col200 { width: 12.5em; /*200/16=12.5 */}
.tabcontent {
	width: 19em; /*250/16=15.265 */
	padding:0 0 3em .6em;
}
.copy9px { font-size:.625em;}
.copy9px { font-size:10px;}
.title {
	width:75em; magin:.5em 0 .5em 0;
}
.noborder { border:none; padding:0; margin:0; height:0; }
.clearFloat {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

/*=============== slides js ==========================================*/

#slides {
	padding: 1em 0 0 0;
	
}
/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:1000px;
			height:760px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:1000px;
			height:760px;
			display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination, .pagination li {
			list-style:none;
			display:inline;
			margin:5px;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination a, a.prev, a.next {
			padding-right:5px;
			color:#454545;
			text-decoration:none;
		}
		.pagination .current a {
			color:red;
		}
		
/*=================== media 2500px ======================================*/	
@media (max-width:2500px) {
				
		.slides_container img{
	/*			width:1000px;
			 
	-webkit-transition: width .4s ease, height .4s ease;  
    -moz-transition: width .4s ease, height .4s ease;  
    -o-transition: width .4s ease, height .4s ease;  
    -ms-transition: width .4s ease, height .4s ease;  
    transition: width .4s ease, height .4s ease;  */
	}
	
		.slides_container  {
			width:1000px;
	height:47.5em;
-webkit-transition: width .4s ease, height .4s ease;  
    -moz-transition: width .4s ease, height .4s ease;  
    -o-transition: width .4s ease, height .4s ease;  
    -ms-transition: width .4s ease, height .4s ease;  
    transition: width .4s ease, height .4s ease; 
		}
			.slides_container div {
	width:1000px;
	/*-webkit-transition:  width .4s ease;
	-moz-transition:  width .4s ease;
	-o-transition:  width .4s ease;
	-ms-transition:  width .4s ease;
	transition:  width .4s ease;*/
		}
}
		
/*=================== media 800px ======================================*/	
@media (max-width:1000px) {
h1 {font-size:2.15em; margin:0 0 .5em .5em;}	
#header {
	width: 50em;
	margin: 0 auto 1em auto;
	padding: 1em;
}
			
#masthead {
	margin-top:1em;
	width: 25em;
	float:left;
}
#banner { width:50em; height:50em;float:left;}
#content {
	margin: 0 auto;
	padding:  1.5em 0 0 0;
	width:50em;
}			
.title {width:50em;}
#nav, .tabcontent {
	padding:0 0 0 .5em;
	width: 25em;
}
 .tabcontent {
	padding:0 0 1.5em .6em;
}
#footer {
	margin: .5em auto .5em auto;
	padding:.5em 0 0 .5em;
	width:50em;
}
.gotop { width: 5em;}
/*#footer h1 {font-size:1.15em; margin:.5em 0 .2em .1em;}	*/
img{
	/*width:50em;/*750/16=46.875*/
	/*			 
	-webkit-transition: width .4s ease, height .4s ease;  
    -moz-transition: width .4s ease, height .4s ease;  
    -o-transition: width .4s ease, height .4s ease;  
    -ms-transition: width .4s ease, height .4s ease;  
    transition: width .4s ease, height .4s ease; */ 
	}
	
	.slides_container  {
		width:50em;
	height:47.5em;
	
	-webkit-transition: width .4s ease, height .4s ease;  
    -moz-transition: width .4s ease, height .4s ease;  
    -o-transition: width .4s ease, height .4s ease;  
    -ms-transition: width .4s ease, height .4s ease;  
    transition: width .4s ease, height .4s ease;  
		}
				.slides_container div {
	width:50em;
	
	-webkit-transition: width .4s ease;  
    -moz-transition: width .4s ease;  
    -o-transition: width .4s ease;  
    -ms-transition: width .4s ease;  
    transition: width .4s ease;  
				}
}

/*=================== media 480px ======================================*/		
@media (max-width:480px) {
/*body {max-width:480px;
	position:relative;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
} */

h1 {font-size:2.15em; margin:0 0 .5em 0;}	
#header {
	width: 25em;
	margin: 0 auto;
	overflow:hidden;
}			
#masthead {
	margin: 1em 0 1em 0;
	width:25em;
	float: none;
}
li a{ font-size:2em;}
#content {
	padding:  1.5em 0 0 0;
	width:25em;
	float: none;
}			
.title {
	width:25em;
	float: none;
}
#banner {float:none; display:none;width:0;}		
#nav, .tabcontent {
	width: 25em;
}
.tabcontent {
	padding:0 0 2em .6em;
}
#nav ul li {width: 23em;}
a.prev, a.next {font-size:2.5em;padding:1.4em;}
		.pagination a { display:none;}		
 #footer {width: 25em;}		
#footer h1 {font-size:1em; margin:0 0 .5em 1em;}			
img{
	width:25em;
				 
	-webkit-transition: width .4s ease, height .4s ease;  
    -moz-transition: width .4s ease, height .4s ease;  
    -o-transition: width .4s ease, height .4s ease;  
    -ms-transition: width .4s ease, height .4s ease;  
    transition: width .4s ease, height .4s ease;  
	}
	
	.slides_container  {
		width:25em;
		height:34em;
	
	-webkit-transition:  height .4s ease;
	-moz-transition:  height .4s ease;
	-o-transition:  height .4s ease;
	-ms-transition:  height .4s ease;
	transition:  height .4s ease;
		}
	
		.slides_container div {
			width:25em;
	-webkit-transition:  width .4s ease;
	-moz-transition:  width .4s ease;
	-o-transition:  width .4s ease;
	-ms-transition:  width .4s ease;
	transition:  width .4s ease;
			
		}
}

/*=================== media 400px ======================================*/	
@media (max-width:400px){
	body {max-width:400px;
		position:relative;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
} 

h1 {font-size:2em; margin:0 0 .5em .5em;}	
#header {
	margin: 0 auto;
	overflow:hidden;
	width: 18em;
}			
#masthead {
	margin: 1em 0 1em 0;
	width:18em;
	float: none;
}
li a{ font-size:2em;}
.pagination a {
			padding-right:2px;
}

#content {
	padding:  1.5em 0 0 0;
	width:18em;
}
#banner {float:none; display:none;width:0;}			
.title {
	width:18em;
}
#nav, .tabcontent, #footer  {
	width: 18em;
}	
.tabcontent {
	padding:0 0 2em .6em;
}
#nav ul li {width: 16em;}
a.prev, a.next {font-size:2.5em;padding:.6em;}
		.pagination a { display:none;}		
 #footer {width: 18em;}	
#footer h1 {font-size:1em; margin:.5em 0 .5em 0;}	
		
img{
	margin: 1em 0 1em 0;
	width:18em;
	
			 
	-webkit-transition: width .4s ease, height .4s ease;  
    -moz-transition: width .4s ease, height .4s ease;  
    -o-transition: width .4s ease, height .4s ease;  
    -ms-transition: width .4s ease, height .4s ease;  
    transition: width .4s ease, height .4s ease;  
	}
.slides_container  {
	width:18em;
	height:25em; /*420/16=26.5*/
	
		-webkit-transition: width .4s ease, height .4s ease;  
    -moz-transition: width .4s ease, height .4s ease;  
    -o-transition: width .4s ease, height .4s ease;  
    -ms-transition: width .4s ease, height .4s ease;  
    transition: width .4s ease, height .4s ease;  
		}
		.slides_container div {
			width:18em;
		}
}
