
*  {
	margin: 0;
	padding: 0; }

body  {
	color:#191919;
	background:#dfdfdf url(../images/background6.png)repeat;
	font-size:0.8em;
	line-height:155%;}

body.contentpane, body.mceContentBody {
	background:#FFFFFF;}

a  {
	color:#4c4c8d;
	text-decoration: none;}

a:hover, a:focus  {
	text-decoration:underline; }


ul.menu li a, #s5_accordion_menu h3.s5_am_toggler {
    -moz-transition-duration: 0.25s;
    -moz-transition-property: -moz-transform;}
ul.menu li:hover a, #s5_accordion_menu h3.s5_am_toggler:hover {
    -moz-transform: translate(0.5em, 0pt);}
ul.menu li:nth-child(2n):hover a {
    -moz-transform: translate(0.5em, 0pt);}
ul#s5_nav li a {
    -moz-transform: none;}


fieldset a  {
	font-weight: bold; }

h1 {
	font-size:1.7em;
	font-weight: normal;}

h2 {
	font-size:1.4em;
	font-weight: normal;}

h3 {
	font-size:1.2em;
	font-style:italic;
	color:#000000;
	font-weight:normal;}

h4 {
	font-size:1.1em;
	font-weight: normal;}

h5 {
	font-size:0.9em;
	font-weight: normal;}


/* IMAGES
----------------------------------------------------------- */

a img, fieldset, img  {
	border: none; }

.mosimage  {
	padding: 0;
	border:1px solid #333333;
	margin:6px;	}

.mosimage img  {
	padding: 0;
	margin: 0!important; }

.mosimage_caption {
	background:#333333;
	border-top:1px solid #333333;
	color:#FFFFFF;
	font-size:8pt;
	margin-top:2px;
	padding:1px 2px;}


#s5_component_wrap ul {
	list-style:disc;
	margin-left:20px;}

/* FORM
----------------------------------------------------------- */
fieldset  {
	padding-top:7px;
	padding-bottom:7px;}

#form-login fieldset {
	border:none;
	padding-top:0px;}

#form-login p {
	padding-top:0px;}

#login br {
	display:none;}

#login .button {
	margin-top:8px;
	margin-bottom:8px;}

#login ul, #form-login ul {
	padding-top:8px;
	padding-bottom:8px;}

#modlgn-username, #modlgn-passwd, #username_vmlogin, #password_vmlogin {
	width:92%;}

.inputbox {
	border:solid 1px #ffffff;
	margin-top: 4px;
	margin-bottom:4px;
	padding:6px;
	font-family:arial;
	font-size: .9em;
	color:#656565;
	background:#ecebeb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;}

.inputbox:hover {
	background:#f8f8f8;
	border:solid 1px #666666;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;}

label.invalid {
	color:#FF0000;}

label.invalid {
	color:red;}

.invalid {
	border-color:#FF0000;}

.invalid {
	border-color:red !important;}

.tool-tip {
	float: left;
	background: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	color:#000000;
	max-width: 200px;}

.tool-title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#000000;}

.tool-text {
	color:#000000;
	margin: 0;}

#login-form p {
	padding:0px;}

/* BUTTONS
----------------------------------------------------------- */

.button, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton {
	padding:6px;
	padding-top:5px;
	margin-top:14px;
	margin-bottom:0px;
	font-weight: bold;
	border:none;
	color:#FFFFFF;
	text-decoration: none;
	font-size:0.9em;}

.button, .pagenav-prev a, .pagenav-next a {
	display:inline;
	font-weight: normal;
	cursor:pointer;
	font-size:1.1em;
	color:#fbfbfb;
	margin: 0 8px 0 0;
    padding: 5px 21px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); /* Saf3.0+, Chrome */
	box-shadow:0 0 4px rgba(0, 0, 0, 0.5); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3e 26%, #2f2f2f 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#3e3e3e), color-stop(91%,#2f2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* IE10+ */
	background: linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* W3C */
	position:relative;
	behavior: url(templates/simplex/css/PIE.htc);}

.button:hover, .pagenav-prev a:hover, .pagenav-next a:hover {
	background: #2f2f2f; /* Old browsers */
	background: -moz-linear-gradient(top, #2f2f2f 26%, #3e3e3e 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#2f2f2f), color-stop(91%,#3e3e3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2f2f2f 26%,#3e3e3e 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2f2f2f 26%,#3e3e3e 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2f2f2f 26%,#3e3e3e 91%); /* IE10+ */
	background: linear-gradient(top, #2f2f2f 26%,#3e3e3e 91%); /* W3C */
	position:relative;
	behavior: url(templates/simplex/css/PIE.htc);}

#submitCommentButton {
	margin-top:14px;}

a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link {
	padding-left:10px;
	padding-right:10px;}


/* FONT CONTROLS
----------------------------------------------------------- */
#fontControls {
	margin-top: 2px;
	margin-right: 8px;
	float:right;}

#fontControls a {
	color:#7d7d7d;}

.decreaseSize {
	font-size:12px;}

.increaseSize {
	font-size:19px;}

.resetSize {
	font-size:16px;
	margin-left:5px;
	margin-right:5px;}

/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltotop {
	height: 0;
	visibility:hidden;}


.s5_scrolltotop  {
	height:27px;
	cursor:pointer;
	float: right;
	margin-left: 15px;
	margin-right: 11px;
	margin-top:-64px;
    width: 31px;
	background:transparent url(../images/s5_scroll_arrow.png) no-repeat;}




/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap ul.menu li {
padding-right:7px;
padding-left:7px;
font-size:1.0em;
font-weight:bold;
float:left;}

#s5_bottom_menu_wrap {
margin-right: 8px;}


#s5_bottom_menu_wrap {
	float:right;}



