@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;	
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	background-color: #75AAB2;
	background-image: url(../default_images/index_bg.jpg);
	background-position: -160px 0px;
}

#page-container {
	width: 780px; 
	margin: auto;
}

#header {
	padding-top: .25in;
	margin-top: 20px; 

}

#header .img{
}

#search {
	margin-top: 8px;
	float: right;
	text-align: right;
}

#search .padding {
}

#search .field {
	background-image: url(../default_images/icons/mag_icon.png);
	background-position: 5px;
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 135px;
	border: groove 1px #75AAB2;
	padding: 3px;
}

#slogan {margin-top: 10px; height: 51px; clear: both; background-image: url(../default_images/slogan_horiz2.png); background-repeat: no-repeat; background-position: 0px 5px ;}

#slogan .padding { 
}

#slogan .sign-up {
	float: left;
	clear: right;
	padding-top: 125px;
	padding-left: 100px;
	font-size: 15px;
}

#tools {
	height: 26px;
	border-bottom: solid 1px #999;
	clear: both;
	/*margin-bottom: 58px;*/
}

#tools .login {float: left; font-size: 15px;}
#tools .login a {color: white;}
#tools .login a:hover {color: #75AAB2;}
#tools .login-fields {width: 100px;}
#tools .share {float: right; margin-left: 10px;}
#tools .print {cursor: pointer; float: right; margin-left: 10px;}
#tools .email {cursor: pointer; text-align: right;}

#page-specific-content {clear: both;}

#main-nav {
	float: right;
}

#main-nav .padding {
}

#main-nav .link {
	height: 36px;
	width: 160px;
	background-image: url(../default_images/main-nav-btn.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-top: 10px;
	text-align: center;
}

#main-nav .link a {
	text-decoration: none;
	color: #333;
}

#main-nav .link a:hover {
	color: #75AAB2;
}

#content {
	margin-right: 180px;
}

#content .btn {font: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 11px;}
#content .padding {
}

#content-image {}

#featured {
	margin-left: 10px;
	background-image: url(../default_images/img_nav_SideBar.gif);
	background-repeat: no-repeat;
	height: 172px;
	width: 160px;
}

#featured .padding {
}


#footer {
	clear: both;
	text-align: center;
}

#footer .padding {
	padding: 20px;
}


a {
	color: #2993ad;
	text-decoration: none;
}

a:hover {color: #3c646e ;}

h1 {color: white; line-height: normal;}

h2 {color: #3c646e; font-size: 18px; font-style: normal; line-height: normal;}

h3 {color: #3c646e; font-size: 14px; font-style: normal; line-height: normal;}

li {margin-bottom: 10px;}
/* SECONDARY PAGE SPECIFIC RULES */

/* JOIN EPGM */

#form { /*container*/
	background-image: url(../default_images/contentBG_1.png); 
	border: 1px solid #333;
}

.join_form { /*actual form*/
}

/*mission_stories.cfm*/
#mission-matters {color: #333;}
#mission-matters .story {height: 145px; background-image: url(../default_images/stories_bg.png); background-repeat: no-repeat; border: solid 1px #333; margin-bottom: 15px;}
#mission-matters .story-img {width: 125px; height: 125px; float: left; padding: 10px; margin-right: 10px; }
#mission-matters .story-text{width: 435px; height: 125px; margin-left: 145px; padding: 10px;}
#mission-matters .title {text-align: right; padding-right: 10px; font-size: 12px; color: #75AAB2; border-bottom: solid 1px #333; padding-bottom: 3px; background-color: #333}
#mission-matters .snippet {margin-top: 10px; margin-right: 10px; padding: 10px; height: 65px; background-image: url(../default_images/story-text-bg.png);  border-top: dashed 1px #669999; border-right: dashed 1px #669999; border-bottom: dashed 1px #669999;}
#mission-matters .org {float: left;}
#mission-matters .view-story {color: white; margin-top: 10px; padding-right: 10px; background-color: #333; text-align: right; }
#mission-matters .view-story a {color: white;}
#mission-matters .view-story a:hover {color: #75AAB2;}

/*mission_work_photos.cfm*/
#featured-photo {float: left;}
#org-list {float: right; width: 300px;}
#org-list .add-photos {margin-top: 25px; background-image:url(../default_images/contentBG_1.png); padding: 10px;}
#org-list ul a{color: white;}
#org-list ul a:hover {color: #75AAB2;}
#org-list li {margin-left: 60px; }

/*mission_work_videos.cfm*/
#videos {}
#videos .about-videos {margin-bottom: 15px;}
#videos .org {width: 160px;  float: right;}
#videos .player {float: left; margin-bottom: 10px;}
#videos .home-link {clear: both; text-align: right; margin-top: 10px;}

#add-video {margin-right: 50px; width: 300px; float:right; padding: 10px;clear: both; text-align: center; background-image: url(../default_images/contentBG_1.png);}
