/**
 * 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 !important;
}

h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 21px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

h1.strawpoll {
	color: #FFF;
	margin: 30px auto;
}

h2 span {
	font-size: 14px;
}

h3 {
	color: #014c89 !important;
	text-decoration: none !important;
}
h3:hover {
	color: #1a78b0 !important;
	text-decoration: none !important;
}

h3.spnsrHdr {
	width: 80%;
	margin: 0 10% 20px;
	padding:10px 0;
	border: 2px solid #369;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

#intHdr {
	margin-top: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

.left {float: left;}
.right {float: right;}
.clear-both { clear: both; }

div#stdntsIndiv:hover {
	cursor: pointer;
	padding: 2px 0 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

div.imgBx a img:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/** Red Scroller **/
#redScroller {
    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;
}

#redScroller h1 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: 700;
	font-style: italic;
	/*text-transform: uppercase;*/
	margin: 0 0;
	padding: 10px 0;
	width: 100%;
	float: left;
	border: 0px solid green;
}

.letBg {
	position: relative;
	background: url(../../../img/domain/valuesvotersummit/vvs/let/let_bg.jpg) center center no-repeat !important;
	/*background-size: 100% auto !important;*/
	color: #CCC;
	font-weight: bold;
}

#mainContent #bannerBxFllWht {
    background: #FFF;
    float: left;
    width: 98% !important;
    margin: 20px 1% 0;
    padding: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	border: 1px solid #036;
}



/*
.letBg p {
	background: rgb(102, 102, 102);
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100% !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: .8rem;
    margin-bottom:0px !important;
	border: 0px solid red;
	bottom: 0px !important;
	text-align: center;
}

.letBg p span {
    font-size: 1rem;
	text-transform: uppercase;
}	

.letBg:hover {
	color: white !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;}

	h2 span {
		font-size: 10px;
	}
		
	.content {
		background: #FFF;
		max-width: 767px !important;
		margin: 0 1% 0 1%;
		padding: 0;
		border-top: 0px solid fuchsia;
	}

	div#button, div#buttonGrn {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		border: 0px solid red;
	}

	div#buttonHlf {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		border: 0px solid red;
	}

	div.btnTop {
		margin: 10px auto 5px;
	}

	div.btnMid {
		margin: 5px auto;
	}

	div.btnBtm {
		margin: 5px auto 20px;
	}

	div#button h4, div#buttonHlf h4 {
		margin: 0 auto 20px;
		width: 90% !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, div#buttonHlf h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#button h4:hover, div#buttonHlf h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	div#buttonGrn h4 {
		margin: 0 auto 20px;
		width: 100% !important;
		padding: 10px;
		text-align: center;
		color: #FFF;
		background: #99CC33;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid red;
	}

	div#buttonGrn h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#buttonGrn h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	div.imgGllry {
		width:100%;
		margin: 0 0 20px;
		float:left;
	}
	
	div.imgBx {
		width:29.333333339%;
		margin: 0 2% 15px;
		float:left;
		border:0px solid ##e5e5e5;
	}


	/** Header **/
	#header {
	    float: left;
	    position: relative;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}

	/** Logo box **/
	#header #logoBox {
		background: #FFF;
	    float: left;
	    height: 110px;
	    margin: 0;
	    text-align: center;
	    width: 100% !important;
	    position: absolute;
	    z-index: 1;
		border: 0px solid green;
	}
	#header #logo {
	    float: left;
	    width: 80px;
	    margin: 10px 0 0 0;
		border: 0px solid green;
	}
	#header #logo img {
		width: 100%;
	}
	#header #eventDate {
	    float: right;
	    width: 200px;
	    margin: 50px 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 #hashTag {
		display: none;
	    float: right;
	    margin: 200px;
	    margin: 10px 10px 0 0;
	    text-align: center;
		border: 0px solid green;
	}
	#header #hashTag span#red {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #e01838;
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 10px;
		width: 100%;
		float: left;
		border: 0px solid green;
	}


	#header #logoBox #smBtnBx {
		display: none;
	}
	
	#header #logoBox #smBtnBx #fcbkBtn {
	}
	
	#header #logoBox #smBtnBx #twttrBtn {
	}

	#header #headerImg {
	    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 0 15px;
	    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: 10px;
		font-weight: 700;
		line-height: 12px;
		margin: 7px 0 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}

	#mainContent #bannerBxFllWht #jobFairLgs {
		width: 98%;
		height: 70% !important;
		max-height: 70% !important;
		margin: 0 1%;
		padding: 2%;
		float: left;
	}
	#mainContent #bannerBxFllWht #jobFairBnr {
		width: 98%;
		padding: 0 1% 1% 1%;
		float: left;
	}
	#mainContent #bannerBxFllWht #jobFairBnr h2 {
		font-size: 18px !important;
		font-weight: 700;
		line-height: 21px !important;
		margin: 0;
		padding: 1%;
		border: 0px solid green;
	}
	#mainContent #bannerBxFllWht #jobFairBnr p {
		font-size: 12px !important;
		line-height: 14px !important;
		margin: 0;
		padding: 0;
		border: 0px solid green;
	}

	#mainContent #bannerBx div#galaBnr h2#multiLine, #mainContent #bannerBx div#galaBnr h2#multiLine span {
		color: #FFF;
		font-size: 16px;
		font-weight: 700;
		line-height: 18px;
		margin: 10px 0 0;
		padding: 0;
		text-transform: none;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr h2#multiLine span.bnnrTtl {
		color: #9cd2ff !important;
		font-size: 21px !important;
		font-weight: 700 !important;
		line-height: 24px !important;
		text-transform: uppercase;
	}
	