/* COLUMN MENU
----------------------------------------------------------- */

.module_round_box_outer ul.menu li a {
    color: #191919;
	text-decoration:none;
    display: block;
    padding: 6px 14px;}

.module_round_box_outer ul.menu li a,  .module_round_box_outer ul.menu li#current a {
    text-align:left;
	text-decoration:none;
	background:#ffffff;
	font-size:1.15em;
	padding: 7px 17px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* FF3.5+ */
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	box-shadow:0 0 7px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9, Chrome 10+ */

	}



	.module_round_box_outer ul.menu li:hover li a, .module_round_box_outer ul.menu li#current li a{
		color: #000000 !important; }






.module_round_box_outer ul.menu ul a:hover {
text-decoration:underline;}

.module_round_box_outer ul.menu ul a {
background:none;
padding:6px;
padding-left:10px;
border-bottom: none;
display:block;}

.module_round_box_outer ul.menu ul ul a {
font-size:8pt;
padding:3px;
padding-left:20px;
border-bottom: none;
display:block;
font-weight:normal;}

.module_round_box_outer ul.menu #current ul span {
font-weight:normal;}

.module_round_box_outer ul.menu li {
padding:0px;}

.module_round_box_outer ul.menu li ul li {
margin-left:24px;}



#s5_bottom_row2_area1 .module_round_box ul.menu a {
padding:24px;
padding-bottom:6px;
-moz-box-shadow: none; /* FF3.5+ */
-webkit-box-shadow: none; /* Saf3.0+, Chrome */
box-shadow:none; /* Opera 10.5, IE9, Chrome 10+ */
padding-top:6px;
display:block;
background:url(../images/arrow.png) no-repeat left center;
color:#191919;
border-bottom:1px solid #efefef;}

#s5_bottom_row2_area1 .module_round_box ul.menu a:hover {
text-decoration:underline;}

#s5_bottom_row2_area1 .module_round_box ul.menu ul a:hover {
text-decoration:underline;}

#s5_bottom_row2_area1 .module_round_box ul.menu ul a {
background:none;
padding:6px;
padding-left:10px;
border-bottom: none;
display:block;}

#s5_bottom_row2_area1 .module_round_box ul.menu ul ul a {
font-size:8pt;
padding:3px;
padding-left:20px;
border-bottom: none;
display:block;
font-weight:normal;}

#s5_bottom_row2_area1 .module_round_box ul.menu #current ul span {
font-weight:normal;}

#s5_bottom_row2_area1 .module_round_box ul.menu li {
padding:0px;
font-size: 0.8em;
height: 32px;}

#s5_bottom_row2_area1 .module_round_box ul.menu li ul li {
margin-left:24px;}

/* ACCORDION MENU
----------------------------------------------------------- */

#s5_accordion_menu span {
font-weight:normal;}

#s5_accordion_menu ul li span {
font-weight:normal;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
color:#3F3F3F;}

div.s5_accordion_menu_element li li{
padding-left:4px;}

div.s5_accordion_menu_element li li li{
padding-left:12px;}

div.s5_accordion_menu_element li a {
padding-left:10px;
padding-top:6px;
padding-bottom:6px;
display:block;
text-decoration:none;
border-bottom:none;
font-size:0.9em;
color:#3F3F3F;}

div.s5_accordion_menu_element li a:hover {
text-decoration:none;}

div.s5_accordion_menu_element li li a {
padding-left:6px;
padding-right:6px;
font-size:0.9em;
color:#3F3F3F;
border:none;
padding-top:5px;
padding-bottom:5px;}


span.s5_accordion_menu_left {
padding:0px;
padding-left:17px;
padding-right:17px;
padding-top:7px;
display:block;
padding-bottom:6px;}

.s5_am_inner_li span.s5_accordion_menu_left {
padding:0px;}

.s5_accordion_menu_left img {
display:none;
}

.s5_am_innermenu span.s5_accordion_menu_left {
background:none;}

#s5_accordion_menu ul li {
padding-bottom:0px;
padding-top:0px;}

#s5_accordion_menu {
margin:0px;}

#s5_accordion_menu div {
width:100%;
display:block;}

#s5_accordion_menu h3 {
margin:0px;
position:relative;
width:100%;
display:block;
font-size: 1em;
margin-bottom:6px;}

#s5_accordion_menu h3.s5_am_parent span {
    background: url(../images/s5_amenu_arrow.png) no-repeat scroll right -18px;
    cursor: pointer;
    padding-right: 15px;
    position: relative;}


	#s5_accordion_menu h3.s5_am_parent.s5_am_open span {
    background: url(../images/s5_amenu_arrow.png) no-repeat scroll right 13px; transparent;
    cursor: pointer;
    padding-right: 15px;
    position: relative;}




