﻿@charset "utf-8";
/* Annio Cavuoto 27/04/2011 */
/* Changed path*/
/*@import url('/RAeSCMS_40/css/slider.css');*/
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Common css */
body {
    height:100%;
    font-family:Arial, Helvetica, sans-serif;
    font-size:62.5%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color:#666;
}
html>body {
    min-height:100%;
    height:auto;
}
#accesibility {
    display:none;
}
#wrap {
    width:960px;
    margin:auto;
}
a {
  font-weight:normal;
  color:#1D105F;
  text-decoration:none;
}
#content a{
	font-weight:bold;
}
a:hover {
    color:#0294d0
}
h1, h2, h3, h4 {
    font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
    font-weight:normal;
}
/* General top navigation */
#navigation {
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
}
#navigation>ul{
    height:33px;
    border-right:1px dotted #0294d0;
}
#navigation>ul>li{
    float:left;
    display:inline;
    border-left:1px dotted #0294d0;
    text-transform:uppercase;
}
#navigation>ul>li>a{
  font-weight:normal;
  font-size:1.3em;
  color:#1D105F;
  padding:10px 12px;
  display:block;
}
#navigation>ul>li:last-child>a {
    padding:10px 13px;
}
#navigation>ul>li:hover>a, #navigation>ul>li.selected>a{
    font-weight:normal;
    color:#FFF;
}
#navigation>ul>li#home:hover, #navigation>ul>li#home.selected{
    background-color:#123059;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #0294d0),
        color-stop(1, #123059)
        );
    background-image: -moz-linear-gradient(
        center bottom,
        #0294d0 0%,
        #123059 100%
        );
}
/*Robert Bennie: 26 April 2011*/
/*changed about style to aboutus*/
#navigation>ul>li#aboutus:hover, #navigation>ul>li#aboutus.selected  {background:#0294d0;}
#navigation>ul>li#membership:hover, #navigation>ul>li#membership.selected  {background:#afbd20;}
#navigation>ul>li#professional:hover, #navigation>ul>li#professional.selected  {background:#65055f;}
#navigation>ul>li#carrers:hover, #navigation>ul>li#carrers.selected  {background:#ef8a1e;}
#navigation>ul>li#events:hover, #navigation>ul>li#events.selected  {background:#d21245;}
#navigation>ul>li#news:hover, #navigation>ul>li#news.selected  {background:#edc200;}

/*General menu hover */
#navigation>ul>li:hover .submenu{
    left: auto;
    margin-left:-1px;
}
.submenu {
    background:#FFFFFF;
    float:left;
    letter-spacing:0.02em;
    left:-999em;
    border-left:1px dotted #0294d0;
    border-right:1px dotted #0294d0;
    position:absolute;
    z-index:20;
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    padding:0px 0px 20px 12px;
}
.hover {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
.submenu h3{
    font-size:1.6em;
    margin:15px 0px;
}
.submenu ul li{
    border-top:1px dotted #0294d0;
    font-size:1em;
}
.submenu ul li:last-child {
    border-bottom:1px dotted #0294d0;
}
.submenu ul li a {
    text-transform:uppercase;
    padding:5px 0px 5px 7px;
    line-height:1.2em;
    display:block;
}
.block1 {
    clear:left;
    width:180px;
    float:left;
}
.arrow {
    border-top: 7px solid;
    border-left: 7px solid #FFF;
    border-right: 7px solid #FFF;
    font-size: 0px;
    line-height: 0%;
    width: 0px;
}
.block2 {
    margin-left:15px;
    width:410px;
    float:left;
}
.block2 li {
    background:#F3F4F8;
    width:200px;
    float:left;
    margin-right:5px;
}
.block2 li a{
    display:block;
    /*background:url(/img/extlink.gif) no-repeat 184px center;*/
}
.block2 li:nth-last-child(2) {
    border-bottom:1px dotted #0294d0;
}
/*About menu hover */
.aboutus h3 {
    color:#0294d0;
}
/*Robert Bennie: 26 April 2011*/
/*changed about style to aboutus*/
li#aboutus .block1 ul{
    border-left: 5px solid #0294d0;
}
li#aboutus .arrow {
    border-top-color:#0294d0;
}
li#aboutus h3 {
    color:#0294d0;
}
.block3 {
    width:200px;
    margin:0 10px;
    float:left;
}
#aboutus .block3 img{
    float:left;
    margin-right:10px;
}
#aboutus .block3 li{
    background:url(/img/extlink.gif) no-repeat 184px 8px;
}
#aboutus .block3 strong {
    width:120px;
    text-transform:uppercase;
    line-height: 1.4em;
    padding-bottom:2px;
    float:left;
}
#aboutus .block3 p,  #aboutus .block3 span{
    color:#666;
    line-height:1.4em;
    width:130px;
    float:left;
    text-transform:none;
    font-size:1.1em;
    font-family:Arial, Helvetica, sans-serif;
}
#aboutus .block3 a {
    padding:6px 0px 6px 0px !important;
}
/*membership menu hover */
li#membership .arrow {
    border-top-color:#afbd20;
}
li#membership .block1 ul{
    border-left: 5px solid #afbd20;
}
li#membership h3 {
    color:#afbd20;
}
#membership .block3 {
    text-align: right;
    margin-left:15px;
    margin-right:15px;
    width:200px;
    float:left;
}
#membership .block3 p {
    color:#666;
    line-height:1.4em;
    text-transform:none;
    font-size:1.1em;
    font-family:Arial, Helvetica, sans-serif;
}
#membership .block3 ul {
    margin:10px 0 0 0;
    background: url(../img/membership-bpic.gif) 20px 0px  no-repeat #FFF;
}
#membership .block3 ul li{
    padding:1px 0 ;
    border:none
}
#membership .block3 ul li.button {
    margin-top:14px;
    text-align:left;
    padding-left:64px;
    background:url(../img/buttons.jpg) no-repeat right;
}
/*professional menu hover */
li#professional .arrow {
    border-top-color:#65055f;
}
li#professional .block1 ul{
    border-left: 5px solid #65055f;
}
li#professional h3 {
    color:#65055f;
}
#professional .block1 li a{
    padding-right:4px;
}
#professional .block3 p {
    color:#666;
    line-height:1.4em;
    text-transform:none;
    font-size:1.1em;
    font-family:Arial, Helvetica, sans-serif;
}
#professional .block3 {
    text-align: right;
    margin-left:15px;
    margin-right:15px;
    width:200px;
    margin-top:-46px;
    float:left;
}
#professional .button {
    margin-top:12px;
    text-align:left;
    width:136px;
    display:block;
    padding-left:64px;
    background:url(../img/buttons.jpg) no-repeat right;
}
#professional .button a{
    display:block;
    padding: 7px 0 6px 7px;
}
.outsideBlockLeft {
    float:left;
}
/*carrers menu hover */
#carrersIn {
    background:url(../img/carrerBack.gif) no-repeat right top #FFFFFF;
}
li#carrers .arrow {
    border-top-color:#ef8a1e;
}
li#carrers .block1 ul{
    border-left: 5px solid #ef8a1e;
}
li#carrers h3 {
    color:#ef8a1e;
}
#carrers .block3{
    text-align: right;
    margin-left:15px;
    margin-right:15px;
    width:200px;
    float:left;
}
#carrers .block3 p {
    color:#666;
    line-height:1.4em;
    text-transform:none;
    font-size:1.1em;
    padding-bottom:1em;
    font-family:Arial, Helvetica, sans-serif;
}
#carrers .button {
    margin-top:12px;
    text-align:left;
    width:176px;
    display:block;
    padding-left:26px;
    text-transform:uppercase;
    background:url(../img/buttonl.gif) no-repeat right;
}
#carrers .button a{
    display:block;
    padding: 7px 0 6px 7px;
}
/*events menu hover */
.events  h3 {
	color:#d21245;
} 
li:hover #eventsIn.submenu  {
	margin-left:-403px !important;
}
li#events .arrow {
    margin-left:403px;
    border-top-color:#d21245;
}
li#events .block1 ul{
    border-left: 5px solid #d21245;
}
li#events h3 {
    color:#d21245;
}

