@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 25px 0;
	background:#fcfcfc url('images/bg.jpg') repeat-x;
}

.clear { clear:both; }

a img { border:none; }

a { color:#07f; /* 558b0a */ }

a:hover { color:#354da2; /* 8ecd37 */ }

.divider_dotted_top {
	border-top:1px dotted #ccc;
	padding-top:15px;
	margin-top:20px;
}

/* */

.wrapper {
	width:960px;
	margin:auto;
}

.header {
	background:#fff;
	padding:30px 0 0 0;
	border-bottom:5px solid #354da2;
}

.logo { 
	float:left; 
}

.nav {
	float:right;
	background:#fff;
	padding-top:65px;
	width:700px;
}

.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}

.nav ul li {
	float:left;
	margin-left:7px;
	display:inline;
}

.nav ul li a {
	display:block;
	padding:10px 20px 7px 20px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	background:#354da2;
	width:80px;
	text-align:center;
}

.nav ul li a:hover {
	background:#27b9e7;
}

.content_container {
}

.content {
	background:#fff;
	border:1px solid #999;
	border-top:none;
	padding:20px;
}

.main {
	float:left;
	width:600px;
	font-size:14px;
}

.sidebar {
	width:290px;
	float:right;
}

.sidebar .section {
	border:1px solid #663;
	background:#f8f5e6;
	padding:10px;
	font-size:12px;
	color:#333;
	margin-bottom:15px;
}

.sidebar .section_link {
	border:1px solid #bb8;
	background:#f8f5e6;
	color:#666;
}

.sidebar a.button {
	display:block;
	border:1px solid #bb8;
	background:#f8f5e6;
	padding:10px;
	font-size:12px;
	color:#666;
	margin-bottom:15px;
	text-decoration:none;
}

.sidebar a.button:hover {
	border:1px solid #663;
}

.sidebar h3, .sidebar a.button h3, .sidebar a.button h3 {
	font-size:16px;
	color:#444;
	margin:0;
	padding:0 0 2px 0;
	border-bottom:1px dotted #996;
}

.sidebar p, .sidebar a.button p, .sidebar a.button p {
	padding:0 5px;
	line-height:140%;
}

.sidebar h3, .sidebar a.button:hover h3 {
	color:#000;
	border-bottom:1px dotted #663;
}

.sidebar p, .sidebar a.button:hover p {
	color:#000;
}

.sidebar p a {
	color:#000;
	text-decoration:none;
}

.sidebar h3 a {
	color:#444;
	text-decoration:none;
}

.sidebar h3 a:hover, .section_link:hover h3 a {
	color:#000;
}

.section_link:hover {
	border:1px solid #663;
}

.sidebar .section ul {
	margin:10px 10px 5px 10px;
	padding:0;
	list-style-position:inside;
}

.sidebar .section ul li ul {
	margin-top:5px;
}

#slideshow img {
	border:1px solid #bb8;
}

.tagline {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
}

.home_details {
	margin:1ex auto 0 auto;
	color:#666;
	line-height:140%;
	width:800px;
	text-align:center;
}

.home_content {
}

.home_content h1 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
}

.home_content p {
	margin:1ex auto 0 auto;
	color:#666;
	line-height:140%;
	text-align:center;
	width:800px;
}

.main h1, .main h2 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:32px;
}

.main h2 {
	font-size:18px;
	margin:1em 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#354da2;
}

.main .divider_dotted_top h2 {
	margin-top:0;
}

.main .body {
	line-height:150%;
	margin:0 10px;
}

.main .rightimage {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #bb8;
}

.get_involved_form {
}

.get_involved_form table {
	border-spacing:5px;
}

.get_involved_form table tr td {
	font-size:12px;
	padding:5px 10px;
	background:#f3f3f3;
	border:1px solid #ddd;
}

.get_involved_form table tr td input {
	width:230px;
}

.get_involved_form table tr td textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	width:330px;
	height:150px;
}

#join_form, #friend_form, #volunteer_form { display:none; }

.form_hide { 
	font-size:12px;
	text-align:right;
	margin-bottom:0;
}

p.indent {
	margin:1ex 25px 1em;
}

.msg {
	margin-top:1em;
	padding:10px;
	background:#ffc;
	border:1px solid #bb8;
	text-align:center;
	font-weight:bold;
}

.footer {
	margin-top:20px;
	color:#666;
	font-size:12px;
	text-align:center;
	line-height:140%;
}

/* presidents alliance */