/*--- FULL BANNER WIDTH ---*/	
	#mainContent #bannerBxFll {
	    background: #1262a3 url(../../../img/domain/valuesvotersummit/vvs/gala/awardBkg.jpg) center center repeat-y;
	    float: left;
	    width: 98% !important;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll div#galaPctBx1 {
		display: none;
		float: left;
		text-align: center !important;
		height: auto !important;
		width: 19% !important;
		margin: 10px 1% 0 0;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #bannerBxFll div#galaPctBx2 {
		display: none;
		float: left;
		text-align: center !important;
		height: auto !important;
		width: 19% !important;
		margin: 10px 0 0 1%;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #bannerBxFll div#galaPctBx1 div#galaPct,
	#mainContent #bannerBxFll div#galaPctBx2 div#galaPct {
		text-align: center;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		padding: 0;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll div#galaPctBx1 img,
	#mainContent #bannerBxFll div#galaPctBx2 img {
		width: 100%;
		height: auto;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	}
	#mainContent #bannerBxFll div#galaPctBx1 img,
	#mainContent #bannerBxFll div#galaPctBx2 img {
		width: auto;
		height: 100%;
	}
	#mainContent #bannerBxFll div#galaPctBx1 div#galaDisc,
	#mainContent #bannerBxFll div#galaPctBx2 div#galaDisc {
		text-align: center !important;
		float: right;
		clear: right;
		display: block;
		width: 100%;
		color: #69C;
		font-size: 8px;
		line-height: 8px;
		margin: 4px 0 0;
		padding: 1px;
		border: 0px solid;
	}
	#mainContent #bannerBx div#galaBnr {
		float: left;
		width: 100%;
		color: #9CF;
		font-size: 14px;
		line-height: 17px;
		font-weight: 700;
		margin: 5px 1%;
		padding: 0;
	    text-align: center;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll div#galaBnr {
		float: left;
		width: 98%;
		color: #9CF;
		font-size: 11px;
		line-height: 14px;
		font-weight: 700;
		margin: 5px 1%;
		padding: 0;
	    text-align: center;
		text-transform: uppercase;
		border: 0px solid red;
	}
	#mainContent #bannerBxFll div#galaBnr span#recipient {
		color: #FFF;
		width: 100%;
		float: left;
		font-size: 21px;
		line-height: 21px;
		margin: 8px 0;
		padding: 0;
	}
	#mainContent #bannerBxFll div#galaBnr span#award {
		color: #e5dbbc;
		width: 100%;
		float: left;
		font-size: 14px;
		line-height: 14px;
		margin: 5px 0;
		padding: 0;
		font-style: italic;
	}
	#mainContent #bannerBxFll h2 {
		color: #FFF;
		font-size: 16px;
		font-weight: 700;
		line-height: 90px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll a h2 {
	    background: #014c89;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll a:hover h2 {
		background: #1262a3;
	}
	#mainContent #bannerBxFll div#galaBnr span#music {
		color: #e5dbbc;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 18px;
		margin: 5px 0 0;
		padding: 0;
		font-style: italic;
	}

	/** Banner Boxes *****/
	#mainContent #sponsorBxs {
		background: #FFF;
	    float: left;
	    min-width: 98% !important;
	    text-align: center;
	    margin: 20px 1%;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 2px solid #b2a16e;
	}
	
	.sponsorSection {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0;
		clear: both;
	}
	.sponsorSection .sponsorBar {
	    margin: 10px auto;
		padding: 0;
		text-align: center;
		border: 0px solid red;
	}
	.sponsorSection .sponsorBar > li {
		float: none;
		margin: 0 10px;
		display: inline-block;
		border: 0px solid green;
	}
	.sponsorSection #dsclmBx {
		float: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		text-transform: uppercase;
		margin: 10px 0 !important;
		padding: 0;
	}

	/** 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;
	}

	
	/*-- 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;
	}
	.bodyContent h1 span#linkBack {
		color: #b2a16e;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	/*-- SPEAKERS PAGE --------------------------------------------------------*/
	.speakerHm {
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.speakerHm > div {
		background: #f0ede5;
		float: left;
		clear: right;
		display: table-cell;
		text-align: center;
		margin: 0 1% 3%;
		padding: 1% 2%;
		width: 94%;
		height: 50px;
		vertical-align: middle;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.speakerHm > div#cnfrm {
		background: #def1ff url(../../../img/domain/valuesvotersummit/vvs/cnfrm.png) no-repeat -20px -6px;
	}
	.speakerHm > div img {
		display: none;
	}
	.speakerHm > div h6 {
		color: #014c89;
		font-size: 14px;
		line-height: 14px;
		margin: 5px 0 5px;
		padding: 0;
	}
	.speakerHm > div p {
		font-size: 10px;
		line-height: 11px;
		border: 0px solid red;
	}
	.speakerHm > div.except h6 {
		color: #014c89;
		font-size: 14px;
		line-height: 14px;
		margin: 0 0 2px;
		padding: 0;
	}
	.speakerHm > div.except p {
		font-size: 9px;
		line-height: 10px;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.speakerHm > div p#tinyTxt {
		display: none;
		font-size: 7px;
		line-height: 7px;
		border: 0px solid red;
	}

	/*-- SCHEDULE PAGE --------------------------------------------------------*/

	h4.table-caption {
	  font-weight: bold;
	  margin: 0 0 15px;
	  padding: 0 0 15px;
	  text-align: left;
	  width: auto;
	  border-bottom: 1px #CCC solid;
	}
	
	div.base-layer {
	  border: solid #E5E5E5 0px;
	  color: #000000;
	  margin: 5px;
	  padding: 0;
	  width: 100% !important;
	}
	
	div.table-row {
	  color: #000000;
	  margin-top: 0;
	  margin-right: auto;
	  margin-bottom: 0;
	  margin-left: auto;
	  padding: 0 0 0 0;
	  text-align: left;
	  width: 100% !important;
	  border: 0px solid #E5E5E5;
	}
	div.leftCntr {
		border: none;
		float: left;
		margin: 0;
		padding: 0;
		font-weight: 700;
		width: 100% !important;
		text-align: left;
		border: 0px solid #E5E5E5;
	}
	
	div.rightCntr {
		border: none;
		float: right;
		margin: 0;
		padding: 0;
		width: 100% !important;
		text-align: left;
		border: 0px solid #E5E5E5;
	}
	
	div.rightCntr ul {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 15px 40px;
		text-align: left;
		padding: 0;
	}
	
	div.rightCntr ul li {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 0 0;
		padding: 0;
	}
	div.space-line {
		clear: both;
		margin: 0;
		padding: 0;
		width: auto;
	}

	/*-- BREAKOUT SESSIONS PAGE --------------------------------------------------------*/

	div.sessBx {
		width: 90% !important;
		float: left;
		margin: 0 0 20px;
		padding: 5%;
		background: #f0ede5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	div.sessBx h4 {
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		margin: 0 0 10px;
		padding: 0;
		color: #014c89;
	}
	div.sessBx #sessSpkrs {
		display: none;
		margin: 0 0 10px;
		padding: 0;
	}
	div.sessBx #sessSynop {
		margin: 0 0 0;
		padding: 0;
	}

	/*-- 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;
		border: 1px solid #e5e5e5;
	}
	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;
	}
	.exhBnrBlu {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_blu.jpg) center top no-repeat !important;
	}
	.exhBnrRed {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_red.jpg) center top no-repeat !important;
	}
	.exhBnrGld {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_gld.jpg) center top no-repeat !important;
	}
	.exhBnrGrn {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_grn.jpg) center top no-repeat !important;
	}
	.exhBnrGry {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_gry.jpg) center top no-repeat !important;
	}
	div.exhibittab div#dsclmBx {
		width: 88% !important;
		float: left;
		clear: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		font-weight: normal;
		text-transform: uppercase;
		margin: 10px 1% 0;
		padding: 8px 5%;
	}
	div.exhibittab div#dsclmBx:hover {
		background: #f0ede5;
		color: #b2a16e;
	}


	/*-- EXHIBITORS PAGE --------------------------------------------------------*/

	div.spnsrBx {
		width: 100% !important;
		float: left;
		margin: 0 0 20px;
		padding: 0 0 2%;
	}
	div.spnsrImg {
		display: none;
	}
	div.spnsrDsc {
		width: 90% !important;
		float: left;
		margin: 0 0 0 2%;
		padding: 0;
	}

	/*-- STUDENTS PAGE --------------------------------------------------------*/

	div#stdntsBx {
		width: 100% !important;
		float: left;
		margin: 0 0 10px;
		padding: 0;
		clear: left !important;
	}
	div#stdntsIndiv {
		text-align: center;
		width: 100% !important;
		margin: 0 auto 5px;
		padding: 0 0 2px;
	}


	div#stdntsBxAS {
		width: 100% !important;
		float: left;
		margin: 0 auto 10px;
		padding: 0;
	}
	div#stdntsBxinAS {
		width: 100% !important;
		margin: 0 auto 0;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS1 {
		width: 210px !important;
		text-align: center;
		margin: 0 auto 5px;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS2 {
		width: 280px !important;
		text-align: center;
		margin: 0 auto 5px;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS3 {
		width: 280px !important;
		text-align: center;
		margin: 0 auto 5px;
		padding: 0;
		border: 0px solid red;
	}



	div#stdntBrkBx {
		margin: 0 auto 20px;
		padding: 0;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #CCC;
		width: 100% !important;
		float: left;
		background: #014c89 url(../../../img/domain/valuesvotersummit/vvs/bluebg.png) center top repeat;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	div#stdntBrkBx h2 {
		color: white;
		margin: 0 0 10px;
		font-weight: 700;
		font-size: 16px;
		line-height: 18px;
	}
	div#stdntBrkBx h3 {
		color: white;
		margin: 0;
		font-weight: 700;
	}
	div#stdntBrkBx .txtBlck {
		padding-bottom: 15px; padding-left: 15px; padding-right: 15px; float: left; padding-top: 15px
	}
	div#stdntBrkBx div#stdntBrkSpkrs {
		color: #FFF;
		width: 100% !important;
		font-size: 12px;
		line-height: 12px;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv {
		float: left;
		text-align: center;
		width: 48% !important;
		height: 130px;
		margin: 0;
		padding: 0 1%;
	}
	div#stdntBrkBx div#stdntBrkSpkrs img {
		margin: 0 0 5px;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv p {
		color: #b0d7f7;
		margin: 0;
		font-size: 8px;
		line-height: 10px;
		font-weight: bold;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv p strong {
		color: #FFF;
		margin: 0;
		font-size: 10px;
		font-weight: bold;
	}
	div#stdntBrkBx p {
		color: #b0d7f7;
		margin: 0;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
	}
	/*-- JOBS FAIR --*/
	div#jobsBx {
		margin: 0 auto;
		padding: 0;
		float: left;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #CCC;
		width: 98% !important;
		height: auto;
		background: white;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
	div#jobsBxA {
		margin: 1%;
		padding: 0px;
		border: 0px solid purple;
		width: 98% !important;
		height: 60px;
		float: left;
		background: url(../../../img/domain/valuesvotersummit/vvs/liLogo.png) center center no-repeat;
		border: 0px solid red;
	}
	
	div#jobsBxB {
		margin: 1%;
		padding: 0 0 10px;
		border: 0px solid #F00;
		width: 98% !important;
		float: left;
		text-align: center;
		border: 0px solid red;
	}
	
	div#jobsBxC {
		margin: 22px 10px 10px 10px;
		padding: 0px;
		border: 0px solid purple;
		width: 200px;
		height: 60px;
		float: right;
		background: url(../../../img/domain/valuesvotersummit/vvs/cjLogo.png) 0 0 no-repeat;
	}
	
	div#jobsBxB h2 {
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		color: #386cb9;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB h2#redh {
		font-size: 24px;
		font-weight: bold;
		color: #E01838;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB  h3 {
		font-size: 18px;
		font-weight: bold;
		color: #e3d8b7;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB p {
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		margin: 10px 0;
		padding: 5px 0;
		border-top: 1px solid #E01838;
		border-bottom: 1px solid #E01838;
	}

	/*--- 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;
	}

	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=text] {
		margin: 0;
		padding: 5px;
		border: 1px solid #E5E5E5;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
}













/*---768 MIN ----------------------------------------------------------------------------------------------------------*/