#events .block3{
    text-align: right;
    margin-left:30px;
    margin-right:9px;
    width:250px;
    float:left;
}
#events .block3 h3 {
    margin-right:10px;
}
#events .block3 p {
    color:#666;
    line-height:1.4em;
    text-align:left;
    text-transform:none;
    font-size:1.1em;
    padding-bottom:1em;
    font-family:Arial, Helvetica, sans-serif;
}
#events .block3 li, #eventsCalendar ul li {
	font-family:'GalaxiePolarisHeavy',Arial,Helvetica,sans-serif;
    font-size:1.3em;
    border:none;
    padding:0px;
    width:29px;
    float:left;
    background:url(../img/calendar.gif) center center no-repeat;
    text-align:center;
    margin-right:6px;
    margin-bottom:4px;
    clear:none;
}
#eventsCalendar ul li.selected {
    background:url(../img/calendar.gif) center center #d21245 no-repeat;
}
#eventsCalendar {
	border-bottom:1px dotted #0294d0;
	margin-bottom:20px;
}
#monthTitle h3 {
	float:left;
	color:#d21245 !important;
	margin-bottom:4px !important;
}
#monthTitle img {
	display:block;
	float:left;
	margin-right:6px;
	margin-top:2px;
}
#monthTitle p {
	font-family:'GalaxiePolarisHeavy',Arial,Helvetica,sans-serif;
	margin-bottom:16px;
	clear:left;
	padding-left:12px;
}
#monthTitle p a {
	margin-right:10px;
}
#eventsCalendar ul {
	margin-bottom:6px;
	margin-left:10px;
	clear:left;
}
#eventsCalendar ul li {
	padding:4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right:4px;
	margin-bottom:2px;
}
#eventsCalendar ul li.noevent {
	opacity:0.4;
}
#events .block3 li.emty, #eventsCalendar ul li.emty{
    display:block;
    height:27px;
    background:none;
}
#events .block3 li a, #eventsCalendar ul li a{
    color:#5a7190;
	display:block;
	line-height:1.6em;
    padding:5px 0px 2px 0px;
}
#events .block3 li a:hover, #eventsCalendar ul li a:hover{
    color:#0294d0;
}
/*events menu hover */
li:hover #newsIn.submenu  {
    margin-left:-454px !important;
}
li#news .arrow {
    margin-left:454px;
    border-top-color:#edc200;
}
li#news .block1 ul{
    border-left: 5px solid #edc200;
}
li#news h3 {
    color:#edc200;
}
li#news .block2 {
    width:205px;
}
li#news .block2 li:nth-last-child(2) {
    border-bottom:none;
}
li#news .block2 li:nth-last-child(1) {
    border-bottom:1px dotted #0294d0;
}
#news .block3 {
    text-align: right;
    margin-right:15px;
    width:200px;
    float:left;
}
#news .block3 p {
    color:#666;
    background: url(../img/newsback.jpg) 20px 0px  no-repeat;
    line-height:1.4em;
    padding-left:80px;
    padding-bottom:10px;
    text-transform:none;
    font-size:1.1em;
    font-family:Arial, Helvetica, sans-serif;
}
#news .block3 ul li{
    padding:1px 0 ;
    border:none
}
#news .block3 ul li.button {
    margin-top:14px;
    text-align:left;
    padding-left:64px;
    background:url(../img/buttons.jpg) no-repeat right;
}
/* Head with logo */
#head {
    margin:15px 0;
}
#logo {
    width:245px;
    height:90px;
    float:left;
}
#logo a{
    display:block;
    width:100%;
    height:100%;
    /*background:url(../img/royalAeronauticalSociety.jpg) no-repeat;*/
}
#logo a span{
    display:none;
}
#head h2 {
    font-size:1.6em;
    text-transform:uppercase;
    text-align: right;
    float:left;
    line-height:1.2em;
    margin:10px 0 0 188px;
    color:#0294d0;
    width:330px;
    padding:0px;
}
#head>ul {
    float:right;
    width:180px;
    margin-top:2px;
}
#head>ul>li{
    background:url(../img/button.jpg) no-repeat;
    width:168px;
    margin-top:6px;
}
#head>ul>li>a {
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    text-transform:uppercase;
	text-shadow: 0px 0px 3px #CCC;
   /* filter: dropshadow(color=#CCCCCC, offx=0, offy=0);*/
    font-size:1.3em;
	position:relative;
	z-index:10;
    display:block;
    padding:7px 5px 8px 10px;
}
#head>ul>li:hover>a {
	z-index:30;
	color:#1D105F;
	background:url(../img/buttonHover.jpg) no-repeat;
}
#inyourarea ul li {
	text-align:center;
	width:140px;
	margin-bottom:4px;
	float:left;
	border:none;
	display:block;
}
#inyourarea .headblock2 ul li {
	float:none;
	width:200px;
}
#inyourarea .headblock1 ul {
	margin-top:4px;
}
#inyourarea ul {
	margin-top:0px; 
}
#inyourarea ul li a{
	padding:0 16px 0 0 !important;
	display: inline !important;
}
#head li .submenu{
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-topleft: 10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	-webkit-border-radius-top-right: 10px; 
	-webkit-border-radius-top-left: 10px;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	border:none;
}
#head li .submenu h3{
	color:#0294d0;
	font-size:2.2em;
	margin-top:0px;
	margin-bottom:10px;
}
#head li .submenu p {
	font-size:1.1em;
	line-height:1.455em;
}
#head li:hover .submenu{
    left: auto;
	margin-top:-34px;
}
#joinnow {
    background:url(../img/Kestrel.gif) no-repeat -90px -100px #FFFFFF;
	margin-left:-388px;
}
#inyourarea {
	margin-left:-388px;
}
#inyourarea .ukmap{
	background: url(../img/ukmap.gif) no-repeat 50px center;
	height:139px;
}
.headblock1 {
	border-right:1px dotted #0294d0;
	margin-top:50px;
	padding-right:20px;
	margin-right:20px;
	margin-left:18px;
	width:280px;
	float:left;
}
#inyourarea .headblock1 li a, #inyourarea .headblock2 li a, #joinnow .headblock1 a{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	padding-right:16px;
	font-size:1.3em;
	text-transform:uppercase;
	background:url(/img/go.gif) no-repeat center right;
}
#inyourarea .headblock2 a{
	width:auto;
	clear: both;
}
.headblock1 ul li, .headblock1 ul{
	border:none !important;
}
#joinnow .headblock1 ul li {
	font-size:1.1em;
	padding:2px 0px 2px 20px;
	background:url(../img/checked.gif) no-repeat left center;
	line-height:1.455em;
}
.headblock1 ul {
	margin-bottom:12px;
	margin-top:6px;
}
.headblock2 {
	margin-right:10px;
	margin-top:50px;
	width:200px;
	float:left;
}
.headblock2 label{
	font-weight:bold;
	font-size:1.1em;
	line-height:1.455em;
}
#joinnow .headblock2 a {
	font-weight:bold;
	clear:left;
	padding:4px 0;
	display:block;
	font-size:1.1em;
}
.headblock2 input[type="button"]{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	padding-right:16px;
	font-size:1.3em;
	background:url(/img/go.gif) no-repeat center right;
	border:none;
	padding-left:0px;
	cursor:pointer;
	color:#1D105F;
	margin-left:-4px;
	margin-top:8px;
}
.headblock2 input[type="button"]:hover,  #loginMudule input[type="button"]:hover{
	color:#0294d0;
}
#inyourarea .headblock2 input[type="button"]{
	float:left;
	width:40px;
	margin-top:62px;
	margin-left:0px;
}
#inyourarea .headblock1 img{
	padding-top:8px;
}
.headblock2 input[type="text"], #loginMudule input[type="text"], .headblock2 input[type="password"], #loginMudule input[type="password"] {
	font-family:Arial, Helvetica, sans-serif;
	/*color:#666; Changed by trillium */
	color:#333;
	font-size:1.2em;
	height:18px;
	margin-bottom:6px;
}
#inyourarea .headblock2 input[type="text"]{
	width:90px;
	margin-top:60px;
	margin-left:30px;
	float:left;
	margin-bottom:0px;
}

