
/* fonts */
			
@font-face {
    font-family: 'MichromaRegular';
    src: url('fonts2/Michroma-webfont.eot');
    src: url('fonts2/Michroma-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts2/Michroma-webfont.woff') format('woff'),
         url('fonts2/Michroma-webfont.ttf') format('truetype'),
         url('fonts2/Michroma-webfont.svg#MichromaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DessauProRegular';
    src: url('fonts2/dessaupro-webfont.eot');
    src: url('fonts2/dessaupro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts2/dessaupro-webfont.woff') format('woff'),
         url('fonts2/dessaupro-webfont.ttf') format('truetype'),
         url('fonts2/dessaupro-webfont.svg#DessauProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* layout */

.wrapper {
width: 100%;
margin: 0 auto;
background: #fafafa;
height:auto;
}

#messageWrapper {
width: 100%;
margin: 0 auto;
height:416px;
background: #7dc667; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYzY2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OGI5NGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7dc667 0%, #58b94a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dc667), color-stop(100%,#58b94a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7dc667 0%,#58b94a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7dc667 0%,#58b94a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7dc667 0%,#58b94a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7dc667 0%,#58b94a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc667', endColorstr='#58b94a',GradientType=0 ); /* IE6-8 */
}

/* Personal Wrapper Orange Version */
#messageWrapper.orangeDiv {
background: rgb(244,120,55); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0NzgzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjQzNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(244,120,55,1) 0%, rgba(239,67,68,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,120,55,1)), color-stop(100%,rgba(239,67,68,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,120,55,1) 0%,rgba(239,67,68,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,120,55,1) 0%,rgba(239,67,68,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,120,55,1) 0%,rgba(239,67,68,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,120,55,1) 0%,rgba(239,67,68,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47837', endColorstr='#ef4344',GradientType=0 ); /* IE6-8 */
}

#messaging {
width: 960px;
height:416px;
margin: 0 auto;
overflow: hidden;
}

#messaging .mcol1 {
width: 530px;
height:416px;
float:left;
margin-right:20px;
}

/* LIST  */
.list1 { }
.list1 ul { list-style: square; list-style-position:outside; color:#fff; font-size: 16px; font-weight:400px; font: Arial, san-serif; line-height:22px; margin-top:-10px; }
.list1 ul li { margin-top:5px; }
.list1 ul li a { text-decoration:none; color:#fff; }
.list1 ul li a:hover { text-decoration:underline; color:#f27635; }

#messaging .mcol2 {
width: 410px;
height:406px;
float:left;
padding-top:10px;
}

#messaging h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:44px;
	font-weight: 400;
	color:#ffffff;
	width:530px;
	margin-top:8px;
	text-shadow: 0px 2px 3px #333;
}

#messaging p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	font-weight: 400;
	color:#ffffff;
	width:530px;
}

#messageWrapper2 {
width: 100%;
margin: 0 auto;
height:416px;
background: rgb(0,173,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWRlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgyYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,173,238,1) 0%, rgba(0,130,199,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,173,238,1)), color-stop(100%,rgba(0,130,199,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,173,238,1) 0%,rgba(0,130,199,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,173,238,1) 0%,rgba(0,130,199,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,173,238,1) 0%,rgba(0,130,199,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,173,238,1) 0%,rgba(0,130,199,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0082c7',GradientType=0 ); /* IE6-8 */
}

#messaging2 {
width: 960px;
height:416px;
margin: 0 auto;
overflow: hidden;
}

#messaging2 .mcol1 {
width: 530px;
height:416px;
float:left;
margin-right:20px;
}

#messaging2 .mcol2 {
width: 410px;
height:406px;
float:left;
padding-top:10px;
}

#messaging2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:44px;
	font-weight: 400;
	color:#ffffff;
	width:530px;
	margin-top:8px;
	text-shadow: 0px 2px 3px #333;
}

#messaging2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:26px;
	font-weight: 400;
	color:#ffffff;
	width:530px;
}


#testimonialsWrapper {
width: 100%;
margin: 0 auto;
height:300px;
background: #5f5f62;
-webkit-box-shadow: 0 -5px 0 0 #4e4e4e;
-moz-box-shadow: 0 -5px 0 0 #4e4e4e;
box-shadow: 0 -5px 0 0 #4e4e4e;
}

#testimonials {
width: 960px;
height:300px;
margin: 0 auto;
overflow: hidden;
}

#testimonials h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:40px;
	font-weight: 300;
	font-style:italic;
	color:#e5e5e5;
	padding-top:10px;
	text-align:center;
	text-shadow: 0px 2px 3px #333;
}

