/**
 * General styles
 */
html, body {
    background: #036;
    color: #000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0;
}
.container {
    min-width: 260px;
    padding: 0px;
    border: 0px solid red;
}

h1, h2, h3, h4, h5, h6 {
	color: #014c89;
}

a, a:hover {
	text-decoration: none;
}

h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 21px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

#intHdr {
	margin-top: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

.left {float: left;}
.right {float: right;}
.clear-both { clear: both; }

div#stdntsIndiv:hover {
	cursor: hand !important;
	margin-top: 2px;
}

/*
.visible-desktop {
	display: none !important;
}

.hidden-desktop{
	display: inherit !important;
}
*/

/*--------------- VIDEO CSS ---------------*/

/* ARCHIVE CODE ---------------------------------- */
.video {
    /* clear: both;
    float:left; */
    width: 100% !important;
    border: 0px solid blue;
}
.video-container {
    /* height: inherit !important; */
    width: 100% !important;
    /* overflow: hidden; */
    padding-bottom: 0%;
    /* padding-bottom: 56.25%; */
    /* position: relative;
    border: 0px solid white; */
    border: 0px solid fuchsia;
}
.video-container > div {
    /* height: 100% !important;
    padding-top: 56.25%;
    position: absolute !important; */
    border: 0px solid red;
    width: 100% !important;
}

/* STREAM CODE ---------------------------------- */
.videoStream {
    clear: both;
    max-width: 100%;
    border: 0px solid fuchsia;
}
.video-containerStream {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    border: 0px solid #e5e5e5;
}
.video-containerStream > div {
    height: 100% !important;
    /*padding-top: 56.25%; */
    position: absolute !important;
    width: 100% !important;
}
.video-containerStream > iframe {
    height: 95% !important;
    padding-top: 56.25%;
    position: absolute !important;/*  */
    width: 100% !important;
    margin: 0;
    border: 1px solid #e5e5e5;
}

.video-container iframe,
.video-container object,
.video-container embed {
    /* height: 100%; */
    left: 0;
    /* position: absolute; */
    top: 0;
    /* width: 100%; */
}
/* Workarounds for jwplayer html5 player */
.video-container > a {
    height: 100% !important;
    position: static !important;
    width: 100% !important;
}
.video-container img[id*="jwplayer_display_image"] {
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}
.video-container div[id*="jwplayer_display_iconBackground"] {
    left: 50% !important;
    margin: -25px 0 0 -25px !important;
    top: 50% !important;
}

.video-container.vertical-playlist .playlist {
	float: left !important;
	width: 100% !important;
	height: 263px !important;
	/* width: 320px !important; */
	overflow: auto !important;
}

/*--------------- END VIDEO CSS ---------------*/

    
/** Green Separater **/
#grnSep {
    background: #99cc33;
    float: left;
    height: 15px;
    min-width: 100% !important;
    text-align: center;
    margin: 0;
    padding: 0;
	border: 0px solid blue;
}

#ltbluBanner {
	display: none !important;
}



/*---768 MAX ----------------------------------------------------------------------------------------------------------*/