#s5_accordion_menu h3.s5_am_parent span span, #s5_accordion_menu h3.s5_am_parent.s5_am_open span span {
	background:none;}



#s5_accordion_menu h3.s5_am_not_parent {
border:none;
cursor:pointer;}

#s5_accordion_menu h3.s5_am_toggler div {
margin:0px;
padding:0px;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
width:auto;
text-decoration: none;
border:none;
padding:0px;
margin:0px;}

#s5_accordion_menu h3.s5_am_toggler {
text-align:left;
	text-decoration:none;
	background:#ffffff;
	font-size:1.15em;
	padding: 0 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* FF3.5+ */
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	box-shadow:0 0 7px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9, Chrome 10+ */}




div.s5_accordion_menu_element li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;}

div.s5_accordion_menu_element {
width:auto;}

#s5_accordion_menu #s5_am_parent_div_current, #s5_accordion_menu .s5_accordion_menu_element {
background:none;}

ul.s5_am_innermenu {
padding-top:0px;
padding-bottom:8px;
padding-left:8px;
padding-right:8px;
margin-left:0px;
margin-top:0px;}

ul.s5_am_innermenu a:hover {
text-decoration:underline;}

ul.s5_am_innermenu ul {
    margin-left: 18px;}

#s5_accordion_menu h3.s5_am_parent {
padding-right:0px;
line-height: 21px;}

#s5_accordion_menu h3 span.s5_accordion_menu_left {
	height: 22px;
    margin-right: 0;}


/* BODY ELEMENTS
----------------------------------------------------------- */
#s5_logo {
	background:url(../images/s5_logo.png) no-repeat top left;
    float: left;
    height: 67px;
	margin-left: 9px;
	cursor: pointer;
    margin-top: 6px;
	margin-bottom: 6px;
    width: 265px;}

#s5_logo_module {
    float: left;
    height: 67px;
    margin-left: 0;
	cursor: pointer;
    margin-top: 6px;
	margin-bottom: 6px;
    width: 265px;}

#s5_phonenumber {
	float:left;}

#s5_top_row1_area1, #s5_bottom_row2_area1 {
	background:#ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-box-shadow:0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow:0 0 6px rgba(0, 0, 0, 0.1);
	}

#s5_menu_wrap {
	float:right;
	margin-top:15px;}


#s5_topbar {
	height: 38px;
    margin: 10px 12px 14px;
	background:url(../images/Shape5_Simplex_repeatinglines.png) repeat-x bottom;}

#s5_top_row1_area1, #s5_bottom_row2_area1{
	margin-bottom:40px;}

iframe {
	-moz-box-shadow: 0 0 7px rgba(0,0,0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 7px rgba(0,0,0, 0.6); /* Saf3.0+, Chrome */
	box-shadow:0 0 7px rgba(0,0,0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */}

#s5_footer {
	height:60px;
    padding-top: 18px;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 0.85em;
	background:url(../images/Shape5_Simplex_repeatinglines.png) repeat-x top;}

	a.footerc {
		color:#000000;}

ul.menu li a {
	color:#333333;
	font-weight:normal;}


#s5_qc_submitbutton {
	margin-top:10px;
	float:right;}


/* s5 box formatting */

#s5_login, #s5_register, #s5_loginreg {
	float:right;
	font-size: 1.0em;
	color: #7D7D7D;
	margin-left: 4px;}

#s5_register, #s5_login {
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 12px 4px;}

#s5box_register .button, #s5box_login .button	{
	margin-top:9px;}


#s5_register:hover, #s5_login:hover {
	background: #e3e3e3; /* Old browsers */
	background: -moz-linear-gradient(top, #e3e3e3 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e3e3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e3e3 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e3e3e3 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e3e3e3 0%,#ffffff 100%); /* W3C */	}

#s5box_login a, #s5box_register a, #s5box_login, #s5box_register{
	color:#7d7d7d;
	font-size:1em;}



	#s5box_login h3, #s5box_register h3 {
		margin-bottom:20px;
		margin-top: 8px;}


#cboxClose, #cboxClose:hover {
    background: url(../images/multibox/close.png) no-repeat scroll 0 0 transparent;
    height: 33px;
    position: absolute;
    right: -24px;
	color:transparent;
    top: -13px;
    width: 41px;
}


/* Frontpage Date */

.s5_datewrapper {
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3e 26%, #2f2f2f 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#3e3e3e), color-stop(91%,#2f2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* IE10+ */
	background: linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* W3C */
    color: #FFFFFF;
    float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin-right: 15px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-top: 9px;
    width: 38px;}


#s5_component_wrap 	.s5_datewrapper {
	width: 43px;}

.s5_daydate	{
	font-size: 24px;
    padding-left: 2px;
	margin-bottom: 5px;}

.s5_first {
	color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    padding-left: 3px;
    text-transform: uppercase;	}

.s5_yeardate {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(270deg);
	font-size:9px;
	margin-left:30px;
	margin-top:-40px;
	position:absolute;}


