@charset "utf-8";
/* CSS Document */
a {
outline:none;
}
h1 {
	font-size:15px;
	}
body  {
	background-color:#FFF;
	background:url(../img/bg2.jpg)  no-repeat fixed;
	margin:0;
	color:#636363;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	height:100%;
	}
	#tinymce {
		background:#FFF;
		}
img {
	border:none;
	}
	.clear {
		clear:both;
		}
  div.fullscreen {
    display:block;
    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    /*set the width and height to 100% of the screen*/
    width:100%;
	min-height:100%;
	background:url(../img/bg_main.png) repeat-y top center;
  }
  #main {
  	width:1200px;
	margin:0 auto;
	height:100%;
	}
	#header {
		width:1074px;
		min-height:458px;
		background:url(../img/bg_flag.jpg) top center no-repeat;
		margin:0 auto;
		position:relative;
		}
	#logo {
		height:60px;
		width:253px;
		position:absolute;
		top:35px;
		left:40px;
		}
		#logo a {
			height:60px;
			width:253px;
			background:url(../img/logo.png) no-repeat;
			display:block;
		}
	#nav {
		position:absolute;
		top:60px;
		right:50px;
		}
		#nav a {
			background:url(../img/bg_nav.png);
			background-color:#1b305e;
			color:#FFF;
			font-size:17px;
			font-family:Arial, Helvetica, sans-serif;
			padding:10px 15px;
			display:block;
			float:left;
			text-decoration:none;
			}
			#nav a:hover, #nav a.active {
				color:#FFF;
				background:url(../img/bg_nav_over.png);
				}
			#nav img {
				float:left;
				}
	#navContribute {
		height:60px;
		width:184px;
		position:absolute;
		top:40px;
		right:33px;
		}
		#navContribute a {
			height:60px;
			width:184px;
			display:block;
			background:url(../img/nav_contribute.png) no-repeat;
			}
	#banner {
		width:1009px;
		height:354px;
		position:absolute;
		left:36px;
		top:100px;
		}
		
		#bLft {
			background:url(../img/banner_left.png) no-repeat;
			float:left;
			height:338px;
			width:4px;
			display:block;
			}
		#bTop {
			background:url(../img/banner_top.png) no-repeat 2px 0px;
			height:3px;
			width:1009px;
			display:block;
			}
		#bImg {
			height:338px;
			width:993px;
			display:block;
			float:left;
			}
		#bRgt {
			background:url(../img/banner_right.png) no-repeat;
			float:left;
			height:338px;
			width:11px;
			display:block;
			}
		#bBtm {
			background:url(../img/banner_bottom.png) no-repeat;
			height:13px;
			width:1009px;
			display:block;
			}
			#bImg.header1 {
				background:url(../img/header.jpg) no-repeat;
			}
			#bImg.header2 {
				background:url(../img/header2.jpg) no-repeat;
			}
			#bImg.header3 {
				background:url(../img/header3.jpg) no-repeat;
			}
			#bImg.header4 {
				background:url(../img/header4.jpg) no-repeat;
			}
	#mainCont {
		padding:20px 0px;
		margin:0 auto;
		width:1075px;
		height:100%;
		z-index:2;
		}
		#content {
			width:1000px;
			margin:0 auto;
			height:100%;
			}
		#mainLeft {
			float:left;
			width:660px;
			border-right:solid 1px #829c79;
			padding-right:34px;
			height:100%;
			}
		#mainRight {
			float:right;
			width:270px;
			height:100%;
			}
			#mainRight #networks {
				height:40px;
				width:220px;
				margin:0;
				}
				#networks a {
					display:block;
					height:40px;
					width:40px;
					float:left;
					}
					a.fb {
						background:url(../img/logo_fb.png) no-repeat;
						}
					a.tw {
						background:url(../img/logo_tw.png) no-repeat;
						margin-left:20px;
						}
					a.ms {
						background:url(../img/logo_ms.png) no-repeat;
						margin-left:20px;
						}
					a.yt {
						background:url(../img/logo_yt.png) no-repeat;
						margin-left:20px;
						}
					a.ln {
						background:url(../img/logo_ln.png) no-repeat;
						margin-left:20px;
						}
	#vCont {
		height:250px;
		width:284px;
		}
		#mvMain {
			margin-top:15px;
		
			}
		#mvThumbs {
			padding-bottom:20px;
			width:274px;
			}
	#rContribute {
		width:269px;
		height:139px;
		margin:8px auto;
		}
		#rContribute a {
			background:url(../img/spot_contribute.jpg) no-repeat;
			height:139px;
			width:269px;
			display:block;
			}
	#rNewsletter {
		width:265px;
		height:112px;
		margin:8px auto;
		}
		#rNewsletter a {
			background:url(../img/spot_newsletter.jpg) no-repeat;
			height:112px;
			width:265px;
			display:block;
			}
	#rEmail {
		width:265px;
		height:91px;
		margin:8px auto;
		}
		#rEmail a {
			background:url(../img/spot_email.jpg) no-repeat;
			width:265px;
			height:91px;
			display:block;
			}
	#rVote {
		width:265px;
		height:260px;
		margin:8px auto;
		}
		#rVote a {
			background:url(../img/your-vote-counts.jpg) no-repeat;
			width:265px;
			height:260px;
			display:block;
			}
		#rEndorse {
			width:263px;
			height:114px;
			margin:8px auto;
			}
		#rEndorse a {
			background:url(../img/spot_endorse.jpg) no-repeat;
			height:114px;
			width:263px;
			display:block;
			}
	#rJoin {
		width:273px;
		margin:0 auto;
		margin-top:15px;
	}
	#rJoin ul, #rJoin li {
		margin:0;
		padding:0;
		list-style:none;
	}
		#rJoin li.top {
			background:url(../img/join_title.png);
			width:273px;
			height:57px;
			display:block;
		}
		#rJoin li.join a {
			background:url(../img/join_join.png);
			width:273px;
			height:55px;
			display:block;
		}
		#rJoin li.endorse a {
			background:url(../img/join_endorse.png);
			width:273px;
			height:53px;
			display:block;
		}
		#rJoin li.register a {
			background:url(../img/join_register.png);
			width:273px;
			height:73px;
			display:block;
		}
	.hmNews {
		margin-top:30px;
		padding:20px 0px 0px 0px;
		width:657px;
		border-top:solid 1px #829c79;
		}
	.hmEvents {
		margin-top:20px;
		padding:0px 0px;
		width:657px;
		}
	.hmText {
		padding:20px 0px;
		width:657px;
		border-bottom:solid 1px #829c79;
		}