#container{
			position:relative;
			width:960px;
			margin:0 auto;
			background-color:transparent;
}

.container1{
    width:960px;
    margin: 0 auto;
	background-color:transparent;
	color:#ffffff;
	position: relative;
}
.menu{
    width:960px;
    margin: 0 auto;
	height:51px;
	background-color:transparent;
	position: relative;
	top:0;
	padding-top:15px;
	padding-bottom:10px;
}
.menu2{
    width:960px;
    margin: 0 auto;
	height:51px;
	background-color:transparent;
	position: relative;
	top:0;
	padding-top:10px;
	padding-bottom:5px;
}

.signUpForAnAccountWrapper {
	width:380px;
	height:95px;
	background:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #d3d1c8;
	text-align:center;
	padding:10px;
}

.smallSignUpBlue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#0073bf;
}

.getStartedButton {
	position:relative;
	margin:0 auto;
	z-index:1;
	width:350px; 
	height:60px;
	margin-top:5px;
	background: rgb(255,154,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,154,55,1) 0%, rgba(235,95,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,154,55,1)), color-stop(100%,rgba(235,95,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* W3C */
	border:1px solid #a9440a;
	color:#ffffff;
	font-weight:400;
	text-decoration:none;
	text-align:center;
	font-size:28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space:nowrap;
	display:inline-block;
	padding:1px 0 0; /* make appear center from 1px highlight */
	line-height:2.2em;
}

.getStartedButton:hover {
	background: rgb(255,154,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,154,55,1) 0%, rgba(255,139,37,1) 50%, rgba(255,129,27,1) 51%, rgba(235,95,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,154,55,1)), color-stop(50%,rgba(255,139,37,1)), color-stop(51%,rgba(255,129,27,1)), color-stop(100%,rgba(235,95,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* W3C */
	border:1px solid #a9440a;
	padding:1px 0 0;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.getStartedButton:before, .getStartedButton:after, .getStartedButton:first-child:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 335px;
  border: 7px outset transparent;
  top:25px;
}
.getStartedButton:before {
  border-left: 7px solid #fff;
  right: 20px;
}
.getStartedButton:first-child:after {
  border-left: 7px solid #fff;
  right: 20px;
}
.getStartedButton:after {
  border-left: 7px solid #fff;
  right: 20px;
}

.mainContent {
width: 960px;
margin: 0 auto;
min-height:580px; /* added min */
background:#fafafa;
}

.mainContent2 {
width: 960px;
margin: 0 auto;
height:870px;
background:#fafafa;
}

.mainContent2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:38px;
	font-weight: 400;
	color:#ff6b05;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}

.mainContent2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:30px;
	font-weight: 400;
	color:#333;
	margin:0;
	padding-top:5px;
	padding-bottom:12px;
}

.mainContent2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	font-weight: 400;
	color:#7e7e7e;
}

#mainContentTitleWrapper {
width: 100%;
margin: 0 auto;
height:70px;
background:#fafafa;
border-bottom:1px solid #e1e1e1;
}

#mainContentTitleWrapper2 {
width: 100%;
margin: 0 auto;
height:70px;
background:#fafafa;
border-top:1px solid #e1e1e1;
}

#mainContentTitle {
width:960px;
margin:0 auto;
}

#mainContentTitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:44px;
	font-weight: 400;
	color:#0080c7;
	margin:0;
	padding-top:12px;
	padding-bottom:12px;
}

.mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:38px;
	font-weight: 400;
	color:#ff6b05;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}

.mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:30px;
	font-weight: 400;
	color:#333;
	margin:0;
	padding-top:5px;
	padding-bottom:12px;
}

.mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	font-weight: 400;
	color:#7e7e7e;
}

.mainContentCol1 {
	width:460px;
	height:auto;
	float:left;
	margin-right:40px;
	padding-top:20px;
	padding-bottom:20px;
}
.mainContentCol2 {
	width:460px;
	height:auto;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}
.registerButton {
	position:relative;
	float:right;
	width:150px; 
	height:42px;
	display:block;
	background: url('../Content/images2/widget/completeRegistration.png') 0 0 no-repeat;
	border: none;
    cursor: pointer; 
}
.continuetowidgetbutton {
	position:relative;
	z-index:1;
	width:215px;
	height:60px;
	display:block;
	background: url('../Content/images2/widget/continue-to-widget-large.png') 0 0 no-repeat;
	border: none;
    cursor: pointer; 
}
.altContentWrapper {
	width: 100%;
	margin: 0 auto;
	height:400px;
	background:#ffffff;
}

