@font-face {
	font-family: 'mSegoeUI-Light';
	src: url('../fonts/segoeuil.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mSegoeUI';
	src: url('../fonts/segoeui.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mSegoeUI-Bold';
	src: url('../fonts/segoeuib.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'mSegoeUI-Semi';
	src: url('../fonts/seguisb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html { -webkit-font-smoothing: antialiased; }
html,
body {
    margin: 0;
    padding: 0;
	min-width:980px; 
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/* 1 ROOT 					============================================================================= */
html {
/*    overflow-y: scroll;*/
    background: #fff;
}
.chromeframe { text-align:center; padding:4px; }
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-family: "mSegoeUI", Arial, Helvetica, sans-serif;
    color: #878787;
    background: #fff;
}
button,
.button,
input,
select,
textarea { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #404040; }
/* 2 GRID	 				============================================================================= */
.container { padding: 0;}
.row {padding: 0;}
#left  { cursor:default }
#container { }
footer {display:block; position:relative; float:left; width:100%;  }

/* 3 HEADINGS 				============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "mSegoeUI-Semi", Arial;
}
h1,
.componentheading {
    margin-bottom: 0.75em;
    font-size: 28px;
    line-height: 1.2;
}
h2 {
    margin-bottom: 0.75em;
    font-size: 26px;
    line-height: 110%;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 22px;
    line-height: 100%;
}
h4 {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.25;
}
h5 {
    margin-bottom: 1.5em;
    font-size: 14px;
}
h6 {
    font-size: 14px;

}
/* 4 TYPOGRAPHY 			============================================================================= */
body.arial{font-family:Arial, Helvetica, sans-serif}
body.arial-black{font-family:Arial Black, Gadget, sans-serif}
body.courier{font-family:"Courier New", Courier, monospace}
body.georgia{font-family:Georgia, serif}
body.helvetica{font-family:Helvetica,Arial,FreeSans,sans-serif;}
body.impact{font-family:Impact, Charcoal, sans-serif}
body.lucida-console{font-family:"Lucida Console", Monaco, monospace}
body.lucida-grande{font-family:"Lucida Grande",Lucida,Verdana,sans-serif}
body.lucida-sans{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif}
body.palatino{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif}
body.tahoma{font-family:Tahoma, Geneva, sans-serif}
body.times{font-family:"Times New Roman", Times, serif}
body.trebuchet{font-family:"Trebuchet MS", Helvetica, sans-serif}
body.verdana{font-family:Verdana, Geneva, sans-serif}
body.segoe-ui{font-family: "mSegoeUI", Arial}
.sans-serif {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}
.serif {
    font-family: "Cambria, Georgia, Times, " Times New Roman
}
.monospace {
    font-family: "Monaco",Courier New,monospace
}
p,
ol,
ul,
dl,
address,
td p  {
    margin-bottom: 1.5em;
    font-size: 16px;
}
p {
 /*   hyphens: auto;*/
}
ul,
ol {
    margin: 0 0 1.5em -24px;
    padding: 0 0 0 24px;
}
ul.menu {
	padding:0;
	margin:0;
}
ul.menu li,
.actions ul li {
	list-style-type:none;
}
li ul,
li ol {
    margin: 0;
    font-size: 16px;
}
dl,
dd {
    margin-bottom: 1.5em
}
dt {
    font-weight: normal
}
blockquote {
    margin: 0 0 1.5em -24px;
    padding-left: 24px;
    border-left: 1px solid #bfbfbf;
    font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #bfbfbf;
}
ins {
    background-color: #c3d9e6;
    color: #000000;
    text-decoration: none;
}
mark {
    background-color: #c3d9e6;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}
pre,
code,
kbd,
samp {
    font-family: "Monaco",Courier New,monospace;
    font-size: 14px;
    line-height: 1.5em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 14px;
}
sub,
sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}

.greek-color { color:#e5007d; }


.tip {
   background: rgba(229,0,125,0.9);
   border: none;
   border-radius:4px;
   padding:10px;
   font-size:14px;
   box-shadow:2px 5px 5px rgba(51,51,51,0.5);
}
.tip-title { color:#fff; font-weight:bold; font-family:Arial, Helvetica, sans-serif}
.tip-text {color:#fff; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:11px;}


/* 5 LINKS 					============================================================================= */
a {
	text-decoration:none;
    color: #e5007d;
	-webkit-transition: color 400ms ease-in; /*safari and chrome */
	-o-transition: color 400ms ease-in; /* opera */
	-moz-transition:color 400ms ease-in;
	transition:color 400ms ease-in;
}
a:visited {
    color: #e5007d;
}
a:hover {
    color: #999;
}
a:focus {
    outline: none;
    color: #e5007d;
}
a:hover,
a:active {
    outline: 0
}

/* 6 FIGURES & IMAGES 		============================================================================= */
figure {
    margin-bottom: 1.5em
}

figure img,
figure object,
figure embed {
    margin-bottom: 0.75em;
    max-width: 100%;
	height:auto;
}
figcaption {
    display: block;
    font-weight: normal;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden
}
/* 7 TABLES 				============================================================================= */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5em;
    width: 100%;
    font-size: 14px;
}
th,
td,
caption {
    padding: 0.1875em 10px 0.1875em 5px
}
tfoot {
    font-style: italic
}
caption {
    background-color: transparent
}
tbody tr:nth-child(odd) td {
}
/* 8 FORMS 					============================================================================= */
form { margin : 0 }
fieldset {
    margin-bottom : 1.5em;
    padding : 20px;
	border:1px solid rgb(197,197,197);	
	border:1px solid rgba(197,197,197,0.8);
	border-radius:4px;
	margin-right:20px;	
	
}
legend {
    *margin-left: -7px;
    padding : 5px;
    border-width : 0;
	color: rgb(197,197,197);
	margin-bottom:10px;
}
label {
	font-size: 80%;
    font-weight: normal;
	text-transform: uppercase;
    cursor : pointer;
	color: #777;
	padding-bottom:5px; padding-left:5px;
	display:inline-block;
}
button,
input,
select,
textarea {
    font-size : 100%;
    margin : 0;
    vertical-align : baseline;
    *vertical-align: middle;
}
button,
input {
    line-height : normal;
	font-weight:normal;
    *overflow: visible;
}
input,
textarea {
	background:#fff;
	color:#777;
	border:1px solid #ccc;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
	text-align:left;
	padding-left:10px;
	min-height: 2em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	max-width:400px;  
}

button,
.button a,
a.button,
ul.pagenav li a,
input.button,
input[type="button"],
input[type="submit"] {
	cursor : pointer;
	display: inline-block;
    position: relative;
	text-align:center;
    margin: 1em 0;
	padding: .75em 1em;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border: 1px solid #ccc;
	border-bottom-color: #bbb; 
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
  	transition: 0.1s linear all;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
	max-width:400px;
  }

button:hover,
.button a:hover,
a.button:hover,
ul.pagenav li a:hover,
input.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-position: 0 -.5em;
  text-decoration: none;
}

button:active,
.button a:active,
a.button:active,
ul.pagenav li a:active,
input.button:active,
input[type="button"]:active,
input[type="submit"]:active {
    color: #fff;
    top: 1px;
    background: rgb(30,156,31);
    text-shadow: 0px 1px 0px rgba(0,0,0,.4);
}


button::-moz-focus-inner,
input::-moz-focus-inner {
    padding : 0;
    border : 0;
}
textarea {
    overflow : auto;
    vertical-align : top;
}
input[type="text"],
input[type="email"],
textarea
 {
    line-height: 1.5em;
    width: 100%;
}
/* Colors for form validity */
input:valid, 
textarea:valid   {
	-webkit-box-shadow : none; 
-moz-box-shadow : none;
box-shadow : none; }	

/* 9 LOGO	 				============================================================================= */
#logo { padding-top:51px; padding-bottom:2px; }
#logo a {}
	
/* 10 NAVIGATION			============================================================================= */
#navRow .row {
	padding-top:0;
}
/* main menu styles */
#menu {
	margin:0; 
	float:left;
}
#menu .firstMargin { margin-top:10px;}
nav ul.menu {
	padding:0;
	margin:0;
}
ul.menu li {list-style-type:none;}
nav ul.menu li a { }

/* search styling */
#search {
	display:block;
	text-align:center;
}
input[type="search"], .search label {
    display: none;
}
	
.breadcrumbs {
	color:#707070;
	cursor: default;
	text-shadow:0 0 1px  #EAEAEA;
	font-size:13px;
	margin-bottom:25px;
}
/* article navigation */
ul.pagenav,
ul.pagenav li {margin:0;padding:0;}
ul.pagenav li {
	list-style-type:none;
	display:inline-block;
}
li.pagenav-prev {float:left;}
li.pagenav-next {float:right;}
/* 11 BANNER 				============================================================================= */
/* 12 CONTENT 				============================================================================= */





.Pagination { opacity:0; display:none; width:100%; }
.Pagination ul, .Pagination li { padding:0; margin:0; list-style:none}
.Pagination li { float:left; width:auto}
.Pagination li span.pagenav,
.Pagination li a.pagenav {
background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(-45deg,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

font-family: Verdana, Geneva, sans-serif;
font-size:10px;
text-transform:uppercase;
height:18px;
padding:4px; margin:2px;
border: 1px solid rgba(0,0,0,0.1);
border-radius:2px;
box-shadow:
		0px 1px 2px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);

-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);
-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.1),
		inset 0px 0px 3px rgba(255,255,255,1);

text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);		

-webkit-transition: none;  -moz-transition: none;  -o-transition: none;  -ms-transition:none;  transition: none;
}
.Pagination li span.pagenav { color:#666}

.Pagination li span.pagenav:hover, 
.Pagination li a.pagenav:hover {
-webkit-transition: none;  -moz-transition: none;  -o-transition: none;  -ms-transition:none;  transition: none;
background-image:none;
background-color:#c1d72d !important;
color:#000;
border: 1px solid rgba(0,0,0,0.2);
box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
}
.Pagination .results { float:left; width:auto; line-height:20px; color:#888; margin-left:20px; font-family: Verdana, Geneva, sans-serif; font-size:10px;}
.Pagination li a.pagenav { cursor:pointer; }
.Pagination li span.pagenav,
.Pagination .results { cursor:default;}


/* 13 MAIN 					============================================================================= */
/* article styling */
.actions {
	width:100%;
}
.actions ul {
	float:right;
	padding:.25em 0 0;
	margin:0;
}
.actions ul li {float:left;}
aside.articleMeta {
	color:#bbb;
	font-style:italic;
	font-size:12px;
	border:solid #eee;
	border-width:1px 0;
	margin:0 0 1em 0;
	padding:.25em 1em;
}
.article-readmore {
	float:right;
}
/* 14 COMPLEMENTARY 		============================================================================= */
/* 15 CONTENTINFO 			============================================================================= */
footer,
footer p{
	color:#adafb2;
}
#credit * { font-size:11px;}
#credit small {font-size:10px; color:#fff;}

/* 16 HELPERS		 		============================================================================= */
.clearfix {
    zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both
}
.ir {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -999em;
    direction: ltr;
}
.ir br {
    display: none
}
.hidden {
    display: none;
    visibility: hidden;
}
.visuallyhidden {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    margin: 0;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}
.invisible {
    visibility: hidden
}
/* 17 VENDOR-SPECIFIC 		============================================================================= */
html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #e50278;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
::selection, 
::-moz-selection, 
::-webkit-selection {
    background: #c1d72e;
    color: #231f20;
    text-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button
}
::-webkit-input-placeholder {
    font-size: 14px;
}
input:-moz-placeholder {
    font-size: 14px;
}
.ie7 img,
.iem7 img {
    -ms-interpolation-mode: bicubic
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
p {
    -webkit-hyphens: auto;
    -webkit-hyphenate-character: "\2010";
    -webkit-hyphenate-limit-after: 1;
    -webkit-hyphenate-limit-before: 3;
    -moz-hyphens: auto;
}
/* 18 MODERNIZR 			============================================================================= */
/* audio */
/* applicationcache */
/* backgroundsize */
/* borderimage */
/* borderradius */
/* boxshadow */
/* canvas */
/* canvastext */
/* cssanimations */
/* csscolumns */
/* cssgradients */
/* cssreflections*/
/* csstransforms */
/* csstransforms3d */
/* csstransitions */
/* draganddrop */
/* flexbox */
/* fontface */
/* geolocation */
/* hashchange */
/* history */
/* hsla */
/* indexeddb */
/* inlinesvg */
/* localstorage */
/* multiplebgs */
/* opacity */
/* postmessage */
/* rgba */
/* sessionstorage */
/* smil */
/* svg */
/* svgclippaths */
/* textshadow */
/* touch */
/* video */
/* webgl */
/* websqldatabase */
/* websockets */
/* webworkers */

/* 19 JOOMLA SPECIFICS 		============================================================================= */
/* 20 TEMPLATE STYLES 		============================================================================= */
/* row styles */
.row {}
.row,
header .row {border: 0}


#top { height:39px; width:100%; background-image:url(../img/top-mnu-bgnd.jpg); background-repeat:repeat-x; min-width:980px; }

#header { height:213px;  min-width:980px; width:100%; background-color:#ededed; overflow:hidden}

#top .container { overflow:hidden;}
#top .custom { float:right}
#top .custom p { margin:0; padding:0;}
#top ul.menu { width:auto; float:right; margin:0; padding:0; }
#top ul.menu li { float:left; margin-right:10px;}

#top .container, 
#header .container { width:980px; margin:0 auto}

#logo { width:540px; float:left}
.top-banner { float:right; width:410px; margin:0px; padding:0;  }
.top-banner .bannergroup { margin:0px; padding:0; text-align:right}
#page {
  display: block;
  overflow: hidden;
  width: 980px;
  margin:0 auto;
 }

#right { 
	cursor:default; 
	float: right;
	width: 250px;
}
#main{  
	position: relative;
	width: 100%;
	margin-top:24px;
	float:left;
} 
#main .container { width:710px; float:left;  }
.wide { width:100% !important;}
/*.item-page { border-right:2px solid #eeeeee; }*/
#main .container { margin:0px; margin-bottom:20px;}
#main .container p { line-height:130%;}
#main .container .blog { margin-right:20px;}
.item-page { margin:0; /*margin-right:25px;*/}
	
	footer {display:block; width:980px; margin:0 auto  }

	#menu { width:100%; overflow:hidden; padding:0; margin:0;  }
	#menu ul { padding:0; margin:0; display:block; float:left; width:100%; }
	#menu ul.menu li a { font-size:19px; color:#878787; font-family:"mSegoeUI", Arial; float:left; width:auto; margin-right:15px; line-height:47px;}  
	#menu ul.menu li a:after{ content:"." ;}

	#menu ul.menu li a, #menu ul.menu li a:link, #menu ul.menu li a:active, #menu ul.menu li a:visited {
	color:#878787;
/*	text-shadow:0 0 2px #ccc;*/
	-webkit-transition: color 200ms ease-in; /*safari and chrome */
	-o-transition: color 200ms ease-in; /* opera */
	-moz-transition:color 200ms ease-in;
	}
	#menu ul.menu li {
	-webkit-transition: all 200ms ease-in; /*safari and chrome */
	-o-transition: all 200ms ease-in; /* opera */
	-moz-transition:all 200ms ease-in;
	}
	/*#menu ul.menu li li:hover { background:transparent}*/
	#menu ul.menu li a:hover { color:#e6007d; }
	#menu ul.menu li a:focus { color:#000}
	
	/*#menu:hover { background-color:rgba(173,175,178,0.3);  }
	#menu ul.menu li:hover { background-color:rgba(173,175,178,0.05); }*/

	/*#menu ul.menu ul li li .current a,*/
	.current *, .active a { color:#e6007d !important }

#credits { background-color:#808080; width:100%; height:157px; padding:0; overflow:hidden}
#credits .container { width:980px; margin:0 auto; padding:0;}
#credit .custom { float:left; width:auto;}
#credit .right { float:right !important}

#credits .paddingtop15 { display:block; margin-top:86px; font-size:13px;}

.program { border: 1px solid #ccc; background-color:rgba(192,192,192,0.1); width:99%; margin:0 auto }

.program td {font-size:18px; padding:10px; vertical-align:middle}
.program td.dates {font-size:18px; padding:5px; vertical-align:middle; text-align:center !important; font-weight:bold}

.program tr.starting { background-color:#b1b2b3}
.program tr.starting td { line-height:120px; color:#fff; }
.program tr.closing { background-color:#e5007d; color:#fff; font-size:20px; }
.program tr.closing td { line-height:50px; border-bottom:1px solid #ccc;}

.program tr.alternate { background-color:#f2f2f2}
.program tr.alternate td { font-size:13px;}
.program tr.light { background-color:rgba(192,192,192,0.1) }
.program tr.light td { line-height:50px;}

.jury { margin:0 auto;  
	/*border:1px dotted #ccc; background-color:rgba(192,192,192,0.05); 
 -moz-box-shadow:    0px 6px 6px 0px rgba(192,192,192,0.5); 
  -webkit-box-shadow: 0px 6px 6px 0px rgba(192,192,192,0.5); 
  box-shadow:         0px 6px 6px 0px rgba(192,192,192,0.5); */
} 
.jury { text-shadow:1px 1px 1px #fff; margin-top:5px;} 
.jury th h2 { padding:0; margin:0; font-family:"mSegoeUI-Semi", Arial, Helvetica, sans-serif; font-size:25px; color:#878787; border-bottom:1px solid #bebebe; float:left; line-height:45px; width:92%;}
.jury th { vertical-align:top; height:54px;}
.jury td h3 { padding:0; margin:0; font-size:16px; color:#878787; line-height:100%; width:100%; float:left}
.jury td h3 span { font-family:"mSegoeUI", Arial, Helvetica, sans-serif; padding:0; margin:0; line-height:28px;}
.grey  { background-color:#f6f6f6}
.jury td .alternate { margin-bottom:10px; }
.jury h3.alternate span { font-family:Arial, Helvetica, sans-serif; font-style:italic}

.rules { font-size:11px; }
.awards { color:#000; font-size:11px; text-shadow:0px 1px #fff; margin:0 auto; font-family:Verdana, Geneva, sans-serif}
.awards td { padding:5px; padding-left:25px; padding-right:25px; line-height:100%; text-align:center; border:1px solid #bfbfbf}

.awards h3 { padding:0; font-size:15px; margin:10px;}
.awards h2, .awards p { padding:0; margin:0;}
#form-login-remember label,
#form-login-remember input { float:left; }
p#form-login-remember {  width:100%; float:left; margin:0; padding:0;}
#form-login-remember label { padding-top:8px; padding-right:10px;}
#login-form ul { list-style:none; padding:0; margin:0; font-size:14px; margin-bottom:15px; margin-left:5px; }
#login-form ul li { margin-bottom:5px;}
.pretext p { font-size:16px; font-weight:bold; color:#E6007D; line-height:140%;}
.special { width:100%; float:left}
.special label {padding-top:8px; padding-right:10px; float:left; width:auto}
.special input {float:left}


.login-fields { margin-bottom:15px;}


#belowRow { width:100%; float:left; padding-bottom:40px; }
#belowRow .moduletable { width:300px; float:left; margin:1%; margin-right:30px} 
#belowRow .first { margin-left:0;}
#belowRow .last { margin-right:0;}
#belowRow .moduletable p { font-size:15px; line-height:135%;}
#belowRow .moduletable .module-content h3 { font-size:20px; font-family:"mSegoeUI", Arial, Helvetica, sans-serif}


#footerContainer { display:block; width:100%; background-color:#ededed; float:left; padding:40px 0  }
#footerContainer .container { width:980px; margin:0 auto; padding:0; }

#footerContainer .moduletable { width:46%; float:left; margin:1%; margin-right:3%; margin-top:20px;} 
#footerContainer .first { margin-left:0;}
#footerContainer .last { float:right; margin-right:0;}
#footerContainer  .moduletable p { font-size:15px; line-height:135%;}
#footerContainer  .moduletable .module-content h3 { font-size:20px; font-family:"mSegoeUI-Light", Arial, Helvetica, sans-serif}



#top ul.menu { margin:0; padding:0; list-style:none}
#top ul.menu li { margin:0; padding:0; float:left; margin-right:15px;}
#top ul.menu li a { text-shadow:0px 1px 2px #333;}
#top ul.menu li a, #top ul.menu li a:link, #top ul.menu li a:visited, #top ul.menu li a:active { color: #CCC; font-size:14px; line-height:33px;}
#top ul.menu li a:hover { color:#fff; }

#user { margin:0; padding:0; list-style:none; background-color:#e5007d; border-radius:8px; }
#user li { margin:0; float:none; color:#fff; padding:10px; }
#user li a { text-shadow:0px 1px 2px #333; color:#fff;}
#user li a, 
#user li a:link, 
#user li a:visited, 
#user li a:active { color: #fff; font-size:14px; line-height:100%; width:100%; display:inline-table }
#user li a:hover { color: #000; }
#user li:hover { background-color: rgba(255,255,255,0.15); }
#user .current a, #user .active a { color:#fff !important; font-family:"mSegoeUI-Semi", Arial, Helvetica, sans-serif;  } 
#user li.current { background-color: #CCC; }

#aboveRow .container { width:100%; padding:0; margin:0; }
#aboveRow .container p { margin:0;}
#aboveRow .container .custom { float:left}
#aboveRow .container .right { float:right}

#right .module-title h3 { margin-bottom:15px; font-family:"mSegoeUI", Arial, Helvetica, sans-serif;}

#footerContainer h3 { font-family:"mSegoeUI-Light", Arial, Helvetica, sans-serif !important; color:#666; margin-bottom:15px;}


.tweet_text { font-size:12px !important; text-shadow:1px 1px 1px #fff; color:#666}
.tweet_text a,
.tweet_text a:link,
.tweet_text a:visited { color:#333;}                    ​
.tweet_text a:hover{ color:#000;}

#socials  p { font-size:12px !important; text-shadow:1px 1px 1px #fff; color:#666 !important; padding:0; margin:0; margin-bottom:10px;}
#socials iframe { float:left; margin-left:0px;}

.tweet_list div { margin-bottom:10px; float:left}

.clean * { margin:0 !important; padding:0 !important;}

#right .custom h3 { font-size:16px;}
#right .custom p { font-size:14px; margin-bottom:10px; line-height:130%;}
#right .custom { margin-bottom:20px;}
.contact { margin-right:10px}

#socials .custom .row { float:left; width:100%;  margin-bottom:10px;}

#system-message { float:left; width:100%; border-radius:5px; background-color:#e5007d; color:#fff;}
#system-message dt { padding:10px; font-weight:bold}
#system-message dd { } 
#system-message dd ul, #system-message dd li { margin-left:20px;}

#google_translate_element { margin-top:4px; margin-left:20px; color:#fff !important; }
.goog-te-gadget { color:#fff !important; font-size:11px;}
.goog-logo-link { color:#fff !important; font-weight:normal !important; font-size:11px; }
#top .left { float:left !important; margin-left:0 !important}
#top .left #google_translate_element  { margin-left:0;}

.rsm_container { width:23%; margin:1%; float:left; background-color: #EDEDED; color:#878787; border-radius:4px; padding-bottom:15px; }
.rsm_container h2 { font-size:13px; margin:10px; font-family:"mSegoeUI-Light", Arial, Helvetica, sans-serif;}
.rsm_container p { font-size:12px; margin:10px;}

.rsm_container h3 { font-size:17px !important; font-family:"mSegoeUI-Semi", Arial, Helvetica, sans-serif; margin-left:10px; margin-top:20px; margin-bottom:15px;  text-shadow: 1px 1px 0px #fff;  color:#666}
.rsm_container h3 span { text-shadow: 1px 2px 0px #fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; font-weight:bold}

a.rsm_button { 
	background-color:#fff !important;
	color:#E5007D !important; 
	font-weight:bold;
	background-image: none !important;
    border: none;
    border-radius: 4px !important;
    cursor: pointer;
    display: block;
    float: right !important;
    height: auto !important;
	word-wrap:normal;
    line-height: 110% !important;
	margin:15px; margin-bottom:0px;
    text-align: center;
    text-decoration: none;
    width: 100px !important;
	font-size:14px;
	padding:5px !important;
}
a.rsm_button:hover { background-color:rgba(255,255,255,0.5) !important;}
.wide-column { width:100% !important}

.notice-box { width:98%; float:left; margin:1%; border-radius:4px; background-color:#808080; color:#fff; text-shadow:1px 1px 0px #000;}
.notice-box p { margin:20px; margin-top:0px; margin-bottom:0px;}
.notice-box h2, .notice-box h3 { margin:20px; margin-bottom:0px;} 

.rsmembership_form { width:95%;}

.rsmembership_form_table p, .rsmembership_form_table td p { padding:0; margin:0;}
#rsm_subscribe_default_payement_form td p, #rsm_subscribe_default_payement_form p { padding:0; margin:0;}
#rsm_subscribe_default_payement_form p input,
#rsm_subscribe_default_payement_form p label { float:left; }
#rsm_subscribe_default_payement_form p label { margin-right:20px; line-height:30px;}


.logo-color { color:#E5007D} 
.sp-notice2 { font-size:12px; padding:15px; background-color:#E5007D; margin-top:10px; margin-bottom:10px; float:left; text-shadow:1px 0 1px #000; color:#fff !important}
.sp-notice2 h3 { color:#FFF}

.sp-notice { font-size:12px; padding:15px; background-color:#EEE; margin-top:10px; margin-bottom:10px; float:left; text-shadow:1px 0 1px #fff;}
.module-content .sp-notice { font-size:12px; padding:0px; }
.sp-participate-table {font-size:12px; }
.sp-participate-table td { background-color:#C0C0C0; color:#E5007D; text-align:left; padding:10px; border:4px solid #fff; width:25%; cursor:default; line-height:24px; text-shadow:1px 0 1px #fff; font-weight:bold }
/*.sp-participate-table td:hover { background-color:#E4E4E4}*/
.sp-participate-table td a { float:left; margin-top:5px !important; }
.categoriesCheckBoxes { float:left; margin-right:10px; cursor:pointer}
.moduletable p { margin-bottom:10px;}
label.rsm_checkbox_agree_class { color: rgba(0,60,255,1.00); font-weight:bold; font-size:16px; float:left; margin-top:6px;}
#rsm_checkbox_agree { float:left; margin-left:15px; margin-right:10px; /*width:40px; height:40px;  */
 -ms-transform: scale(2); /* IE */
 -moz-transform: scale(2); /* FF */
 -webkit-transform: scale(2); /* Safari and Chrome */
 -o-transform: scale(2); /* Opera */
}
.reloadNotice { display:inline !important; 
/*float:left; width:90%; margin-bottom:10px; font-size:14px; display:none; padding:15px; background-color:#FFFFC4; border:1px solid #FF6; border-radius:4px; */
}
.item-page .moduletable { float: none; overflow: visible }

.lt-ie8 input[type="checkbox"],
.lt-ie8 input[type="radio"] {
	border:none !important;
}
.lt-ie8 ul.menu li { float:left }


.custom-seo { margin:25px; color:#666; padding-left:80px; background-image:url(/images/quote.png); background-repeat:no-repeat; background-position:left top; 
-webkit-column-count: 2;
-webkit-column-gap: 40px; 
-webkit-column-rule: 1px dotted black;
-moz-column-count: 2;
-moz-column-gap: 40px;  
-moz-column-rule: 1px dotted black;
column-count: 2;
column-gap: 40px; 
column-rule: 1px dotted black;}

.custom-seo h1 { font-size:20px; font-weight:300; line-height:150%;}
.itemid-121 h2,
.results h2 { margin-top:50px; margin-bottom:20px;}
.itemid-121 h2:nth-of-type(1),
.results h2:nth-of-type(1) { margin-top:0;}

.itemid-121 .awards,
.results .awards { border:1px solid #bfbfbf}
.itemid-121 .awards td,
.results .awards td { padding:5px; padding-left:15px; padding-right:15px; line-height:140%; text-align:center; border:1px solid #bfbfbf}

.itemid-121 .awards th,
.results .awards th { font-size:14px; font-weight:bold; text-transform:uppercase; padding-bottom:15px; padding-top:15px; }

.itemid-121 .awards td:first-child,
.results .awards td:first-child { text-align:left; font-weight:bold}
.itemid-121 .awards td:first-child + td,
.results .awards td:first-child + td { text-align:left }

.sp-disabled { border:none !important; background:none !important; background-color:#fff !important; font-weight:bold; color:red; text-transform:uppercase }
.totalHide { display:none !important; visibility:hidden !important}
#contact-form .validate { margin-top:0 !important;}

@media print {

*{
	background:transparent !important;
	color:black !important;
	text-shadow:none !important;
	filter:none !important;
	-ms-filter:none !important;
} 
@page {
	margin:0.5cm;
}
h2,
h3 {
	orphans:3;
	widows:3;
	page-break-after:avoid;
}
p {
	orphans:3;
	widows:3;
}
pre,
blockquote {
	border:1px solid #808080;
	page-break-inside:avoid;
} 
abbr[title]:after {
	content:" (" attr(title) ")";
}
a,
a:visited {
	color:#000000 !important;
	text-decoration:underline;
}
a[href]:after {
	content:" (" attr(href) ")";
} 
a[href^="javascript:"]:after,a[href^="#"]:after {
	content:"";
}
img {
	max-width:100% !important;
	page-break-inside:avoid;
}
thead {
	display:table-header-group;
} 
tr {
	page-break-inside:avoid;
}
.ir a:after {
	content:"";
}
}

iframe.wrapper { border:none}

.blog .items-leading { width:100%; background-color:#F1F1F1; padding:20px; border:1px solid #ccc; float:left;margin-bottom:40px;}
.blog .items-row  { width:100%; float:left; }
.blog .items-row.cols-2 .item { width:45% ; margin:2%; float:left}
.blog .items-row.cols-2 .item img { width:100% !important; height:auto}


.moduletable.special-full { width:100%; padding-top:80px; padding-bottom:80px; background-color: #e6007e; text-align:center; color:#fff; font-size:20px; }
.moduletable.special-full h3 { color:#fff; font-size:34px; margin-bottom:20px; }
.moduletable.special-full .custom.special-full p { font-size:23px; font-weight:300 !important; font-family:"mSegoeUI-Light" }
.moduletable.special-full a { font-size:18px; color:#fff; text-decoration:underline; font-weight:bold }


table.activeimages td { font-size:11px !important;}
table.activeimages th { font-weight:bold; text-align:left !important}

#rsm_subscribe_default_form input[type="submit"],
#rsm_subscribe_default_form .button.redbutton { background: none; color:#fff !important; background-color: rgb(30,156,31) !important; font-size:22px;}

.smallertitles h3 { font-size:14px;}
.smallertitles h4 { font-size:12px}

.img-fulltext-left { float:left; margin:0 20px 20px 0}

.special-awards-table td { padding:30px 0 0 0;}
.special-awards-table td h4 {font-size: 16px;  font-family: 'mSegoeUI-Semi'; /*font-family: 'mSegoeUI-Semi';*/ margin-bottom:0; color:#000; letter-spacing:-.02em}
.special-awards-table td p a,
.special-awards-table td p a:link,
.special-awards-table td p a:visited,
.special-awards-table td p a:active,
.special-awards-table td p {font-size: 32px; font-family: 'mSegoeUI-Light'; text-decoration:none; color:#878787}
.special-awards-table td p a:hover { color:#000}

.moduletable.custom-slideshow { padding:0; margin:0; overflow:hidden; background-color:#1d77e7; width:100%;}
.moduletable.custom-slideshow .flexslider {width:100%; background:none}
.moduletable.custom-slideshow .flexslider img { width:100%; height:auto}
.moduletable.custom-slideshow .flex-control-nav { display:none}

.itemid-167 .rsm_container:nth-child(5),
.itemid-167 .rsm_container:last-child { background-color:rgba(230,184,0,.60); color:#333}
/*.paymentinformation { display:none}*/
.rsmembership_form fieldset { background-position:bottom left}

#user.menu li:last-child { background-color:#18BC9C}
.sp-participate-table { font-size:16px;}
.sp-participate-table td { border:none; background-color:transparent; font-size:16px; padding:5px 0; text-transform:uppercase; text-align:center}
.customManage { font-size:14px; font-weight:600}
.categoriesCheckBoxes { width:100%; float:none}