@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;}
	
	h2 span {
		font-size: 10px;
	}

	.content {
		background: #FFF;
		max-width: 768px !important;
		margin: 0 auto 0 auto;
		padding: 0;
		border-top: 0px solid yellow;
	}

	div#button, div#buttonGrn {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		border: 0px solid red;
	}

	div#buttonHlf {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		border: 0px solid red;
	}
	
	div.btnTop {
		margin: 10px auto 5px;
	}

	div.btnMid {
		margin: 5px auto;
	}

	div.btnBtm {
		margin: 5px auto 20px;
	}

	div#button h4, div#buttonHlf h4 {
		margin: 0 10% 20px;
		width: 90% !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, div#buttonHlf h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#button h4:hover, div#buttonHlf h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	div#buttonGrn h4 {
		margin: 0 auto 20px;
		width: 100% !important;
		padding: 10px;
		text-align: center;
		color: #FFF;
		background: #99CC33;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid red;
	}

	div#buttonGrn h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#buttonGrn h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	div.imgGllry {
		width:100%;
		margin: 0 0 20px;
		float:left;
	}
	
	div.imgBx {
		width:21%;
		margin: 0 2% 15px;
		float:left;
		border:0px solid ##e5e5e5;
	}


	/** Header **/
	#header {
	    background: url(../../img/domain/frc/top_banner.jpg) repeat-x center top;
	    float: left;
	    height: 361px;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}

	/** Logo box **/
	#header #logoBox {
	    background: url(../../../img/domain/valuesvotersummit/vvs/logoBkgdsm.png) no-repeat left top;
	    float: left;
	    height: 361px;
	    margin: 0 0 0 20px;
	    text-align: center;
	    width: 170px !important;
	    position: absolute;
	    z-index: 100;
		border: 0px solid green;
	}
	#header #logo {
	    float: left;
	    margin: 50px 0 0 0;
		border: 0px solid green;
	}
	#header #logo img {
		width: 90%;
	}
	#header #eventDate {
	    float: left;
	    margin: 10px 0 0 0;
		border: 0px solid green;
	}
	#header #eventDate span#blue {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 21px;
		font-weight: 700;
		margin: 0 0 5px;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #eventDate span#gold {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #b2a16e;
		font-size: 14px;
		line-height: 14px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #hashTag {
	    float: left;
	    width: 100%;
	    margin: 5px 0 0 0;
	    text-align: center;
		border: 0px solid green;
	}
	#header #hashTag span#red {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #e01838;
		font-size: 21px;
		font-weight: 700;
		margin: 0 0 5px;
		width: 100%;
		float: left;
		border: 0px solid green;
	}


	
	#header #logoBox #smBtnBx {
		display: block;
	    float: left;
	    width: 100% !important;
	    margin: 10px auto 0;
		border: 0px solid red;
	}
	#header #logoBox #smBtnBx #fcbkBtn {
		display: block;
	    width: 58% !important;
	    height: 20px;
		border: 0px solid #bfd2e1;
		float: left;
		margin: 0 0 10px 3px;
		padding: 0;
	}
	#header #logoBox #smBtnBx #twttrBtn {
		display: block;
	    width: 38% !important;
	    height: 20px;
		border: 0px solid #bfd2e1;
		float: right;
		margin: -2px 3px 0 0 !important;
		padding: 0;
	}
	

	#header #headerImg {
	    float: left;
	    margin: 0;
		border: 0px solid green;
	}
	
	/** Navigation Menu **/
	#nav {
		background: #FFF;
	    float: left;
	    height: 100px;
	    margin: 0;
	    min-width: 100% !important;
	    position: relative;
		border: 0px solid green;
	}
    #nav select {
        list-style: none;
        margin: 35px;
        float: right;
    }
    
	/** Red Banner **/
	#redBanner {
	    background: url(../../../img/domain/valuesvotersummit/vvs/redStar.png) repeat left top;
	    float: left;
	    height: 60px;
	    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: 24px;
		line-height: 60px;
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
		margin: 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: 21px;
		line-height: 50px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#grnBanner h1 span {
		color: #014c89;
		font-size: 14px;
		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 0 15px;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #bannerBx {
	    background: #014c89;
	    float: left;
	    width: 48% !important;
	    height: 90px;
	    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: 90px;
		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: 21px;
		font-weight: 700;
		line-height: 21px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}

	#mainContent #bannerBxFllWht #jobFairLgs {
		width: 98%;
		height: 70% !important;
		max-height: 70% !important;
		margin: 0 1%;
		padding: 2%;
		float: left;
	}
	#mainContent #bannerBxFllWht #jobFairBnr {
		width: 98%;
		padding: 0 1% 1% 1%;
		float: left;
	}
	#mainContent #bannerBxFllWht #jobFairBnr h2 {
		font-size: 18px !important;
		font-weight: 700;
		line-height: 21px !important;
		margin: 0;
		padding: 1%;
		border: 0px solid green;
	}
	#mainContent #bannerBxFllWht #jobFairBnr p {
		font-size: 14px !important;
		line-height: 16px !important;
		margin: 0;
		padding: 0;
		border: 0px solid green;
	}

	#mainContent #bannerBx div#galaBnr h2#multiLine, #mainContent #bannerBx div#galaBnr h2#multiLine span {
		color: #FFF;
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
		margin: 12px 0 0;
		padding: 0;
		text-transform: none;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr h2#multiLine span.bnnrTtl {
		color: #9cd2ff !important;
		font-size: 21px !important;
		font-weight: 700 !important;
		line-height: 24px !important;
		text-transform: uppercase;
	}