/* news TICKER */
#ticker-wrapper {
    border-top:1px dotted #0294d0;
    width:645px;
    float: left;
    margin-right:15px;
}
#social {
    border-top:1px dotted #0294d0;
    width:110px;
    float: left;
    margin-right:15px;
}
#social a{
    padding:3px 0px ;
    margin-right:3px;
    display:block;
    float:left;
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	font-size:1.3em;

}
#social a:last-child {
    margin-right:0px;
}
#search {
    border-top:1px dotted #0294d0;
    width:175px;
    float: left;
    background:#FFF;
    display:block;
    height:27px;
    text-align:right;
    padding:0px;
}
form input#sbut {
    margin-right:16px;
    margin-top:6px;
	margin-bottom:6px;
}
form input#s {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:1.2em;
	width:138px;
	border:none;
	padding-left:2px;
	float:left;
	margin-top:3px;
	height:18px;
}
form #radio input{
	float:left;
	margin-right:5px;
	margin-top:5px;
	display:block;
}
form #radio label {
	float:left;
	margin-right:8px;
	line-height:2em;
}
form #radio {
	width:175px;
	text-align:left;
	font-size:1.1em;
}
.focusField {
    background:#F6F6F6;
}
#footer {
	background:url(../img/backfooter.gif) no-repeat left top #F6F6F6;
}
#footer h3{
    color:#0088cf;
    padding-top:30px;
    font-size:2.2em;
}
#footer ul {
    float:left;
    margin-top:20px;
    width:135px;
    margin-right:30px;
}
#footer ul:nth-last-child(1) {
    margin-right:0px;
}
#footer ul li.title {
	line-height:1.231em;
	margin-bottom:10px;
    font-size:1.3em;
}
#footer ul li {
    color:#0088cf;
	line-height:1.2em;
    margin-bottom:8px;
    font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
}
#footer ul li a {
    text-transform:uppercase;
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
}
#footer ul.btlist li a{
    display:block;
    height:19px;
    padding-left:6px;
    font-size:1em;
    padding-top:7px;
    background:url(../img/buttonsmall.gif) no-repeat center left;
}
#footer ul.btlist li {
	margin-bottom:4px;
}
#footer div {
    padding-bottom:20px;
}
#siteH, #footer2content{
    width:960px;
    margin:auto;
}
#footer2 {
	clear:both;
	background:#E5E5E5;
	padding:15px 0;
}
#footer2 ul li {
    font-size:1.1em;
    float:left;
    border-right:1px dotted #0294d0;
}
#footer2 ul li a{
    font-weight:bold;
    display:block;
    padding:5px 8px;
}
#footer2 ul li.copy{
    color:#666;
    padding:5px 0;
    border:none;
    padding-right:104px;
}
#footer2 ul li.social {
    border:none;
    padding-left:10px;
	padding-top:5px;
}
#footer2 ul li.social a{
    padding:4px;
	margin-left:-6px;
	margin-top:-5px;
}

    #footer2 ul li.sIcon {
        padding-left:0px;
    }

    #footer2 ul li.sText {
        padding-right:10px;
    }


/* ads */
.banner {
    float:right;
    width:300px;
    height:248px;
    border:1px solid #999;
}
.adwu {
    display:block;
    clear:both;
    text-align:right;
    font-size:1.1em;
    font-weight:bold;
    padding-top:4px;
}
/* ads */
/* home content */
#homeintro {
    clear:both;
    width:100%;
    padding-top:12px;
    border-bottom:1px dotted #0294d0;
}
#homeintro h1{
    line-height:1.2em;
    font-size:2.2em;
    color:#0294d0;
    margin-bottom:16px;
}
#homeintro ul li{
    float:left;
    width:120px;
    border-left:5px solid #CCC;
    padding-left:10px;
    padding-right:30px;
    margin-bottom:30px;
}
#homeintro ul li:last-child {
    padding-right:0px !important;
}
#homeintro ul li.about {border-color:#0294d0;}
#homeintro ul li.membership {border-color:#afbd20;}
#homeintro ul li.professional {border-color:#65055f;}
#homeintro ul li.carrers {border-color:#ef8a1e;}
#homeintro ul li.events {border-color:#d21245;}
#homeintro ul li.news {border-color:#edc200;}

