/**************************************
 * COMMON STYLES AND TAGS
 **************************************/
html, body, p, h1, h2, h3, h4, h5, ul, li, a{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
html {
	position: relative;	
	height: 100%;
	width: 100%;
}
body {
	position: relative;
	background-color: #0E2341;
	font-family: "Palatino Linotype", Palatino, Georgia, Arial;
	color: #FFF;
}
a img {
	border: none;	
}
/**************************************
 * BACKGROUND IMAGE & WRAPPER
 * Two wrappers for the content and the background image are used
 * to ensure that the content and background each get pushed down properly
 * by the Google Translation toolbar
 **************************************/

#bg_wrapper.home {
	background-image: url(/images/jpg/bg_homepage.jpg?10072010);
}
#bg_wrapper.subpage {
	background-image: url(/images/jpg/bg_subpage.jpg);
}
#bg_wrapper {
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	width: 100%;
	background-color: #1C4680;
}
#wrapper {
	width: 780px;
	min-height: 700px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

/**************************************
 * HEADER
 **************************************/
#header {
	height: 125px;
	padding-left: 105px;
	padding-top: 60px;
}
#header h1 {
	font-weight: normal;
	font-size: 44px;
	line-height: 55px;
}
#header h2 {
	font-weight: normal;
	font-size: 22px;
	color: #9EC5EB;
	padding-left: 26px;
}
#header p {
	font-size: 14px;
	color: #CDDAEB;
	padding-left: 10px;
}

/**************************************
 * NAVIGATION
 **************************************/
#nav {
	width: 760px;
	height: 40px;
	padding-left: 12px;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
	height: 38px;
	width: 108px;
	text-align: center;
	font-size: 16px;
}
#nav a{
	display: block;
	width: 100%;
	height: 29px;
	padding-top: 9px;
	text-decoration: none;
	color: #1A467F;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/images/gif/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: center 38px;
}
#nav ul li a:hover {
	background-position: center 0px;	
}
#nav_issues {
	width: 104px;
}
#nav_about {
	width: 116px;
}
#nav_pictures {
	width: 104px;
}
#nav_volunteer {
	width: 110px;
}
#nav_contribute {
	width: 110px;	
}
/**************************************
 * SHOWCASE
 **************************************/
#showcase {
	width: 760px;
	height: 350px;
	padding-top: 13px;
	padding-left: 10px;
	font-size: 18px;
}
#showcase h3 {
	border-bottom: 1px solid #CCC;	
	margin-bottom: 3px;
	font-style: italic;
}
#showcase ul {
	margin-top: 5px;
	margin-left: 20px;	
	list-style: circle;
}
#maria_overview {
	float: left;
	width: 480px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	height: 350px;
	overflow: hidden;
}
#news_and_events {
	float: right;
	width: 230px;
	height: 350px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}

/**************************************
 * PAGE CONTENT
 **************************************/
#main_page_content {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
#main_page_content_noedit {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}
#bg_wrapper.subpage #main_page_content {
	padding-top: 5px;
}
#main_page_content h3 {
	border-bottom: 1px solid #CCC;	
	font-size: 25px;
	font-style: italic;
	text-shadow:1px 1px 0 #0E2341;
	padding-bottom: 2px;
}
#bg_wrapper.subpage #main_page_content h3{
	font-size: 35px;
}
#main_page_content h4 {
	font-weight: normal;	
	font-style: italic;
	font-size: 24px;
	border-bottom: 1px solid #3864A1;
	padding-top: 20px;
	width: 600px;
	text-shadow:1px 1px 0 #0E2341;
}
#main_page_content p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 19px;
}
#main_page_content ul {
	margin: 10px;
	margin-left: 50px;
	list-style: circle;
}
#main_page_content a, #main_page_content_noedit a, .learnMore {
	color: #FFC;
	text-decoration: underline;
}
#main_page_content a:hover,  #main_page_content_noedit a:hover, .learnMore:hover {
	color: #FF0;
	text-decoration: underline;
}
/**************************************
 * FOOTER
 **************************************/
#footer {
	width: 100%;
	min-height: 110px;
	background-color: #0E2341;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer_content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.col {
	float: left;
	width: 300px;
	min-height: 100px;
}
#col_one {
	width: 150px;
}
#footer_text {

}
#col_three {
	text-align: center;
	padding-top: 15px;
}
#col_three p.footer_btn {
	border-bottom: 1px solid #193E72;
	padding-bottom: 10px;
}
#col_three p.footer_links {
	padding-top: 10px;
}
#col_three a{
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}
#col_three a:hover{
	text-decoration: underline;
	color: #FF9;
}
#footer h1 {
	font-weight: normal;	
}
#footer h2 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
#footer h3 {
	font-size: 18px;	
	font-weight: normal;
}
#footer_message {
	clear: both;
	font-size: 9px;
	text-align: center;
	color: #999;
}

/*******************************************
 * TRANSLATE BTN & GOOGLE TRANSLATE TOOLBAR
 *******************************************/
#translate_wrapper {
	position: absolute;	
	top: 0px;
	right: 0px;
	width: 135px;
	height: 43px;
	padding: 10px;
	overflow: hidden;
}
#translateNow {
	cursor: pointer;	
	color: #FFF;
	text-align: right;
	font-size: 13px;
	padding-right: 20px;
	background-image: url(/images/png/mx.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 3px;
}
#translateNow:hover {
	color: #FF0;
}
#translatePage {
	display: none;
	padding: 3px;
	background-image: url(/images/png/bg_blue_alpha.png);
	background-repeat: repeat;
}
.div .skiptranslate goog-te-gadget {
	color: #FFF;
}