/*--- FULL BANNER WIDTH ---*/	
	#mainContent #bannerBxFll {
	    background: #1262a3 url(../../../img/domain/valuesvotersummit/vvs/gala/awardBkg.jpg) center center no-repeat;
	    float: left;
	    width: 98% !important;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll div#galaPctBx1 {
		float: left;
		text-align: center !important;
		height: auto !important;
		width: 19% !important;
		margin: 10px 1% 10px 0;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #bannerBxFll div#galaPctBx2 {
		float: left;
		text-align: center !important;
		height: auto !important;
		width: 19% !important;
		margin: 10px 0 10px 1%;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #bannerBxFll div#galaPctBx1 div#galaPct,
	#mainContent #bannerBxFll div#galaPctBx2 div#galaPct {
		text-align: center;
		width: 130px;
		height: 130px;
		margin: 0 auto;
		padding: 0;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll div#galaPctBx1 img,
	#mainContent #bannerBxFll div#galaPctBx2 img {
		width: 100%;
		height: auto;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	}
	#mainContent #bannerBxFll div#galaPctBx1 img,
	#mainContent #bannerBxFll div#galaPctBx2 img {
		width: auto;
		height: 100%;
	}
	#mainContent #bannerBxFll div#galaPctBx1 div#galaDisc,
	#mainContent #bannerBxFll div#galaPctBx2 div#galaDisc {
		text-align: center !important;
		float: right;
		clear: right;
		display: block;
		width: 100%;
		color: #69C;
		color: white;
		font-size: 10px;
		line-height: 8px;
		margin: 4px 0 0;
		padding: 10px 0 0;
		border: 0px solid;
	}
	#mainContent #bannerBx div#galaBnr {
		float: left;
		width: 100%;
		color: #9CF;
		font-size: 16px;
		line-height: 18px;
		font-weight: 700;
		margin: 7px 0;
		padding: 0;
	    text-align: center;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll div#galaBnr {
		float: left;
		width: 60%;
		width: 78%;
		color: #9CF;
		font-size: 14px;
		line-height: 16px;
		font-weight: 700;
		margin: 7px 0;
		margin: 20px 0;
		padding: 0;
	    text-align: center;
		text-transform: uppercase;
		border: 0px solid fuchsia;
	}
	#mainContent #bannerBxFll div#galaBnr span#recipient {
		color: #FFF;
		width: 100%;
		float: left;
		font-size: 24px;
		line-height: 21px;
		margin: 10px 0;
		padding: 0;
	}
	#mainContent #bannerBxFll div#galaBnr span#award {
		color: #e5dbbc;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 18px;
		margin: 8px 0;
		padding: 0;
		font-style: italic;
	}
	#mainContent #bannerBxFll h2 {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 90px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll a h2 {
	    background: #014c89;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll a:hover h2 {
		background: #1262a3;
	}
	#mainContent #bannerBxFll div#galaBnr span#music {
		color: #e5dbbc;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 18px;
		margin: 10px 0 0;
		padding: 0;
		font-style: italic;
	}

	/** Banner Boxes *****/
	#mainContent #sponsorBxs {
		background: #FFF;
	    float: left;
	    min-width: 98% !important;
	    text-align: center;
	    margin: 20px 1%;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 2px solid #b2a16e;
	}
	
	.sponsorSection {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0;
		clear: both;
	}
	.sponsorSection .sponsorBar {
	    margin: 10px auto;
		padding: 0;
		text-align: center;
		border: 0px solid red;
	}
	.sponsorSection .sponsorBar > li {
		float: none;
		margin: 0 10px;
		display: inline-block;
		border: 0px solid green;
	}
	.sponsorSection #dsclmBx {
		float: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		text-transform: uppercase;
		margin: 10px 0 !important;
		padding: 0;
	}

	/** 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;
	    padding: 15px;
	    text-align: center;
	    width: 250px !important;
	    position: relative;
	    z-index: 100;
		border: 0px solid green;
	}
	#footer #logo {
	    float: left;
	    clear: right;
		position: relative;
	    margin: 0 10px 0;
		border: 0px solid green;
	}
	#footer #socMed {
	    float: left;
	    width: 101px;
	    margin: 0;
		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: 12px;
	    font-weight: 700;
	    text-align: left;
	    margin: 10px 0 0;
		border: 0px solid green;
	}

	#footer #nav {
	    float: right;
	    height: 100px;
	    margin: 0;
	    min-width: 60% !important;
	    position: relative;
		border: 0px solid green;
	}
	
	/*-- 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;
		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;
	}
	.bodyContent h1 span#linkBack {
		color: #b2a16e;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	/*-- SPEAKERS PAGE --------------------------------------------------------*/
	.speakerHm {
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.speakerHm > div {
		background: #f0ede5;
		float: left;
		clear: right;
		display: table-cell;
		text-align: center;
		margin: 0 1% 1.5%;
		padding: 1%;
		width: 46%;
		height: 50px;
		vertical-align: middle;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.speakerHm > div#cnfrm {
		background: #def1ff url(../../../img/domain/valuesvotersummit/vvs/cnfrm.png) no-repeat -20px -6px;
	}
	.speakerHm > div img {
		display: none;
	}
	.speakerHm > div h6 {
		color: #014c89;
		font-size: 14px;
		line-height: 14px;
		margin: 5px 0 5px;
		padding: 0;
	}
	.speakerHm > div p {
		font-size: 10px;
		line-height: 11px;
		border: 0px solid red;
	}
	.speakerHm > div.except h6 {
		color: #014c89;
		font-size: 14px;
		line-height: 14px;
		margin: 0 0 2px;
		padding: 0;
	}
	.speakerHm > div.except p {
		font-size: 9px;
		line-height: 10px;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.speakerHm > div p#tinyTxt {
		display: none;
		font-size: 7px;
		line-height: 7px;
		border: 0px solid red;
	}

	/*-- SCHEDULE PAGE --------------------------------------------------------*/

	h4.table-caption {
	  font-weight: bold;
	  margin: 0 0 15px;
	  padding: 0 0 15px;
	  text-align: left;
	  width: auto;
	  border-bottom: 1px #CCC solid;
	}
	
	div.base-layer {
	  border: solid #E5E5E5 0px;
	  color: #000000;
	  margin: 5px;
	  padding: 0;
	  width: 100% !important;
	}
	
	div.table-row {
	  color: #000000;
	  margin-top: 0;
	  margin-right: auto;
	  margin-bottom: 0;
	  margin-left: auto;
	  padding: 0 0 0 0;
	  text-align: left;
	  width: 100% !important;
	  border: 0px solid #E5E5E5;
	}
	div.leftCntr {
		border: none;
		float: left;
		margin: 0;
		padding: 0;
		width: 20% !important;
		text-align: left;
		border: 0px solid #E5E5E5;
	}
	
	div.rightCntr {
		border: none;
		float: right;
		margin: 0;
		padding: 0;
		width: 80% !important;
		text-align: left;
		border: 0px solid #E5E5E5;
	}
	
	div.rightCntr ul {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 15px 40px;
		padding: 0;
	}
	
	div.rightCntr ul li {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 0 0;
		padding: 0;
	}
	div.space-line {
		clear: both;
		margin: 0;
		padding: 0;
		width: auto;
	}

	/*-- BREAKOUT SESSIONS PAGE --------------------------------------------------------*/

	div.sessBx {
		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.sessBx h4 {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div.sessBx #sessSpkrs {
		display: none;
		margin: 0 0 10px;
		padding: 0;
	}
	div.sessBx #sessSynop {
		margin: 0 0 0;
		padding: 0;
	}

	/*-- 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: 18px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div#exhibitBx h6 {
		font-size: 16px;
		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;
	}
	.exhBnrBlu {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_blu.jpg) center top no-repeat !important;
	}
	.exhBnrRed {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_red.jpg) center top no-repeat !important;
	}
	.exhBnrGld {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_gld.jpg) center top no-repeat !important;
	}
	.exhBnrGrn {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_grn.jpg) center top no-repeat !important;
	}
	.exhBnrGry {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_gry.jpg) center top no-repeat !important;
	}
	div.exhibittab div#dsclmBx {
		width: 88% !important;
		float: left;
		clear: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		font-weight: normal;
		text-transform: uppercase;
		margin: 10px 1% 0;
		padding: 8px 5%;
	}
	div.exhibittab div#dsclmBx:hover {
		background: #f0ede5;
		color: #b2a16e;
	}

	/*-- EXHIBITORS PAGE --------------------------------------------------------*/

	div.spnsrBx {
		width: 100% !important;
		float: left;
		margin: 0 0 20px;
		padding: 0 0 2%;
	}
	div.spnsrImg {
		display: none;
	}
	div.spnsrDsc {
		width: 90% !important;
		float: left;
		margin: 0 0 0 2%;
		padding: 0;
	}

	/*-- STUDENTS PAGE --------------------------------------------------------*/

	div#stdntsBx {
		width: 100% !important;
		float: left;
		margin: 0 0 10px;
		padding: 0;
		clear: left !important;
	}
	div#stdntsIndiv {
		width: 31% !important;
		float: left;
		margin: 0 1%;
		padding: 0 0 2px;
		border: 0px solid red;
	}

	div#stdntsBxAS {
		width: 100% !important;
		height: 200px;
		float: left;
		margin: 0 auto 0px;
		padding: 0;
	}
	div#stdntsBxinAS {
		width: 100% !important;
		max-width: 720px !important;
		margin: 0 auto 0;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS1 {
		width: 160px !important;
		float: left;
		text-align: center;
		margin: 0 0 0 0;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS2 {
		width: 300px !important;
		float: left;
		text-align: center;
		margin: 25px 0 0 10px;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS3 {
		width: 239px !important;
		float: left;
		text-align: center;
		margin: 25px 0 0 10px;
		padding: 0;
		border: 0px solid red;
	}

	div#stdntBrkBx {
		margin: 0 auto 20px;
		padding: 0;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #CCC;
		width: 100% !important;
		float: left;
		background: #014c89 url(../../../img/domain/valuesvotersummit/vvs/bluebg.png) center top repeat;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	div#stdntBrkBx h2 {
		color: white;
		margin: 0 0 10px;
		font-weight: 700;
		font-size: 18px;
		line-height: 21px;
	}
	div#stdntBrkBx h3 {
		color: white;
		margin: 0;
		font-weight: 700;
	}
	div#stdntBrkBx .txtBlck {
		padding-bottom: 15px; padding-left: 15px; padding-right: 15px; float: left; padding-top: 15px
	}
	div#stdntBrkBx div#stdntBrkSpkrs {
		color: #FFF;
		width: 100% !important;
		font-size: 12px;
		line-height: 12px;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv {
		float: left;
		text-align: center;
		width: 18% !important;
		margin: 0;
		padding: 0 1%;
	}
	div#stdntBrkBx div#stdntBrkSpkrs img {
		margin: 0 0 5px;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv p {
		color: #b0d7f7;
		margin: 0;
		font-size: 10px;
		font-weight: bold;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv p strong {
		color: #FFF;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
	}
	div#stdntBrkBx p {
		color: #b0d7f7;
		margin: 0;
		font-weight: bold;
		font-size: 12px;
		line-height: 14px;
	}
	/*-- JOBS FAIR --*/
	
	div#jobsBx {
		margin: 0 auto;
		padding: 0;
		float: left;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #CCC;
		width: 100% !important;
		height: 100px;
		background: white;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
	div#jobsBxA {
		margin: 20px 10px 10px 20px;
		padding: 0px;
		border: 0px solid purple;
		width: 30% !important;
		height: 60px;
		float: left;
		background: url(../../../img/domain/valuesvotersummit/vvs/liLogo.png) 0 0 no-repeat;
		border: 0px solid red;
	}
	
	div#jobsBxB {
		margin: 5px 0;
		padding: 0 0 10px;
		border: 0px solid #F00;
		width: 60% !important;
		float: left;
		text-align: center;
		border: 0px solid red;
	}
	
	div#jobsBxC {
		margin: 22px 10px 10px 10px;
		padding: 0px;
		border: 0px solid purple;
		width: 200px;
		height: 60px;
		float: right;
		background: url(../../../img/domain/valuesvotersummit/vvs/cjLogo.png) 0 0 no-repeat;
	}
	
	div#jobsBxB h2 {
		font-size: 18px;
		line-height: 21px;
		font-weight: bold;
		color: #386cb9;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB h2#redh {
		font-size: 24px;
		font-weight: bold;
		color: #E01838;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB  h3 {
		font-size: 18px;
		font-weight: bold;
		color: #e3d8b7;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB p {
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		margin: 10px 0;
		padding: 5px 0;
		border-top: 1px solid #E01838;
		border-bottom: 1px solid #E01838;
	}

	/*--- 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;
	}

	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=text] {
		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: 24px; line-height: 26px;}
	h2 {font-size: 21px; line-height: 23px;}
	h3 {font-size: 18px; line-height: 20px;}
	h4 {font-size: 16px; line-height: 18px;}
	h5 {font-size: 14px; line-height: 16px;}
	h6 {font-size: 12px; line-height: 14px;}
	
	h2 span {
		font-size: 12px;
	}

	.content {
		background: #FFF;
		max-width: 969px !important;
		margin: 0 auto 0 auto;
		padding: 0;
		border-top: 0px solid green;
	}

	div#button, div#buttonGrn {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		border: 0px solid red;
	}

	div#buttonHlf {
		float: left;
		clear: right;
		width: 50% !important;
		text-align: center;
		margin:  0 0 15px 0;
		border: 0px solid red;
	}

	div.btnTop {
		margin: 20px auto 10px;
	}

	div.btnMid {
		margin: 10px auto;
	}

	div.btnBtm {
		margin: 10px auto 40px;
	}

	div#button h4 {
		margin: 0 10% 20px;
		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#buttonHlf h4 {
		margin: 0 3% 20px;
		width: 94% !important;
		padding: 10px 0;
		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, div#buttonHlf h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#button h4:hover, div#buttonHlf h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	div#buttonGrn h4 {
		margin: 0 auto 20px;
		width: 100% !important;
		padding: 10px;
		text-align: center;
		color: #FFF;
		background: #99CC33;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid red;
	}

	div#buttonGrn h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#buttonGrn h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	div.imgGllry {
		width:100%;
		margin: 0 0 20px;
		float:left;
	}
	
	div.imgBx {
		width:10.28%;
		margin: 0 2% 15px;
		float:left;
		border:0px solid ##e5e5e5;
	}
	
	/** Header **/
	#header {
	    background: url(../../img/domain/frc/top_banner.jpg) repeat-x center top;
	    float: left;
	    height: 461px;
	    margin: 0;
	    padding: 0;
		border: 0px solid blue;
	}

	/** Logo box **/
	#header #logoBox {
	    background: url(../../../img/domain/valuesvotersummit/vvs/logoBkgd.png) no-repeat left top;
	    float: left;
	    height: 461px;
	    margin: 0 0 0 20px;
	    text-align: center;
	    width: 220px !important;
	    position: absolute;
	    z-index: 100;
		border: 0px solid green;
	}
	#header #logo {
	    float: left;
	    margin: 100px 0 0 0;
		border: 0px solid green;
	}
	#header #logo img {
		width: 85%;
	}
	#header #eventDate {
	    float: left;
	    margin: 15px 0 0 0;
		border: 0px solid green;
	}
	#header #eventDate span#blue {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 24px;
		font-weight: 700;
		margin: 0 0 10px;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #eventDate span#gold {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #b2a16e;
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #hashTag {
	    float: left;
	    width: 100%;
	    margin: 15px 0 0 0;
	    text-align: center;
		border: 0px solid green;
	}
	#header #hashTag span#red {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #e01838;
		font-size: 24px;
		font-weight: 700;
		margin: 0 0 10px;
		width: 100%;
		float: left;
		border: 0px solid green;
	}

	
	#header #logoBox #smBtnBx {
		display: block;
	    float: left;
	    width: 160px !important;
		height: 20px !important;
	    margin: 15px 33px 0;
		border: 0px solid red;
	}
	#header #logoBox #smBtnBx #fcbkBtn {
		display: block;
		width: 90px !important;
		height: 20px !important;
		border: 0px solid #bfd2e1;
		float: left;
		margin: 0;
		padding: 0;
	}
	#header #logoBox #smBtnBx #twttrBtn {
		display: block;
		width: 55px !important;
		height: 20px !important;
		border: 0px solid #bfd2e1;
		float: right;
		margin: -2px 0 0 !important;
		padding: 0;
	}
	
	
		
	#header #headerImg {
	    float: left;
	    margin: 0;
		border: 0px solid green;
	}
	
	/** Navigation Menu **/
	#nav {
		background: #FFF;
	    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;
	    height: 80px;
	    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: 28px;
		line-height: 80px;
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
		margin: 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: 21px;
		line-height: 50px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#grnBanner h1 span {
		color: #014c89;
		font-size: 14px;
		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 ;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #infoBx {
	    background: #b2a16e;
	    float: left;
	    width: 18% !important;
	    text-align: center;
	    margin: 20px 1% 0;
	    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 {
		width: 85%;
		margin: 0 10px 10px;
		padding: 0;
		border: 0px solid green;
	}
	#mainContent #infoBx:hover img {
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	#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: 48% !important;
	    height: 90px;
	    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 a:hover {
		background: #1262a3;
	}
	#mainContent #bannerBx h2 {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 90px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx h2#twoLine {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 24px;
		margin: 20px 0 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}

	#mainContent #bannerBxFllWht #jobFairLgs {
		width: 11%;
		height: 100% !important;
		max-height: 100% !important;
		margin: 1.5% auto 1% auto;
		padding: 2%;
		float: left;
	}
	#mainContent #bannerBxFllWht #jobFairBnr {
		width: 83%;
		padding: 0 2% 0 0;
		float: left;
	}
	#mainContent #bannerBxFllWht #jobFairBnr h2 {
		font-size: 21px !important;
		font-weight: 700;
		line-height: 24px !important;
		margin: 0;
		padding: 1%;
		border: 0px solid green;
	}
	#mainContent #bannerBxFllWht #jobFairBnr p {
		font-size: 14px !important;
		line-height: 16px !important;
		margin: 0;
		padding: 0;
		border: 0px solid green;
	}

	#mainContent #bannerBx div#galaBnr h2#multiLine, #mainContent #bannerBx div#galaBnr h2#multiLine span {
		color: #FFF;
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		margin: 8px 0 0;
		padding: 0;
		text-transform: none;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr h2#multiLine span.bnnrTtl {
		color: #9cd2ff !important;
		font-size: 24px !important;
		font-weight: 700 !important;
		line-height: 28px !important;
		text-transform: uppercase !important;
	}