#homeintro ul li h2{
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    font-size:1.3em;
	line-height:1.154em;
    margin-bottom:5px;
	padding-bottom:0px;
}
#homeintro ul li p{
    font-size:1.2em;
	line-height:1.416em;
}
#homecolums #columleft, #homecolums #columcenter {
    margin-top:20px;
    float:left;
    padding-right:30px;
    width:300px;
}
#homecolums #columleft.member {
	padding-right:20px;
	margin-right:25px;
}
#homecolums div#columright {
	margin-top:20px;
    float:left;
    width:300px;
}
#homecolums h3, #corppartners h3{
    line-height:1.2em;
    font-size:2.2em;
    color:#0294d0;
    margin-bottom:16px;
}
#homecolums h3 {
	padding-top:10px;
}
#homecolums h4{
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    font-size:1.3em;
    text-transform:uppercase;
    line-height:1.154em;
    margin-bottom:5px;
}
#homecolums p{
    line-height:1.455em;
    font-size:1.2em;
}
#homecolums img, #speakers img{
    float:left;
    margin-top:2px;
    margin-right:10px;
}
#speakers img{
	margin-bottom:20px;
}
#columleft li {
    border-bottom:1px dotted #0294d0;
    margin-top:13px;
    min-height:77px;
    padding-bottom:15px;
}
#columleft ul li:last-child  {
    border-bottom: none;
}
#columleft.member {
	background:#F6F6F6;
	width:270px !important;
	padding-left:15px;
	padding-right:15px;
}
#columleft.member h3{
	margin-bottom:10px;
}
#homecolums div.progressBar {
	width:200px;
	margin:2px 0;
	float:none;
	height:14px;
	background:#ACD5F1;
}
#homecolums div.progressBar span{
	    background-color:#123059;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #0294d0),
        color-stop(1, #123059)
        );
    background-image: -moz-linear-gradient(
        center bottom,
        #0294d0 0%,
        #123059 100%
        );
		display:block;
		height:14px;
}
.member table {
	width:270px;
	margin-top:6px;
	margin-bottom:6px;
}
.member table td .slink {
	font-size:0.9em;
}
.extlink {
	background:url(/img/extlink.gif) no-repeat center right;
	padding-right:16px;
}
.member table td{
	font-size:1.2em;
	line-height:1.416em;
	padding-bottom:8px;
}
#homecolums .member table img{
	margin-right:6px;
}
#columleft.member>h4{
	font-size:1.6em;
	color:#0294D0;
	font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
}
#columcenter li, #newsModule li, #relatedModule li {
    border-bottom:1px dotted #0294d0;
    margin-top:13px;
    padding-bottom:15px;
}
#memberContent li {
	border:none;
	padding-bottom:0px;
}
#listEvents li {
	margin-bottom:10px;
}
#columcenter li span a, #newsModule li span a, #relatedModule li span a, #memberContent li span a, #listEvents li span a {
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    line-height:1.6em;
    font-size:1.3em;
    display:block;
    color:#4f6585;
    padding:5px 0px 2px 0px;
}
#columcenter li span a.month, #newsModule li span a.month, #relatedModule li span a.month, #memberContent li span a.month, #listEvents li span a.month{
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    margin-top:2px;
    padding-top:0px;
    line-height:1em;
}
/* "calendarStyle"  added by trillium systems */
#columcenter .cal span, #newsModule li span, #relatedModule li span, #memberContent li span, #listEvents li span {
    padding:0px;
    width:29px;
    float:left;
    background:url(../img/calendar.gif) no-repeat;
    text-align:center;
}
#listDocuments li {
	margin-bottom:20px;
}
#listDocuments li span, .document span {
    padding:0px;
    width:30px;
	height:35px;
	float:left;
    background:url(../img/pdf.gif) no-repeat;
    text-align:center;
}
#listDocuments li span a, .document span a{
	display:block;
	line-height: 35px;
}
#listDocuments li p {
	padding-bottom:0px;
}
#relatedModule li.carrers span, #memberContent li.carrers span{
	background:url(../img/carrers-ico.gif) no-repeat;

}
#relatedModule li.members span, #memberContent li.members span{
	background:url(../img/member-ico.gif) no-repeat;
}
#newsModule, #modulesColum .banner, #relatedModule{
	margin-bottom:20px;
	float:none;
}
#columcenter li h4, #columcenter li h5, #columcenter li p, #newsModule li h4 , #newsModule li h5 , #newsModule li p, #relatedModule li h4 , #relatedModule li h5 , #relatedModule li p, #memberContent li h4 , #memberContent li h5 , #memberContent li p, #listDocuments h4, #listDocuments p, #listEvents p, #listEvents h5, #listEvents h4, .document p, .document h4, .document h5 {
    position:relative;
    margin-left:38px;
}
#columcenter li h5, #newsModule li h5, #relatedModule li h5, #memberContent li h5, #listEvents li h5{
    text-transform:uppercase;
    padding-bottom:2px;
    font-size:1.1em;
    color:#0294d0;
}
#columcenter>h4, #newsModule>h4, #relatedModule>h4, #memberContent>h4  {
    padding:10px 0;
}
#columcenter li h4,#newsModule li h4,#relatedModule li h4, #memberContent li h4 {	
    line-height:1.154em;
}
#contentColum h3, #modulesColum h3, #relatedModule h3 {
    clear:both;
    line-height:1.2em;
    font-size:2.2em !important;
    padding: 0;
    margin-bottom:15px;
}
#modulesColum h4, #contentColum h4{
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    font-size:1.3em;
    text-transform:uppercase;
    line-height:1.154em;
    margin-bottom:5px;
}

#modulesColum p {
    line-height:1.455em;
    font-size:1.2em;
}
/*#contentColum p{
    line-height:1.455em;
    font-size:1.2em;
    padding-bottom:1.455em;
}*/

#contentColum p {
	line-height: 16px; 
	font-size: 12px;
	padding-bottom: 20px;
}

body .newsdetail {
	line-height: 20px;
	font-size: 14px;
	/* padding-bottom: 10px; */
}

#modulesColum {
    width:300px;
	margin-bottom:30px;
    float:left;
}
#contentColum {
    width:465px;
    float:left;
    margin-bottom:30px;
    margin-right:25px;
}
#contentColum.wider {
	width:780px;
	margin-right:10px;
}
#latest {
    width:465px;
    position:relative;
    overflow:hidden;
    border-bottom:1px dotted #0294d0;
    margin-bottom:20px;
	padding-bottom:4px;
}
#latest img{
	padding-bottom:4px;
}
#latest ul {
    width:465px;
}
#latest ul li{
    width:140px;
    float:left;
}

   #latest .marginRight {
        margin-right:22px;
    }

#latest ul li.last{
	margin-right:0px;
}
#latest ul li h3{
    margin-top:8px;
}
/* Tabs get involved */
#homecolums div #tabsPanelHolder {
    margin-top:0px;
	margin-bottom:20px;
}
#tabsPanel li{
    font-size:1.3em;
    color:#1d105f;
    text-transform:uppercase;
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #0294d0;
    float:left;
    padding:8px 10px 8px 12px;
    display:block;
}
#tabsPanel li.selected {
    border:1px dotted #0294d0;
    border-bottom: none;
    color:#FFF;
    padding-top:7px;
    padding-left:10px;
    padding-bottom:9px;
    background-color:#123059;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #0294d0),
        color-stop(1, #123059)
        );
    background-image: -moz-linear-gradient(
        center bottom,
        #0294d0 0%,
        #123059 100%
        );
}
#tabsPanel li.selected a{
    color:#FFF;
}
#tabsPanel li#rcNavIt {
    width:142px;
}
#tabsPanel li#rcNavIt.selected  {
    border-left:none;
    width:142px;
}
#tabsPanel li#smNavIt {
    width:110px;
}
#tabsPanel li#smNavIt.selected{
    padding-left:11px;
    width:110px;
}
#tabsPanelContent  {
	margin-right:0px;
}
#tabsPanel ul,  #tabsPanelContent ul{
	clear:both;
	height:200px;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
