.shadow-dark {
  -moz-box-shadow:    3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow:         0px 0px 12px 3px #333;
}

.shadow-light {
	-moz-box-shadow: 3px 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;
	box-shadow: 0px 0px 6px 3px #cfcfcf;
}


@charset "utf-8";
/* CSS Document */

A.link1:link {
	font-family: 'Open Sans', sans-serif;
		text-decoration:none;

	font-size: 13px;
	color: #000000;
	line-height: 1.5;

}
A.link1:visited {
	font-family: 'Open Sans', sans-serif;
		text-decoration:none;

	font-size: 13px;
	color: #000000;
	line-height: 1.5;
}
A.link1:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-decoration:underline;
	color: #000000;
	line-height: 1.5;
}
A.link1:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5;
}

.body1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000;
	line-height: 18px;
}

.body2n {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.border {
	border: 6px solid;
	border-color: #FFFFFF;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,.4);

}

.body2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
}

.bodywhite {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.5;
}


.bodylink {
	display: block;
	background-color: #eaeaea;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	padding: 6px;
	COLOR: #000;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;

}


.bodyred {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #C31013;
	line-height: 1.5;
}

.bodyiso {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #C31013;
	line-height: 1;
}




.bottomborder {
	border-bottom:1px solid #999;
}


.body3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5;
}
.body4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #C31013;
	line-height: 1.3;
}

.body5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 2.1;
}


.bodysmall {
	font-size: 4px;
}

.footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 12;
	color: #fff;
}

A.link2:link {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A.link2:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
A.link2:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
A.link2:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

A.link4:link {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
A.link4:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
A.link4:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #C31013;
	text-decoration: underline;
	font-weight:bold;

}
A.link4:active {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}



















/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 576px;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 200px;
}









A.link3:link {
	display: block;
	background-color: #fff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	padding: 6px;
	COLOR: #000;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;

}
A.link3:visited {
	display: block;
	background-color: #fff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	padding: 6px;
	COLOR: #000;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;

}
A.link3:hover {
	display: block;
	background-color: #eaeaea;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	padding: 6px;
	COLOR: #000;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;

}
