/*=====================================================
	BODY STYLES - Floyd Manning 2008
------------------------------------------------------*/
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	background: #2f2807;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

#footer {
	margin:0 auto;
	padding:0;
	width:960px;
	height:30px;
}

#footer p {
	text-align:left;
	font-family: Georgia;
	font-size: 11px;
	color:#e1e6a6;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover {
	text-align:right;
	font-family: Georgia;
	font-size: 11px;
	color:#63a890;
}

.clear {
	clear:both;
	height: 1px;
}


/*FLOATING CONTENT*/
.float_left {
	width:450px;
	float:left;
	margin-right:15px;
	padding:0;
}
.float_right {
	width:450px;
	float:right;
	margin:0;
	padding:0;
}

/*CONTAINERS*/
.container {
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;	
}

.masthead {
	background:url(../images/aapcogop_masthead_map.png) no-repeat;
	width:960px;
	height:124px;
}

.home_hero {
	background:url(../images/aapcogop_home_hero_bg.gif) no-repeat;
	width:960px;
	height:318px;
}

.content_wrap {
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
}

.content_wrap p {
	font-family:Georgia;
	font-size:14px;
	color:#312a08;
	line-height:22px;
}

.content_wrap h2 {
	font-family:Georgia;
	font-size:30px;
	color:#4b4914;
	font-weight:bold;
}

h1 {
	font-family:Georgia;
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
}

p {
	font-family:Georgia;
	font-size:14px;
	color:#ffffff;
	line-height:22px;
}

.midsection {
	background:url(../images/aapcogop_midsection_bg.png) no-repeat;
	width:960px;
	height:104px;
	margin-bottom:15px;
}

.hero_content {
	width:409px;
	margin-right:35px;
	padding:0;
	float:right;
}
/*WRAPS*/
#masthead_wrapper,
#home_hero_wrapper,
#inside_hero_wrapper,
#menu_wrapper,
#content_wrapper {
	margin:0 auto;
	padding:0;
	width:100%;
}

#masthead_wrapper {
	background: #c3bc84;
	height:125px;
}

#home_hero_wrapper {
	background: #271d02;
	height:318px;
}

#inside_hero_wrapper {
	background: #271d02;
	height:125px;
}

#menu_wrapper {
	background: #c4ba88 url(../images/aapcogop_menu_bg.jpg) repeat-x;
	height:40px;
}

#content_wrapper {
	background: #fef6de;
}

/*BUTTONS*/
.podcast_btn a {
	background: url(../images/aapcogop_podcast_btn.png) no-repeat;
	width:430px;
	height:62px;
	margin-top:12px;
	margin-left:43px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	outline:none;
}

.podcast_btn a:hover {
    background-position: 0px -62px;
}

.video_btn a {
	background: url(../images/aapcogop_video_btn.png) no-repeat;
	width:430px;
	height:62px;
	margin-top:12px;
	margin-left:490px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	outline:none;
}

.video_btn a:hover {
    background-position: 0px -62px;
}

ul#subnav {
	width: 409px;
    height: 58px;
	padding-left:0px;
    overflow: hidden;
}
#subnav li {
	float: left;
}
#subnav a {
	display: block;
    background-image: url(../images/aapcogop_bio_timeline_btn.png);
    padding-top: 58px;
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
	outline:none;
}
#bio {
    width: 184px;
}
#bio:hover {
    background-position: 0px -58px;
}

#timeline {
    width: 225px;
    background-position: -184px 0;
}
#timeline:hover {
    background-position: -184px -58px;
}

/*CONTENTS*/
.hero_img {
	background: transparent url(../images/aapcogop_home_img.png) no-repeat;
	width:499px;
	height:356px;
	text-indent:-9999px;
	position:absolute;
	display:block;
	top:124px;
}