#homecolums div#tabsPanelContent {
	margin-top:0px;
}
#tabsPanelContent ul li a{
    font-weight:bold;
    display:block;
    padding:7px 0 7px 30px;
}
#tabsPanelContent ul li {
    border-bottom:1px dotted #0294d0;
    line-height:1.454em;
}
#recentComments li a{
    background:url(../img/comment.gif) 2px 7px no-repeat;
}
#socialMedia li.LinkedIn a {
    background:url(../img/linkein.gif) 5px 7px no-repeat;
}
#socialMedia li.Twitter a {
    background:url(../img/tw.gif) 5px 7px no-repeat;
}
#socialMedia li.Facebook a {
    background:url(../img/fb.gif) 5px 7px no-repeat;
}
#socialMedia li.rss a {
    background:url(../img/rss.gif) 5px 7px no-repeat;
}#socialMedia li.email a {
    background:url(../img/email-ico.gif) 2px 7px no-repeat;
}
/* end tabs */
#corppartners {
    position: relative;
    padding-top:20px;
    margin-top:20px;
    padding-bottom:20px;
    clear:both;
    border-top:1px dotted #0294d0;
    height: 105px;
}
#corppartners img.nav {
    position: absolute;
    left: 0;
	top:65px;
    z-index: 10;
    cursor: pointer;
}
#corppartners img.right {
    left: 940px;
}
#corppartners ul {
    position:relative;
    width:960px;
    height:60px;
	margin-left:30px;
    left: 0px;
	z-index:0px;
}
#corppartners ul li{
    float:left;
    margin-right:15px;
    position: relative;
    width: 100px;
    height: 60px;
}
#corppartners ul li img {width: 100px; height: 60px; position: absolute;left: 0; top: 0; }
/* Common */
#title {
    border-top:1px dotted #0294d0;
    width:645px;
    float: left;
    margin-right:15px;
}
#title h1{
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    line-height:1.4em;
    font-size:4.4em;
	color:#1D105F;
}
#sideNavigation {
    width:150px;
    margin-right:20px;
    float:left;
}
#sideNavigation>ul>li{
    font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    border-top:1px dotted #0294d0;
    font-size:1em;
    border-left:5px solid;
}
#sideNavigation>ul  {
    border-bottom:1px dotted #0294d0;
    margin-bottom:20px;
}
#sideNavigation ul li a {
  text-transform:uppercase;
  padding:5px 0px 5px 7px;
  line-height:1.3em;
  display:block;
}
#sideNavigation>ul>li>ul {
	background:#F6F6F6;
	margin-left:-5px;
	padding:1px 0 10px 0;
}
#sideNavigation>ul>li>ul>li:before{
	content:"> ";
	color:#0294d0;
    padding:4px 0px 0px 13px;
	display:block;
	width:4px;
	float:left;
}
#sideNavigation>ul>li>ul>li a{
	padding:3px 10px 3px 20px;
	display:block;
}
#content h2{
	font-size:3.3em;
	padding-bottom:14px;
}
#mapHolder{
	margin-bottom:16px;
}
#sectionDescription, #speakers, #locationMap {
    border-bottom:1px dotted #0294d0;
    margin-bottom:20px;
}
#sectionDescription p{
	font-size:1.2em;
}
#sectionDescription li{
	font-size:1.2em !important;
	margin-bottom:0.4em;
	line-height:1.416em;
}
#sectionDescription img {
	float:left;
	margin-top:4px;
	margin-right:20px;
	margin-bottom:10px;
}
#sectionDescription p.intro{
	font-size:1.2em;
	line-height:1.416em;
}
#subHomeContent {
    float:left;
    width:790px;
}
#detailContent {
    float:left;
    width:790px;
}
#detailContent #modulesColum, #listEvents  {
	margin-top:4px;
	/*padding-top:20px;*/
    /*border-top:1px dotted #0294d0;*/
	margin-left:0px !important;
	list-style:none !important;
}
#introSub h2{
	clear:both;
	padding-top:20px;
	font-size:3.3em !important;
}
#introSub p{
    font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
    font-size:1.6em;
    line-height:1.4em;
	padding-bottom:1.455em;
}
#introSub {
    border-bottom:1px dotted #0294d0;
    margin-bottom:20px;
    padding-bottom:20px;
}
#content {
    border-top:1px dotted #0294d0;
    padding-top:20px;
}
#introSub ul {
    font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
    font-size:1.6em;
    line-height:1.4em;
	list-style-type: disc;
	padding-left:2em;
}
/* fomrs */
.home #sideNavigation ul>li.selected>a{background:#0294d0; color:#FFF;}
.home #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#1D105F;}
.home #sideNavigation ul li {border-color:#0294D0;}
.home h1 {
	color:#1D105F;
}
.home h2 {
	color:#0294d0;
}
.home #modulesColum h3 {
	color:#0294d0;
}
/* fomrs END*/
/* About us */
.aboutus #sideNavigation ul>li.selected>a{background:#0294d0; color:#FFF;}
.aboutus #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#1D105F;}
.aboutus #sideNavigation ul li {border-color:#0294D0;}
.aboutus h1 {
	color:#1D105F;
}
.aboutus h2 {
	color:#0294d0;
}
.aboutus #modulesColum h3 {
	color:#0294d0;
}
/* About us END*/
/* Membership Headers /*Juan (sunday) edit 15/08//11*/
.membership #sideNavigation ul>li.selected>a{background:#afbd20; color:#FFF;}
.membership #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#afbd20;}
.membership #sideNavigation ul li {border-color:#0294D0;}

.membership h1 {
	color:#1D105F;
}
.membership h2 {
	color:#afbd20;
} 
.membership h3 {
	color:#afbd20;
} 
/* Membership END*/
/* Professional Headers and nav*/
.professional #sideNavigation ul>li.selected>a{background:#65055F; color:#FFF;}
.professional #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#65055F;}
.professional #sideNavigation ul li {border-color:#0294D0;}

.professional h1 {
	color:#1D105F;
}
.professional h2 {
	color:#65055F;
} 
.professional h3 {
	color:#65055F;
} 
/* Professional END*/
/* carrers Headers and nav*/
.carrers #sideNavigation ul>li.selected>a{background:#EF8A1E; color:#FFF;}
.carrers #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#EF8A1E;}
.carrers #sideNavigation ul li {border-color:#0294D0;}

.carrers h1 {
	color:#1D105F;
}
.carrers h2 {
	color:#EF8A1E;
} 
.carrers h3 {
	color:#EF8A1E;
} 
/* carrers END*/
/* Registration */
.registration #sideNavigation ul>li.selected>a{background:#0294d0; color:#FFF;}
.registration #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#1D105F;}
.registration #sideNavigation ul li {border-color:#0294D0;}
.registration h1 {
	color:#1D105F;
}
.registration h2 {
	color:#0294d0;
}
.registration #modulesColum h3 {
	color:#0294d0;
}
/* carrers Headers and nav*/
.news #sideNavigation ul>li.selected>a{background:#EDC200; color:#FFF;}
.news #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#EDC200;}
.news #sideNavigation ul li {border-color:#0294D0;}