.s5_sn_wrap_1, .s5_sn_wrap_2 {
	color: #656363;
	padding-bottom: 15px;
	-webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;}

	.s5_sn_wrap_1:hover, .s5_sn_wrap_2:hover, .s5_articletext:hover {
		color: #000000;
		-webkit-transition: color 500ms ease-in;
		-moz-transition: color 500ms ease-in;
		-o-transition: color 500ms ease-in;
		transition: color 500ms ease-in;}

/* social icons */

#s5_socialicons {
	float:left;
	width: 125px;
	margin-left: 12px;
	height:22px;}

	#s5_youtube {
		background: url(../images/youtube.png) no-repeat scroll 0 0 transparent;
		cursor: pointer;
		height: 20px;
		float:left;
		padding-left: 8px;
		width: 20px;}


	#s5_facebook {
		background: url(../images/facebook.png) no-repeat scroll 0 0 transparent;
		cursor: pointer;
		height: 20px;
		float:left;
		padding-left: 8px;
		width: 20px;}

	#s5_twitter {
		background: url(../images/twitter.png) no-repeat scroll 0 0 transparent;
		cursor: pointer;
		height: 20px;
		float:left;
		padding-left: 8px;
		width: 20px;}

	#s5_rss {
		background: url(../images/rss.png) no-repeat scroll 0 0 transparent;
		cursor: pointer;
		height: 20px;
		float:left;
		width: 20px;
		padding-left: 8px;}


#s5_drop_down_inner h3 {
	font-size:1.1em;}

/* MODULE STYLES
----------------------------------------------------------- */

#s5_above_body, #s5_below_body {
margin-right:-12px;}

#s5_above_body .moduletable {
margin-bottom:20px;
padding-right:12px;}

#s5_below_body .moduletable {
margin-top:20px;
padding-right:12px;}

