body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
	background-color:#F1F1F1;
}
h2 {
	margin-top:0;
}
a {
	text-decoration:none;	
}
#topcon {
	background-image:url(../images/ui/top_bg.png); 
	width:100%;
}
#logo {
	float:left; 
	border:0; 
	width:99px; 
	height:40px; 
	margin:4px 0 0 6px;
}
#nav {
	background:#313132; 
	border-top:1px solid #232324;
	height:3em;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
#navbtn {
	display:none;
}
#navbtn a {
	outline:none;
}
#navlist, #navbtn {
	width:90%;
	margin:0;
	float:left;
	padding-left:7.5%;
}
#navlist li, #navbtn li {
	display:inline-block;
	width:14%;
	margin-right:1%;
	text-align:center;
	list-style-type:none;
	font-variant:small-caps;
}
#navlist li a, #navbtn li a {
	color:#939393;
	font-weight:bold;
	font-size:1em;
}
#navlist li a:hover, #navbtn li a:hover {
	color:#FFFFFF;
}
.title {
	font-style:italic;
	font-weight:bold;
	color:#4A4A4A; 
	border-bottom:1px dashed #DFDFDF; 
	padding-bottom:10px;
}
.hi {
	font-weight:bold;
}
.container {
	width:80%;
	margin:0 auto;
}
#contents {
	clear:both;
	background-color: #FFFFFF;
	width:90%;
	margin:1em auto;
	padding:0 8px;
	border:1px solid #E5E5E5; 
	-webkit-overflow-scrolling:touch;
	border-radius:8px;
	box-shadow:1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}
#companyname {
	float:right;
	color:#D73205; 
	font-variant:small-caps;
}

#navlist2 {
	display:none; 
	position:absolute;
	padding-left:0;
	top:7em;
	width:90%;
	margin:0 5%;
	z-index:1;
}
#navlist2 li {
	list-style-type: none;
	font-variant:small-caps;
	text-align: center;
	background-color:#313132; 
	border-bottom:solid 1px #950025; 
}
#navlist2 a {
	display:block;
	color:#939393;
	padding:1em 2em;
	font-weight:bold;
}
#navlist2 li a:hover {
	color:#FFFFFF;
}

#footing {
	background:#282829; 
	height:2em; 
	border-top:1px solid #3B3B3C; 
	border-bottom-left-radius:4px; 
	border-bottom-right-radius:4px;
}
#footing2 {
	display:none;
	background:#282829; 
	height:2em; 
	border-top:1px solid #3B3B3C;
}
#footing2 p:last-child {
	border-bottom-left-radius:4px; 
	border-bottom-right-radius:4px;
}

#navlist .smallitem {
	display:none;
}
#navlist .bigitem {
	display:inline-block;
}


#cmtmenulist {
	list-style:none outside none;
	padding:0;
	text-align:center;
	border-bottom:2px solid #939393;
	font-size:2em;
	width:90%;
	margin:1em 0 1em 5%;
}
#cmtmenulist li {
	display:inline;
	line-height:1.2em;
	margin:0 3px 0 0;
}
#cmtmenulist a {
	background:#939393;
	display:inline-block;
	text-decoration:none;
	padding:4px;
	width:5em;
	outline:none;
	border-top:2px solid #F1F1F1;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.cmtother, .cmtother:link, .cmtother:visited {
	color:#D73205;
}
.cmtother:hover, .cmtother:active {
	color:#FFFFFF;
}
.cmtcurrent, .cmtcurrent:link, .cmtcurrent:visited, .cmtcurrent:hover {
	color:#FFFFFF;
	cursor:default;
}

.faqitem {
	font-weight:bold; 
	margin-bottom:0; 
	cursor:pointer;
}
.faqitem:hover {
	color:#D73205;
}
.faqitem:active {
	color:black;
}


@media screen and (max-width: 800px) {
	#navlist .smallitem {
		display:inline-block;
	}
	#navlist .bigitem {
		display:none;
	}
	#navlist2 {
		display:none;
	}
}
@media screen and (max-width: 640px) {
	#footing {
		display:none;
	}
	#footing2 {
		display:block;
	}
}
@media screen and (max-width: 540px) {
	.container {
		width:98%;
	}
	#topcon {
		width:98%;
		margin:0 auto;
	}
	#topcon .container {
		width:100%;
	}
	
	#companyname {
		font-size:1.5em;
	}
	#navlist, #navlist2 {
		display:none;
	}
	#navbtn {
		display:inline;
	}
}
@media screen and (max-width: 300px) {
	#logo {
		display:none;
	}
}
@media screen and (max-height: 300px) {
	#navlist2 li {
		float:left;
		border:1px solid #950025;
		width:40%;
	}
}