.news h1 {
	color:#1D105F;
}
.news h2 {
	color:#EDC200;
} 
.news h3 {
	color:#EDC200;
} 
/* carrers END*/
/* Registration us END*/
/* Blog */
.blog #sideNavigation ul>li.selected>a{background:#0294d0; color:#FFF;}
.blog #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#1D105F;}
.blog #sideNavigation ul li {border-color:#0294D0;}
.blog h1 {
	color:#1D105F;
}
.blog h2 {
	color:#0294d0;
}
.blog #detailContent h3 {
	color:#0294d0;
	font-size:1.5em;
	text-transform:uppercase;
	margin-bottom:10px;
}
.blog #modulesColum h3 {
	color:#0294d0;
}
.postItem {
	margin-bottom:30px;
}
li#subscribe {
	padding:5px 10px 5px 7px;
}
li#subscribe h5{
	font-size:1.1em;
	line-height:1.4em;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#0294D0;
	margin-bottom:8px;
}
li#subscribe p{
	font-size:1.1em;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
}
li#subscribe form {
	width:105px;
}
li#subscribe form input[type="text"] {
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:1.2em;
	height:18px;
	margin-top:6px;
	margin-bottom:2px;
}
li#subscribe form input[type="button"]{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	padding-right:16px;
	font-size:1.1em;
	border:none;
	background:none;
	padding-left:0px;
	margin-bottom:10px;
	margin-left:-2px;
	cursor:pointer;
	color:#1D105F;
}
#contentColum .postItem h5{
	font-size:1.1em;
	text-transform:uppercase;
	color:#0294D0;
	margin-bottom:4px;
}
#contentColum .postItem h4{
	font-size:1.5em;
}
#contentColum .postItem p.date {
	font-weight:bold;
	padding-bottom:6px;
}
#contentColum .postItem a.comments span {
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	width:28px;
	display:block;
	text-align:center;
	float:left;
	margin-right:5px;
}
.postItem img {
	margin-top:4px;
}
.alineright {
	float:right;
	margin-left:16px;
}
.b46860 {
	margin-bottom:30px;
}
#aboutBlog {
	background:url(../img/eagleAbout.jpg) no-repeat right center;
	border-bottom: 1px dotted #0294D0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#aboutBlog p{
	width:170px;
}
#fullBlogItem {
    border-bottom:1px dotted #0294d0;
    margin-bottom:20px;
}
#fullBlogItem p{
	font-size:1.1em;
}
#fullBlogItem p.intro{
	font-size:1.2em;
	line-height:1.416em;
}
#fullBlogItem h4 {
	font-size:1.5em;
	font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#0294D0;
	margin-bottom:10px;
}
#detailModule {
	border-bottom: 1px dotted #0294D0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#detailModule p{
	margin-left:75px;
	font-size:1.2em;
	margin-bottom:8px;
}
#detailModule span{
	position:relative;
	display:block;
	float:left;
	margin-left:-75px;
}
.comNumber strong {
	background:url(../img/commentsB.jpg) no-repeat left top;
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	font-size:0.916em;
	height:21px;
	margin-right:4px;
	margin-top:-2px;
	padding-top:2px;
	display:block;
	width:28px;
	text-align:center;
	float:left;
}
.imgwCapLeft {
	margin:4px 20px 20px 0px;
	width:235px;
	float:left;
	font-size:1.1em;
	line-height:1.4em;
	font-style:italic;
	font-weight:bold;
}
.imgwCapRight {
	margin:4px 0 20px 20px;
	width:235px;
	float:right;
	font-size:1.1em;
	line-height:1.4em;
	font-style:italic;
	font-weight:bold;
}
.imgwCapRight img, .imgwCapLeft img{
	margin-bottom:4px;
}
#respond {
	padding-top:10px;
}
#respond p {
	position:relative;
	margin-left:70px;
}
#respond label {
	float:left;
	margin-left:-70px;
	position:relative;
}
#respond input[type="submit"]{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	padding-right:16px;
	font-size:1.3em;
	background:url(/img/go.gif) no-repeat center right;
	border:none;
	padding-left:0px;
	cursor:pointer;
	color:#1D105F;
	margin-left:-4px;
}
#respond input[type="text"]{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	color:#1D105F;
	font-size:1.1em;
	height:18px;
	margin-bottom:6px;
}
#respond #comment{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	color:#1D105F;
	font-size:1.1em;
	width:380px;
	margin-bottom:6px;
}
#comments {
	border-bottom: 1px dotted #0294D0;
	border-top: 1px dotted #0294D0;
    margin-top: 20px;
    padding-top: 20px;
}
.commentItem {
    margin-bottom: 10px;
}
.commentlist li img{
	position:relative;
	margin-top:4px;
	float:left;
}
.commentlist p{
	position:relative;
	margin-left:40px;
}
#responses, #respond h3  {
	font-family:Arial,Helvetica,sans-serif;
	color:#666 !important;
	text-transform:none !important;
	font-size:1.3em !important;
	font-weight:bold;
}
p.userSays {
	font-family:'GalaxiePolarisHeavy',Arial,Helvetica,sans-serif;
	font-size:1.2em !important;
	text-transform:uppercase;
	padding-bottom:4px !important;
}
p.commentdate {
	font-size:1.2em !important;
	padding-bottom:4px !important;
}
#facebook, #flickr, #twitter {
	margin-bottom:20px;
}
/* Events us */
.events #sideNavigation ul>li.selected>a{background:#d21245; color:#FFF;}
.events #sideNavigation ul>li>ul>li.selected>a{background:#E5E5E5; color:#1D105F;}
.events #sideNavigation ul li{border-left-color:#d21245;}
.events h1 {
	color:#1D105F;
}
.events h2 {
	color:#d21245;
}
.events #contentColum h3 {
	color:#d21245;
}
#dateHolder {
	height:30px;
	margin-bottom:10px;
}
/* trillium: GP. Changed as dateholder no longer has A tag in certain circumstances */
#dateHolder span#day  {
	font-family:'GalaxiePolarisHeavy',Arial,Helvetica,sans-serif;
    font-size:1.3em;
    border:none;
    padding:0px;
	height:30px;
    float:left;
    background:url(../img/calendar.gif) left center no-repeat;
}
#dateHolder span#day span {
	display:block;
	text-align:center;
	float:left;
	width:29px;
	line-height:1.6em;
	color:#5A7190;
	padding:8px 0px 0px 0px;
}
#dateHolder span {
	color:#1D105F;
}
#dateHolder>a, #dateHolder>span {
	font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
	font-size:2.2em;
	line-height:1.2em;
    font-size:2.2em;
	margin-left:6px;
	text-transform:uppercase;
}
a#typeEvent, span#typeEvent {
	margin-left:10px;
	border-left:1px dotted #0294d0;
	padding-left:10px;
}
#keyInfo p {
	margin-bottom:8px;
	font-size:1.2em;
	line-height:1.417em;
	margin-left:85px;
	/*Added by Challow*/
	min-height:16px;
	/* end*/
}
#keyInfo p span {
	font-weight:bold;
	position:absolute;
	z-index:auto;
	margin-left:-85px;
	width:85px;
}
#keyInfo a.register {
	margin-top:16px;
	margin-bottom:12px;
}
#keyInfo {
    border-bottom:1px dotted #0294d0;
    margin-bottom:20px;
	padding-bottom:10px;
}
/* Calendar */
#calendarContent {
    float:left;
    width:790px;
}
#calendarContent h2{
	float:left;
	width:610px;
}
#monthNav {
	float:left;
	display:block;
	width:180px;
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
#monthNav a {
	display:block;
	padding:2px 0;
	margin-bottom:6px;
	float:left;
}
#monthNav a.next {
	clear:left;
	background:url(../img/gol.gif) no-repeat left center;
	padding-left:18px;
	margin-right:10px;
}
#monthNav a.previous {
	background:url(../img/go.gif) no-repeat right center;
	padding-right:18px;
}
#calendarContent ul {
	clear:left;
}
#calendarContent ul li{
	float:left;
	display:block;
	padding-top:4px;
	padding-left:4px;
	border-top:1px dotted #0294d0;
}
.dayItem {
	clear:left;
	line-height:1.4em;
	padding:6px 0;
}
.dayItem a{
	display:block;
}
.fwday {
	clear:left;
}
#calendarContent ul li h5{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	color: #0294D0;
    font-size: 1em;
    padding-bottom: 2px;
    text-transform: uppercase;
}
#calendarContent ul li h4{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#calendarContent ul li.weekday {
	width:106px;
	margin-right:12px;
	min-height:170px;
}
#calendarContent ul li.weekend {
	width:176px;
	min-height:85px;
}
#calendarContent ul li.emty{
    display:block;
	border:none;
    background:none;
}
.noeventbox {
	clear:left;
	display:block;
	min-height:140px;
	padding: 6px 0;
}
.weekend .noeventbox {
	min-height:35px;
}
#calendarContent ul li .noeventbox h5{
	color:#999;
}
#calendarContent ul li>span{
	font-family:'GalaxiePolarisHeavy',Arial,Helvetica,sans-serif;
    font-size:1.3em;
    border:none;
    padding:0px;
	height:30px;
    float:left;
    background:url(../img/calendar.gif) left center no-repeat;
}
#calendarContent ul li span a{
	padding:6px;
	display:block;
	text-align:center;
	float:left;
	width:29px;
	line-height:1.6em;
	color:#5a7190;
	padding:5px 0px 2px 0px;
}
#calendarContent ul li span a:hover{
    color:#0294d0;
}
#calendarContent ul li span strong{
	font-size:0.769em;
	display:block;
	float:left;
	padding:11px 0px 2px 4px;
}
.dayItem:hover .infoOver{
    left: auto;
}
.infoOver {
    background:#FFFFFF;
    float:left;
    left:-999em;
    position:absolute;
    z-index:20;
	margin-left:20px;
	width:360px;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    padding:10px;
}
.weekend .infoOver {
	margin-left:-340px;
}
.infoHolder {
	border-left:#d21245 5px solid;
	padding-left:10px;
	margin-left:5px;
}
.weekend .infoHolder {
	border-left:none;
	padding-left:0px;
	margin-left:0px;
	border-right:#d21245 5px solid;
	padding-right:10px;
	margin-right:5px;
}
.register{
    background:url(/img/buttonLarge.jpg) no-repeat;
    width:236px;
    margin-top:6px;
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    text-transform:uppercase;
	text-shadow: 0px 0px 3px #CCC;
    filter: dropshadow(color=#CCCCCC, offx=0, offy=0);
    font-size:1.3em;
    display:block;
    padding:7px 5px 8px 14px;
}
.infoHolder .register{
	margin-left:85px;
}
.register:hover{
    background:url(/img/buttonLargeHover.jpg) no-repeat;
}
#calendarContent ul li .infoHolder h5{
	color:#d21245;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
#calendarContent ul li .infoHolder h4{
	font-size:1.3em;
	margin-bottom:6px;
}
.infoHolder>span {
	position:absolute;
	z-index:auto;
	margin-left:-22px;
	margin-top:10px;
	border-top: 7px solid #FFF;
	border-right: 7px solid #d21245;
	border-bottom: 7px solid #FFF;
    font-size: 0px;
    line-height: 0%;
    width: 0px;
}
.weekend .infoHolder>span {
	border-left: 7px solid #d21245;
	border-right: none;
	margin-left:355px;
}
.infoHolder p {
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:8px;
	margin-left:85px;
}
.infoHolder p span {
	font-weight:bold;
	position:absolute;
	z-index:auto;
	margin-left:-85px;
	width:85px;
	
}
/* Events us END*/
/* others */ 
.membership #sideNavigation ul li{border-color:#afbd20;}
.professional #sideNavigation ul li{border-color:#65055f;}
.carrers #sideNavigation ul li{border-color:#ef8a1e;}
.news #sideNavigation ul li{border-color:#edc200;}
/* Forms */
#formstyle label span {
	font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
	color:#0294D0;
	font-weight:normal;
	font-size:1.1em;
}
.events .registration span {
	color:#D21245;
}
#loginMudule form{
	margin-top:16px;
}
#loginMudule label{
	clear:both;
	font-weight:bold;
	font-size:1.1em;
	width:90px;
	display:block;
	float:left;
	line-height:1.8em;
}
input[type="radio"], input[type="checkbox"] {
	float: left;
}
.forgRemb {
	margin-left:90px;
	clear:both;
}
.forgRemb a{
    clear: left;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px 0;
	width:12em;
}
#loginMudule input[type="button"]{
	font-family:'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
	padding-right:16px;
	font-size:1.3em;
	background:url(/img/go.gif) no-repeat center right;
	border:none;
	padding-left:0px;
	cursor:pointer;
	color:#1D105F;
	margin-left:-4px;
	margin-top:8px;
	margin-left:86px;
}
.inactive {
	color:#C2CBD2;
	display: block;
    line-height: 1.3em;
    padding: 5px 0 5px 7px;
    text-transform: uppercase;
}
.inactive span {
	color:#BFE2F5;
}
.active {
	color:#FFF;
	display: block;
    line-height: 1.3em;
    padding: 5px 0 5px 7px;
    text-transform: uppercase;
}
.registration .active span {
	color:#FFF !important;
}
.registration .active {
	background:#0088cf;
}
.events .active {
	background:#D21245;
}
.events .inactive span {
	color:#BFE2F5;
}
.registration p.intro, .events p.intro{
	font-size:1.2em;
	line-height:1.416em;
	padding-bottom: 1.455em;
}
#formstyle h3 {
	color:#1D105F;
    padding-top: 15px;
	font-size:1.6em !important;
}
#formstyle h4 {
	font-family:'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
	font-size:2.2em !important;
	margin-top:30px;
	margin-bottom:20px;
}
.registration #contentColum h3 {
	color:#0088cf;
}
fieldset {
	margin-bottom:40px;
}
#formstyle label{
	clear:both;
	font-weight:bold;
	font-size:1.1em;
	width:160px;
	display:block;
	float:left;
	line-height:1.8em;
}
#formstyle .student label{
	width:500px;
}
#formstyle input[type="text"], #formstyle textarea, #formstyle select, #formstyle input[type="password"]   {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	padding:2px 0;
	font-size:1.3em;
	line-height:20px;
	margin-bottom:6px;
	width:290px;
    display: block;
    outline:0;
}
#formstyle .student input[type="text"], #formstyle .student textarea, #formstyle .student select, #formstyle .student input[type="password"]   {
	width:450px;
	clear:left;
}
span.hint {
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:1.3em;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	padding:10px;
	width:250px;
	position:absolute;
	margin-left:460px;
	min-height:28px;
	margin-top:-42px;
	display:none;
	background:#FFF;
	z-index:100;
}
span.hint.validation {
	padding-left:40px;
	background:#eee url(/img/bg-span-hint-gray.gif) no-repeat center left;
}
span.hint.inline{ display: block;}
span.welldone {
	background:#9fd680 url(/img/bg-fieldset-welldone.gif) no-repeat center left !important;
	border-color:#749e5c;
	color:#000;
}
span.kindagood  {
	background:#ffffcc url(/img/bg-fieldset-kindagood.gif) no-repeat center left !important;
	color:#F00;
}
.wrong {
	color:#F00 !important;
}
#formbuttons input {
	display: block;
    font-family: 'GalaxiePolarisHeavy',Arial,Helvetica,sans-serif;
    font-size: 1.5em;
	color:#1D105F;
    padding: 10px 94px 10px 10px;
    position: relative;
    text-shadow: 0 0 3px #CCCCCC;
    text-transform: uppercase;
	border:none;
    z-index: 10;
	background:url(../img/bigbutton.gif) no-repeat;
	/*R Bennie: 26 April 2011*/
	/*added fixed width*/
	width:301px;
}
#formbuttons p {
	padding:10px;
    font-size: 1.3em;
	font-weight:bold;
}
#formbuttons a{
    background: url("/img/go.gif") no-repeat scroll right center transparent;
    font-family: 'GalaxiePolarisHeavy',Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    padding-right: 16px;
    text-transform: uppercase;
	padding-left:10px;
	line-height:30px;
	margin-bottom:10px;
}

