body {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Tahoma", "Helvetica", "Gil Sans", "Verdana", "Arial";
	font-size: 14px;
	color: #111F11;
	line-height: 1.5;
	box-shadow: 0 0 20px #888888;
}

h1, h2, h3, h4, h5, h6 {
	color: #004400;
	font-family: "Arial";
	line-height: 1.7;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

div.wrap_left {
	float: left;
}

div.wrap_right {
	float: right;
	padding-top: 15px;
}

div.wrap_clear {
	clear: both; 
}

li a {
	text-decoration: none;
}

div.top_blank {
	height: 20px;
}

div.bottom_blank {
	clear: both;
	height: 10px;
}

#main_header {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	/*box-shadow: 0 0 20px #888888;*/
}

#main_content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	/*box-shadow: 0 0 20px #888888;*/
}

#main_nav {
	width: 100%;
	height: 35px;
	background-image: url('../images/menu_bar.png');
	background-repeat:no-repeat;
	clear:both;
}

#main_nav a {
	width: 25%;
	height: 29px;
	font-size: 18px;
	float: left;
	padding-top: 6px;
	text-align: center;
	color: white;
}

#main_nav li a:hover {
	color: #DDDDDD;
}

#main_nav .selected_item {
	height: 29px;
	background-image: url('../images/menu_bar_highlight.png');
	background-repeat:no-repeat;
	color: black;
}

#hbanner_right {
	float: right;
	width: 746px;
	height: 64px;
	margin-left: 60px;
}

#company_logo {
	width: 178px;
	height: 64px;
	margin-left: 40px;
}

#slogan {
	padding-top: 25px;
}

#msc_logo {
	margin-right: 40px;
}

#sub_nav {
	float: left;
	width: 240px;
	/*height: 600px;*/
	background-image: url('../images/bg_digital_code.png');
}

#sub_nav li {
	height: 35px;
	padding: 8px 30px;
	margin: 35px 0 0 0;
	cursor: pointer;
}



#sub_nav li.selected_item {
	font-weight: bold;
	font-size: 110%;
	background-image: url('../images/sight_highlight.png');
	background-size: 100% 200%;
	background-repeat: no-repeat;
}

#main_footer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	background-color: #EAEAEA;
	clear: both;
	position: relative;
	/*box-shadow: 0 0 20px #888888;*/
}

.footer_disclaimer {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 12px;
	color: #888888;
}

/* Slide Banner */
.slide_body {
	width: 1024px;
	height: 348px;
	overflow: hidden;
	position: relative;
}

.slide_container {
	width: 4096px;
	margin-left: 0px;
}

.slide_item {
	width: 1024px;
	float: left;
}

.slide_banner ul {
	width: 4096px;
	height: 348px;
	list-style: none;
	margin-left: 0px;
}

.slide_banner li {
	float: left;
	width: 1024px;
	height: 348px;
}

.slide_pivot_container {
	position: absolute;
	bottom: 10px;
	right: 50px;
}

.slide_pivot_item {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 5px;
	background-color: white;
	box-shadow: 0 0 3px #888888;
	cursor: pointer;
	border-style: solid;
	border-width:2px;
	border-color: white;

	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.slide_pivot_item_selected {
	background-color: green;
	right: 20px;
}

.more-details {
	float: right;
	/*background-color: green;*/
	text-decoration: none;
	font-weight: bold;
	/*color: #0C5AA6;*/
	color: green;
	/*padding: 2px;*/
/*	
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
*/
}

#small_divider_top {
	height: 2px;
	background: green;
}

#small_divider_bottom {
	height: 4px;
	background: green;
	border-bottom-style:solid;
	border-width: 0px;
	border-color: white;
}

.white-divider {
	height: 1px;
	background-color: white;
}

.sub-banner-title {
	color: white;
	font-size: 44px;
	position: relative;
	top: -120px;
	left: 80px;
	text-shadow: 2px 1px 3px #888888;
}