.module_round_box h3.s5_mod_h3 {
	font-size: 1.2em;
    margin-bottom: 25px;
	color:#000000;}

.module_round_box .s5_mod_h3_outer {
	margin-top: 12px;}

.module_round_box .s5_h3_first {
	color:#000000;	}

.module_round_box {
	text-shadow:none;
	color:#000000;
	background:transparent;}

	.module_round_box a {
		color:#000000;}

.module_round_box_inner {
	padding:0px;}

.module_round_box {
	margin-bottom: 25px;}

.module_round_box_outer .s5_mod_content, .s5_articletext, #s5_component_wrap_inner {
	font-size: 88%;}

.s5_mod_content {
	color: #747474;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;}


.s5_mod_content:hover {
	color: #000000;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;}


/* white */

.module_round_box-white h3	{
	background:#ffffff;
	font-size:1.15em;
	padding: 7px 7px 7px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 23px;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* FF3.5+ */
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	box-shadow:0 0 7px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9, Chrome 10+ */
}

.module_round_box-white {
	margin-bottom:40px;}


	.module_round_box-white .s5_mod_content {
		padding:3px;}


/* lines  */

.module_round_box-lines .s5_module_box_1 {
	background:url(../images/Shape5_Simplex_repeatinglines.png) repeat-x top;}

.module_round_box-lines .s5_module_box_2 {
	background:url(../images/Shape5_Simplex_repeatinglines.png) repeat-x bottom;
	color:#656363;
	padding-bottom: 24px;
    padding-top: 24px;}

.module_round_box-lines h3.s5_mod_h3 {
	color:#171717;
	font-size: 1.2em;
	margin-bottom:23px;}

.module_round_box-lines {
	margin-bottom:40px;}


/* black */

.module_round_box-black h3	{
	font-size:1.15em;
	color:#fbfbfb;
	padding: 7px 7px 7px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 23px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3e 26%, #2f2f2f 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#3e3e3e), color-stop(91%,#2f2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* IE10+ */
	background: linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* W3C */
}

.module_round_box-black {
	margin-bottom:40px;}

	.module_round_box-black .s5_mod_content {
		padding:3px;}

/* blackdrop */

.module_round_box-blackdrop h3	{
	font-size:1.15em;
	color:#fbfbfb;
	padding: 7px 7px 7px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 23px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6); /* Saf3.0+, Chrome */
	box-shadow:0 0 4px rgba(0, 0, 0, 0.6); /* Opera 10.5, IE9, Chrome 10+ */
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3e 26%, #2f2f2f 91%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#3e3e3e), color-stop(91%,#2f2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* IE10+ */
	background: linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* W3C */
}

.module_round_box-blackdrop .s5_h3arrow {
	background: url(../images/Shape5_Simplex_modarrows.png) repeat-x scroll center top transparent;
    height: 12px;
    margin-left: 15px;
    margin-top: -25px;
    position: absolute;
    width: 15px;}

.module_round_box-blackdrop {
	margin-bottom:40px;}

.module_round_box-blackdrop .s5_mod_content {
	padding:3px;}

/* whitedrop */

.module_round_box-whitedrop h3	{
	font-size:1.15em;
	color:#000000;
	padding: 7px 7px 7px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 23px;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* FF3.5+ */
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	box-shadow:0 0 7px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9, Chrome 10+ */
	background:#ffffff;

}

.module_round_box-whitedrop .s5_h3arrow {
	background: url(../images/Shape5_Simplex_modarrows.png) repeat-x scroll 0px -12px;
    height: 12px;
    margin-left: 15px;
    margin-top: -25px;
    position: absolute;
    width: 15px;}

.module_round_box-whitedrop {
	margin-bottom:40px;}

.module_round_box-whitedrop .s5_mod_content {
		padding:3px;}

/* ALIGNMENT
----------------------------------------------------------- */
.module_round_box_outer, #s5_component_wrap, #s5_center_area .moduletable, .module_round_box_outer-none {
    margin-left: 12px;
    margin-right: 12px;}

* {
    margin: 0;
    padding: 0;
}
body {
    background: url("../images/background6.png") repeat scroll 0 0 #DFDFDF;
    color: #191919;
    font-size: 0.9em;
    line-height: 155%;
}
body.contentpane, body.mceContentBody {
    background: none repeat scroll 0 0 #FFFFFF;
}
a {
    color: #4C4C8D;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}
ul.menu li a, #s5_accordion_menu h3.s5_am_toggler {
    -moz-transition-duration: 0.25s;
    -moz-transition-property: -moz-transform;
}
ul.menu li:hover a, #s5_accordion_menu h3.s5_am_toggler:hover {
    -moz-transform: translate(0.5em, 0pt);
}
ul.menu li:nth-child(2n):hover a {
    -moz-transform: translate(0.5em, 0pt);
}
ul#s5_nav li a {
    -moz-transform: none;
}
fieldset a {
    font-weight: bold;
}
h1 {
    font-size: 1.7em;
    font-weight: normal;
}
h2 {
    font-size: 1.4em;
    font-weight: normal;
}
h3 {
    color: #000000;
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
}
h4 {
    font-size: 1.1em;
    font-weight: normal;
}
h5 {
    font-size: 0.9em;
    font-weight: normal;
}
a img, fieldset, img {
    border: medium none;
}
.mosimage {
    border: 1px solid #333333;
    margin: 6px;
    padding: 0;
}
.mosimage img {
    margin: 0 !important;
    padding: 0;
}
.mosimage_caption {
    background: none repeat scroll 0 0 #333333;
    border-top: 1px solid #333333;
    color: #FFFFFF;
    font-size: 8pt;
    margin-top: 2px;
    padding: 1px 2px;
}
#s5_component_wrap ul {
    list-style: disc outside none;
    margin-left: 20px;
}
fieldset {
    border-bottom: 1px dotted #5F5F5F;
    padding-bottom: 7px;
    padding-top: 7px;
}
#form-login fieldset {
    border: medium none;
    padding-top: 0;
}
#form-login p {
    padding-top: 0;
}
#login br {
    display: none;
}
#login .button {
    margin-bottom: 8px;
    margin-top: 8px;
}
#login ul, #form-login ul {
    padding-bottom: 8px;
    padding-top: 8px;
}
#modlgn_username, #modlgn_passwd, #username_vmlogin, #password_vmlogin {
    width: 92%;
}
.inputbox {
    -moz-transition: all 200ms ease-out 0s;
    background: none repeat scroll 0 0 #ECEBEB;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #656565;
    font-family: arial;
    font-size: 0.9em;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 6px;
}
.inputbox:hover {
    -moz-transition: all 200ms ease-in 0s;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #666666;
}
label.invalid {
    color: #FF0000;
}
label.invalid {
    color: red;
}
.invalid {
    border-color: #FF0000;
}
.invalid {
    border-color: red !important;
}
.tool-tip {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #333333;
    color: #000000;
    float: left;
    max-width: 200px;
    padding: 5px;
}
.tool-title {
    color: #000000;
    font-weight: bold;
    margin: -15px 0 0;
    padding: 15px 0 5px;
}
.tool-text {
    color: #000000;
    margin: 0;
}
.button, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton {
    border: medium none;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 14px;
    padding: 5px 6px 6px;
    text-decoration: none;
}
.button {
    background: -moz-linear-gradient(center top , #3E3E3E 26%, #2F2F2F 91%) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    color: #FBFBFB;
    cursor: pointer;
    display: inline;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 8px 0 0;
    padding: 5px 21px;
    position: relative;
}
.button:hover {
    background: -moz-linear-gradient(center top , #2F2F2F 26%, #3E3E3E 91%) repeat scroll 0 0 transparent;
    position: relative;
}
#submitCommentButton {
    margin-top: 14px;
}
a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link {
    padding-left: 10px;
    padding-right: 10px;
}

/* BUTTONS
----------------------------------------------------------- */

.button, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton {

padding:6px;

padding-top:5px;

margin-top:14px;

margin-bottom:0px;

font-weight: bold;

border:none;

color:#FFFFFF;

text-decoration: none;
font-size:0.9em;}

 a.readon {
float:right;}

.button, a.readon {

display:inline;

font-weight: normal;

cursor:pointer;

font-size:1.1em;

color:#fbfbfb;

margin: 0 8px 0 0;
    padding: 5px 21px;
-webkit-border-radius: 4px;

-moz-border-radius: 4px;
border-radius: 4px;

-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); /* FF3.5+ */
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); /* Saf3.0+, Chrome */
box-shadow:0 0 4px rgba(0, 0, 0, 0.5); /* Opera 10.5, IE9, Chrome 10+ */