/* Basket */
#basket {
	background:#f8f9fb;
    padding:15px;
	width:270px;
	z-index:1;
}
#basket h3{
	background:url(../img/basket.gif) no-repeat left center;
	padding-left:36px;
}
#basket p{
	margin-left:75px;
	font-size:1.3em;
	margin-bottom:8px;
}
a.addDelegad {
		font-size:1.3em;
}
#basketTotal {
	margin-top:10px;
	padding:10px 0 0 0 ;
	border-top:1px dotted #0294D0
}
#basketTotal p{
	margin-bottom:0px;
	font-size:2.2em;
	font-weight:bold;
}
#basket span{
	position:relative;
	display:block;
	float:left;
	margin-left:-75px;
}

/* Added by Trillium Systems */

.footerControls
{
   background-color: #E5E5E5;
}

.footerControls h1
{
   font-size:14px;
   color: #1d105f;
   font-variant:small-caps;
   padding:10px 0 5px 0;
}
.FCinner
{
    margin:0 auto;
    width:960px;
}

.separator
{
    height:20px;
    width: 450px;
    border-top: 1px dotted #0294d0;
}

.sideContentArea
{
    padding-bottom:20px;
    border-bottom:1px dotted #0294d0;
}

.sideContentArea-left
{
    float:left;
}

.sideContentArea-right
{
    width:180px;
    padding-left:120px;
    margin:8px 0 8px 0;
    min-height:60px;
}

.wide
{
    width:300px!important;
    padding-left:0!important;
    min-height:0px!important;
}


