@charset "utf-8";
/* ------------------------  fluid left ------------------------ */

#fluid_left {
	display: inline-block;
	width: 240px;
	vertical-align: top;
	color: #666666;
	margin-top: 30px;
	font-family: "Arial Unicode MS";
}
#fluid_left ul {
	list-style-type: none;
	font-size: 13px;
	font-style: italic;
	color: #666666;
	margin-top: -4px;
	margin-left: -40px;
	text-align: right;
	text-decoration: none;
}

#fluid_left ul li:last-child {
	font-style: normal;
}

#fluid_left hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin-top: 14px;
	padding: 0;
}

#menu_leftleft {
	display: inline-block;
	width: 114px;
	vertical-align: top;
	margin-top: 11px;
}

#menu_leftright {
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
}

#menu_leftright h1 {
	font-family: Arial Unicode MS;
	color: #FF6600;
	font-size: 31px;
}

/* ------------------------  fluid center ------------------------ */

#fluid_center {
	display: inline-block;
	width: 950px;
	vertical-align: top;
	text-align: center;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 4px;
}

#image_border img {
	border: 1px solid #CCCCCC;
	margin: 0 15px;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	cursor: default;
}
#image_border img:hover {
	 border: 3px solid #FF6600;
	 cursor: pointer;
}

#thequote {
	margin-top: 68px;
	font-style: italic;
	margin-bottom: 10px;
}

/* ------------------------  fluid right ------------------------ */

#fluid_right {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	text-align: right;
	margin-top: 68px;
}
#fluid_right ul {
	list-style-type: none;
	padding-left: 0;
	font-family: Arial Unicode MS;
	font-size: 13px;
	color: #666666;
	margin-top: -4px;
}
#fluid_right hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin-top: 14px;
	padding: 0;
}
#fluid_right h2 {
	display: inline-block;
	width: 50px;
	vertical-align: top;
	margin: 2px -2px;
}
#menu_rightright {
	display: inline-block;
	width: 132px;
	vertical-align: top;
	margin: 0 0 auto auto;
	text-align: left;
}
#menu_rightright hr {
	margin-top: 15px;
}
#orange_box {
	width: 300px;
	height: 120px;
	border-width: 2px;
	border-right-style: solid;
	border-color: #FF6600;
	padding: 10px 10px 10px 10px;
	margin-top: 550px;
	margin-left: -120px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #828282;
	font-size: 12px;
}
#orange_box mark{
	background-color: transparent;
	color: #FF6600;
} 

/* ------------------------  Footer  ------------------------ */
footer {
	color: #828282;
	font-family: Arial Unicode MS;
	margin-top: 7px;
	height: 40px;
	position: relative;
	margin-top: -40px;
}
footer nav {
	font-weight: normal;
	font-size: 13px;
	color: #666666;
}
footer hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	padding: 0;
	margin-top: 0px;
	clear: both;
}
footer p {
	text-align: right;
	font-size: 8px;
	margin-top: -9px;
	margin-right: 0px;
	color: #999999;
}
footer p mark {
	background-color: transparent;
	color: #F66000;
	font-size: 9px;
}
footer a:first-child {
	display: block;
	float: left;
	margin-left: 6px;
}
footer a:nth-child(2) {
	display: block;
	float: right;
	margin-right: 6px;
}

/* ------------------------  General ------------------------ */
html, body {
	height: 100%;
}
body {
	width: 1400px;
	margin: 0 auto;
	padding: 0;
}

#page_wrap {
	min-height: 100%;
}

#main {
  	padding-bottom: 40px; /* must be same height as the footer */
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: x-large;
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}

h1 span {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 28px;
}

.align_right {
	text-align: right;
}

h2 {
	margin-top: 0;
	color: #CCCCCC;
	font-family: Arial Unicode MS;
	font-size: 13px;
	font-weight: normal;
}

.color_orange {
	color: #FF6600 !important;
	
}
.border_orange {
	border-color: #FF6600 !important;
}
a { text-decoration: none; }
a:link, a:visited { color: #666666; }
a:hover { color: #FF6600; }


	