@media (max-width: 767px) {

	h1 {font-size: 21px; line-height: 23px;}
	h2 {font-size: 18px; line-height: 20px;}
	h3 {font-size: 16px; line-height: 18px;}
	h4 {font-size: 14px; line-height: 16px;}
	h5 {font-size: 12px; line-height: 14px;}
	h6 {font-size: 12px; line-height: 14px;}
		
	.content {
		background: #FFF;
		max-width: 767px !important;
		margin: 0 auto;
		padding: 0;
		border-top: 0px solid green;
	}

	div#button {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		margin: 20px auto;
		border: 0px solid red;
	}

	div#button h4 {
		margin: 0;
		width: 94% !important;
		padding: 10px;
		text-align: center;
		color: #FFF;
		background: #014c89;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid red;
	}

	div#button h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#button h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	/** Header **/
	#header {
	    float: left;
	    width: 100%;
	    position: relative;
		background: #FFF;
	    max-height: 100px !important;
	    margin: 0 !important;
	    padding: 0 !important;
		border: 0px solid blue;
	}

	/** Logo box **/
	/*#header #logoBox {
		background: #FFF;
	    float: left;
	    min-height: 110px;
	    margin: 0;
	    text-align: center;
	    width: 100% !important;
	    position: absolute;
	    z-index: 1;
		border: 0px solid green;
	}*/
	#header #logo {
	    float: left;
	    width: 70px;
	    margin: 10px 0 0 0;
		border: 0px solid green;
	}
	#header #logo a {
	    float: left !important;
	    width: 70px !important;
	    height: 74px !important;
	    margin: 0;
		border: 0px solid red;
	}
	/*#header #logo img {
		width: 100% !important;
	}*/
	#header #eventDate {
	    float: left;
	    width: 200px;
	    margin: 35px 10px 0 0;
		border: 0px solid green;
	}
	#header #eventDate span#blue {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 18px;
		font-weight: 700;
		margin: 0 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #eventDate span#gold {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #b2a16e;
		font-size: 12px;
		line-height: 12px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}

	#header #logoBox #smBtnBx {
		display: none;
	}
	
	#header #logoBox #smBtnBx #fcbkBtn {
	}
	
	#header #logoBox #smBtnBx #twttrBtn {
	}

	/*#header #headerImg {
		display: none !important;
	    float: left;
	    width: 100%;
	    height: auto;
	    margin: 0;
		border: 0px solid green;
	}*/
	
	/** Navigation Menu **/
	#nav {
	    float: left;
	    height: 110px;
	    margin: 0;
	    min-width: 100% !important;
	    position: relative;
		border: 0px solid green;
        z-index: 500;
	}
    #nav select {
        list-style: none;
        margin: 10px 5px 0 0;
        float: right;
    }
    
	/** Red Banner **/
	#redBanner {
	    background: url(../../../img/domain/valuesvotersummit/vvs/redStar.png) repeat left top;
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}

	#redBanner h1 {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-size: 18px;
		line-height: 16px;
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
		margin: 0 0;
		padding: 15px 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
    
	/** Green Banner **/
	#grnBanner {
	    background: #99cc33;
	    float: left;
	    height: 50px;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}
	#grnBanner h1 {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 14px;
		line-height: 50px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#grnBanner h1 span {
		color: #014c89;
		font-size: 10px;
		font-weight: 700;
		border: 0px solid green;
	}
	#grnBanner a {
		color: #014c89;
		text-decoration: none;
	}
	#grnBanner a:hover {
		color: #1177b2;
		text-decoration: none;
	}
    
	/** Gold Area **/
	#mainContent {
	    background: url(../../../img/domain/valuesvotersummit/vvs/goldStar.png) repeat left top;
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border: 0px solid blue;
	}
	#mainContent #infoBxs {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0 0 0 .5%;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #infoBx {
	    background: #b2a16e;
	    float: left;
	    width: 48% !important;
	    text-align: center;
	    margin: 20px .75% 0 .75%;
	    padding: 15px 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #infoBx:hover {
	    background: #ccbe93;
	}
	#mainContent #infoBx img {
		border: 0px solid green;
	}
	#mainContent #infoBx h2 {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 28px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #infoBx h2#infoTwoLine {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 22px;
		margin: -8px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}

	/** Banner Boxes *****/
	#mainContent #bannerBxs {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #bannerBx {
	    background: #014c89;
	    float: left;
	    width: 98% !important;
	    height: 80px;
	    text-align: center;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBx h2 {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 80px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx a h2  {
	    background: #014c89;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBx a:hover h2 {
		background: #1262a3;
	}
	#mainContent #bannerBx h2#twoLine {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
		margin: 7px 0 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr {
		color: #e5dbbc;
		font-size: 12px;
		font-weight: 700;
		margin: 8px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr span {
		color: #FFF;
		font-size: 24px;
	}

	/** Banner Boxes *****/
	#mainContent #sponsorBxs {
		background: #FFF;
	    float: left;
	    min-width: 98% !important;
	    text-align: center;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxs h2 {
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		font-style: italic;
		margin: 10px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxs #centering {
		float: left;
		margin: 0 10%;
		border: 0px solid green;
	}
	#mainContent #sponsorBxs #sponBx {
		float: left;
		margin: 0;
		padding: 0 7px;
		border: 0px solid red;
	}
	#mainContent #sponsorBxs #sponBx img {
		width: 85%;
		margin: 0;
		padding: 0;
	}
	#mainContent #sponsorBxs #dsclmBx {
		float: left;
		clear: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		text-transform: uppercase;
		margin: 10px 5% 0;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #sponsorBxFulT {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-bottom: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxHfL {
	    float: left;
	    min-width: 50% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border: 0px solid #b2a16e;
	}
	#mainContent #sponsorBxHfR {
	    float: left;
	    min-width: 49% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-left: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxFulB {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border-top: 2px solid #b2a16e;
		/* border-top: 0px solid #b2a16e; */
	}
	#mainContent #sponsorBxFulB #centering {
		float: left;
		margin: 0 auto 0 12%;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB h2 {
		float: left;
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		font-style: italic;
		margin: 10px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB #sponBx {
		float: left;
		margin: 18px 0;
		padding: 0 21px;
		border: 0px solid green;
	}

	/** Footer **/
	#footer {
	    background: #FFF;
	    float: left;
	    min-width: 100% !important;
	    margin: 0;
	    padding: 0;
	    position: relative;
		border: 0px solid blue;
	}

	/** Footer Logo box **/
	#footer #logoBox {
		float: left;
	    margin: 0 auto;
	    padding: 5px;
	    height: auto;
	    text-align: center;
	    width: 300px !important;
		border: 0px solid green;
	}
	#footer #logo {
	    float: left;
	    clear: right;
	    width: 70px;
		position: relative;
	    margin: 0 10px 0 0;
		border: 0px solid green;
	}
	#footer #socMed {
	    float: left;
	    width: 91px;
	    margin: 52px 0 5px;
		border: 0px solid green;
	}
	#socMed #smTW {
		width: 43px;
		height: 43px;
		margin: 0 5px 0 0;
		float: right;
		position: relative;
		background: url(../../../img/domain/valuesvotersummit/vvs/socmed.png) 0 0 no-repeat;
		border: 0px solid green;
	}
	#socMed #smFB {
		width: 43px;
		height: 43px;
		float: right;
		position: relative;
		background: url(../../../img/domain/valuesvotersummit/vvs/socmed.png) -43px 0 no-repeat;
		border: 0px solid green;
	}
	#footer #copyright {
	    float: left;
	    color: #b2a16e;
	    font-size: 9px;
	    line-height: 10px;
	    font-weight: 700;
	    text-align: left;
	    margin: 52px 0 0 10px;
	    padding: 10px 0 0;
	    position: relative;
		border: 0px solid green;
	}

	#footer #nav {
	    margin: 0 auto;
	    height: auto;
	    padding: 0;
	    min-width: 100% !important;
	    position: absolute;
		border: 0px solid green;
	    z-index: 500;
	}

	/*-- VIDEO PAGES EXTRAS ----------------------------------------------------------------------------------------*/
	.videoExtras {
		float:left;
		width: 100%;
		padding: 0 0;
	}
	.videoExtras .lftSide {
		 width:100%;
		 padding: 0;
		 float:left;
	}
	.videoExtras .lftSide iframe {
		 width:100%;
		 height: 800px;
		 margin: 10px 0 0;
		 padding:0;
		 float:left;
	}
	.videoExtras .rghtSide {
		float: left;
		width:100%;
		padding: 15px 0 0;
	}
	.videoExtras .rghtSide a {
		float:left;
		text-align: center;
		color: white;
		font-size: 16px;
		font-weight: bold;
		background: #036;
		width: 96%;
		margin:0 0 15px;
		padding: 10px 2%;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	#fbBtn {
		background: #3b5a99 url(../../../img/domain/valuesvotersummit/vvs/scmdFB.png) 0 center no-repeat;
	}
	#fbBtn:hover {
		background: #5776b3 url(../../../img/domain/valuesvotersummit/vvs/scmdFB.png) 0 center no-repeat;
	}
	#twBtn {
		background: #25a8e0 url(../../../img/domain/valuesvotersummit/vvs/scmdTW.png) 0 center no-repeat;
	}
	#twBtn:hover {
		background: #0e8fc7 url(../../../img/domain/valuesvotersummit/vvs/scmdTW.png) 0 center no-repeat;
	}
	.videoExtras .rghtSide a:hover {
		background: #369;
		margin:1px 0 14px;
	}
	
	/*-- MAIN BODY AREA ----------------------------------------------------------------------------------------*/
	.bodyContent {
		background: #FFF;
		float: left;
		min-width: 94% !important;
		padding: 3%;
		border: 0px solid red;
	}
	.bodyContent h1 {
		color: #014c89;
		font-size: 24px;
		line-height: 24px;
		text-transform: uppercase;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.bodyContent h1 span#red {
		color: #e01838;
		margin: 0;
		padding: 0;
	}
	.bodyContent h1 span#gold {
		color: #b2a16e;
		margin: 0;
		padding: 0;
	}
	.bodyContent h1 span#small {
		color: #b2a16e;
		font-size: 18px;
		margin: 0;
		padding: 0;
	}

	/*-- STRAW POLL PAGE --------------------------------------------------------*/

	.pollHdr {
		width: 96%;
		background: #036;
		float: left;
		margin: 5px 0 20px;
		padding: 10px 2% 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid fuchsia;
	}
	.pollLft {
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt {
		width: 100%;
		text-align: center;
		float: right;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 {
		color: #69C;
		font-size: 12px;
		line-height: 12px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 span#mini {
		color: #69C;
		float: none;
		font-size: 12px;
		line-height: 12px;
		margin: 0;
		padding: 0;
	}
	.pollRgt h1 {
		color: #9C3;
		font-size: 18px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt h1 span#mini {
		color: #FFF;
		width: 100%;
		font-size: 18px;
		line-height: 18px;
		margin: 0;
		padding: 0;
	}

	h1.spTitle {
		margin: 20px 0 0px;
		padding: 0;
		color: #9C3;
	}
	
	h1.spTitle span {
		width: 100%;
		color: #690;
		font-size: 18px;
		line-height: 21px;
		float: left;
		clear: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}

	.button {
    	display: table;
		width: 94%;
		height: 71px;
		background: #69C;
		float: left;
		margin: 5px 1% 5px 1%;
		padding: 5px 2%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid fuchsia;
	}
	.candPict {
		display: table-cell;
		float: left;
		width: 28%;
		margin: 0 2% 0 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.candPict img {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.candName {
		display: table-cell;
	    width: 70%;
		float: right;
		font-weight: bold;
		line-height: 12px;
		border: 0px solid green;
	}
	ul.grouping {
		float: left;
		list-style: none;
	}

	ul.grouping li {
		margin: 0px 20px;
		float: left;
		list-style: none;
	}
	
	.candName p {
		float: left;
		font-size: 14px;
		line-height: 14px;
		width: 98%;
		height: 30px;
		margin: 5px 1% 0;
		padding: 0;
		border: 0px solid red;
	}
	.candName span {
		font-weight: bold;
		background: #b2e5FF;
		margin: 10px 0 0;
		padding: 5px 0;
		width: 100%;
		height: 20px;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		border: 0px solid red;
	}
	span input[type='radio'] {
		border: 0px solid green;
		width: 13%;
		padding: 0;
		margin: 3px 2% 0px 2%;
		float: left;
	}
	
	.candName font {
		border: 0px solid fuchsia;
		float: left;
		padding: 0 0;
		margin: 3px 0px;
	}

	.candName input[type='text'],
	.candName input[type='text']:focus {
		font-weight: bold;
		float: right;
		width: 78% !important;
		min-width: 78% !important;
		max-width: 78% !important;
		margin: -2px 2% 0;
		padding: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 0px solid red;
	}
	
	.clear-both {
		clear: both;
		padding: 10px 0;
	}

	input[type='submit'] {
		font-weight: bold;
		font-size: 16px;
		color: #036;
		text-transform: uppercase;
		background: #9C3;
		width: 90%;
		margin: 20px 0;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid red;
	}
	
	.issName {
		font-weight: bold;
		text-align: center;
		border: 0px solid red;
	}

	fieldset .issue {
		border: 0px solid red;
		float: left;
		font-weight: bold;
		text-align: center;
		width: 98%;
		margin: 0 1% 20px;
		padding: 0;
	}
	fieldset .issue ul.grouping {
		border: 0px solid red;
		float: left;
		width: 94%;
		background: #d9d0bd;
		margin: 5px 1% 0;
		padding: 0 2%;
		list-style: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	fieldset .issue ul.grouping li {
		border: 0px solid red;
		float: left;
		text-align: center;
		width: 33.333333334%;
		margin: 0;
		padding: 10px 0;
		list-style: none;
	}
	fieldset .issue ul.grouping li span {
		border: 0px solid red;
		float: left;
		font-size: 12px;
		line-height: 10px;
		text-align: center;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
	}


	/*-- EXHIBITORS PAGE --------------------------------------------------------

	div#exhibitBx {
		width: 96% !important;
		float: left;
		margin: 0 0 20px;
		padding: 2%;
		background: #f0ede5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#exhibitBx h4 {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div#exhibitBx h6 {
		font-size: 14px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div.exhibittab {
		float: left;
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
	div.exhibittab div {
		background: #f0ede5;
		float: left;
		width: 96% !important;
		font-weight: 700;
		margin: 0 1% 15px;
		padding: 1%;
		text-align: center;
		list-style-type: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div.exhibittab div:hover {
		text-decoration: none;
		background: #6fb5ed;
		color: #014c89;
		text-decoration: none;
	}*/

	/*--- REGISTER - TABLES ---------------------------------------*/
	
	div#regfrm {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 10px;
		padding: 0;
		border: 0px solid red;
	}
	h3#regfrm {
		float: left;
		margin: 10px 0 10px;
	}
	div#regfrm div#regCell {
		float: left;
		width: 98% !important;
		height: 70px;
		margin: 0;
		padding: 0 1%;
		border: 0px solid red;
	}
	div#regfrm div#regCell label {
		float: left;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
		padding: 0 1%;
		border: 0px solid red;
	}
	div#regfrm div#regCell select {
		float: left;
		width: 100% !important;
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: 1px solid #E5E5E5;
	}
	div#regfrm div#regCell input[type=text] {
		float: left;
		width: 94% !important;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#regfrm input#checkBox {
		margin: 0 10px 0 0;
		padding: 0;
		border: 0px solid red;
	}

	div#packfrm {
		float: left;
		width: 100% !important;
		text-align: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCell {
		float: left;
		clear: left;
		width: 90% !important;
		margin: 0 5% 10px;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellRd {
		float: left;
		width: 10% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellDsc {
		float: left;
		width: 80% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellPrc {
		float: left;
		text-align: right;
		width: 10% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	
	.bodyContent table td {
		border: 0px solid #E5E5E5;
	}
	.bodyContent table tr {
		padding: 5px 0;
	}

	.bodyContent table td select {
		float: left;
		margin: 5px 0 5px 5px;
		padding: 5px;		
	}
	.bodyContent table td input[type=radio] {
		float: none;
		margin: 5px;
		padding: 5px;
	}
	.bodyContent table td input[type=text] {
		float: none;
		width: auto;
		margin: 5px 0 5px 5px;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.bodyContent table td .tiny {
		font-size: 10px;
	}


	h3#howHear {
		float: left;
		text-align: center;
	}
	div#howHear, div#promoCode {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#promoCode input[type=text] {
		width: 200px !important;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#regfrm input[type=button],
	div#regfrm input[type=submit] {
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
}


/*---480 MAX ----------------------------------------------------------------------------------------------------------*/


@media (min-width: 480px) {

	/*-- STRAW POLL PAGE --------------------------------------------------------*/

	.pollHdr {
		width: 96%;
		background: #036;
		float: left;
		margin: 5px 0 20px;
		padding: 10px 2% 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid fuchsia;
	}
	.pollLft {
		width: 100%;
		text-align: center;
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt {
		width: 100%;
		text-align: center;
		float: right;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 {
		color: #69C;
		font-size: 12px;
		line-height: 12px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 span#mini {
		color: #69C;
		float: none;
		font-size: 12px;
		line-height: 12px;
		margin: 0;
		padding: 0;
	}
	.pollRgt h1 {
		color: #9C3;
		font-size: 18px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt h1 span#mini {
		color: #FFF;
		width: 100%;
		font-size: 18px;
		line-height: 18px;
		margin: 0;
		padding: 0;
	}

	h1.spTitle {
		margin: 20px 0 0px;
		padding: 0;
		color: #9C3;
	}
	
	h1.spTitle span {
		width: 100%;
		color: #690;
		font-size: 18px;
		line-height: 21px;
		float: left;
		clear: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}

	.button {
		width: 46%;
		height: 71px;
		background: #69C;
		float: left;
		margin: 5px 1% 5px 1%;
		padding: 5px 1%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid fuchsia;
	}
	.candPict {
		width: 31%;
		float: left;
		margin: 0 2% 0 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.candPict img {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.candName {
		width: 67%;
		float: right;
		font-weight: bold;
		line-height: 14px;
		border: 0px solid green;
	}
	.issName {
		font-weight: bold;
		text-align: center;
		border: 0px solid red;
	}

	ul.grouping {
		float: left;
		list-style: none;
	}

	ul.grouping li {
		margin: 0px 20px;
		float: left;
		list-style: none;
	}
	
	.candName p {
		float: left;
		font-size: 14px;
		line-height: 14px;
		width: 98%;
		height: 30px;
		margin: 5px 1% 0;
		padding: 0;
		border: 0px solid red;
	}
	.candName span {
		font-weight: bold;
		background: #b2e5FF;
		margin: 10px 0 0;
		padding: 5px 0;
		width: 100%;
		height: 20px;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		border: 0px solid red;
	}
	span input[type='radio'] {
		border: 0px solid green;
		width: 13%;
		padding: 0;
		margin: 3px 2% 0px 2%;
		float: left;
	}
	
	.candName font {
		border: 0px solid fuchsia;
		float: left;
		padding: 0 0;
		margin: 3px 0px;
	}

	.candName input[type='text'],
	.candName input[type='text']:focus {
		font-weight: bold;
		float: right;
		width: 78% !important;
		min-width: 78% !important;
		max-width: 78% !important;
		margin: -2px 2% 0;
		padding: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 0px solid red;
	}
	
	.clear-both {
		clear: both;
		padding: 10px 0;
	}

	input[type='submit'] {
		font-weight: bold;
		font-size: 16px;
		color: #036;
		text-transform: uppercase;
		background: #9C3;
		width: 90%;
		margin: 20px 0;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid red;
	}
	
	fieldset .issue {
		border: 0px solid red;
		float: left;
		font-weight: bold;
		text-align: center;
		width: 48%;
		margin: 0 1% 20px;
		padding: 0;
	}
	fieldset .issue ul.grouping {
		border: 0px solid red;
		float: left;
		width: 94%;
		background: #d9d0bd;
		margin: 5px 1% 0;
		padding: 0 2%;
		list-style: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	fieldset .issue ul.grouping li {
		border: 0px solid red;
		float: left;
		text-align: center;
		width: 33.333333334%;
		margin: 0;
		padding: 10px 0;
		list-style: none;
	}
	fieldset .issue ul.grouping li span {
		border: 0px solid red;
		float: left;
		font-size: 12px;
		line-height: 10px;
		text-align: center;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
	}

}



/*---768 MAX ----------------------------------------------------------------------------------------------------------*/


@media (min-width: 768px) {

	h1 {font-size: 21px; line-height: 23px;}
	h2 {font-size: 18px; line-height: 20px;}
	h3 {font-size: 16px; line-height: 18px;}
	h4 {font-size: 14px; line-height: 16px;}
	h5 {font-size: 12px; line-height: 14px;}
	h6 {font-size: 12px; line-height: 14px;}
		
	.content {
		background: #FFF;
		max-width: 768px !important;
		margin: 0 auto;
		padding: 0;
		border-top: 0px solid fuchsia;
	}

	div#button {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		margin: 20px auto;
		border: 0px solid red;
	}

	div#button h4 {
		margin: 0;
		width: 94% !important;
		padding: 10px;
		text-align: center;
		color: #FFF;
		background: #014c89;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid red;
	}

	div#button h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#button h4:hover {
		color: #FFF;
		background: #1262a3;
	}


	/** Header **/
	#header {
	    float: left;
	    width: inherit;
	    position: relative;
		background: #FFF;
	    max-height: 100px !important;
	    margin: 0 !important;
	    padding: 0 !important;
		border: 0px solid fuchsia;
	}

	/** Logo box **/
	/*#header #logoBox {
		background: #FFF;
	    float: left;
	    min-height: 110px;
	    margin: 0;
	    text-align: center;
	    width: 100% !important;
	    position: absolute;
	    z-index: 1;
		border: 0px solid green;
	}*/
	#header #logo {
	    float: left;
	    width: 70px;
	    margin: 10px 0 0 0;
		border: 0px solid green;
	}
	#header #logo a {
	    float: left !important;
	    width: 70px !important;
	    height: 74px !important;
	    margin: 0;
		border: 0px solid red;
	}
	/*#header #logo img {
		width: 100% !important;
	}*/
	#header #eventDate {
	    float: left;
	    width: 200px;
	    margin: 25px 10px 0 0;
		border: 0px solid green;
	}
	#header #eventDate span#blue {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 18px;
		font-weight: 700;
		margin: 0 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #eventDate span#gold {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #b2a16e;
		font-size: 12px;
		line-height: 12px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}

	#header #logoBox #smBtnBx {
		display: none;
	}
	
	#header #logoBox #smBtnBx #fcbkBtn {
	}
	
	#header #logoBox #smBtnBx #twttrBtn {
	}

	/*#header #headerImg {
		display: none !important;
	    float: left;
	    width: 100%;
	    height: auto;
	    margin: 0;
		border: 0px solid green;
	}*/
	
	/** Navigation Menu **/
	#nav {
	    float: left;
	    height: 110px;
	    margin: 0;
	    min-width: 100% !important;
	    position: relative;
		border: 0px solid green;
        z-index: 500;
	}
    #nav select {
        list-style: none;
        margin: 10px 5px 0 0;
        float: right;
    }
    
	/** Red Banner **/
	#redBanner {
	    background: url(../../../img/domain/valuesvotersummit/vvs/redStar.png) repeat left top;
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}

	#redBanner h1 {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-size: 18px;
		line-height: 16px;
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
		margin: 0 0;
		padding: 15px 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
    
	/** Green Banner **/
	#grnBanner {
	    background: #99cc33;
	    float: left;
	    height: 50px;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}
	#grnBanner h1 {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 14px;
		line-height: 50px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#grnBanner h1 span {
		color: #014c89;
		font-size: 10px;
		font-weight: 700;
		border: 0px solid green;
	}
	#grnBanner a {
		color: #014c89;
		text-decoration: none;
	}
	#grnBanner a:hover {
		color: #1177b2;
		text-decoration: none;
	}
    
	/** Gold Area **/
	#mainContent {
	    background: url(../../../img/domain/valuesvotersummit/vvs/goldStar.png) repeat left top;
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border: 0px solid blue;
	}
	#mainContent #infoBxs {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0 0 0 .5%;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #infoBx {
	    background: #b2a16e;
	    float: left;
	    width: 48% !important;
	    text-align: center;
	    margin: 20px .75% 0 .75%;
	    padding: 15px 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #infoBx:hover {
	    background: #ccbe93;
	}
	#mainContent #infoBx img {
		border: 0px solid green;
	}
	#mainContent #infoBx h2 {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 28px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #infoBx h2#infoTwoLine {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 22px;
		margin: -8px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}

	/** Banner Boxes *****/
	#mainContent #bannerBxs {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #bannerBx {
	    background: #014c89;
	    float: left;
	    width: 98% !important;
	    height: 80px;
	    text-align: center;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBx h2 {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 80px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx a h2  {
	    background: #014c89;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBx a:hover h2 {
		background: #1262a3;
	}
	#mainContent #bannerBx h2#twoLine {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
		margin: 7px 0 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr {
		color: #e5dbbc;
		font-size: 12px;
		font-weight: 700;
		margin: 8px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr span {
		color: #FFF;
		font-size: 24px;
	}

	/** Banner Boxes *****/
	#mainContent #sponsorBxs {
		background: #FFF;
	    float: left;
	    min-width: 98% !important;
	    text-align: center;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxs h2 {
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		font-style: italic;
		margin: 10px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxs #centering {
		float: left;
		margin: 0 10%;
		border: 0px solid green;
	}
	#mainContent #sponsorBxs #sponBx {
		float: left;
		margin: 0;
		padding: 0 7px;
		border: 0px solid red;
	}
	#mainContent #sponsorBxs #sponBx img {
		width: 85%;
		margin: 0;
		padding: 0;
	}
	#mainContent #sponsorBxs #dsclmBx {
		float: left;
		clear: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		text-transform: uppercase;
		margin: 10px 5% 0;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #sponsorBxFulT {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-bottom: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxHfL {
	    float: left;
	    min-width: 50% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border: 0px solid #b2a16e;
	}
	#mainContent #sponsorBxHfR {
	    float: left;
	    min-width: 49% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-left: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxFulB {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border-top: 2px solid #b2a16e;
		/* border-top: 0px solid #b2a16e; */
	}
	#mainContent #sponsorBxFulB #centering {
		float: left;
		margin: 0 auto 0 12%;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB h2 {
		float: left;
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		font-style: italic;
		margin: 10px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB #sponBx {
		float: left;
		margin: 18px 0;
		padding: 0 21px;
		border: 0px solid green;
	}

	/** Footer **/
	#footer {
	    background: #FFF;
	    float: left;
	    min-width: 100% !important;
	    margin: 0;
	    padding: 0;
	    position: relative;
		border: 0px solid blue;
	}

	/** Footer Logo box **/
	#footer #logoBox {
		float: left;
	    margin: 0 auto;
	    padding: 5px;
	    height: auto;
	    text-align: center;
	    width: 300px !important;
		border: 0px solid green;
	}
	#footer #logo {
	    float: left;
	    clear: right;
	    width: 70px;
		position: relative;
	    margin: 0 10px 0 0;
		border: 0px solid green;
	}
	#footer #socMed {
	    float: left;
	    width: 91px;
	    margin: 52px 0 5px;
		border: 0px solid green;
	}
	#socMed #smTW {
		width: 43px;
		height: 43px;
		margin: 0 5px 0 0;
		float: right;
		position: relative;
		background: url(../../../img/domain/valuesvotersummit/vvs/socmed.png) 0 0 no-repeat;
		border: 0px solid green;
	}
	#socMed #smFB {
		width: 43px;
		height: 43px;
		float: right;
		position: relative;
		background: url(../../../img/domain/valuesvotersummit/vvs/socmed.png) -43px 0 no-repeat;
		border: 0px solid green;
	}
	#footer #copyright {
	    float: left;
	    color: #b2a16e;
	    font-size: 9px;
	    line-height: 10px;
	    font-weight: 700;
	    text-align: left;
	    margin: 52px 0 0 10px;
	    padding: 10px 0 0;
	    position: relative;
		border: 0px solid green;
	}

	#footer #nav {
	    margin: 0 auto;
	    height: auto;
	    padding: 0;
	    min-width: 100% !important;
	    position: absolute;
		border: 0px solid green;
	    z-index: 500;
	}

	/*-- VIDEO PAGES EXTRAS ----------------------------------------------------------------------------------------*/
	.videoExtras {
		float:left;
		width: 100%;
		padding: 0 0;
	}
	.videoExtras .lftSide {
		 width:100%;
		 padding: 0;
		 float:left;
	}
	.videoExtras .lftSide iframe {
		 width:100%;
		 height: 800px;
		 margin: 10px 0 0;
		 padding:0;
		 float:left;
	}
	.videoExtras .rghtSide {
		float: left;
		width:100%;
		padding: 15px 0 0;
	}
	.videoExtras .rghtSide a {
		float:left;
		text-align: center;
		color: white;
		font-size: 16px;
		font-weight: bold;
		background: #036;
		width: 96%;
		margin:0 0 15px;
		padding: 10px 2%;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	#fbBtn {
		background: #3b5a99 url(../../../img/domain/valuesvotersummit/vvs/scmdFB.png) 0 center no-repeat;
	}
	#fbBtn:hover {
		background: #5776b3 url(../../../img/domain/valuesvotersummit/vvs/scmdFB.png) 0 center no-repeat;
	}
	#twBtn {
		background: #25a8e0 url(../../../img/domain/valuesvotersummit/vvs/scmdTW.png) 0 center no-repeat;
	}
	#twBtn:hover {
		background: #0e8fc7 url(../../../img/domain/valuesvotersummit/vvs/scmdTW.png) 0 center no-repeat;
	}
	.videoExtras .rghtSide a:hover {
		background: #369;
		margin:1px 0 14px;
	}
	
	/*-- MAIN BODY AREA ----------------------------------------------------------------------------------------*/
	.bodyContent {
		background: #FFF;
		float: left;
		min-width: 94% !important;
		padding: 3%;
		border: 0px solid red;
	}
	.bodyContent h1 {
		color: #014c89;
		font-size: 24px;
		line-height: 24px;
		text-transform: uppercase;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.bodyContent h1 span#red {
		color: #e01838;
		margin: 0;
		padding: 0;
	}
	.bodyContent h1 span#gold {
		color: #b2a16e;
		margin: 0;
		padding: 0;
	}
	.bodyContent h1 span#small {
		color: #b2a16e;
		font-size: 18px;
		margin: 0;
		padding: 0;
	}


	/*-- STRAW POLL PAGE --------------------------------------------------------*/

	.pollHdr {
		width: 96%;
		background: #036;
		float: left;
		margin: 5px 0 20px;
		padding: 10px 2% 0;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid fuchsia;
	}
	.pollLft {
		width: 49%;
		text-align: left;
		float: left;
		margin: 0 1% 0 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt {
		width: 49%;
		text-align: right;
		float: right;
		margin: 0 0 1% 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 {
		color: #FFF;
		font-size: 24px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt h1 {
		color: #9C3;
		font-size: 24px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 span#mini, .pollRgt h1 span#mini {
		color: #69C;
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		margin: 0;
		padding: 0;
	}

	h1.spTitle {
		margin: 20px 0 0px;
		padding: 0;
		color: #9C3;
	}
	
	h1.spTitle span {
		width: 100%;
		color: #690;
		font-size: 18px;
		line-height: 21px;
		float: left;
		clear: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}

	.button {
		width: 46%;
		height: 71px;
		background: #69C;
		float: left;
		margin: 5px 1% 5px 1%;
		padding: 5px 1%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid fuchsia;
	}
	.candPict {
		width: 31%;
		float: left;
		margin: 0 2% 0 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.candPict img {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.candName {
		width: 67%;
		float: right;
		font-weight: bold;
		line-height: 14px;
		border: 0px solid green;
	}
	.issName {
		font-weight: bold;
		text-align: center;
		border: 0px solid red;
	}

	ul.grouping {
		float: left;
		list-style: none;
	}

	ul.grouping li {
		margin: 0px 20px;
		float: left;
		list-style: none;
	}
	
	.candName p {
		float: left;
		font-size: 14px;
		line-height: 14px;
		width: 98%;
		height: 30px;
		margin: 5px 1% 0;
		padding: 0;
		border: 0px solid red;
	}
	.candName span {
		font-weight: bold;
		background: #b2e5FF;
		margin: 10px 0 0;
		padding: 5px 0;
		width: 100%;
		height: 20px;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		border: 0px solid red;
	}
	span input[type='radio'] {
		border: 0px solid green;
		width: 13%;
		padding: 0;
		margin: 3px 2% 0px 2%;
		float: left;
	}
	
	.candName font {
		border: 0px solid fuchsia;
		float: left;
		padding: 0 0;
		margin: 3px 0px;
	}

	.candName input[type='text'],
	.candName input[type='text']:focus {
		font-weight: bold;
		float: right;
		width: 78% !important;
		min-width: 78% !important;
		max-width: 78% !important;
		margin: -2px 2% 0;
		padding: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 0px solid red;
	}
	
	.clear-both {
		clear: both;
		padding: 10px 0;
	}

	input[type='submit'] {
		font-weight: bold;
		font-size: 16px;
		color: #036;
		text-transform: uppercase;
		background: #9C3;
		width: 90%;
		margin: 20px 0;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid red;
	}
	
	fieldset .issue {
		border: 0px solid red;
		float: left;
		font-weight: bold;
		text-align: center;
		width: 48%;
		margin: 0 1% 20px;
		padding: 0;
	}
	fieldset .issue ul.grouping {
		border: 0px solid red;
		float: left;
		width: 94%;
		background: #d9d0bd;
		margin: 5px 1% 0;
		padding: 0 2%;
		list-style: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	fieldset .issue ul.grouping li {
		border: 0px solid red;
		float: left;
		text-align: center;
		width: 33.333333334%;
		margin: 0;
		padding: 10px 0;
		list-style: none;
	}
	fieldset .issue ul.grouping li span {
		border: 0px solid red;
		float: left;
		font-size: 12px;
		line-height: 10px;
		text-align: center;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
	}



	/*-- EXHIBITORS PAGE --------------------------------------------------------

	div#exhibitBx {
		width: 96% !important;
		float: left;
		margin: 0 0 20px;
		padding: 2%;
		background: #f0ede5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#exhibitBx h4 {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div#exhibitBx h6 {
		font-size: 14px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div.exhibittab {
		float: left;
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
	div.exhibittab div {
		background: #f0ede5;
		float: left;
		width: 96% !important;
		font-weight: 700;
		margin: 0 1% 15px;
		padding: 1%;
		text-align: center;
		list-style-type: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div.exhibittab div:hover {
		text-decoration: none;
		background: #6fb5ed;
		color: #014c89;
		text-decoration: none;
	}*/

	/*--- REGISTER - TABLES ---------------------------------------*/
	
	div#regfrm {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 10px;
		padding: 0;
		border: 0px solid red;
	}
	h3#regfrm {
		float: left;
		margin: 20px 0 20px;
	}
	div#regfrm div#regCell {
		float: left;
		width: 48% !important;
		height: 70px;
		margin: 0;
		padding: 0 1%;
		border: 0px solid red;
	}
	div#regfrm div#regCell label {
		float: left;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
		padding: 0 1%;
		border: 0px solid red;
	}
	div#regfrm div#regCell select {
		float: left;
		width: 100% !important;
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: 1px solid #E5E5E5;
	}
	div#regfrm div#regCell input[type=text] {
		float: left;
		width: 94% !important;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#regfrm input#checkBox {
		margin: 0 10px 0 0;
		padding: 0;
		border: 0px solid red;
	}

	div#packfrm {
		float: left;
		width: 100% !important;
		text-align: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCell {
		float: left;
		clear: left;
		width: 80% !important;
		margin: 0 10% 10px;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellRd {
		float: left;
		width: 5% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellDsc {
		float: left;
		width: 85% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellPrc {
		float: left;
		text-align: right;
		width: 10% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	
	.bodyContent table td {
		border: 0px solid #E5E5E5;
	}
	.bodyContent table tr {
		padding: 5px 0;
	}

	.bodyContent table td select {
		float: left;
		margin: 5px 0 5px 5px;
		padding: 5px;		
	}
	.bodyContent table td input[type=radio] {
		float: none;
		margin: 5px;
		padding: 5px;
	}
	.bodyContent table td input[type=text] {
		float: none;
		width: auto;
		margin: 5px 0 5px 5px;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.bodyContent table td .tiny {
		font-size: 10px;
	}


	h3#howHear {
		float: left;
		text-align: center;
	}
	div#howHear, div#promoCode {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#promoCode input[type=text] {
		width: 200px !important;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#regfrm input[type=button],
	div#regfrm input[type=submit] {
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
}




/*---980 MIN ----------------------------------------------------------------------------------------------------------*/

@media (min-width: 980px) {

	h1 {font-size: 21px; line-height: 23px;}
	h2 {font-size: 18px; line-height: 20px;}
	h3 {font-size: 16px; line-height: 18px;}
	h4 {font-size: 14px; line-height: 16px;}
	h5 {font-size: 12px; line-height: 14px;}
	h6 {font-size: 12px; line-height: 14px;}
		
	.content {
		background: #FFF;
		max-width: 969px !important;
		margin: 0 auto;
		padding: 0;
		border-top: 0px solid yellow;
	}

	div#button {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		margin: 30px auto;
		border: 0px solid red;
	}

	div#button h4 {
		margin: 0 20%;
		width: 60% !important;
		padding: 10px;
		text-align: center;
		color: #FFF;
		background: #014c89;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid red;
	}

	div#button h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#button h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	/** Header **/
	#header {
	    float: left;
	    width: inherit;
	    position: relative;
		background: #FFF;
	    max-height: 100px !important;
	    margin: 0 !important;
	    padding: 0 !important;
		border: 0px solid blue;
	}

	/** Logo box **/
	/*#header #logoBox {
		background: #FFF;
	    float: left;
	    min-height: 100px;
	    margin: 0;
	    text-align: center;
	    width: 100% !important;
	    position: absolute;
	    z-index: 1;
		border: 0px solid green;
	}*/
	#header #logo {
	    float: left;
	    width: 70px;
	    margin: 10px 0 0 0;
		border: 0px solid green;
	}
	#header #logo a {
	    float: left !important;
	    width: 70px !important;
	    height: 74px !important;
	    margin: 0;
		border: 0px solid red;
	}
	/*#header #logo img {
		width: 100% !important;
	}*/
	#header #eventDate {
	    float: left;
	    width: 150px;
	    margin: 25px 10px 0 0;
		border: 0px solid green;
	}
	#header #eventDate span#blue {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 18px;
		font-weight: 700;
		margin: 0 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #eventDate span#gold {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #b2a16e;
		font-size: 12px;
		line-height: 12px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}

	#header #logoBox #smBtnBx {
		display: none;
	}
	
	#header #logoBox #smBtnBx #fcbkBtn {
	}
	
	#header #logoBox #smBtnBx #twttrBtn {
	}

	/*#header #headerImg {
		display: none !important;
	    float: left;
	    width: 100%;
	    height: auto;
	    margin: 0;
		border: 0px solid green;
	}*/
	
	/** Navigation Menu *
	#nav {
	    float: left;
	    height: 125px;
	    margin: 0;
	    min-width: 100% !important;
	    position: relative;
		border: 0px solid green;
        z-index: 500;
	}
    #nav select {
        list-style: none;
        margin: 10px 5px 0 0;
        float: right;
    }*/

	
	/** Navigation Menu **/
	#nav {
	    float: left;
	    height: 100px;
	    margin: 0;
	    min-width: 100% !important;
	    position: relative;
		border: 0px solid green;
	}
    #nav ul {
        list-style: none;
        margin: 0 20px 0 0;
        float: right;
    }
    #nav li {
        display: block;
        float: left;
        margin: 40px 10px 0;
        border: 0px solid red;
    }
    #nav li a {
        color: #014c89;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }
    #nav li a:hover {
        color: #4294d6;
        text-decoration: none;
    }
    #nav li a#eventYear {
        color: #e01838;
    }
    #nav li a#eventYear:hover {
        color: #9C3;
    }
    #nav li#spacer {
        color: #b2a16e;
        font-size: 28px;
        margin-top: 37px;
    }
    
    /* "Issues" drop down */
    #nav #theEvent #mega-menu-Top {
    	display: none;
    }
    #nav #theEvent #mega-menu-Top {
		float: right;
		right: 20px;
        width: 630px;
        height: 20px;
        position: absolute;
        margin: 8px 0 0;
        padding: 0;
        border: 0px solid fuchsia;
    }
    #nav #theEvent #mega-menu-Top ul {
        margin: 0;
        padding: 0;
        border: 0px solid red;
    }
    #nav #theEvent #mega-menu-Top ul li {
        margin: 0;
        padding: 0 8px;
        text-align: center;
        border: 0px solid red;
    }
    /* "More" drop down */
    #nav #mega-menu-Top {
        opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=95)";
        filter: alpha(opacity=95);
        position: absolute;
        width: auto;
    }
    #nav #mega-menu-Top a {
        color: #014c89;
        display: block;
        font: 700 12px/12px 'Open Sans', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }
    #nav #mega-menu-Top a:hover {
        color: #4294d6;
    }

    
	/** Red Banner **/
	#redBanner {
	    background: url(../../../img/domain/valuesvotersummit/vvs/redStar.png) repeat left top;
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}

	#redBanner h1 {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-size: 18px;
		line-height: 16px;
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
		margin: 0 0;
		padding: 15px 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
    
	/** Green Banner **/
	#grnBanner {
	    background: #99cc33;
	    float: left;
	    height: 50px;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}
	#grnBanner h1 {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 14px;
		line-height: 50px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#grnBanner h1 span {
		color: #014c89;
		font-size: 10px;
		font-weight: 700;
		border: 0px solid green;
	}
	#grnBanner a {
		color: #014c89;
		text-decoration: none;
	}
	#grnBanner a:hover {
		color: #1177b2;
		text-decoration: none;
	}
    
	/** Gold Area **/
	#mainContent {
	    background: url(../../../img/domain/valuesvotersummit/vvs/goldStar.png) repeat left top;
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border: 0px solid blue;
	}
	#mainContent #infoBxs {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0 0 0 .5%;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #infoBx {
	    background: #b2a16e;
	    float: left;
	    width: 48% !important;
	    text-align: center;
	    margin: 20px .75% 0 .75%;
	    padding: 15px 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #infoBx:hover {
	    background: #ccbe93;
	}
	#mainContent #infoBx img {
		border: 0px solid green;
	}
	#mainContent #infoBx h2 {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 28px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #infoBx h2#infoTwoLine {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 22px;
		margin: -8px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}

	/** Banner Boxes *****/
	#mainContent #bannerBxs {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #bannerBx {
	    background: #014c89;
	    float: left;
	    width: 98% !important;
	    height: 80px;
	    text-align: center;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBx h2 {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 80px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx a h2  {
	    background: #014c89;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBx a:hover h2 {
		background: #1262a3;
	}
	#mainContent #bannerBx h2#twoLine {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
		margin: 7px 0 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr {
		color: #e5dbbc;
		font-size: 12px;
		font-weight: 700;
		margin: 8px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr span {
		color: #FFF;
		font-size: 24px;
	}

	/** Banner Boxes *****/
	#mainContent #sponsorBxs {
		background: #FFF;
	    float: left;
	    min-width: 98% !important;
	    text-align: center;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxs h2 {
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		font-style: italic;
		margin: 10px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxs #centering {
		float: left;
		margin: 0 10%;
		border: 0px solid green;
	}
	#mainContent #sponsorBxs #sponBx {
		float: left;
		margin: 0;
		padding: 0 7px;
		border: 0px solid red;
	}
	#mainContent #sponsorBxs #sponBx img {
		width: 85%;
		margin: 0;
		padding: 0;
	}
	#mainContent #sponsorBxs #dsclmBx {
		float: left;
		clear: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		text-transform: uppercase;
		margin: 10px 5% 0;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #sponsorBxFulT {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-bottom: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxHfL {
	    float: left;
	    min-width: 50% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border: 0px solid #b2a16e;
	}
	#mainContent #sponsorBxHfR {
	    float: left;
	    min-width: 49% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-left: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxFulB {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border-top: 2px solid #b2a16e;
		/* border-top: 0px solid #b2a16e; */
	}
	#mainContent #sponsorBxFulB #centering {
		float: left;
		margin: 0 auto 0 12%;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB h2 {
		float: left;
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		font-style: italic;
		margin: 10px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB #sponBx {
		float: left;
		margin: 18px 0;
		padding: 0 21px;
		border: 0px solid green;
	}

	/** Footer **/
	#footer {
	    background: #FFF;
	    float: left;
	    min-width: 100% !important;
	    margin: 0;
	    padding: 0;
	    position: relative;
		border: 0px solid blue;
	}

	/** Footer Logo box **/
	#footer #logoBox {
		float: left;
	    margin: 0 auto;
	    padding: 5px;
	    height: auto;
	    text-align: center;
	    width: 300px !important;
		border: 0px solid green;
	}
	#footer #logo {
	    float: left;
	    clear: right;
	    width: 70px;
		position: relative;
	    margin: 0 10px 0 0;
		border: 0px solid green;
	}
	#footer #socMed {
	    float: left;
	    width: 91px;
	    margin: 52px 0 5px;
		border: 0px solid green;
	}
	#socMed #smTW {
		width: 43px;
		height: 43px;
		margin: 0 5px 0 0;
		float: right;
		position: relative;
		background: url(../../../img/domain/valuesvotersummit/vvs/socmed.png) 0 0 no-repeat;
		border: 0px solid green;
	}
	#socMed #smFB {
		width: 43px;
		height: 43px;
		float: right;
		position: relative;
		background: url(../../../img/domain/valuesvotersummit/vvs/socmed.png) -43px 0 no-repeat;
		border: 0px solid green;
	}
	#footer #copyright {
	    float: left;
	    color: #b2a16e;
	    font-size: 9px;
	    line-height: 10px;
	    font-weight: 700;
	    text-align: left;
	    margin: 52px 0 0 10px;
	    padding: 10px 0 0;
	    position: relative;
		border: 0px solid green;
	}

	#footer #nav {
	    margin: 0 auto;
	    height: auto;
	    padding: 0;
	    min-width: 100% !important;
	    position: absolute;
		border: 0px solid green;
	    z-index: 500;
	}

	/*-- VIDEO PAGES EXTRAS ----------------------------------------------------------------------------------------*/
	.videoExtras {
		float:left;
		width: 100%;
		padding: 0 0;
	}
	.videoExtras .fullSide {
		 width: 100%;
		 padding: 0;
		 float:left;
	}
	.videoExtras .fullSide iframe {
		 width:100%;
		 height: 800px;
		 padding: 15px 0 0;
		 float:left;
	}
	.videoExtras .lftSide {
		 width:69%;
		 padding: 0 1% 0 0;
		 float:left;
	}
	.videoExtras .lftSide iframe {
		 width:100%;
		 height: 800px;
		 margin: 15px 0 0;
		 padding:0;
		 float:left;
	}
	.videoExtras .rghtSide {
		float:right;
		width:29%;
		padding: 0 0 0 1%;
	}
	.videoExtras .rghtSide a {
		float:left;
		text-align: center;
		color: white;
		font-size: 16px;
		font-weight: bold;
		background: #036;
		width: 96%;
		margin:0 0 15px;
		padding: 10px 2%;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	#fbBtn {
		background: #3b5a99 url(../../../img/domain/valuesvotersummit/vvs/scmdFB.png) 0 center no-repeat;
	}
	#fbBtn:hover {
		background: #5776b3 url(../../../img/domain/valuesvotersummit/vvs/scmdFB.png) 0 center no-repeat;
	}
	#twBtn {
		background: #25a8e0 url(../../../img/domain/valuesvotersummit/vvs/scmdTW.png) 0 center no-repeat;
	}
	#twBtn:hover {
		background: #0e8fc7 url(../../../img/domain/valuesvotersummit/vvs/scmdTW.png) 0 center no-repeat;
	}
	.videoExtras .rghtSide a:hover {
		background: #369;
		margin:1px 0 14px;
	}
	
	/*-- MAIN BODY AREA ----------------------------------------------------------------------------------------*/
	.bodyContent {
		background: #FFF;
		float: left;
		min-width: 94% !important;
		padding: 3%;
		border: 0px solid red;
	}
	.bodyContent h1 {
		color: #014c89;
		font-size: 24px;
		line-height: 24px;
		text-transform: uppercase;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.bodyContent h1 span#red {
		color: #e01838;
		margin: 0;
		padding: 0;
	}
	.bodyContent h1 span#gold {
		color: #b2a16e;
		margin: 0;
		padding: 0;
	}
	.bodyContent h1 span#small {
		color: #b2a16e;
		font-size: 18px;
		margin: 0;
		padding: 0;
	}

	/*-- STRAW POLL PAGE --------------------------------------------------------*/

	.pollHdr {
		width: 96%;
		background: #036;
		float: left;
		margin: 5px 0 20px;
		padding: 10px 2% 0;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid fuchsia;
	}
	.pollLft {
		width: 49%;
		text-align: left;
		float: left;
		margin: 0 1% 0 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt {
		width: 49%;
		text-align: right;
		float: right;
		margin: 0 0 1% 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 {
		color: #FFF;
		font-size: 24px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt h1 {
		color: #9C3;
		font-size: 24px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 span#mini, .pollRgt h1 span#mini {
		color: #69C;
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		margin: 0;
		padding: 0;
	}

	h1.spTitle {
		margin: 20px 0 0px;
		padding: 0;
		color: #9C3;
	}
	
	h1.spTitle span {
		width: 100%;
		color: #690;
		font-size: 18px;
		line-height: 21px;
		float: left;
		clear: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}

	.button {
		width: 29.333333334%;
		height: 71px;
		background: #69C;
		float: left;
		margin: 5px 1% 5px 1%;
		padding: 5px 1%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid fuchsia;
	}
	.candPict {
		width: 31%;
		float: left;
		margin: 0 2% 0 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.candPict img {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.candName {
		width: 67%;
		float: right;
		font-weight: bold;
		line-height: 14px;
		border: 0px solid green;
	}
	.issName {
		font-weight: bold;
		text-align: center;
		border: 0px solid red;
	}

	ul.grouping {
		float: left;
		list-style: none;
	}

	ul.grouping li {
		margin: 0px 20px;
		float: left;
		list-style: none;
	}
	
	.candName p {
		float: left;
		font-size: 14px;
		line-height: 14px;
		width: 98%;
		height: 30px;
		margin: 5px 1% 0;
		padding: 0;
		border: 0px solid red;
	}
	.candName span {
		font-weight: bold;
		background: #b2e5FF;
		margin: 10px 0 0;
		padding: 5px 0;
		width: 100%;
		height: 20px;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		border: 0px solid red;
	}
	span input[type='radio'] {
		border: 0px solid green;
		width: 13%;
		padding: 0;
		margin: 3px 2% 0px 2%;
		float: left;
	}
	
	.candName font {
		border: 0px solid fuchsia;
		float: left;
		padding: 0 0;
		margin: 3px 0px;
	}

	.candName input[type='text'],
	.candName input[type='text']:focus {
		font-weight: bold;
		float: right;
		width: 78% !important;
		min-width: 78% !important;
		max-width: 78% !important;
		margin: -2px 2% 0;
		padding: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 0px solid red;
	}
	
	.clear-both {
		clear: both;
		padding: 10px 0;
	}

	input[type='submit'] {
		font-weight: bold;
		font-size: 16px;
		color: #036;
		text-transform: uppercase;
		background: #9C3;
		width: 90%;
		margin: 20px 0;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid red;
	}
	
	fieldset .issue {
		border: 0px solid red;
		float: left;
		font-weight: bold;
		text-align: center;
		width: 31.333333334%;
		margin: 0 1% 20px;
		padding: 0;
	}
	fieldset .issue ul.grouping {
		border: 0px solid red;
		float: left;
		width: 94%;
		background: #d9d0bd;
		margin: 5px 1% 0;
		padding: 0 2%;
		list-style: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	fieldset .issue ul.grouping li {
		border: 0px solid red;
		float: left;
		text-align: center;
		width: 33.333333334%;
		margin: 0;
		padding: 10px 0;
		list-style: none;
	}
	fieldset .issue ul.grouping li span {
		border: 0px solid red;
		float: left;
		font-size: 12px;
		line-height: 10px;
		text-align: center;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
	}


	/*-- EXHIBITORS PAGE --------------------------------------------------------

	div#exhibitBx {
		width: 96% !important;
		float: left;
		margin: 0 0 20px;
		padding: 2%;
		background: #f0ede5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#exhibitBx h4 {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div#exhibitBx h6 {
		font-size: 14px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div.exhibittab {
		float: left;
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
	div.exhibittab div {
		background: #f0ede5;
		float: left;
		width: 96% !important;
		font-weight: 700;
		margin: 0 1% 15px;
		padding: 1%;
		text-align: center;
		list-style-type: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div.exhibittab div:hover {
		text-decoration: none;
		background: #6fb5ed;
		color: #014c89;
		text-decoration: none;
	}*/

	/*--- REGISTER - TABLES ---------------------------------------*/
	
	div#regfrm {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	h3#regfrm {
		float: left;
		margin: 20px 0 20px;
	}
	div#regfrm div#regCell {
		float: left;
		width: 18% !important;
		margin: 0;
		padding: 0 1%;
		border: 0px solid red;
	}
	div#regfrm div#regCell label {
		float: left;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
		padding: 0 1%;
		border: 0px solid red;
	}
	div#regfrm div#regCell select {
		float: left;
		width: 100% !important;
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: 1px solid #E5E5E5;
	}
	div#regfrm div#regCell input[type=text] {
		float: left;
		width: 94% !important;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#regfrm input#checkBox {
		margin: 0 10px 0 0;
		padding: 0;
		border: 0px solid red;
	}

	div#packfrm {
		float: left;
		width: 100% !important;
		text-align: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCell {
		float: left;
		clear: left;
		width: 80% !important;
		margin: 0 10% 10px;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellRd {
		float: left;
		width: 5% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellDsc {
		float: left;
		width: 85% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellPrc {
		float: left;
		text-align: right;
		width: 10% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	
	.bodyContent table td {
		border: 0px solid #E5E5E5;
	}
	.bodyContent table tr {
		padding: 5px 0;
	}

	.bodyContent table td select {
		float: left;
		margin: 5px 0 5px 5px;
		padding: 5px;		
	}
	.bodyContent table td input[type=radio] {
		float: none;
		margin: 5px;
		padding: 5px;
	}
	.bodyContent table td input[type=text] {
		float: none;
		width: auto;
		margin: 5px 0 5px 5px;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.bodyContent table td .tiny {
		font-size: 10px;
	}

	h3#howHear {
		float: left;
		text-align: center;
	}
	div#howHear, div#promoCode {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#promoCode input[type=text] {
		width: 200px !important;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#regfrm input[type=button],
	div#regfrm input[type=text] {
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
}





/*---1200 MIN ----------------------------------------------------------------------------------------------------------*/

@media (min-width: 1200px) {

	h1 {font-size: 21px; line-height: 23px;}
	h2 {font-size: 18px; line-height: 20px;}
	h3 {font-size: 16px; line-height: 18px;}
	h4 {font-size: 14px; line-height: 16px;}
	h5 {font-size: 12px; line-height: 14px;}
	h6 {font-size: 12px; line-height: 14px;}
		
	.content {
		background: #FFF;
		max-width: 1170px !important;
		margin: 0 auto;
		padding: 0;
		border-top: 0px solid red;
	}

	div#button {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		margin: 30px auto;
		border: 0px solid red;
	}

	div#button h4 {
		margin: 0 25%;
		width: 50% !important;
		padding: 10px;
		text-align: center;
		color: #FFF;
		background: #014c89;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid red;
	}

	div#button h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#button h4:hover {
		color: #FFF;
		background: #1262a3;
	}


	/** Header **/
	#header {
	    float: left;
	    width: inherit;
	    position: relative;
		background: #FFF;
	    max-height: 100px !important;
	    margin: 0 !important;
	    padding: 0 !important;
		border: 0px solid blue;
	}

	/** Logo box **/
	/*#header #logoBox {
		background: #FFF;
	    float: left;
	    min-height: 100px;
	    margin: 0;
	    text-align: center;
	    width: 100% !important;
	    position: absolute;
	    z-index: 1;
		border: 0px solid green;
	}*/
	#header #logoBox {
	    float: left;
		width: 0px !important;
		border: 0px solid green;
	}
	#header #logo {
	    float: left;
	    width: 70px;
	    margin: 10px 0 0 0;
		border: 0px solid green;
	}
	#header #logo a {
	    float: left !important;
	    width: 70px !important;
	    height: 74px !important;
	    margin: 0;
		border: 0px solid red;
	}
	/*#header #logo img {
		width: 100% !important;
	}*/
	#header #eventDate {
	    float: left;
	    width: 150px;
	    margin: 25px 10px 0 0;
		border: 0px solid green;
	}
	#header #eventDate span#blue {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 18px;
		font-weight: 700;
		margin: 0 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #eventDate span#gold {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #b2a16e;
		font-size: 12px;
		line-height: 12px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}

	#header #logoBox #smBtnBx {
		display: none;
	}
	
	#header #logoBox #smBtnBx #fcbkBtn {
	}
	
	#header #logoBox #smBtnBx #twttrBtn {
	}

	/*#header #headerImg {
		display: none !important;
	    float: left;
	    width: 100%;
	    height: auto;
	    margin: 0;
		border: 0px solid green;
	}*/
	
	/** Navigation Menu *
	#nav {
	    float: left;
	    height: 150px;
	    margin: 0;
	    min-width: 100% !important;
	    position: relative;
		border: 0px solid green;
        z-index: 500;
	}
    #nav select {
        list-style: none;
        margin: 10px 5px 0 0;
        float: right;
    }*/

	
	/** Navigation Menu **/
	#nav {
		background: none;
	    float: left;
	    height: 100px;
	    width: 100% !important;
	    width: auto !important;
	    margin: 0;
		border: 0px solid green;
	}
    #nav ul {
        list-style: none;
        margin: 0 20px 0 0;
        float: right;
    }
    #nav li {
        display: block;
        float: left;
        margin: 40px 10px 0;
		border: 0px solid green;
    }
    #nav li a {
        color: #014c89;
        font-size: 21px;
        font-weight: bold;
        text-transform: uppercase;
    }
    #nav li a:hover {
        color: #4294d6;
        text-decoration: none;
    }
    #nav li a#eventYear {
        color: #e01838;
    }
    #nav li a#eventYear:hover {
        color: #9C3;
    }
    #nav li#spacer {
        color: #b2a16e;
        font-size: 28px;
        margin-top: 37px;
    }
    
    /* "Issues" drop down */
    #nav #theEvent #mega-menu-Top {
    	display: none;
    }
    #nav #theEvent #mega-menu-Top {
		float: right;
		right: 35px;
        width: 630px;
        height: 20px;
        position: absolute;
        margin: 8px 0 0;
        padding: 0;
        border: 0px solid fuchsia;
    }
    #nav #theEvent #mega-menu-Top ul {
        margin: 0;
        padding: 0;
        border: 0px solid red;
    }
    #nav #theEvent #mega-menu-Top ul li {
        margin: 0;
        padding: 0 10px;
        text-align: center;
        border: 0px solid red;
    }
    /* "More" drop down */
    #nav #mega-menu-Top {
        opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=95)";
        filter: alpha(opacity=95);
        position: absolute;
        width: auto;
    }
    #nav #mega-menu-Top a {
        color: #014c89;
        display: block;
        font: 700 13px/13px 'Open Sans', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }
    #nav #mega-menu-Top a:hover {
        color: #4294d6;
    }

    
	/** Red Banner **/
	#redBanner {
	    background: url(../../../img/domain/valuesvotersummit/vvs/redStar.png) repeat left top;
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}

	#redBanner h1 {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #FFF;
		font-size: 18px;
		line-height: 16px;
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
		margin: 0 0;
		padding: 15px 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
    
	/** Green Banner **/
	#grnBanner {
	    background: #99cc33;
	    float: left;
	    height: 50px;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}
	#grnBanner h1 {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 14px;
		line-height: 50px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#grnBanner h1 span {
		color: #014c89;
		font-size: 10px;
		font-weight: 700;
		border: 0px solid green;
	}
	#grnBanner a {
		color: #014c89;
		text-decoration: none;
	}
	#grnBanner a:hover {
		color: #1177b2;
		text-decoration: none;
	}
    
	/** Gold Area **/
	#mainContent {
	    background: url(../../../img/domain/valuesvotersummit/vvs/goldStar.png) repeat left top;
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border: 0px solid blue;
	}
	#mainContent #infoBxs {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0 0 0 .5%;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #infoBx {
	    background: #b2a16e;
	    float: left;
	    width: 48% !important;
	    text-align: center;
	    margin: 20px .75% 0 .75%;
	    padding: 15px 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #infoBx:hover {
	    background: #ccbe93;
	}
	#mainContent #infoBx img {
		border: 0px solid green;
	}
	#mainContent #infoBx h2 {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 28px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #infoBx h2#infoTwoLine {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 22px;
		margin: -8px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}

	/** Banner Boxes *****/
	#mainContent #bannerBxs {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #bannerBx {
	    background: #014c89;
	    float: left;
	    width: 98% !important;
	    height: 80px;
	    text-align: center;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBx h2 {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 80px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx a h2  {
	    background: #014c89;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBx a:hover h2 {
		background: #1262a3;
	}
	#mainContent #bannerBx h2#twoLine {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
		margin: 7px 0 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr {
		color: #e5dbbc;
		font-size: 12px;
		font-weight: 700;
		margin: 8px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr span {
		color: #FFF;
		font-size: 24px;
	}

	/** Banner Boxes *****/
	#mainContent #sponsorBxs {
		background: #FFF;
	    float: left;
	    min-width: 98% !important;
	    text-align: center;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxs h2 {
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		font-style: italic;
		margin: 10px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxs #centering {
		float: left;
		margin: 0 10%;
		border: 0px solid green;
	}
	#mainContent #sponsorBxs #sponBx {
		float: left;
		margin: 0;
		padding: 0 7px;
		border: 0px solid red;
	}
	#mainContent #sponsorBxs #sponBx img {
		width: 85%;
		margin: 0;
		padding: 0;
	}
	#mainContent #sponsorBxs #dsclmBx {
		float: left;
		clear: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		text-transform: uppercase;
		margin: 10px 5% 0;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #sponsorBxFulT {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-bottom: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxHfL {
	    float: left;
	    min-width: 50% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border: 0px solid #b2a16e;
	}
	#mainContent #sponsorBxHfR {
	    float: left;
	    min-width: 49% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-left: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxFulB {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border-top: 2px solid #b2a16e;
		/* border-top: 0px solid #b2a16e; */
	}
	#mainContent #sponsorBxFulB #centering {
		float: left;
		margin: 0 auto 0 12%;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB h2 {
		float: left;
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		font-style: italic;
		margin: 10px 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB #sponBx {
		float: left;
		margin: 18px 0;
		padding: 0 21px;
		border: 0px solid green;
	}

	/** Footer **/
	#footer {
	    background: #FFF;
	    float: left;
	    min-width: 100% !important;
	    margin: 0;
	    padding: 0;
	    position: relative;
		border: 0px solid blue;
	}

	/** Footer Logo box **/
	#footer #logoBox {
		float: left;
	    margin: 0 auto;
	    padding: 5px;
	    height: auto;
	    text-align: center;
	    width: 300px !important;
		border: 0px solid green;
	}
	#footer #logo {
	    float: left;
	    clear: right;
	    width: 70px;
		position: relative;
	    margin: 0 10px 0 0;
		border: 0px solid green;
	}
	#footer #socMed {
	    float: left;
	    width: 91px;
	    margin: 52px 0 5px;
		border: 0px solid green;
	}
	#socMed #smTW {
		width: 43px;
		height: 43px;
		margin: 0 5px 0 0;
		float: right;
		position: relative;
		background: url(../../../img/domain/valuesvotersummit/vvs/socmed.png) 0 0 no-repeat;
		border: 0px solid green;
	}
	#socMed #smFB {
		width: 43px;
		height: 43px;
		float: right;
		position: relative;
		background: url(../../../img/domain/valuesvotersummit/vvs/socmed.png) -43px 0 no-repeat;
		border: 0px solid green;
	}
	#footer #copyright {
	    float: left;
	    color: #b2a16e;
	    font-size: 9px;
	    line-height: 10px;
	    font-weight: 700;
	    text-align: left;
	    margin: 52px 0 0 10px;
	    padding: 10px 0 0;
	    position: relative;
		border: 0px solid green;
	}

	#footer #nav {
	    margin: 0 auto;
	    height: auto;
	    padding: 0;
	    min-width: 100% !important;
	    position: absolute;
		border: 0px solid green;
	    z-index: 500;
	}

	/*-- VIDEO PAGES EXTRAS ----------------------------------------------------------------------------------------*/
	.videoExtras {
		float:left;
		width: 100%;
		padding: 0 0;
	}
	.videoExtras .fullSide {
		 width: 100%;
		 padding: 0;
		 float:left;
	}
	.videoExtras .fullSide iframe {
		 width:100%;
		 height: 800px;
		 padding: 15px 0 0;
		 float:left;
	}
	.videoExtras .lftSide {
		 width:69%;
		 padding: 0 1% 0 0;
		 float:left;
	}
	.videoExtras .lftSide iframe {
		 width:100%;
		 height: 800px;
		 margin: 15px 0 0;
		 padding:0;
		 float:left;
	}
	.videoExtras .rghtSide {
		float:right;
		width:29%;
		padding: 0 0 0 1%;
	}
	.videoExtras .rghtSide a {
		float:left;
		text-align: center;
		color: white;
		font-size: 16px;
		font-weight: bold;
		background: #036;
		width: 96%;
		margin:0 0 15px;
		padding: 10px 2%;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	}
	#fbBtn {
		background: #3b5a99 url(../../../img/domain/valuesvotersummit/vvs/scmdFB.png) 0 center no-repeat;
	}
	#fbBtn:hover {
		background: #5776b3 url(../../../img/domain/valuesvotersummit/vvs/scmdFB.png) 0 center no-repeat;
	}
	#twBtn {
		background: #25a8e0 url(../../../img/domain/valuesvotersummit/vvs/scmdTW.png) 0 center no-repeat;
	}
	#twBtn:hover {
		background: #0e8fc7 url(../../../img/domain/valuesvotersummit/vvs/scmdTW.png) 0 center no-repeat;
	}
	.videoExtras .rghtSide a:hover {
		background: #369;
		margin:1px 0 14px;
	}
	
	/*-- MAIN BODY AREA ----------------------------------------------------------------------------------------*/
	.bodyContent {
		background: #FFF;
		float: left;
		min-width: 94% !important;
		padding: 3%;
		border: 0px solid red;
	}
	.bodyContent h1 {
		color: #014c89;
		font-size: 24px;
		line-height: 24px;
		text-transform: uppercase;
		margin: 0 0 15px 0;
		padding: 0;
	}
	.bodyContent h1 span#red {
		color: #e01838;
		margin: 0;
		padding: 0;
	}
	.bodyContent h1 span#gold {
		color: #b2a16e;
		margin: 0;
		padding: 0;
	}
	.bodyContent h1 span#small {
		color: #b2a16e;
		font-size: 18px;
		margin: 0;
		padding: 0;
	}

	/*-- STRAW POLL PAGE --------------------------------------------------------*/

	.pollHdr {
		width: 96%;
		background: #036;
		float: left;
		margin: 5px 0 20px;
		padding: 10px 2% 0;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid fuchsia;
	}
	.pollLft {
		width: 49%;
		text-align: left;
		float: left;
		margin: 0 1% 0 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt {
		width: 49%;
		text-align: right;
		float: right;
		margin: 0 0 1% 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 {
		color: #FFF;
		font-size: 24px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollRgt h1 {
		color: #9C3;
		font-size: 24px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.pollLft h1 span#mini, .pollRgt h1 span#mini {
		color: #69C;
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
		margin: 0;
		padding: 0;
	}
	
	h1.spTitle {
		margin: 20px 0 0px;
		padding: 0;
		color: #9C3;
	}
	
	h1.spTitle span {
		width: 100%;
		color: #690;
		font-size: 18px;
		line-height: 21px;
		float: left;
		clear: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}

	.button {
		width: 21%;
		height: 71px;
		background: #69C;
		float: left;
		margin: 5px 1% 5px 1%;
		padding: 5px 1%;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid fuchsia;
	}
	.candPict {
		width: 31%;
		float: left;
		margin: 0 2% 0 0;
		padding: 0;
		border: 0px solid fuchsia;
	}
	.candPict img {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.candName {
		width: 67%;
		float: right;
		font-weight: bold;
		line-height: 14px;
		border: 0px solid green;
	}
	.issName {
		font-weight: bold;
		text-align: center;
		border: 0px solid red;
	}

	ul.grouping {
		float: left;
		list-style: none;
	}

	ul.grouping li {
		margin: 0px 20px;
		float: left;
		list-style: none;
	}
	
	.candName p {
		float: left;
		font-size: 14px;
		line-height: 14px;
		width: 98%;
		height: 25px;
		margin: 5px 1% 0;
		padding: 0;
		border: 0px solid red;
	}
	.candName span {
		font-weight: bold;
		background: #b2e5FF;
		margin: 8px 0 0;
		padding: 5px 0 !important;
		width: 100%;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		border: 0px solid red;
	}
	.candName span input[type='radio'] {
		border: 0px solid green;
		width: 13%;
		padding: 0;
		margin: 3px 2% 0px 2%;
		float: left;
	}
	
	.candName font {
		border: 0px solid fuchsia;
		float: left;
		padding: 0 0;
		margin: 3px 0px;
	}

	.candName input[type='text'],
	.candName input[type='text']:focus {
		font-weight: bold;
		float: right;
		width: 76% !important;
		min-width: 76% !important;
		max-width: 76% !important;
		margin: -2px 2% 0;
		padding: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 0px solid red;
	}
	
	.clear-both {
		clear: both;
		padding: 10px 0;
	}

	input[type='submit'] {
		font-weight: bold;
		font-size: 16px;
		color: #036;
		text-transform: uppercase;
		background: #9C3;
		width: 90%;
		margin: 20px 0;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 0px solid red;
	}
	
	fieldset .issue {
		border: 0px solid red;
		float: left;
		font-weight: bold;
		text-align: center;
		width: 31.333333334%;
		margin: 0 1% 20px;
		padding: 0;
	}
	fieldset .issue ul.grouping {
		border: 0px solid red;
		float: left;
		width: 94%;
		background: #d9d0bd;
		margin: 5px 1% 0;
		padding: 0 2%;
		list-style: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	fieldset .issue ul.grouping li {
		border: 0px solid red;
		float: left;
		text-align: center;
		width: 33.333333334%;
		margin: 0;
		padding: 10px 0;
		list-style: none;
	}
	fieldset .issue ul.grouping li span {
		border: 0px solid red;
		float: left;
		font-size: 12px;
		line-height: 10px;
		text-align: center;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none;
	}

	/*-- EXHIBITORS PAGE --------------------------------------------------------

	div#exhibitBx {
		width: 96% !important;
		float: left;
		margin: 0 0 20px;
		padding: 2%;
		background: #f0ede5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#exhibitBx h4 {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div#exhibitBx h6 {
		font-size: 14px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div.exhibittab {
		float: left;
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
	div.exhibittab div {
		background: #f0ede5;
		float: left;
		width: 96% !important;
		font-weight: 700;
		margin: 0 1% 15px;
		padding: 1%;
		text-align: center;
		list-style-type: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div.exhibittab div:hover {
		text-decoration: none;
		background: #6fb5ed;
		color: #014c89;
		text-decoration: none;
	}*/

	/*--- REGISTER - TABLES ---------------------------------------*/
	
	div#regfrm {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	h3#regfrm {
		float: left;
		margin: 20px 0 20px;
	}
	div#regfrm div#regCell {
		float: left;
		width: 18% !important;
		margin: 0;
		padding: 0 1%;
		border: 0px solid red;
	}
	div#regfrm div#regCell label {
		float: left;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
		padding: 0 1%;
		border: 0px solid red;
	}
	div#regfrm div#regCell select {
		float: left;
		width: 100% !important;
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: 1px solid #E5E5E5;
	}
	div#regfrm div#regCell input[type=text] {
		float: left;
		width: 94% !important;
		list-style-type: none;
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#regfrm input#checkBox {
		margin: 0 10px 0 0;
		padding: 0;
		border: 0px solid red;
	}
	
	.bodyContent table td {
		border: 0px solid #E5E5E5;
	}
	.bodyContent table tr {
		padding: 5px 0;
	}

	.bodyContent table td select {
		float: left;
		margin: 5px 0 5px 5px;
		padding: 5px;		
	}
	.bodyContent table td input[type=radio] {
		float: none;
		margin: 5px;
		padding: 5px;
	}
	.bodyContent table td input[type=text] {
		float: none;
		width: auto;
		margin: 5px 0 5px 5px;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.bodyContent table td .tiny {
		font-size: 10px;
	}

	div#packfrm {
		float: left;
		width: 100% !important;
		text-align: left;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCell {
		float: left;
		clear: left;
		width: 80% !important;
		margin: 0 10% 10px;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellRd {
		float: left;
		width: 5% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellDsc {
		float: left;
		width: 85% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div#packfrm #packCellPrc {
		float: left;
		text-align: right;
		width: 10% !important;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}

	h3#howHear {
		float: left;
		text-align: center;
	}
	div#howHear, div#promoCode {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#promoCode input[type=text] {
		width: 200px !important;
		float: none;
		list-style-type: none;
		margin: 0 0 0 10px;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div#regfrm input[type=button],
	div#regfrm input[type=submit] {
		width: 40%;
		margin: 0 2%;
		padding: 5px;
		border: 0px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
}


/**
 * Forms
 */
input,
button,
select,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}
input[type=text],
input[type=text]:focus,
.form-search .input-append .search-query {
    border: none;
    border-radius: 0px;
    -moz-box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    box-shadow: inset 0 3px 5px -3px rgba(0,0,0,0.9);
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
input::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
input:-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
input:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
/**
 * Buttons
 */
.btn-large,
.btn-group > .btn-large {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}
.btn-large {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
.btn-group > .btn:first-child {
    -moz-border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
    border-right: 1px solid rgba(0,0,0,0.4);
    z-index: 2;
    position: relative;
    behavior: url(../../js/frc/PIE.htc);
}
.btn-group > .btn:last-child {
    -moz-border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    position: relative;
    z-index: 0;
    behavior: url(../../js/frc/PIE.htc);
}
.btn.blue {
    background: url(../../img/domain/frc/btn_b_bg.gif) repeat-x center;
    position: relative;
    z-index: 0;
}
.btn.green {
    background: url(../../img/domain/frc/btn_g_bg.gif) repeat-x center;
    position: relative;
    z-index: 0;
}
.btn.blue:hover,
.btn.green:hover {
    color: #fff;
}
.btn.darkblue,
.user-actions .btn-toolbar .btn {
    background: #316597;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: inset 0 -30px 15px -18px #036;
    -webkit-box-shadow: inset 0 -30px 15px -18px #036;
    box-shadow: inset 0 -30px 15px -18px #036;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
/**
 * Responsive Utility Classes
 */
@media (min-width: 768px) {
    .row-fluid-if-mobile {
        clear: none;
    }
}
@media (min-width: 1200px) {
  .visible-widescreen {
    display: inherit !important;
  }
  .hidden-widescreen {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inherit !important;
  }
  .fill-width-if-lt-desktop {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inherit !important;
  }
  .full-width-if-mobile {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .row-fluid-if-mobile {
    clear: both;
  }
  .row-fluid-if-mobile .span6 {
    width: 48.45354447606087%;
  }
  .row-fluid-if-mobile .offset3:first-child {
    margin-left: 25.773227761969565%;
  }
}


.birthday_wrap { clear: both; text-align: left; }

.birthday_wrap label {
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}