.altContent {
	width: 960px;
	margin: 0 auto;
	height:auto;
	background:#ffffff;
}

.altContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:38px;
	font-weight: 400;
	color:#ff6b05;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}

.altContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:30px;
	font-weight: 400;
	color:#333;
	margin:0;
	padding-top:5px;
	padding-bottom:12px;
}

.altContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	font-weight: 400;
	color:#7e7e7e;
}

.altContentWrapper2 {
	width: 100%;
	margin: 0 auto;
	height:400px;
	background:#ffffff;
}

.altContent2 {
	width: 960px;
	margin: 0 auto;
	height:400px;
	background:#ffffff url(../Content/images2/homepage/content-background.jpg) bottom right no-repeat;
}

.altContent2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:38px;
	font-weight: 400;
	color:#ff6b05;
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}

.altContent2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:30px;
	font-weight: 400;
	color:#333;
	margin:0;
	padding-top:5px;
	padding-bottom:12px;
}

.altContent2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	font-weight: 400;
	color:#7e7e7e;
}

.featureIcons {
	float:left;
	margin-right:10px;
	
}

footer{
	height:300px;
	clear:both;
	width:100%;
	margin:0 auto;
	background-color:#333;
	color:#fff;
	bottom:100%;
	-webkit-box-shadow: 0 -5px 0 0 #4e4e4e;
	-moz-box-shadow: 0 -5px 0 0 #4e4e4e;
	box-shadow: 0 -5px 0 0 #4e4e4e;
}

.smIcon{ width: 55px;height: 55px;border: none;display: inline-block; }
#FbIcon { background: url(/Content/images2/homepage/facebook.png); }
#FbIcon:hover { background: url(/Content/images2/homepage/facebook-follow.png); }
#TwIcon { background: url(/Content/images2/homepage/twitter.png); }
#TwIcon:hover { background: url(/Content/images2/homepage/twitter-follow.png); }
#YtIcon { background: url(/Content/images2/homepage/youtube.png); }
#YtIcon:hover { background: url(/Content/images2/homepage/youtube-follow.png); }
#SoIcon { background: url(/Content/images2/homepage/squaredout.png); }
#SoIcon:hover { background: url(/Content/images2/homepage/squaredout-follow.png); }

/************************ Navigation Menu ************************/
aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

nav{
	position:relative;
    width:100%;
	height:76px;
	margin: 0 auto;
	background:#f5f5f5;
	border-bottom: 1px solid #d8d8d8;
}
nav li a:link{
	color:#68676a;
	font-size:14px;
	text-decoration: none;
}
nav li a:hover{
	color:#0073bf;
}

nav ul li:first-child{
	border-left:#ccc 1px solid;
	padding-left:22px;
}

nav ul li{
	float: left;
	line-height:normal;
	margin-left:22px;
	list-style:none;
	padding-right:22px;
	border-right:#ccc 1px solid;
}

.nav{
	position:relative;
    width:100%;
	height:66px;
	margin: 0 auto;
	background:#f5f5f5;
	border-top: 1px solid #d8d8d8;
}
.nav li a:link{
	color:#68676a;
	font-size:14px;
	text-decoration: none;
}
.nav li a:hover{
	color:#0073bf;
}
.nav ul li{
	float: left;
	line-height:normal;
	margin-left:22px;
	list-style:none;
	padding-right:22px;
	border-right:#ccc 1px solid;
}

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 150px;
	overflow:hidden;
}
.clr {
	clear:both;
	display:block;
}

/** HEADER */
header{
	position: relative;
	background:#565659 url("../Content/images2/header.png") repeat-x;
	width: 100%;
	height:44px;
	display:block;
	border-top:1px solid #999;
}

.toptabs {
	width:106px;
	height:46px;
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	padding-top:12px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	background:url(../Content/images2/top-nav-tab-non-selected.png) no-repeat;
	cursor:pointer;
}

.toptabs.clicked {
	background:url(../Content/images2/top-nav-tab-selected.png) no-repeat;
}

.toptabs a {
	text-decoration:none;
	color:#fff;
}

