#gia-nav {
	width: 940px;
	float: left;
	margin-bottom: 20px;
	height: 50px;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index:10;
}

#gia-nav-container {
	position: absolute;
	top: 0;
	left: 0;
}

.gia-nav-btn {
	font-family: Arial;
	height: 40px;
	background-color: #0061a6;
	float: left;
	padding: 0 10px 0 10px;
	line-height: 40px;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	float: left;
}

.gia-nav-btn-selected {
	font-family: Arial;
	padding: 0 10px 0 10px;
	height: 50px;
	background-color: white;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	line-height: 45px;
	cursor: default;
	color: #000;
	float: left;
	font-size: 16px;
	-moz-box-shadow:    1px -2px 2px 0px #eee;
	-webkit-box-shadow: 1px -2px 2px 0px #eee;
	box-shadow:         1px -2px 2px 0px #eee;
}



.ca-compare-container {
	float: left; 
	width: 458px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	height: 600px;
}



#col-candidates-1 {
	width: 220px;
	float: left;
	margin-right: 20px;
	text-align: left;
}

#col-candidates-2 {
	width: 220px;
	float: left;
	text-align: right;
}

#ca-moderators-header {

	margin-top: 50px;
	height: 75px;
	width: 100%;
	background: url('../img/moderators-header.png') center top no-repeat;
}

#ca-moderator-share-header {
	font-family: Georgia;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	color: #0061a6;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	text-decoration:none;
}

#ca-moderator-share-btn {
	padding: 5px 5px 5px 60px;
  text-decoration:none;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin:0px auto;
	color: #fff;
	font-size: 14px;
	background: #0061a6 url('../img/twitter-bird.png') 10px center no-repeat;
}

.ca-compare-container {
	width: 458px;
	float: left;

}

.ca-people-container {
	float: left;
	margin: 50px 0 50px 0;
}

#ca-person-compare1 {
	width: 225px;
	background-color: #eee;
	margin-right: 8px;
	float: left;
}
#ca-person-compare2 {
	width: 225px;
	background-color: #eee;
	
	float: left;
}

.ca-compare-name {
	margin: 5px;
	padding: 25px 5px;
	border: 1px solid #fff;
	width: 202px;
	float: left;
	height: 50px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	text-align: center;

}

.ca-compare-instruction {
	width: 225px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #666;
	font-family: Arial;
}

.ca-dropdown {
	float: left;
	width: 205px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ca-dropdown select {
	width: 100%;
	height: 20px;
}




#ca-candidates-header {

	margin-top: 50px;
	height: 75px;
	width: 100%;
	background: url('../img/candidates-header.png') center top no-repeat;
}

#ca-candidates-share-header {
	font-family: Georgia;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	color: #0061a6;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

#ca-candidates-share-btn {
	padding: 5px 5px 5px 60px;

	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin:0px auto;
	color: #fff;
	font-size: 14px;
	background: #0061a6 url('../img/twitter-bird.png') 10px center no-repeat;
}



























/* OLD CSS STYLES  TAKE EVERYTHING ABOVE HERE */


.gia-h3 {
	font-family: Arial;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;

	line-height: 30px;
}


.gia-int-container {
	float: left;
	width: 940px;
	overflow: auto;
	position: relative;
}

#gia-col-1, #gia-col-4 {
	width: 220px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;

}

#gia-col-2 {
	width: 460px;
	margin-left: 240px;
	position: absolute; top: 0px; 
}



#gia-col-3, #gia-col-5 {
	width: 220px;
	float: right;
	text-align: right;
	
	padding-left: 10px;
	margin-left: 10px;
}


#ca-landing {
	float: left;
	margin-top:50px;
}

#ca-landing p {
  margin: 1em 0;
  font-size:14px;
}

#ca-header {

	margin-top: 50px;
	height: 75px;
	width: 100%;
	background: url('../img/landing-header.png') center top no-repeat;
}

#ca-explainer{
	text-align: center;
	font-color: #999;
	margin-top: 20px;
	display: block;
	
}

#ca-share-header {
	font-family: Georgia;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
	color: #0061a6;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

#ca-share-btn {
	padding: 5px 5px 5px 60px;

	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin:0px auto;
	color: #fff;
	font-size: 14px;
	background: #0061a6 url('../img/twitter-bird.png') 10px center no-repeat;
	text-decoration:none;
}



#ca-topic {
	float: left;
	width: 440px;
	border: 1px solid #eee;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	margin: 5px 0 5px 0;
	
}



#ca-topic-container {
	position: absolute;
	top: 58px;
	padding-bottom: 125px;
	background: url('../img/people-bg.png') bottom center no-repeat;
	display: none;
}


.ca-pct-header {
	float: left;
	width: 220px;
}