.article {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:solid 1px #829c79;
	}
a {
	text-decoration:none;
	color:#2e5a1b;
	}	
	a:hover {
		text-decoration:underline;
		color:#254282;
		}
h2 {
	font-family:"Times New Roman", Times, serif;
	color:#2f5a20;
	font-size:17px;
	margin-bottom:6px;
	}
h2.center {
	text-align:center;
	}
h2.snews {
	font-size:14px;
	}
h2 a {
	color:#2f5a20;
	}
.center {
	text-align:center;
	}
#footer {
	clear:both;
	margin-top:10px;
	font-size:11px;
	margin-bottom:10px;
	}
	
input {
	border:solid 1px #697e61;
	width:200px;
	margin:5px 5px 5px 0px;
	}	
textarea {
	width:440px;
	height:200px;
	border:solid 1px #697e61;
	margin:5px 5px 5px 0px;
	}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#2f5a20;
	}	
input.box {
	width:20px;
	}
input.submit, input.reset {
	width:75px;
	margin:5px 5px 5px 0px;
	background-color:#697e61;
	border-color:#697e61;
	color:#FFF;
	}
	input.submit:hover, input.reset:hover {
		cursor:pointer;
		background-color:#2f5a20;
		border-color:#2f5a20;
		}
#editor {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1px red;
	}
#editor textarea {
	width:100%;
	height:300px;
	background-color:#FFF;
	}
#editor input {
	width:200px;
	}
	
#editor input.submit, #editor input.reset {
	width:75px;
	border:solid 1px #2f5a20;
	color:#2f5a20;
	margin:5px 5px 5px 0px;
	background-color:#FFF;
}
	#editor input.submit:hover, #editor input.reset:hover {
		background-color:#c69c6d;
		color:#FFF;
		border-color:#c69c6d;
		cursor:pointer;
	}
	
.date {
	font-size:11px;
	font-style:italic;
	}
.admin {margin:5px;}
.admin a {
	color:red;
	font-size:11px;
	text-decoration:underline;
	}
	.admin a:hover {
		text-decoration:none;
		}
.dateBox {
border-bottom:1px solid #E2E2E2;
border-right:1px solid #E2E2E2;
float:left;
margin-right:10px;
}
.mo {
background-color:#2f5a20;
color:#FFF;
font-size:10px;
padding:4px;
text-align:center;
text-transform:uppercase;
}
.day {
background-color:#FFF;
border:1px solid #2f5a20;
color:#2f5a20;
font-weight:bold;
padding:3px;
text-align:center;
}
.dateTime {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
	#credit {
		height:10px;
		float:right;
		right:10px;
		}
		#credit a {
			height:10px;
			width:10px;
			overflow:hidden;
			display:block;
			background:url(../img/credit.gif) no-repeat 0px 0px;
			float:right;
			}
			#credit a:hover {
				background-position:-10px 0px;
				}
img.imgLeft {
	float:left;
	margin:10px 10px 8px 0px;
	clear:left;
}
#ContSubNav {
	margin:10px 0px;
	padding-bottom:10px;
	border-bottom:solid 1px #2f5a20;
	}
#ContSubNav a {
	display:block;
	padding:6px 10px 6px 10px;
	margin:1px;
	float:left;
	text-decoration:none;
	font-size:17px;
	}
	#ContSubNav a:hover {
		background-color:#c69c6d;
		color:#FFF;
		}
    #ContSubNav a.active {
		background-color:#2f5a20;
		color:#FFF;
		}
.hmArticle {
	float:left;
	width:198px;
	margin-right:10px;
	border-right:solid 1px #b7b7b7;
	padding-right:10px;
	margin-bottom:10px;
	height:auto;
	}
.hmArticle h2 {
	color:#2f5a20;
	}
.artPdf {
	margin-top:5px;
	}
#pfb {
	padding:5px;
	text-align:center;
	margin-left:270px;
}
#pfb div {
	border:solid 1px #000;
	font-size:11px;
	width:430px;
	padding:5px;
	font-weight:bold;
}

.arcItem {
	margin-bottom:10px;
	border-bottom:dotted 1px #e1e1e1;
	padding-bottom:5px;
}
	.arcTitle {
		float:left;
		margin-left:20px;
	}
	.arcDate {
		float:left;
	}
	
	
	#rSpanish {
		width:265px;
		height:260px;
		margin:8px auto;
		}
		#rSpanish a {
			background:url(../img/spanish-site.jpg) no-repeat;
			width:265px;
			height:260px;
			display:block;
			}
			
			#rGallery {
				width:265px;
				height:247px;
				margin:8px auto;
				}
				#rGallery a {
					background:url(../img/gallery-icon.jpg) no-repeat;
					height:247px;
					width:265px;
					display:block;
					}