.signInButton {
	position:relative;
	z-index:1;
	width:65px; 
	height:30px;
	margin-top:5px;
	background: rgb(231,231,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	border:1px solid #ffffff;
	color:#f47735;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	border-radius:5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	white-space:nowrap;
	display:inline-block;
	float:right;
	padding:1px 0 0; /* make appear center from 1px highlight */
	line-height:2.5em;
	margin-right:15px;
}

.signInButton:hover {
    background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
	border:1px solid #ffffff;
	padding:1px 0 0;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
   }
   
.addEventButton {
	position:relative;
	z-index:1;
	width:85px; 
	height:30px;
	margin-top:5px;
	background: #0082c7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODJjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFkZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0082c7 0%, #00adee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082c7), color-stop(100%,#00adee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0082c7 0%,#00adee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0082c7 0%,#00adee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0082c7 0%,#00adee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0082c7 0%,#00adee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082c7', endColorstr='#00adee',GradientType=0 ); /* IE6-8 */
	border:1px solid #00adee;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	border-radius:5px;
	white-space:nowrap;	
	display:inline-block;
	float:right;
	padding:1px 0 0; /* make appear center from 1px highlight */
	line-height:2.5em;
	margin-right:15px;
}

.addEventButton:hover {
    background: #00adee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWRlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwN2NjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgyYzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00adee 0%, #2989d8 50%, #007cc9 51%, #0082c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adee), color-stop(50%,#2989d8), color-stop(51%,#007cc9), color-stop(100%,#0082c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00adee 0%,#2989d8 50%,#007cc9 51%,#0082c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00adee 0%,#2989d8 50%,#007cc9 51%,#0082c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00adee 0%,#2989d8 50%,#007cc9 51%,#0082c7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00adee 0%,#2989d8 50%,#007cc9 51%,#0082c7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0082c7',GradientType=0 ); /* IE6-8 */
	border:1px solid #00adee;
	padding:1px 0 0;
	cursor:pointer;
   }

.signUpButton {
	position:relative;
	z-index:1;
	width:65px;
	height:30px;
	margin-top:5px;
	background: rgb(255,154,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,154,55,1) 0%, rgba(235,95,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,154,55,1)), color-stop(100%,rgba(235,95,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* W3C */
	border:1px solid #a9440a;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	border-radius:5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        white-space:nowrap;
	display:inline-block;
	float:right;
	padding:1px 0 0; /* make appear center from 1px highlight */
	line-height:2.5em;
}

.signUpButton:hover {
	background: rgb(255,154,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,154,55,1) 0%, rgba(255,139,37,1) 50%, rgba(255,129,27,1) 51%, rgba(235,95,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,154,55,1)), color-stop(50%,rgba(255,139,37,1)), color-stop(51%,rgba(255,129,27,1)), color-stop(100%,rgba(235,95,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* W3C */
	border:1px solid #a9440a;
	padding:1px 0 0;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.createACalendarWidgetButton {
	position:relative;
	z-index:1;
	width:165px;
	height:30px;
	margin-top:5px;
	background: rgb(255,154,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,154,55,1) 0%, rgba(235,95,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,154,55,1)), color-stop(100%,rgba(235,95,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,154,55,1) 0%,rgba(235,95,3,1) 100%); /* W3C */
	border:1px solid #a9440a;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	border-radius:5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	white-space:nowrap;
	display:inline-block;
	float:right;
	padding:1px 0 0; /* make appear center from 1px highlight */
	line-height:2.5em;
}

.createACalendarWidgetButton:hover {
	background: rgb(255,154,55); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,154,55,1) 0%, rgba(255,139,37,1) 50%, rgba(255,129,27,1) 51%, rgba(235,95,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,154,55,1)), color-stop(50%,rgba(255,139,37,1)), color-stop(51%,rgba(255,129,27,1)), color-stop(100%,rgba(235,95,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,154,55,1) 0%,rgba(255,139,37,1) 50%,rgba(255,129,27,1) 51%,rgba(235,95,3,1) 100%); /* W3C */
	border:1px solid #a9440a;
	padding:1px 0 0;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.verticalLine {
	border-left:1px solid #333;
	border-right:1px solid #cccccc;
	width:1px;
	height:30px;
	display:block;
	float:right;
	margin-right:15px;
	margin-top:7px;
}


/** ARTICLES **/

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, .container1 ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* footer widget blocks */

#footer-area {

color: #191919;
font-size: 100%;
padding: 20px 0;

}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

.footer-segment2 {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 180px;
}

footer aside h4 {
color: #ff932d;
font-family:'MichromaRegular', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.2em;
}

footer ul li {
list-style: none;
text-indent:-40px;
margin-top:5px;
}

footer a:link, footer a:visited {
color: #ffffff;
font-size:14px;
}

footer a:hover { 
text-decoration: underline; 
}

footer p {
color: #ffffff;
text-align:center;
font-size:12px;
}