/*S Miriyala: 4 July 2011 In Your Area */
/*Left Navigation*/
#IYA_nav h2
{    
    font-size:1.8em;
    color:#0088cf;
    margin-left:9px;
    margin-top:12px;
}
#IYA_nav p
{
    font-size:1.1em;
    color: #999;
    margin-left:9px;
}
#IYA_nav input
{
    width:100px;
    margin-left:9px;
    margin-right:5px;
    margin-bottom:5px;
}
#IYA_nav img
{
    width:15px;
    height:16px;   
}
#IYA_nav a
{
    color: #1d105f;
    font-size:1.2em;
    font-weight:bold;  
}
/*Middle Content*/
#IYA_contnt p
{ 
    font-size:1.4em;
    color: #999;
}
#IYA_contnt h4
{ 
    cursor:pointer;
}
/*Right Content*/
#modulesColum.IYA
{
    width:300px;
	margin-bottom:30px;
    float:left;
    font-family:Arial;
}
#modulesColum.IYA table
{
    width:207px;
    float:left;
    font-size:1.2em;
    color: #999;
   
}
#modulesColum.IYA td
{ 
 padding-bottom:10px;   
}

#modulesColum.IYA h3
{
    text-transform:uppercase;
}
#modulesColum.IYA
{
   border-bottom:1px dotted #0294d0;
}

/*S Miriyala 6 July 2011 Membership settings & Global Settings
Application Form*/
#detailContent.AF h3
{
    font-size:1.2em;
    /*color:#1d105f;*/
    color:#0088cf;
    padding-top:5px;
    font-weight:bold;
}
#detailContent.AF h2
{
    font-size:2.2em;
    padding-bottom:8px;
    padding-top:10px;
    color:#d21245;
}
#detailContent.AF p
{
    font-size:1.2em;
    line-height:1.45em;
    color:#666; 
    padding-bottom:3px;
    padding-top:3px;
}
#detailContent.AF h4
{
   font-size:1.2em;
   color:#666;
   padding-bottom:10px;
   padding-top:10px; 
   
}
/*Global Settings Login form*/
#detailContent.AF ul
{
    font-size:1.1em;
    line-height:1.45em;
    padding-bottom:3px;
    padding-top:3px;
}

#detailContent.AF a
{
    font-size:1.1em;
    padding-bottom:3px;
    padding-top:3px;
    
}

.border {
  border-bottom :double #0294d0;
  margin-bottom: 20px;
}


/* category box filter */
.drpFilter {
    width:250px;
    margin-bottom:10px; 
}

#contentColum .widgetcontainer ul {
    list-style: none;
    margin-left: initial;
}

.relatedart {
    /*border-bottom: 1px dotted #0294d0;*/
    border-top: 1px dotted #0294d0;
    padding-top: 20px;
    padding-bottom: 10px;
}

.bnt {
    width: 170px;
    background: url(../img/button.jpg) no-repeat center left;
    font-family: 'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #CCC;
    font-size: 1.3em;
    position: relative;
    z-index: 10;
    padding: 7px 5px 8px 10px;
    border: 0 none;
    cursor:pointer;
}

.bnt:hover {
    background: url(../img/buttonHover.jpg) no-repeat center left;
}


.bntSmall {
    width: 110px;
    background: url(../img/go.gif) no-repeat center right;
    font-family: 'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    border: 0 none;
    cursor: pointer;
    float: right;
    margin-top: 8px;
}


/***/
.btn:hover {
    color: #0294d0;
}

.commentlist {
    border: 0 none;
    background: url(../img/button.jpg) no-repeat;
    width: 168px;
    margin-top: 6px;
    height: 30px;
    font-family: 'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #CCC;
    filter: dropshadow(color=#CCCCCC, offx=0, offy=0);
    font-size: 1.3em;
    position: relative;
    z-index: 10;
    display: block;
    padding: 7px 5px 8px 10px;
    cursor: pointer;
}

.sizeTtlCmt {
    font-size:16px;
}

.infobox {
    padding-bottom: 30px;
    border-top: none;
    /*border-bottom: 1px dotted #0294d0;*/
}

    .infobox.subscribe {
        border-bottom: 1px dotted #0294d0;http://localhost:51867/css/images/btn-iTunes.jpg
        margin-bottom:15px;
    }

    .infobox.podcast {
        border-bottom: 1px dotted #0294d0;
        margin-bottom: 10px;
    }
       .infobox.podcast h3 {
            /*padding-bottom: 10px!important;*/
        }
        .infobox.podcast.height {
            height: 132px;
        }


.bntPodcast.audio {
    background: url(../img/soundcloud.png) no-repeat;
}

.bntPodcast.all {
    background: url(../img/itunes.png) no-repeat;
}

.bntPodcast {
    width:200px;
    padding: 15px 80px 20px 20px;
    cursor: pointer;
    float: left;
    text-indent: -9999px;
}
   

.textNewsletter {
    color: #EDC200;
    font-family: 'GalaxiePolarisBook', Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.subscribeButton {
    border: 0 none;
    background: transparent;
    color: #1D105F;
    font-weight: bold;
    font-size: 12px;
    width: 137px;
    background: url(../img/buttonsmall.gif) no-repeat center left;
    cursor:pointer;
    margin-top:10px;
}

.commentTextBox {
    font-family: inherit;
}

.bio_container input[type="checkbox"] {
    float:none;
}

.photo_container img {
    float:left;
}

.bio_container h4 strong {
    margin-left:5px;
}

.second_col input[type="text"] {
    width:239px;
}

.divCmt {
    border-top: 1px dotted #0294d0; 
    padding-top:20px;
}

#flickr_header {
    padding: 10px 10px 8px;
    background: #ECEFF5;
    border-bottom: 1px solid #94A3C4;
    margin-top: 10px;
}

    #flickr_header a {
        display: block;
        background: #ECEFF5 url("../img/flickr_logo.jpg") no-repeat top left;
        padding: 0px 0px 0px 110px;
        font-size: 11px;
        height: 30px;
    }



.msgCmt {
    color: #0088cf;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 10px 30px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    font-size:11px;
}

.msgCmt.error {
    color:#d42323;
    font-size:11px;
}

.labelCmt {
    font-size:12px;
}

.mandatorySt {
    color: #0088cf;
    font-size: 12px;
}

.contact_form td input, 
.contact_form td textarea{
    vertical-align:top;
    margin:0px;
    margin-bottom:10px;
}
.wordpressImg {
    padding:10px 0;
}

.wordpressImg img{
    max-width: 460px;
}


.border span {
    font-size:12px;
}

.shareUsBox {
    padding-bottom:20px;
}

.infobox .shareUsBox {
    padding-bottom:0px;
}

.textfont {
    font-family:inherit;
}

.cat-links a{
    color: #0294d0;
}
.cat-links a:hover{
    color: #1D105F;
}

.poweredBy{
  border-right: none!important;
}  

.poweredBy a {
    display: inline!important;
    padding: 0!important;
}


.imageInput {
    width:400px!important;
}

/*.newsdetail h4 {
    font-size: 1.5em!important;
    font-family: 'GalaxiePolarisBook', Arial, Helvetica, sans-serif!important;
    text-transform: none!important;
    color: #0294D0;
    margin-bottom: 10px!important;
}*/

.newsdetail h4 {
      font-size: 1.1em!important;
}

.allowedImg img
{
    max-width: 400px;
}


/* NEWSLETTER PAGE */
.newsletterFilter {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #0294d0;
    padding-bottom: 20px;
    padding-top:20px;
    border-top:1px dotted #0294d0;
}

.newsletterField {
    margin-right: 30px;
    font-size: 1.1em;
    color: #1D105F;
    margin-bottom: 4px;
    font-weight: bold;
    margin-left: 25px;
}

.newsletterContent {
    width:790px;
}

.bntFilter {
    width: 110px;
background: url(../img/go.gif) no-repeat center right;
font-family: 'GalaxiePolarisHeavy', Arial, Helvetica, sans-serif;
text-transform: uppercase;
position: relative;
z-index: 10;
border: 0 none;
cursor: pointer;
margin-top: 8px;
}

.newsletterEditDetail .newsletterText{
  display:none;
}