﻿
@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	height: 100%
}
html {
	height: 100%
	
}
#container {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF none top;
	background-repeat: repeat-y;
}
#masthead {
	overflow: visible;
	margin-right: 0px;
	margin-left: 0px;
	width: 900px;
	padding: 0;
	background-color: #FFFFFF;
	margin-top: 25px;
}
#navigation {
	overflow: visible;
	width: 600px;
	top: 0px;
	position: relative;
	float: right;
	margin-left: 25px;
}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #3366CC;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 150%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	color: #99CCFF;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	border-width: medium;
	border-radius: 10px;
	border-color: #C0C0C0;
	color: #006699;
	font-size: 1.5em;
	position: static;
	text-align: center;
	clip: rect(auto, auto, auto, auto);
	top: 200px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-style: double;
	border-bottom-style: double;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #CCCCCC;
}
h3 {
	margin: 12px 0px 0px 0px;
	color: #000000;
	font-size: 1.0em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#page_content {
	margin-bottom: 20px;
	margin-top: 20px;
}

#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 12px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
dropdown {
	overflow: visible;
	display: inline-block;
}
.dropdown-content {
	overflow: visible;
	display: none;
	position: absolute;
	text-align: left;
	background-color: #336699;
	width: 180px;
	z-index: 100;
	text-decoration: none;
}
.dropdown-content a {
	overflow: visible;
	color: #3366CC;
	display: block;
	text-decoration: none;
	text-align: left;
	padding-top: 12px;
	padding-right: 16px;
}
.dropdown:hover .dropdown-content {
	overflow: visible;
	display: block;
	visibility: visible;
	font-family: Arial;
	color: #3366CC;
}
.dropdown-content a:hover {
	overflow: visible;
	background-color: #FFFFFF;
	color: #3366CC;
	text-decoration: none;
	display: block;
}

#headleft {
	width: 85px;
	float: left;
	height: 85px;
}
.nav-head {
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	color: #666666;
	padding: 10px 25px 10px 25px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.dropdown-list {
	font-family: Arial;
	color: #FFFFFF;
}
.dropdown-list:hover {
	color: #3366CC;
}
#headpic {
	width: auto;
	height: 200px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
.services-td {
	width: 25%;
}
.footer-left {
	padding: 10px;
	float: left;
	width: 300px;
	height: auto;
	vertical-align: middle;
}
.footer-right {
	color: #FFFFFF;
	float: right;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 20px;
	font-size: 14px;
}
.servicehead {
	box-shadow: 2px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	background-color: #FFFFFF;
}
.service-pic {
	padding: 2px;
	width: 25%;
	height: 100px;
}
.services-title {
	font-family: "Arial Black";
	font-size: 14px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
	width: 25%;
}

/* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame 
{
	width: 100%;
	margin: 10 0px 5 0px; /*center-aligned*/
;
	height: 100%;
}
#slider, #slider .sliderInner {
	width: 900px;
	height: 300px;/* Must be the same size as the slider images */
}
#slider {
	background-color: white;
	position: relative;
	margin: 0 0px 0 0px; /*center-aligned*/
	transform: translate3d(0,0,0);
	width: 900px;
	height: 300px;
}

/* the link style (if an image is wrapped by a link) */
#slider a.imgLink, #slider .video {
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;left:0px;border:0;padding:0;margin:0;
    width:100%;height:100%;
}
#slider .video {
    background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider .mc-caption {
    position:absolute;
    width:100%;
    height:auto;
    padding:10px 0;/* 10px will increase the height.*/
    left:0px;
    bottom:0px;top:auto;
    overflow:hidden;
    font: bold 14px/20px Arial;
    color:#EEE;
    text-align:center;
    background:rgba(0,0,0,0.3);
}
#slider .mc-caption a {
    color:#FB0;
}
#slider .mc-caption a:hover {
    color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper  {
    top:320px;
    text-align:center;
    background:none;
    position:relative;
    z-index:3;
}

/* each bullet */
#slider .navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider .navBulletsWrapper .active {background-position:0 -11px;}


/* --------- Others ------- */

#slider img, #slider>b, #slider a>b {
    position:absolute; border:none; display:none;
}

#slider .sliderInner {
    overflow:hidden;
    position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}
#slider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
ul {
	list-style-type: square;
	list-style-position: outside;
	color: #0000FF;
}
.sectionhead {
	color: #000080;
	font-size: medium;
	font-weight: bold;
	position: static;
	text-align: center;
}

.para {
	margin-left: 0px;
	margin-right: 0px;
}
.sectioncontent {
	margin: 12px 0px 12px 12px;
}
.sectionpic {
	width: 230px;
	height: 200px;
	text-align: center;
	vertical-align: bottom;
}
.sectiontr {
	background-color: #FFFFFF;
	height: 230px;
}
.page-main-content {
	margin-right: 30px;
	margin-left: 30px;
}

.subcontent {
	margin: 20px 15px 20px 0px;
	text-align: justify;
}

.headlogo {
	width: 75px;
	height: 75px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 10px;
}


.para {
	margin-left: 0px;
	margin-right: 0px;
}
.sectioncontent {
	margin: 12px 0px 12px 12px;
}
.sectionpic {
	width: 230px;
	height: 200px;
	text-align: center;
	vertical-align: bottom;
}
.sectiontr {
	background-color: #FFFFFF;
	height: 230px;
}
.sidebar {
	display: inline;
	float: left;
	width: 300px;
	color: #FFFFFF;
	height: 100%;
	position: relative;
}
.main-content {
	display: inline;
	float: right;
	width: 600px;
	background-color: #FFFFFF;
}
.sideul {
	list-style-type: none;
	list-style-position: inherit;
	font-size: 14px;
	position: static;
	padding-left: 30px;
}

.top-content {
	text-align: justify;
	margin-right: 20px;
	margin-top: 20px;
}



.para {
	margin-left: 0px;
	margin-right: 0px;
}
.sectioncontent {
	margin: 12px 0px 12px 12px;
	text-align: justify;
}
.sectionpic {
	width: 200px;
	height: 180px;
	text-align: center;
	vertical-align: bottom;
}
.sectiontr {
	background-color: #FFFFFF;
	height: 230px;
}
.page-main-content {
	margin-right: 30px;
	margin-left: 30px;
}

.readmore {
	font-size: small;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 12px;
}
.sidecontent {
	background-color: #0066CC;
	color: #FFFFFF;
	border-radius: 10px;
	margin: 20px 20px 30px 20px;
}
#twocolumn {
	background-color: #0099CC;
}
.sidetitle {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding-top: 30px;
	padding-left: 10px;
}
.sideservice {
	color: #FFFFFF;
	font-size: 13px;
	text-align: justify;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.sideli {
	margin: 8px 0px 0px 0px;
}

.servicecontent {
	vertical-align: text-top;
}