#ca-participant-pct {
	width: 25px;
	font: arial;
	color: #fff;
	font-size: 20px;
	float: left;
	background-color: #F1BD56;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
#ca-participant-txt {
	float: left;
	padding-left: 5px;
	width: 145px;
	font-size: 12px;
}

#ca-media-pct {
	width: 25px;
	font: arial;
	color: #fff;
	font-size: 20px;
	float: right;
	background-color: #65c5fb;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
#ca-media-txt {
	float: right;
	text-align: right;
	padding-right: 5px;
	width: 115px;
	font-size: 12px;
}

#ca-topic-header {
	width: 100%;
	float: left;
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 10px;
}

#ca-topic-name {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 5px;
}
#ca-topic-explainer {
	font-size: 14px;
	color: #333;
	font: Arial;

}

#ca-topic-tools {
	margin-top: 10px;
	float: left;
	width: 100%;
}

#ca-rate-btn {
	padding: 10px 10px 10px 70px;
	width: 137px;
	
	font-family: Georgia;
	float: left;
	font-size: 14px;
  text-decoration:none;
}

.ca-btn-rate {
  background: #ddd url('../img/rate-check.png') 15px 8px no-repeat;
  color:#666;
  cursor:not-allowed;
}

.ca-btn-rated {
	background: #eee url('../img/rated-check.png') 15px 8px no-repeat;
	color: #000;
  cursor:default;
}



#ca-tweet-btn {
	padding: 10px 10px 10px 70px;
	width: 137px;
	color: #fff;
	font-family: Georgia;
	float: left;
	font-size: 14px;
	margin-left: 5px;
	background: #0061a6 url('../img/twitter-bird.png') 15px 8px no-repeat;
	cursor: pointer;
	text-decoration:none;
}

#ca-tweet-btn a {
	text-decoration: none;
}


#ca-topic-questions-header {
	font-family: Arial;
	font-weight: bold;
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 10px;
}

#ca-topic-questions {
	float: left;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
}

.ca-topic-question {
	float: left;
	border-bottom: 1px solid #eee;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
}

.ca-topic-date {
	font-size: 10px;
	color: #666;
	display: block;
	padding-bottom: 5px;
}

.ca-topic-txt {
	font: Arial;
	font-size: 14px;
	width: 100%;
	display: block;
}

.ca-topic-expand {
	display: block;
	width: 100%;
	color: #0061a6;
	font-size: 10px;
	cursor: pointer;
}





/* left column styles */

#ca-citizen-topics {
	float: left;
	margin-top: 10px;
}

.ca-citizen-topic {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.ca-citizen-topic-num {
	width: 35px;
	font-family: Georgia;
	font-size: 18px;
	color: #666;
	float: left;

}

.ca-citizen-topic-container {
	width: 175px;
	font-family: Georgia;
	font-size: 24px;
	color: #ccc;
	float: left;
	font-size: 150%;
}

.ca-citizen-topic-carrot {
	width: 20px;
	height: 20px;
	margin-left: 35px;
	float: left;
	position: relative;
}

.ca-citizen-topic-carrot img {
	position: absolute;
	top: 0;
	right: 0;
}


.ca-citizen-bubble {
	float: left;
	background-color: #f1bd56;
	padding: 8px;
	color: #000;
	border-radius: 10px;
	cursor:pointer;
}


.ca-citizen-bubble-selected {
	float: left;
	background-color: #ccc;
	padding: 8px;
	color: #000;
	border-radius: 10px;
}

.ca-citizen-bubble-txt {
	display: inline;
}





#ca-media-topics {
	float: right;
	margin-top: 10px;
}

.ca-media-topic {
	width: 100%;
	float: right;
	margin-bottom: 5px;
}

.ca-media-topic-num {
	width: 35px;
	font-family: Georgia;
	font-size: 18px;
	color: #666;
	float: right;

}

.ca-media-topic-container {
	width: 175px;
	font-family: Georgia;
	font-size: 24px;
	color: #ccc;
	float: right;
	font-size: 150%;

	cursor:pointer;
}

.ca-media-topic-carrot {
	width: 20px;
	height: 20px;
	margin-right: 35px;
	float: right;
	position: relative;
}

.ca-media-topic-carrot img {
	position: absolute;
	top: 0;
	left: 0;
}


.ca-media-bubble {
	float: right;
	background-color: #65c5fb;
	padding: 8px;
	color: #000;
	border-radius: 10px;
}

.ca-media-bubble-selected {
	float: right;
	background-color: #ccc;
	padding: 8px;
	color: #000;
	border-radius: 10px;
}


.ca-topic-bubble-txt {
	display: inline;
	
}

#ca-mod-topics1 .ca-citizen-bubble {
	background-color: #65C5FB;
}

h2#ca-topic-name {
border: none;
}