.label_td {
	padding-right:5px;
	text-align:right;
	font-weight:bold;
}

.user_info {
	float:right;
	font-size:12px;
	height:25px;
	color:#666;
}

.hidden { display:none; }

.initiatives_table tr td {
	font-size:12px;
	line-height:21px;
}

.initiatives_table tr th {
	padding:5px 0 5px 15px;
	font-size:12px;
	text-align:center;
	line-height:16px;
}

.initiative_checkbox {
	padding:0 0 0 15px;
	text-align:center;
}

.sub_initiative {
	padding-left:20px;
}

.initiatives_table tr td strong {
	font-size:14px;
}

.initiative_buffer {
	height:8px;
}

.initiative_buffer_large {
	height:15px;
}

.initiative_attach {
	padding:5px 20px;
	background:#f7f7f7;
}

.initiatives_table tr td.initiative_attach strong {
	font-size:12px;
}

hr {
	margin:2.4ex 100px 1em;
	border:none;
	border-top:1px solid #ccc;
}

.message {
	font-size:13px;
	line-height:18px;
	margin:15px 10px 20px;
	border:1px solid #fc0;
	background:#ffc;
	padding:10px;
}

.create_form_submit {
	text-align:center;
}

.create_form_submit select {
	font-size:14px;
}

.create_form_submit input {
	font-size:20px;
}

.create_form_submit .select_note { font-size:12px; color:#666; margin:0 0 5px; }

.create_edit_submit { margin-top:1ex; }

.listing_table {
	font-size:12px;
	border-spacing:0;
}

.listing_table tr td {
	padding:2px 10px;
}

.listing_table td.label_td {
	text-align:left;
}

.listing_table tr.alt td {
	background:#f7f7f7;
}

.darkred { color:#900; }

.listing_commitment_header {
	padding-top:20px;
	text-transform:uppercase;
	text-align:center;
}

.form_download {
	padding-top:5px;
}

/* Home Page Redesign */

.new_intro h1 {
	font-size:16px;
	color:#000;
}

.new_intro {
	color:#666;
	font-size:14px;
}

.new_home_bottom {
	border-top:1px dotted #ccc;
	padding-top:15px;
	margin-top:10px;
}

.new_home_bottom h2 {
	font-family:Georgia,'Times New Roman',Times,serif;
	color:#354da2;
	font-weight:normal;
	margin:0;
	padding:0;
}

.new_home_bottom_left {
	width:48%;
	float:left;
}

.new_home_bottom_right {
	width:48%;
	float:right;
}

.top_right {
	float:right;
	font-size:12px;
	color:#666;
}

.search {
	text-align:right;
}

.new_home_bottom ul {
	list-style-image:url('/images/dot-bullet.gif');
}

.new_home_bottom ul li {
	padding-bottom:10px;
}

/* New Presidents Alliance Forms */

.commit_table {
	border-spacing:0;
}

.commit_table tr td, .commit_table tr th {
	padding-right:15px;
	padding-bottom:10px;
}

.commit_table tr td {
	vertical-align:top;
}

.commit_table tr th {
	font-size:11px;
	line-height:13px;
	vertical-align: top;
}

.commit_table tr td table tr td {
	
	
}

.commit_radios table {
	margin:auto;
}

.commit_table tr td.commit_radio {
	padding:0 7px;
	text-align:center;
}

.commit_radio_labels tr td {
	font-size:9px;
	font-style:italic;
	padding:0;
	font-weight:normal;
}

.commit_action {
	text-align:center;
	padding-top:5px;
	background:#f7f7f7;
}

.commit_listing_action {
	background:#fff;
}

.commit_table h3, h3.commit_heading {
	font-weight:normal;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size:18px;
	margin:15px 0;
}

h3.commit_heading {
	margin-top:30px;	
}

.commit_letter {
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size:16px;
}

.category_title h3 {
	margin-top:0;
}

.commit_table tr.buffer td, .commit_table tr.buffer th {
	padding:30px 0 0;
}

.initiatives_table tr td.initiative_progress_number {
	font-size:16px;
	font-weight:bold;
}

.commit_listing_progress {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.listing_year_nav {
	text-align:center;
}

.commit_title_container {
	margin-top:5px;
}

.commit_title_container input {
	font-size:14px;
}

.dashboard_heading {
	font-weight:normal;
	font-family:Georgia,'Times New Roman',Times,serif;
	margin-bottom:5px;
	font-size:18px;
	margin-top:20px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