/*--- FULL BANNER WIDTH ---*/	
	#mainContent #bannerBxFll {
	    background: #1262a3 url(../../../img/domain/valuesvotersummit/vvs/gala/awardBkg.jpg) center center no-repeat;
	    float: left;
	    width: 98% !important;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll div#galaPctBx1 {
		float: left;
		text-align: center !important;
		height: auto !important;
		width: 19% !important;
		margin: 10px 1% 10px 0;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #bannerBxFll div#galaPctBx2 {
		float: left;
		text-align: center !important;
		height: auto !important;
		width: 19% !important;
		margin: 10px 0 10px 1%;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #bannerBxFll div#galaPctBx1 div#galaPct,
	#mainContent #bannerBxFll div#galaPctBx2 div#galaPct {
		text-align: center;
		width: 150px;
		height: 150px;
		margin: 0 auto;
		padding: 0;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll div#galaPctBx1 img,
	#mainContent #bannerBxFll div#galaPctBx2 img {
		width: 100%;
		height: auto;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	}
	#mainContent #bannerBxFll div#galaPctBx1 img,
	#mainContent #bannerBxFll div#galaPctBx2 img {
		width: auto;
		height: 100%;
	}
	#mainContent #bannerBxFll div#galaPctBx1 div#galaDisc,
	#mainContent #bannerBxFll div#galaPctBx2 div#galaDisc {
		text-align: center !important;
		float: right;
		clear: right;
		display: block;
		width: 100%;
		color: #69C;
		font-size: 8px;
		line-height: 8px;
		margin: 4px 0 0;
		padding: 1px;
		border: 0px solid;
	}

	#mainContent #bannerBx div#galaBnr {
		float: left;
		width: 100%;
		color: #9CF;
		font-size: 18px;
		line-height: 18px;
		font-weight: 700;
		margin: 10px 0;
		padding: 0;
	    text-align: center;
		text-transform: uppercase;
		border: 0px solid green;
	}

	#mainContent #bannerBxFll div#galaBnr {
		float: left;
		width: 60%;
		width: 78%;
		color: #9CF;
		font-size: 18px;
		line-height: 18px;
		font-weight: 700;
		margin: 10px 0;
		padding: 0;
	    text-align: center;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll div#galaBnr span#recipient {
		color: #FFF;
		width: 100%;
		float: left;
		font-size: 24px;
		line-height: 24px;
		margin: 12px 0;
		padding: 0;
	}
	#mainContent #bannerBxFll div#galaBnr span#award {
		color: #e5dbbc;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 18px;
		margin: 8px 0;
		padding: 0;
		font-style: italic;
	}
	#mainContent #bannerBxFll h2 {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 90px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll a h2 {
	    background: #014c89;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll a:hover h2 {
		background: #1262a3;
	}
	#mainContent #bannerBxFll div#galaBnr span#music {
		color: #e5dbbc;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 18px;
		margin: 10px 0 0;
		padding: 0;
		font-style: italic;
	}

	/** 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 #sponsorBxFulSpn {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		border-bottom: 2px solid #b2a16e;
	}
	#mainContent #sponsorBxFulT {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0 15px;
		/*border-bottom: 1px solid #b2a16e;*/
	}
	#mainContent #sponsorBxFulT #centering {
		float: left;
		width: 40%;
		text-align: center;
		margin: 0 30%;
		border: 0px solid #e5e5e5;
	}
	#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 #centering1 {
		float: left;
		width: 80%;
		text-align: center;
		margin: 0 10%;
		border: 0px solid #e5e5e5;
	}
	#mainContent #sponsorBxFulB #centering2 {
		float: left;
		width: 56%;
		text-align: center;
		margin: 0 22%;
		border: 0px solid #e5e5e5;
	}
	#mainContent #sponsorBxFulB h2 {
		float: left;
		color: #014c89;
		font-size: 21px;
		font-weight: 700;
		font-style: italic;
		margin: 17px 0 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;
	}
	#mainContent #sponsorBxFulB2 {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0;
		border-top: 0px solid #b2a16e;
	}
	#mainContent #sponsorBxFulB2 #centering {
		float: left;
		width: 42%;
		text-align: center;
		margin: 0 29%;
		padding: 10px 0;
		border: 0px solid #e5e5e5;
	}
	#mainContent #sponsorBxFulB2 img {
		max-height: 30px;
		width: auto;
	}
	#mainContent #sponsorBxFulB2 img {
		height: auto;
		max-width: 100px;
	}
	#mainContent #sponsorBxFulB2 h2 {
		float: left;
		color: #014c89;
		font-size: 24px;
		font-weight: 700;
		font-style: italic;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #sponsorBxFulB2 #sponBx {
		float: left;
		margin: 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;
	    padding: 15px;
	    text-align: center;
	    width: 250px !important;
	    position: relative;
	    z-index: 100;
		border: 0px solid green;
	}
	#footer #logo {
	    float: left;
	    clear: right;
		position: relative;
	    margin: 0 10px 0;
		border: 0px solid green;
	}
	#footer #socMed {
	    float: left;
	    width: 101px;
	    margin: 0;
		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: 12px;
	    font-weight: 700;
	    text-align: left;
	    margin: 10px 0 0;
		border: 0px solid green;
	}

	#footer #nav {
	    float: right;
	    height: 100px;
	    margin: 0;
	    min-width: 60% !important;
	    position: relative;
		border: 0px solid green;
	}
	
	/*-- MAIN BODY AREA ----------------------------------------------------------------------------------------*/
	.bodyContent {
		background: #FFF;
		float: left;
		min-width: 94% !important;
		padding: 3%;
		border: 0px solid red;
	}
	.bodyContent h1 {
		color: #014c89;
		font-size: 28px;
		text-transform: uppercase;
		margin: 0 0 20px 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;
	}
	.bodyContent h1 span#linkBack {
		color: #b2a16e;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	/*-- SPEAKERS PAGE --------------------------------------------------------*/
	.speakerHm {
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.speakerHm > div {
		background: #f0ede5;
		float: left;
		clear: right;
		display: table-cell;
		text-align: center;
		margin: 0 1% 1.5%;
		padding: 1%;
		width: 29%;
		height: auto;
		vertical-align: middle;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.speakerHm > div#cnfrm {
		background: #def1ff url(../../../img/domain/valuesvotersummit/vvs/cnfrm.png) no-repeat 65px 6px;
	}
	.speakerHm > div img {
		display: block;
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		border: 0px solid red;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.speakerHm > div h6 {
		color: #014c89;
		font-size: 14px;
		line-height: 14px;
		margin: 10px 0 5px;
		padding: 0;
	}
	.speakerHm > div p {
		font-size: 10px;
		line-height: 11px;
		border: 0px solid red;
	}
	.speakerHm > div.except h6 {
		color: #014c89;
		font-size: 14px;
		line-height: 14px;
		margin: 0 0 2px;
		padding: 0;
	}
	.speakerHm > div.except p {
		font-size: 9px;
		line-height: 10px;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.speakerHm > div p#tinyTxt {
		display: block;
		font-size: 7px;
		line-height: 7px;
		border: 0px solid red;
	}

	/*-- SCHEDULE PAGE --------------------------------------------------------*/

	h4.table-caption {
	  font-weight: bold;
	  margin: 0 0 15px;
	  padding: 0 0 15px;
	  text-align: left;
	  width: auto;
	  border-bottom: 1px #CCC solid;
	}
	
	div.base-layer {
	  border: solid #E5E5E5 0px;
	  color: #000000;
	  margin: 5px;
	  padding: 0;
	  width: 100% !important;
	}
	
	div.table-row {
	  color: #000000;
	  margin-top: 0;
	  margin-right: auto;
	  margin-bottom: 0;
	  margin-left: auto;
	  padding: 0 0 0 0;
	  text-align: left;
	  width: 100% !important;
	  border: 0px solid #E5E5E5;
	}
	div.leftCntr {
		border: none;
		float: left;
		margin: 0;
		padding: 0;
		width: 20% !important;
		text-align: left;
		border: 0px solid #E5E5E5;
	}
	
	div.rightCntr {
		border: none;
		float: right;
		margin: 0;
		padding: 0;
		width: 80% !important;
		text-align: left;
		border: 0px solid #E5E5E5;
	}
	
	div.rightCntr ul {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 15px 40px;
		padding: 0;
	}
	
	div.rightCntr ul li {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 0 0;
		padding: 0;
	}
	div.space-line {
		clear: both;
		margin: 0;
		padding: 0;
		width: auto;
	}

	/*-- BREAKOUT SESSIONS PAGE --------------------------------------------------------*/

	div.sessBx {
		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.sessBx h4 {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div.sessBx #sessSpkrs {
		display: block;
		margin: 0 0 15px;
		padding: 0;
	}
	div.sessBx #sessSynop {
		display: block;
		margin: 0 0 0;
		padding: 0;
	}

	/*-- 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: 18px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div#exhibitBx h6 {
		font-size: 16px;
		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: 46% !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;
	}
	.exhBnrBlu {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_blu.jpg) right top no-repeat !important;
	}
	.exhBnrRed {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_red.jpg) right top no-repeat !important;
	}
	.exhBnrGld {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_gld.jpg) right top no-repeat !important;
	}
	.exhBnrGrn {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_grn.jpg) right top no-repeat !important;
	}
	.exhBnrGry {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_gry.jpg) right top no-repeat !important;
	}
	div.exhibittab div#dsclmBx {
		width: 88% !important;
		float: left;
		clear: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		font-weight: normal;
		text-transform: uppercase;
		margin: 10px 1% 0;
		padding: 8px 5%;
	}
	div.exhibittab div#dsclmBx:hover {
		background: #f0ede5;
		color: #b2a16e;
	}

	/*-- EXHIBITORS PAGE --------------------------------------------------------*/

	div.spnsrBx {
		width: 100% !important;
		float: left;
		margin: 0 0 20px;
		padding: 0 0 2%;
	}
	div.spnsrImg {
		display: block;
		width: 8% !important;
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div.spnsrImg p {
		text-align: center;
		font-size: 12px;
		line-height: 12px;
		color: #1a1a1a;
		font-weight: 700;
		margin: 5px 0 0;
		padding: 0;
	}
	div.spnsrImg p span {
		text-align: center;
		font-size: 10px;
		line-height: 10px;
		color: #666;
		font-weight: 700;
		margin: 5px 0 0;
		padding: 0;
	}
	div.spnsrDsc {
		width: 90% !important;
		float: left;
		margin: 0 0 0 2%;
		padding: 0;
	}

	/*-- STUDENTS PAGE --------------------------------------------------------*/

	div#stdntsBx {
		width: 100% !important;
		float: left;
		margin: 0 0;
		padding: 0;
		clear: left !important;
	}
	div#stdntsIndiv {
		width: 31% !important;
		float: left;
		text-align: center;
		margin: 0 1% 20px;
		padding: 0 0 2px;
		border: 0px solid red;
	}

	div#stdntsBxAS {
		width: 100% !important;
		height: 200px;
		float: left;
		margin: 0 auto 30px;
		padding: 0;
	}
	div#stdntsBxinAS {
		width: 100% !important;
		max-width: 910px !important;
		margin: 0 auto 40px;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS1 {
		width: 210px !important;
		float: left;
		text-align: center;
		margin: 0 0 0 0;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS2 {
		width: 380px !important;
		float: left;
		text-align: center;
		margin: 30px 0 0 10px;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS3 {
		width: 300px !important;
		float: left;
		text-align: center;
		margin: 30px 0 0 10px;
		padding: 0;
		border: 0px solid red;
	}

	div#stdntBrkBx {
		margin: 0 auto 20px;
		padding: 0;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #CCC;
		width: 100% !important;
		float: left;
		background: #014c89 url(../../../img/domain/valuesvotersummit/vvs/bluebg.png) center top repeat;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	div#stdntBrkBx h2 {
		color: white;
		margin: 0;
		font-weight: 700;
	}
	div#stdntBrkBx h3 {
		color: white;
		margin: 0;
		font-weight: 700;
	}
	div#stdntBrkBx .txtBlck {
		padding-bottom: 15px; padding-left: 15px; padding-right: 15px; float: left; padding-top: 15px
	}
	div#stdntBrkBx div#stdntBrkSpkrs {
		color: #FFF;
		width: 100% !important;
		font-size: 12px;
		line-height: 12px;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv {
		float: left;
		text-align: center;
		width: 18% !important;
		margin: 0;
		padding: 0 1%;
	}
	div#stdntBrkBx div#stdntBrkSpkrs img {
		margin: 0 0 5px;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv p {
		color: #b0d7f7;
		margin: 0;
		font-size: 10px;
		font-weight: bold;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv p strong {
		color: #FFF;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
	}
	div#stdntBrkBx p {
		color: #b0d7f7;
		margin: 0;
		font-weight: bold;
	}
	/*-- JOBS FAIR --*/
	
	div#jobsBx {
		margin: 0 auto;
		padding: 0;
		float: left;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #CCC;
		width: 100% !important;
		height: 100px;
		background: white;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
	div#jobsBxA {
		margin: 20px 10px 10px 20px;
		padding: 0px;
		border: 0px solid purple;
		width: 25% !important;
		height: 60px;
		float: left;
		background: url(../../../img/domain/valuesvotersummit/vvs/liLogo.png) 0 0 no-repeat;
		border: 0px solid red;
	}
	
	div#jobsBxB {
		margin: 10px 0;
		padding: 0 0 10px;
		border: 0px solid #F00;
		width: 70% !important;
		float: left;
		text-align: center;
		border: 0px solid red;
	}
	
	div#jobsBxC {
		margin: 22px 10px 10px 10px;
		padding: 0px;
		border: 0px solid purple;
		width: 200px;
		height: 60px;
		float: right;
		background: url(../../../img/domain/valuesvotersummit/vvs/cjLogo.png) 0 0 no-repeat;
	}
	
	div#jobsBxB h2 {
		font-size: 18px;
		line-height: 21px;
		font-weight: bold;
		color: #386cb9;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB h2#redh {
		font-size: 24px;
		font-weight: bold;
		color: #E01838;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB  h3 {
		font-size: 18px;
		font-weight: bold;
		color: #e3d8b7;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB p {
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		margin: 10px 0;
		padding: 5px 0;
		border-top: 1px solid #E01838;
		border-bottom: 1px solid #E01838;
	}

	/*--- 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 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;
	}

	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=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: 980px) {

	h1 {font-size: 28px; line-height: 30px;}
	h2 {font-size: 24px; line-height: 26px;}
	h3 {font-size: 21px; line-height: 23px;}
	h4 {font-size: 18px; line-height: 20px;}
	h5 {font-size: 16px; line-height: 18px;}
	h6 {font-size: 14px; line-height: 16px;}
	
	h2 span {
		font-size: 14px;
	}

	.content {
		background: #FFF;
		max-width: 1170px !important;
		margin: 0 auto 0 auto;
		padding: 0;
		border-top: 0px solid red;
	}

	div#button, div#buttonGrn {
		float: left;
		clear: left;
		width: 100% !important;
		text-align: center;
		border: 0px solid red;
	}

	div.btnTop {
		margin: 20px auto 10px;
	}

	div.btnMid {
		margin: 10px auto;
	}

	div.btnBtm {
		margin: 10px auto 40px;
	}

	div#button h4 {
		margin: 0 10% 20px;
		width: 80% !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#buttonHlf h4 {
		margin: 0 3% 20px;
		width: 94% !important;
		padding: 10px 0;
		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, div#buttonHlf h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#button h4:hover, div#buttonHlf h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	div#buttonGrn h4 {
		margin: 0 auto 20px;
		width: 100% !important;
		padding: 10px;
		text-align: center;
		color: #FFF;
		background: #99CC33;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 0px solid red;
	}

	div#buttonGrn h4 a {
		color: #FFF;
		border: 0px solid red;
	}

	div#buttonGrn h4:hover {
		color: #FFF;
		background: #1262a3;
	}

	div.imgGllry {
		width:100%;
		margin: 0 0 20px;
		float:left;
	}
	
	div.imgBx {
		width:10.28%;
		margin: 0 2% 15px;
		float:left;
		border:0px solid ##e5e5e5;
	}

	/** Header **/
	#header {
	    background: url(../../img/domain/frc/top_banner.jpg) repeat-x center top;
	    float: left;
	    height: 550px;
	    min-width: 100% !important;
	    margin: 0 !important;
	    padding: 0 !important;
		border: 0px solid blue;
	}

	/** Logo box **/
	#header #logoBox {
	    background: url(../../../img/domain/valuesvotersummit/vvs/logoBkgd.png) no-repeat left top;
	    float: left;
	    height: 550px;
	    margin: 0 0 0 20px;
	    text-align: center;
	    width: 220px !important;
	    position: absolute;
	    z-index: 100;
		border: 0px solid green;
	}
	#header #logo {
	    float: left;
	    margin: 115px 0 0 0;
		border: 0px solid green;
	}
	#header #logo img {
		width: 100%;
	}
	#header #eventDate {
	    float: left;
	    margin: 20px 0 0 0;
		border: 0px solid green;
	}
	#header #eventDate span#blue {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #014c89;
		font-size: 28px;
		font-weight: 700;
		margin: 0 0 10px;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #eventDate span#gold {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #b2a16e;
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#header #hashTag {
	    float: left;
	    width: 100%;
	    margin: 20px 0 0 0;
	    text-align: center;
		border: 0px solid green;
	}
	#header #hashTag span#red {
	    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
		color: #e01838;
		font-size: 28px;
		font-weight: 700;
		margin: 0 0 10px;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	
	#header #logoBox #smBtnBx {
		display: block;
	    float: left;
	    width: 160px;
		height: 20px !important;
	    margin: 20px 32px 0;
		border: 0px solid red;
	}
	#header #logoBox #smBtnBx #fcbkBtn {
		display: block;
		width: 90px;
		height: 20px !important;
		border: 0px solid #bfd2e1;
		float: left;
		margin: 0;
		padding: 0;
	}
	#header #logoBox #smBtnBx #twttrBtn {
		display: block;
		width: 55px;
		height: 20px !important;
		border: 0px solid #bfd2e1;
		float: right;
		margin: -2px 0 0 !important;
		padding: 0;
	}
	
	#header #headerImg {
	    float: left;
	    width: 100%;
	    height: 450px;
	    margin: 0;
		border: 0px solid green;
	}
	
	/** Navigation Menu **/
	#nav {
		background: #FFF;
	    float: left;
	    height: 100px;
	    width: 100% !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;
    }
    #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;
	    height: 100px;
	    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: 28px;
		line-height: 100px;
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
    
	/** Green Banner **/
	#grnBanner {
	    background: #99cc33;
	    float: left;
	    height: 60px;
	    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: 24px;
		line-height: 60px;
		font-weight: 700;
		margin: 0;
		width: 100%;
		float: left;
		border: 0px solid green;
	}
	#grnBanner h1 span {
		color: #014c89;
		font-size: 14px;
		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;
	    padding: 0;
		border: 0px solid blue;
	}
	#mainContent #infoBx {
	    background: #b2a16e;
	    float: left;
	    width: 18% !important;
	    text-align: center;
	    margin: 20px 1% 0;
	    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 {
		width: 85%;
		margin: 0 15px 15px;
		padding: 0;
		border: 0px solid green;
	}
	#mainContent #infoBx:hover img {
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	#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: 48% !important;
	    height: 90px;
	    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: 21px;
		font-weight: 700;
		line-height: 90px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBx h2#twoLine {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 24px;
		margin: 20px 0 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}

	#mainContent #bannerBxFllWht #jobFairLgs {
		width: 11%;
		height: 100% !important;
		max-height: 100% !important;
		margin: 1.5% auto 1% auto;
		padding: 2%;
		float: left;
	}
	#mainContent #bannerBxFllWht #jobFairBnr {
		width: 83%;
		padding: 0 2% 0 0;
		float: left;
	}
	#mainContent #bannerBxFllWht #jobFairBnr h2 {
		font-size: 21px !important;
		font-weight: 700;
		line-height: 24px !important;
		margin: 0;
		padding: 1%;
		border: 0px solid green;
	}
	#mainContent #bannerBxFllWht #jobFairBnr p {
		font-size: 14px !important;
		line-height: 16px !important;
		margin: 0;
		padding: 0;
		border: 0px solid green;
	}

	#mainContent #bannerBx div#galaBnr h2#multiLine, #mainContent #bannerBx div#galaBnr h2#multiLine span {
		color: #FFF !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		line-height: 16px !important;
		margin: 8px 0 0 !important;
		padding: 0 !important;
		text-transform: none !important;
		border: 0px solid green;
	}
	#mainContent #bannerBx div#galaBnr h2#multiLine span.bnnrTtl {
		color: #9cd2ff !important;
		font-size: 24px !important;
		font-weight: 700 !important;
		line-height: 28px !important;
		text-transform: uppercase !important;
	}