background: #3e3e3e; /* Old browsers */

background: -moz-linear-gradient(top, #3e3e3e 26%, #2f2f2f 91%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#3e3e3e), color-stop(91%,#2f2f2f)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* IE10+ */
background: linear-gradient(top, #3e3e3e 26%,#2f2f2f 91%); /* W3C */

position:relative;

behavior: url(templates/simplex/css/PIE.htc);}

.button:hover, a.readon:hover {
background: #2f2f2f; /* Old browsers */
background: -moz-linear-gradient(top, #2f2f2f 26%, #3e3e3e 91%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#2f2f2f), color-stop(91%,#3e3e3e)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, #2f2f2f 26%,#3e3e3e 91%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, #2f2f2f 26%,#3e3e3e 91%); /* Opera11.10+ */

background: -ms-linear-gradient(top, #2f2f2f 26%,#3e3e3e 91%); /* IE10+ */
background: linear-gradient(top, #2f2f2f 26%,#3e3e3e 91%); /* W3C */
position:relative;

behavior: url(templates/simplex/css/PIE.htc);}


#submitCommentButton {

margin-top:14px;}

a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link {

padding-left:10px;

padding-right:10px;}

#fontControls {
    float: right;
    margin-right: 8px;
    margin-top: 2px;
}
#fontControls a {
    color: #7D7D7D;
}
.decreaseSize {
    font-size: 12px;
}
.increaseSize {
    font-size: 19px;
}
.resetSize {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}
#s5_scrolltotop {
    height: 0;
    visibility: hidden;
}
.s5_scrolltotop {
    background: url("../images/s5_scroll_arrow.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 27px;
    margin-left: 15px;
    margin-right: 0;
    width: 31px;
}
#s5_bottom_menu_wrap ul.menu li {
    float: left;
    font-size: 1em;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
}
#s5_bottom_menu_wrap {
    margin-right: 8px;
}
#s5_bottom_menu_wrap {
    float: right;
}
.module_round_box_outer ul.menu li a {
    color: #191919;
    display: block;
    padding: 6px 14px;
    text-decoration: none;
}
.module_round_box_outer ul.menu li a, .module_round_box_outer ul.menu li#current a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 1.15em;
    margin-bottom: 5px;
    padding: 7px 17px 6px;
    text-align: left;
    text-decoration: none;
}
.module_round_box_outer ul.menu li:hover li a, .module_round_box_outer ul.menu li#current li a {
    color: #000000 !important;
}
.module_round_box_outer ul.menu ul a:hover {
    text-decoration: underline;
}
.module_round_box_outer ul.menu ul a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    display: block;
    padding: 6px 6px 6px 10px;
}
.module_round_box_outer ul.menu ul ul a {
    border-bottom: medium none;
    display: block;
    font-size: 8pt;
    font-weight: normal;
    padding: 3px 3px 3px 20px;
}
.module_round_box_outer ul.menu #current ul span {
    font-weight: normal;
}
.module_round_box_outer ul.menu li {
    padding: 0;
}
.module_round_box_outer ul.menu li ul li {
    margin-left: 24px;
}
#s5_bottom_row2_area1 .module_round_box ul.menu a {
    background: url("../images/arrow.png") no-repeat scroll left center transparent;
    border-bottom: 1px solid #EFEFEF;
    box-shadow: none;
    color: #191919;
    display: block;
    padding: 6px 24px;
}
#s5_bottom_row2_area1 .module_round_box ul.menu a:hover {
    text-decoration: underline;
}
#s5_bottom_row2_area1 .module_round_box ul.menu ul a:hover {
    text-decoration: underline;
}
#s5_bottom_row2_area1 .module_round_box ul.menu ul a {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    display: block;
    padding: 6px 6px 6px 10px;
}
#s5_bottom_row2_area1 .module_round_box ul.menu ul ul a {
    border-bottom: medium none;
    display: block;
    font-size: 8pt;
    font-weight: normal;
    padding: 3px 3px 3px 20px;
}
#s5_bottom_row2_area1 .module_round_box ul.menu #current ul span {
    font-weight: normal;
}
#s5_bottom_row2_area1 .module_round_box ul.menu li {
    font-size: 0.8em;
    height: 32px;
    padding: 0;
}
#s5_bottom_row2_area1 .module_round_box ul.menu li ul li {
    margin-left: 24px;
}
#s5_accordion_menu span {
    font-weight: normal;
}
#s5_accordion_menu ul li span {
    font-weight: normal;
}
#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
    color: #3F3F3F;
}
div.s5_accordion_menu_element li li {
    padding-left: 4px;
}
div.s5_accordion_menu_element li li li {
    padding-left: 12px;
}
div.s5_accordion_menu_element li a {
    border-bottom: medium none;
    color: #3F3F3F;
    display: block;
    font-size: 0.9em;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-top: 6px;
    text-decoration: none;
}
div.s5_accordion_menu_element li a:hover {
    text-decoration: none;
}
div.s5_accordion_menu_element li li a {
    border: medium none;
    color: #3F3F3F;
    font-size: 0.9em;
    padding: 5px 6px;
}
span.s5_accordion_menu_left {
    display: block;
    padding: 7px 17px 6px;
}
.s5_am_inner_li span.s5_accordion_menu_left {
    padding: 0;
}
.s5_am_innermenu span.s5_accordion_menu_left {
    background: none repeat scroll 0 0 transparent;
}
#s5_accordion_menu ul li {
    padding-bottom: 0;
    padding-top: 0;
}
#s5_accordion_menu {
    margin: 0;
}
#s5_accordion_menu div {
    display: block;
    width: 100%;
}
#s5_accordion_menu h3 {
    display: block;
    font-size: 1em;
    margin: 0 0 6px;
    position: relative;
    width: 100%;
}
#s5_accordion_menu h3.s5_am_parent span {
    background: url("../images/s5_amenu_arrow.png") no-repeat scroll right -18px transparent;
    cursor: pointer;
    padding-right: 15px;
    position: relative;
}
#s5_accordion_menu h3.s5_am_parent.s5_am_open span {
    background: url("../images/s5_amenu_arrow.png") no-repeat scroll right 13px transparent;
    cursor: pointer;
    padding-right: 15px;
    position: relative;
}
#s5_accordion_menu h3.s5_am_parent span span, #s5_accordion_menu h3.s5_am_parent.s5_am_open span span {
    background: none repeat scroll 0 0 transparent;
}
#s5_accordion_menu h3.s5_am_not_parent {
    border: medium none;
    cursor: pointer;
}
#s5_accordion_menu h3.s5_am_toggler div {
    margin: 0;
    padding: 0;
}
#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
    border: medium none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto;
}
#s5_accordion_menu h3.s5_am_toggler {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 1.15em;
    margin-bottom: 5px;
    padding: 0 1px;
    text-align: left;
    text-decoration: none;
}
div.s5_accordion_menu_element li {
    list-style: none outside none;
}
div.s5_accordion_menu_element {
    width: auto;
}
#s5_accordion_menu #s5_am_parent_div_current, #s5_accordion_menu .s5_accordion_menu_element {
    background: none repeat scroll 0 0 transparent;
}
ul.s5_am_innermenu {
    margin-left: 0;
    margin-top: 0;
    padding: 0 8px 8px;
}
ul.s5_am_innermenu a:hover {
    text-decoration: underline;
}
ul.s5_am_innermenu ul {
    margin-left: 18px;
}
#s5_accordion_menu h3.s5_am_parent {
    line-height: 21px;
    padding-right: 0;
}
#s5_accordion_menu h3 span.s5_accordion_menu_left {
    height: 22px;
    margin-right: 0;
}
#s5_logo {
    background: url("../images/s5_logo.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    height: 97px;
    margin-bottom: 6px;
    margin-left: 9px;
    margin-top: 6px;
    width: 265px;
}
#s5_logo_module {
    cursor: pointer;
    float: left;
    height: 67px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-top: 6px;
    width: 265px;
}
#s5_phonenumber {
    float: left;
}
#s5_top_row1_area1, #s5_bottom_row2_area1 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 8px;
    padding-top: 8px;
}
#s5_menu_wrap {
    float: right;
    margin-top: 15px;
}
#s5_topbar {
    background: url("../images/Shape5_Simplex_repeatinglines.png") repeat-x scroll center bottom transparent;
    height: 38px;
    margin: 10px 12px 14px;
}
#s5_top_row1_area1, #s5_bottom_row2_area1 {
    margin-bottom: 40px;
}
iframe {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
#s5_footer {
    background: url("../images/Shape5_Simplex_repeatinglines.png") repeat-x scroll center top transparent;
    font-size: 0.85em;
    height: 60px;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 18px;
}
a.footerc {
    color: #000000;
}
ul.menu li a {
    color: #333333;
    font-weight: normal;
}
#s5_qc_submitbutton {
    float: right;
    margin-top: 10px;
}
#s5_login, #s5_register, #s5_loginreg {
    color: #7D7D7D;
    float: right;
    font-size: 1em;
    margin-left: 4px;
}
#s5_register, #s5_login {
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    padding: 3px 12px 4px;
}
#s5box_register .button, #s5box_login .button {
    margin-top: 9px;
}
#s5_register:hover, #s5_login:hover {
    background: -moz-linear-gradient(center top , #E3E3E3 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
}
#s5box_login a, #s5box_register a, #s5box_login, #s5box_register {
    color: #7D7D7D;
    font-size: 1em;
}
#s5box_login h3, #s5box_register h3 {
    margin-bottom: 20px;
    margin-top: 8px;
}
#cboxClose, #cboxClose:hover {
    background: url("../images/multibox/close.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    height: 33px;
    position: absolute;
    right: -24px;
    top: -13px;
    width: 41px;
}
.s5_datewrapper {
    background: -moz-linear-gradient(center top , #3E3E3E 26%, #2F2F2F 91%) repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    float: left;
    margin-right: 15px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-top: 9px;
    width: 38px;
}
#s5_component_wrap .s5_datewrapper {
    width: 43px;
}
.s5_daydate {
    font-size: 24px;
    margin-bottom: 5px;
    padding-left: 2px;
}
.s5_first {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    padding-left: 3px;
    text-transform: uppercase;
}
.s5_yeardate {
    -moz-transform: rotate(-90deg);
    font-size: 9px;
    margin-left: 30px;
    margin-top: -40px;
    position: absolute;
}
.s5_sn_wrap_1, .s5_sn_wrap_2 {
    -moz-transition: color 500ms ease-out 0s;
    color: #656363;
    padding-bottom: 15px;
}
.s5_sn_wrap_1:hover, .s5_sn_wrap_2:hover, .s5_articletext:hover {
    -moz-transition: color 500ms ease-in 0s;
    color: #000000;
}
#s5_socialicons {
    float: left;
    height: 22px;
    margin-left: 12px;
    width: 125px;
}
#s5_youtube {
    background: url("../images/youtube.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    padding-left: 8px;
    width: 20px;
}
#s5_facebook {
    background: url("../images/facebook.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    padding-left: 8px;
    width: 20px;
}
#s5_twitter {
    background: url("../images/twitter.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    padding-left: 8px;
    width: 20px;
}
#s5_rss {
    background: url("../images/rss.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 20px;
    padding-left: 8px;
    width: 20px;
}
#s5_drop_down_inner h3 {
    font-size: 1.1em;
}
#s5_above_body, #s5_below_body {
    margin-right: -12px;
}
#s5_above_body .moduletable {
    margin-bottom: 20px;
    padding-right: 12px;
}
#s5_below_body .moduletable {
    margin-top: 20px;
    padding-right: 12px;
}
.module_round_box h3.s5_mod_h3 {
    color: #000000;
    font-size: 1.2em;
    margin-bottom: 25px;
}
.module_round_box .s5_mod_h3_outer {
    margin-top: 12px;
}
.module_round_box .s5_h3_first {
    color: #000000;
}
.module_round_box {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    text-shadow: none;
}
.module_round_box a {
    color: #000000;
}
.module_round_box_inner {
    padding: 0;
}
.module_round_box {
    margin-bottom: 25px;
}
.module_round_box_outer .s5_mod_content, .s5_articletext {
    font-size: 88%;
}
.s5_mod_content {
    -moz-transition: color 200ms ease-out 0s;
    color: #747474;
}
.s5_mod_content:hover {
    -moz-transition: color 200ms ease-in 0s;
    color: #000000;
}
.module_round_box-white h3 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    font-size: 1.15em;
    margin-bottom: 23px;
    padding: 7px 7px 7px 12px;
}
.module_round_box-white {
    margin-bottom: 40px;
}
.module_round_box-white .s5_mod_content {
    padding: 3px;
}
.module_round_box-lines .s5_module_box_1 {
    background: url("../images/Shape5_Simplex_repeatinglines.png") repeat-x scroll center top transparent;
}
.module_round_box-lines .s5_module_box_2 {
    background: url("../images/Shape5_Simplex_repeatinglines.png") repeat-x scroll center bottom transparent;
    color: #656363;
    padding-bottom: 24px;
    padding-top: 24px;
}
.module_round_box-lines h3.s5_mod_h3 {
    color: #171717;
    font-size: 1.2em;
    margin-bottom: 23px;
}
.module_round_box-lines {
    margin-bottom: 40px;
}
.module_round_box-black h3 {
    background: -moz-linear-gradient(center top , #3E3E3E 26%, #2F2F2F 91%) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    color: #FBFBFB;
    font-size: 1.15em;
    margin-bottom: 23px;
    padding: 7px 7px 7px 12px;
}
.module_round_box-black {
    margin-bottom: 40px;
}
.module_round_box-black .s5_mod_content {
    padding: 3px;
}
.module_round_box-blackdrop h3 {
    background: -moz-linear-gradient(center top , #3E3E3E 26%, #2F2F2F 91%) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    color: #FBFBFB;
    font-size: 1.15em;
    margin-bottom: 23px;
    padding: 7px 7px 7px 12px;
}
.module_round_box-blackdrop .s5_h3arrow {
    background: url("../images/Shape5_Simplex_modarrows.png") repeat-x scroll center top transparent;
    height: 12px;
    margin-left: 15px;
    margin-top: -25px;
    position: absolute;
    width: 15px;
}
.module_round_box-blackdrop {
    margin-bottom: 40px;
}
.module_round_box-blackdrop .s5_mod_content {
    padding: 3px;
}
.module_round_box-whitedrop h3 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    color: #000000;
    font-size: 1.15em;
    margin-bottom: 23px;
    padding: 7px 7px 7px 12px;
}
.module_round_box-whitedrop .s5_h3arrow {
    background: url("../images/Shape5_Simplex_modarrows.png") repeat-x scroll 0 -12px transparent;
    height: 12px;
    margin-left: 15px;
    margin-top: -25px;
    position: absolute;
    width: 15px;
}
.module_round_box-whitedrop {
    margin-bottom: 40px;
}
.module_round_box-whitedrop .s5_mod_content {
    padding: 3px;
}
.module_round_box_outer, #s5_component_wrap, #s5_center_area .moduletable, .module_round_box_outer-none {
    margin-left: 12px;
    margin-right: 12px;
}
