@charset "utf-8";
/* CSS Document */
body {
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-position:top;
	background-repeat:repeat-x;
	}
img {
	border:none;
	}
h1{
	color:#833100;
	}
h2 a {
	color:#000;
	text-decoration:none;
}
h2 a:visited {
	color:#000;
	text-decoration:none;
}
h2 a:hover  {
	text-decoration:underline;
	color:#000;
}
.hover img{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}
.hover:hover img{
	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
}
.callus {
	font-size:24px;
	font-weight:bold;
	color:#833100;
	}
.smallfont {
	font-size:10px;
	}
#clear{ clear:both;}
#topcontainer{
	margin:0 auto;
	display:block;
	width:1000px;
	height:150px;
	}
#logo {
	display:block;
	width:300px;
	height:150px;
	float:left;
	}
#navigation-top{
	width:700px;
	height:150px;
	float:left;
	display:block;
	}
#nav1 {
	display:block;
	height:80px;
	width:700px;
	float:left;
	padding-top:20px;
	}
#nav2 {
	display:block;
	height:50px;
	width:700px;
	float:left;
	}
#nav3 {
	margin-left:-10000px;
	}
#navbutton a {
	display:block;
	width:auto;
	min-width:75px;
	height:28px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	font-size:10px;
	border-radius: 8px;
	border:#FFF 1px solid;
	background: -webkit-linear-gradient(#cc4e02, #833100); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cc4e02, #833100); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cc4e02, #833100); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cc4e02, #833100); /* Standard syntax */
	}
#navbutton a:hover , #navbutton:visited {
	text-decoration:none;
	color:#fff;
	background: -webkit-linear-gradient(#833100, #cc4e02); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#833100, #cc4e02); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#833100, #cc4e02); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#833100, #cc4e02); /* Standard syntax */
	}
#middlecontainer {
	display:block;
	width:auto;
	margin:0 auto;
	border-bottom:#833100 20px solid;
	}
#middlecontainer img {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
#content {
	margin:0 auto;
	width:1000px;
	display:block;
	padding-top:10px;
	}
#content p {
	text-align:left;
	}
#footer {
	margin:0 auto;
	width:1000px;
	padding-top:10px;
	font-size:10px;
	color:#333;
	border-top:1px #666 solid;
	}
#footer a {
	color:#333;
	text-decoration:none;
	}
#footer a:hover {
	color:#00F;
	}
#left {
	width:50%;
	float:left;
	}
#right {
	width:50%;
	float:left;
	text-align:right;
	}
#thumbnail {
	display:block;
	width:180px;
	height:130px;
	padding:10px;
	float:left;
	}
#form {
	visibility:hidden;
	display:none;
	}
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
body {
    font-size: 100%;
  }
 h1 { font-size:larger;}
 h2 { font-size:large}
#topcontainer{
	width:100%;
	float:left;
	}
#logo {
	width:100%;
	}
#logo img {
	width:100%;
	max-width:200px;
	}
#navigation-top{
	width:100%;
	}
#nav1 {
	display:none;
	}
#nav2 {
	display:none;
	}
#nav3 {
	width:100%;
	float:left;
	margin-left:1px;
	color:#FF0004;
	}
#navbutton {
	width:100%;
	}
#content {
	float:left;
	width:100%;
	}
#left {
	float:left;
	width:100%;
	display:block;
}
#right {
	width:100%;
	display:block;
	}
#footer {
	width:100%;
	}
.callus {
	font-size:larger;
	}
}