/*--- FULL BANNER WIDTH ---*/	
	#mainContent #bannerBxFll {
	    background: #1262a3 url(../../../img/domain/valuesvotersummit/vvs/gala/awardBkg.jpg) center center no-repeat;
	    float: left;
	    width: 98% !important;
	    margin: 20px 1% 0;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll div#galaPctBx1 {
		float: left;
		text-align: center !important;
		height: auto !important;
		width: 19% !important;
		margin: 10px 1% 10px 0;
		padding: 0;
		border: 0px solid red;
	}
	#mainContent #bannerBxFll div#galaPctBx2 {
		float: left;
		text-align: center !important;
		height: auto !important;
		width: 19% !important;
		margin: 10px 0 10px 1%;
		padding: 0;
		border: 1px solid red;
	}
	#mainContent #bannerBxFll div#galaPctBx1 div#galaPct,
	#mainContent #bannerBxFll div#galaPctBx2 div#galaPct {
		text-align: center;
		width: 150px;
		height: 150px;
		margin: 0 auto;
		padding: 0;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll div#galaPctBx1 img,
	#mainContent #bannerBxFll div#galaPctBx2 img {
		width: 100%;
		height: auto;
	    -moz-border-radius: 15px;
	    -webkit-border-radius: 15px;
	    border-radius: 15px;
	}
	#mainContent #bannerBxFll div#galaPctBx1 img,
	#mainContent #bannerBxFll div#galaPctBx2 img {
		width: auto;
		height: 100%;
	}
	#mainContent #bannerBxFll div#galaPctBx1 div#galaDisc,
	#mainContent #bannerBxFll div#galaPctBx2 div#galaDisc {
		text-align: center !important;
		float: right;
		clear: right;
		display: block;
		width: 100%;
		color: #69C;
		color: white;
		font-size: 14px;
		font-weight: bold;
		line-height: 8px;
		margin: 4px 0 0;
		padding: 10px 0 1px;
		border: 0px solid;
	}
	#mainContent #bannerBx div#galaBnr {
		float: left;
		width: 100%;
		color: #9CF;
		font-size: 18px;
		line-height: 18px;
		font-weight: 700;
		margin: 10px 0;
		padding: 0;
	    text-align: center;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll div#galaBnr {
		float: left;
		width: 60%;
		width: 78%;
		color: #9CF;
		font-size: 18px;
		line-height: 18px;
		font-weight: 700;
		margin: 10px 0;
		margin: 25px 0;
		padding: 0;
	    text-align: center;
		text-transform: uppercase;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll div#galaBnr span#recipient {
		color: #FFF;
		width: 100%;
		float: left;
		font-size: 28px;
		line-height: 24px;
		margin: 12px 0;
		padding: 0;
	}
	#mainContent #bannerBxFll div#galaBnr span#award {
		color: #e5dbbc;
		width: 100%;
		float: left;
		font-size: 21px;
		line-height: 22px;
		margin: 8px 0 0;
		padding: 0;
		font-style: italic;
	}
	#mainContent #bannerBxFll h2 {
		color: #FFF;
		font-size: 21px;
		font-weight: 700;
		line-height: 90px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		border: 0px solid green;
	}
	#mainContent #bannerBxFll a h2 {
	    background: #014c89;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 0px solid blue;
	}
	#mainContent #bannerBxFll a:hover h2 {
		background: #1262a3;
	}
	#mainContent #bannerBxFll div#galaBnr span#music {
		color: #e5dbbc;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 18px;
		margin: 10px 0 0;
		padding: 0;
		font-style: italic;
	}

	/** Banner Boxes *****/
	#mainContent #sponsorBxs {
		background: #FFF;
	    float: left;
	    min-width: 98% !important;
	    text-align: center;
	    margin: 20px 1%;
	    padding: 0;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
		border: 2px solid #b2a16e;
	}
	
	.sponsorSection {
	    float: left;
	    min-width: 100% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0;
	    border-top: 2px solid #b2a16e;
	}
	.sponsorSection .sponsorBar {
	    margin: 10px auto;
		padding: 0;
		text-align: center;
		border: 0px solid red;
	}
	.sponsorSection .sponsorBar > li {
		float: none;
		margin: 0 10px;
		display: inline-block;
		border: 0px solid green;
	}
	.sponsorSection #dsclmBx {
		float: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		text-transform: uppercase;
		margin: 10px 0 !important;
		padding: 0;
	}
	.sponsorSection50 {
	    float: left;
	    min-width: 50% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0;
	    border-top: 2px solid #b2a16e;
	}
	.sponsorSection50:nth-child(even) {
	    min-width: 49.75% !important;
	    border-left: 2px solid #b2a16e;
	}
	.sponsorSection50 h2 {
		font-size: 21px !important;
	}
	.sponsorSection50 .sponsorBar {
	    margin: 10px auto;
		padding: 0;
		text-align: center;
		border: 0px solid red;
	}
	.sponsorSection50 .sponsorBar > li {
		float: none;
		margin: 0 10px;
		display: inline-block;
		border: 0px solid green;
	}

	.sponsorSection33 {
	    float: left;
	    min-width: 33.333333334% !important;
	    text-align: center;
	    margin: 0;
	    padding: 0 0;
	    /*border-top: 2px solid #b2a16e;*/
	}
	.sponsorSection33:nth-child(even) {
	    min-width: 32.888888889% !important;
	    border-left: 2px solid #b2a16e;
	    border-right: 2px solid #b2a16e;
	}
	.sponsorSection33 h2 {
		font-size: 21px !important;
	}
	.sponsorSection33 .sponsorBar {
	    margin: 10px auto;
		padding: 0;
		text-align: center;
		border: 0px solid red;
	}
	.sponsorSection33 .sponsorBar > li {
		float: none;
		margin: 0 10px;
		display: inline-block;
		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;
	    padding: 15px;
	    text-align: center;
	    width: 250px !important;
	    position: relative;
	    z-index: 100;
		border: 0px solid green;
	}
	#footer #logo {
	    float: left;
	    clear: right;
		position: relative;
	    margin: 0 10px 0;
		border: 0px solid green;
	}
	#footer #socMed {
	    float: left;
	    margin: 0;
		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: 12px;
	    font-weight: 700;
	    text-align: left;
	    margin: 10px 0 0;
		border: 0px solid green;
	}
	#footer #nav {
	    float: right;
	    height: 100px;
	    margin: 0;
	    max-width: 75% !important;
	    position: relative;
		border: 0px solid green;
	}
	
	/*-- MAIN BODY AREA ----------------------------------------------------------------------------------------*/
	.bodyContent {
		background: #FFF;
		float: left;
		min-width: 94% !important;
		padding: 3%;
		border: 0px solid red;
	}
	.bodyContent h1 {
		color: #014c89;
		font-size: 28px;
		text-transform: uppercase;
		margin: 0 0 20px 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;
	}
	.bodyContent h1 span#linkBack {
		color: #b2a16e;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	/*-- SPEAKERS PAGE --------------------------------------------------------*/
	.speakerHm {
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.speakerHm > div {
		background: #f0ede5;
		float: left;
		clear: right;
		display: table-cell;
		text-align: center;
		margin: 0 1% 1.5%;
		padding: 1%;
		width: 21%;
		vertical-align: middle;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.speakerHm > div#cnfrm {
		background: #def1ff url(../../../img/domain/valuesvotersummit/vvs/cnfrm.png) no-repeat 65px 8px;
	}
	.speakerHm > div img {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		border: 0px solid red;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.speakerHm > div h6 {
		color: #014c89;
		font-size: 14px;
		line-height: 14px;
		margin: 10px 0 5px;
		padding: 0;
	}
	.speakerHm > div p {
		font-size: 10px;
		line-height: 11px;
		border: 0px solid red;
	}
	.speakerHm > div.except h6 {
		color: #014c89;
		font-size: 14px;
		line-height: 14px;
		margin: 0 0 2px;
		padding: 0;
	}
	.speakerHm > div.except p {
		font-size: 9px;
		line-height: 10px;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	.speakerHm > div p#tinyTxt {
		display: block;
		font-size: 7px;
		line-height: 7px;
		border: 0px solid red;
	}

	/*-- SCHEDULE PAGE --------------------------------------------------------*/

	h4.table-caption {
	  font-weight: bold;
	  margin: 0 0 15px;
	  padding: 0 0 15px;
	  text-align: left;
	  width: auto;
	  border-bottom: 1px #CCC solid;
	}
	
	div.base-layer {
	  border: solid #E5E5E5 0px;
	  color: #000000;
	  margin: 5px;
	  padding: 0;
	  width: 100% !important;
	}
	
	div.table-row {
	  border: solid #E5E5E5 0px;
	  color: #000000;
	  margin-top: 0;
	  margin-right: auto;
	  margin-bottom: 0;
	  margin-left: auto;
	  padding: 0 0 0 0;
	  text-align: left;
	  width: 100% !important;
	}
	div.leftCntr {
		border: none;
		float: left;
		margin: 0;
		padding: 0;
		width: 20% !important;
		text-align: left;
		border: solid #E5E5E5 0px;
	}
	
	div.rightCntr {
		border: none;
		float: right;
		margin: 0;
		padding: 0;
		width: 80% !important;
		text-align: left;
		border: solid #E5E5E5 0px;
	}
	
	div.rightCntr ul {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 15px 40px;
		padding: 0;
	}
	
	div.rightCntr ul li {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 0 0;
		padding: 0;
	}
	div.space-line {
		clear: both;
		margin: 0;
		padding: 0;
		width: auto;
	}

	/*-- BREAKOUT SESSIONS PAGE --------------------------------------------------------*/

	div.sessBx {
		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.sessBx h4 {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div.sessBx #sessSpkrs {
		display: block;
		margin: 0 0 15px;
		padding: 0;
	}
	div.sessBx #sessSynop {
		display: block;
		margin: 0 0 0;
		padding: 0;
	}

	/*-- 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: 18px;
		font-weight: 700;
		margin: 0 0 15px;
		padding: 0;
		color: #014c89;
	}
	div#exhibitBx h6 {
		font-size: 16px;
		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: 46% !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;
	}
	.exhBnrBlu {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_blu.jpg) right top no-repeat !important;
	}
	.exhBnrRed {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_red.jpg) right top no-repeat !important;
	}
	.exhBnrGld {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_gld.jpg) right top no-repeat !important;
	}
	.exhBnrGrn {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_grn.jpg) right top no-repeat !important;
	}
	.exhBnrGry {
		background: url(../../../img/domain/valuesvotersummit/vvs/exhBnr_gry.jpg) right top no-repeat !important;
	}
	div.exhibittab div#dsclmBx {
		width: 88% !important;
		float: left;
		clear: left;
		font-size: 10px;
		line-height: 12px;
		color: #b2a16e;
		font-weight: normal;
		text-transform: uppercase;
		margin: 10px 1% 0;
		padding: 8px 5%;
	}
	div.exhibittab div#dsclmBx:hover {
		background: #f0ede5;
		color: #b2a16e;
	}

	/*-- EXHIBITORS PAGE --------------------------------------------------------*/

	div.spnsrBx {
		width: 100% !important;
		float: left;
		margin: 0 0 20px;
		padding: 0 0 2%;
	}
	div.spnsrImg {
		display: block;
		width: 8% !important;
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid red;
	}
	div.spnsrImg p {
		text-align: center;
		font-size: 12px;
		line-height: 12px;
		color: #1a1a1a;
		font-weight: 700;
		margin: 5px 0 0;
		padding: 0;
	}
	div.spnsrImg p span {
		text-align: center;
		font-size: 10px;
		line-height: 10px;
		color: #666;
		font-weight: 700;
		margin: 5px 0 0;
		padding: 0;
	}
	div.spnsrDsc {
		width: 90% !important;
		float: left;
		margin: 0 0 0 2%;
		padding: 0;
	}

	/*-- STUDENTS PAGE --------------------------------------------------------*/

	div#stdntsBx {
		width: 100% !important;
		float: left;
		margin: 0;
		padding: 0;
		border: 0px solid red;
		clear: left !important;
	}
	div#stdntsIndiv {
		width: 31% !important;
		float: left;
		text-align: center;
		margin: 0 1%;
		padding: 0 0 2px;
		border: 0px solid red;
	}

	div#stdntsBxAS {
		width: 100% !important;
		height: 200px;
		float: left;
		margin: 0 auto 30px;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsBxinAS {
		width: 100% !important;
		max-width: 930px !important;
		margin: 0 auto 20px;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS1 {
		width: 210px !important;
		float: left;
		text-align: center;
		margin: 0 0 0 0;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS2 {
		width: 390px !important;
		float: left;
		text-align: center;
		margin: 30px 0 0 10px;
		padding: 0;
		border: 0px solid red;
	}
	div#stdntsIndAS3 {
		width: 310px !important;
		float: left;
		text-align: center;
		margin: 30px 0 0 10px;
		padding: 0;
		border: 0px solid red;
	}

	div#stdntBrkBx {
		width: 100% !important;
		padding: 0;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #CCC;
		width: 930px;
		float: left;
		background: #014c89 url(../../../img/domain/valuesvotersummit/vvs/bluebg.png) center top repeat;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	div#stdntBrkBx h2 {
		color: white;
		margin: 0;
		font-weight: 700;
	}
	div#stdntBrkBx h3 {
		color: white;
		margin: 0;
		font-weight: 700;
	}
	div#stdntBrkBx .txtBlck {
		padding-bottom: 15px; padding-left: 15px; padding-right: 15px; float: left; padding-top: 15px
	}
	div#stdntBrkBx div#stdntBrkSpkrs {
		color: #FFF;
		width: 100% !important;
		font-size: 12px;
		line-height: 12px;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv {
		float: left;
		text-align: center;
		width: 18% !important;
		margin: 0;
		padding: 0 1%;
	}
	div#stdntBrkBx div#stdntBrkSpkrs img {
		margin: 0 0 5px;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv p {
		color: #b0d7f7;
		margin: 0;
		font-size: 10px;
		font-weight: bold;
	}
	div#stdntBrkBx div#stdntBrkSpkrs div#stdntBrkSpkrsIndiv p strong {
		color: #FFF;
		margin: 0;
		font-size: 12px;
		font-weight: bold;
	}
	div#stdntBrkBx p {
		color: #b0d7f7;
		margin: 0;
		font-weight: bold;
	}
	/*-- JOBS FAIR --*/
	
	div#jobsBx {
		margin: 0 auto 20px;
		padding: 0;
		float: left;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #CCC;
		width: 100% !important;
		height: 100px;
		background: white;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
	div#jobsBxA {
		margin: 25px 10px 10px 20px;
		padding: 0px;
		border: 0px solid purple;
		width: 200px;
		height: 60px;
		float: left;
		background: url(../../../img/domain/valuesvotersummit/vvs/liLogo.png) 0 0 no-repeat;
	}
	
	div#jobsBxB {
		margin: 10px 0;
		padding: 0px 0 10px;
		border: 0px solid #F00;
		width: 475px;
		float: left;
		text-align: center;
	}
	
	div#jobsBxC {
		margin: 22px 10px 10px 10px;
		padding: 0px;
		border: 0px solid purple;
		width: 200px;
		height: 60px;
		float: right;
		background: url(../../../img/domain/valuesvotersummit/vvs/cjLogo.png) 0 0 no-repeat;
	}
	
	div#jobsBxB h2 {
		font-size: 18px;
		line-height: 21px;
		font-weight: bold;
		color: #386cb9;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB h2#redh {
		font-size: 24px;
		font-weight: bold;
		color: #E01838;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB  h3 {
		font-size: 18px;
		font-weight: bold;
		color: #e3d8b7;
		margin: 0 0 0 0;
		padding: 0;
		text-transform: uppercase;
	}
	
	div#jobsBxB p {
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		margin: 10px 0;
		padding: 5px 0;
		border-top: 1px solid #E01838;
		border-bottom: 1px solid #E01838;
	}

	/*--- 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 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;
	}

	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=submit] {
		margin: 0;
		padding: 5px;
		border: 1px 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-group > .blue {
    background: url(../../../img/domain/valuesvotersummit/vvs/btn_b_bg.gif) repeat-x center !important;
    position: relative;
    z-index: 0;
}
.btn-group > .green {
    background: url(../../../img/domain/valuesvotersummit/vvs/btn_g_bg.gif) repeat-x center !important;
    position: relative;
    z-index: 0;
}
.btn-group > blue:hover,
.btn-group > 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: inline !important;
  }
  .hidden-widescreen {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-widescreen {
    display: none !important;
  }
  .hidden-widescreen {
    display: inline !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: inline !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%;
  }
}