a.logo {
	background: transparent url(../images/aapcogop_logo.png) no-repeat;
	width:280px;
	height:60px;
	text-indent:-9999px;
	position:absolute;
	display:block;
	top:30px;
	outline:none;
}

/*=====================================================
	TOP NAV
------------------------------------------------------*/
#navigation {
	display: block;
	position: relative;
	font-family: Georgia;
	margin:0 auto;
	padding: 0 auto;
	list-style: none;
	font-size: 18px;
	text-align: left;
}

#navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 0px;
	float:right;
}

#navigation li {
	margin: 0 auto;
	padding: 0 auto;
	float: left;
	text-align: left;
}

#navigation li.active {
	margin: 0 17px 0 0;
	border-top:1px solid #fff;
	background: #271d02;
	color: #ebe9a7;
	float: left;
}

#navigation li.active span {
	text-align: left;
}

#navigation a span {
	display: block;
	margin: 0 auto;
	padding: 9px 25px 9px;
}

#navigation li.active span {
	display: block;
	margin: 0 auto;
	padding: 9px 25px 9px;
}

#navigation a {
	margin: 0 17px 0 0;
	font-size: 18px;
	display: block;
	text-decoration: none;
	color: #2c2305;
}
#navigation a:hover {
	background:#b3aa83;
	display:block;
}

#navigation span a {
	padding: 0 auto;
	background: none;
	margin: 0 auto;
	text-decoration: none;
	display:block;
}

#navigation span a:hover {
	color: #2c2305;
}

/*bio*/
h2.question a { background:url(../images/arrow.png) no-repeat 0 0; width:auto; line-height:1; height:34px; overflow: visible; display:block; vertical-align:middle; padding: 7px 0 0 28px; font-weight:bold; color:#cc0000; text-decoration:none; }
h2.question.active a { background:url(../images/arrow_down.png) no-repeat 0 0; }
h2.question a:hover { background-position: 0px -34px; }
h2#question1 a,
h2#question2 a {
	font-family:Georgia;
	font-size:18px;
	color:#4b4914;
	font-weight:bold;
}

/*blog*/
.blog {background:url(../images/arrow.png) no-repeat 0 0; width:auto; height:34px; overflow:visible; padding: 7px 0 0 34px; margin-bottom:15px; text-decoration:none;}
a.blog_intro {font-family:Georgia; font-size:18px; color:#45856f; font-weight:bold;}
.blogpost h3 {background:url(../images/arrow.png) no-repeat 0 2px; width:auto; height:34px; overflow:visible; padding: 7px 0 0 34px; margin-bottom:15px; text-decoration:none; font-family:Georgia; font-size:24px; color:#45856f; font-weight:bold;}
.more_blog {background:url(../images/read_more_blog_btn.gif) no-repeat; width:262px; height:36px; margin-top:11px; text-indent:-9999px; display:block; outline-style:none;}
.blog_more {background:url(../images/continue_btn.gif) no-repeat; width:112px; height:36px; margin-top:11px; text-indent:-9999px; display:block; outline-style:none;}
.post-date {font-family:Georgia; font-size:12px; color:#312a08; line-height:22px; margin-bottom:15px;}

a.cam {
	background: transparent url(../images/aapcogop_cam.jpg) no-repeat;
	width:415px;
	height:200px;
	text-indent:-9999px;
	position:relative;
	display:block;
	top:10px;
	padding-bottom:15px;
	outline:none;
}

/*important popup*/
#blanket {position:absolute; z-index: 9001; }
.close_btn {background:url(../images/close_btn.gif) no-repeat; width:118px; height:29px; float:right; margin-right:5px; margin-top:-6px; text-indent:-9999px; display:block; outline-style:none;}

/*contact popup*/
#popUpDiv_important {position:absolute; background-color:#000; width:600px; z-index: 9002; margin-top:30px; margin-left:150px; padding:25px;}

a.email {color:#52947d;}
a.email:hover {color:#15684b;}

h1.important {color:#52947d;}

