/* LAYOUT & DIVS */
html, body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #F9F2EA;
	background-image:url(../images/layout/topBkgd.jpg);
	background-repeat:repeat-x;
}
body {
	background-color: #F9F2EA;
}
div#page_container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
div#header {
	position:absolute;
	width:950px;
	height:211px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 0px;
	z-index:8;
}
div#content_container {
	width: 950px;
	height:100%;
	min-height:940px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 0px;
}
div#moreInfo {
	position:absolute;
	width:332px;
	height:42px;
	top:0px;
	left:610px;
	right:0px;
	background-image:url(../images/layout/info_line.gif);
	background-repeat:no-repeat;
	z-index:11;
}

/* HOME LAYOUT & DIVS */
div#homeFlash {
	postition:realtive;
	margin-top:42px;
}
div#homeContent {
	position:relative;
	width:950px;
	height:100%;
	top:0px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
div#top_blueBar {
	position:relative;
	width: 100%;
	height: 42px;
	top: 0px;
	left: 0px;
	margin-right: 0px;
	background-image:url(../images/layout/blue_topBar.jpg);
	background-position:top;
	text-align:center;
}
div#single_horizBar {
	position:absolute;
	width:950px;
	height:12px;
	top:467px;
	background-image:url(../images/layout/single_horizLine.gif);
	background-repeat:repeat-x;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
div#main_navigation {
	position:absolute;
	width:950px;
	height:26px;
	top:479px;
	background-color: #F9F2EA;
	margin-left:0px;
	/* See header_nav.css for nav style declarataions */
}
div#double_horizBar {
	position:absolute;
	width:950px;
	height:13px;
	top:506px;
	background-image:url(../images/layout/double_horizLine.gif);
	background-repeat:repeat-x;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
div#calloutBucket_holder {
	position:absolute;
	width:900px;
	height:363px;
	top:525px;
	margin-left:25px;
	margin-right:25px;
}
div#calloutBucket_1 {
	position:absolute;
	width:212px;
	height:340px;
	top:0px;
	left:0px;
}
div#calloutBucket_divider_1 {
	position:absolute;
	width:16px;
	height:375px;
	top:0px;
	left:212px;
	background-image:url(../images/layout/white_vertBar.gif);
	background-repeat:repeat-y;

}
div#calloutBucket_2 {
	position:absolute;
	width:212px;
	height:340px;
	top:0px;
	left:228px;
}
div#calloutBucket_divider_2 {
	position:absolute;
	width:16px;
	height:375px;
	top:0px;
	left:440px;
	background-image:url(../images/layout/white_vertBar.gif);
	background-repeat:repeat-y;

}
div#calloutBucket_3 {
	position:absolute;
	width:212px;
	height:340px;
	top:0px;
	left:456px;
}
div#calloutBucket_divider_3 {
	position:absolute;
	width:16px;
	height:375px;
	top:0px;
	left:668px;
	background-image:url(../images/layout/white_vertBar.gif);
	background-repeat:repeat-y;

}
div#calloutBucket_4 {
	position:absolute;
	width:212px;
	height:340px;
	top:0px;
	left:684px;
}
div#calloutBucket_imageHolder {
	position:relative;
	width:212px;
	height:106px;
	border-top:thin;
	border-left:thin;
	border-right:thin;
	border-bottom:thin;
	border:thin;
	border-style:solid;
	border-color:#C1C1E1;
	background-color:#FFFFFF;
}
img.calloutBucket_image {
	width:200px;
	height:95px;
	border:none;
	margin-left:6px;
	margin-right:6px;
	margin-top:5px;
	margin-bottom:5px;
}

/* INTERIOR LAYOUT & DIVS */
div#headerBtns {
	position: relative;
	width:226px;
	height:26px;
	top:42px;
	right:0px;
	left:720px;
	z-index:12;
}
div.content_area {
	position:absolute;
	width:950px;
	height:100%;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	top:215px;
	margin-left:0px;
	margin-right:0px;
}
div#headerBkgd {
	position: relative;
	width:950px;
	height:168px;
	top:17px;
	z-index:1;
}
div.copy {
	position:relative;
	width:470px;
	min-height:920px;
	top:0px;
	left:250px;
	margin-bottom:20px;
	padding-left:20px;
	background-image:url(../images/layout/leftNav_shadow.png);
	background-position:left;
	background-repeat:repeat-y;
	z-index:12;
}
div#sectionImage {
	position:absolute;
	width:535px;
	left:414px;
	top:-160px;
	text-align:right;
	margin-top:0px;
	z-index:10;
}
div#sectionImage2 {
	position:absolute;
	width:535px;
	left:414px;
	top:-120px;
	text-align:right;
	margin-top:0px;
	z-index:10;
}
div#text_resize{
	position:absolute;
	width:125px;
	height:20px;
	top:27px;
	left:365px;
	z-index:12;
}
div#leftContent {
	position:relative;
	width:204px;
	min-height:280px;
	top:215px;
	left:30px;
	z-index:1;
}
div#leftFlash {
	position:relative;
	width:195px;
	height:255px;
	top:0px;
	left:0px;
	margin-bottom:14px;
}
div#20years {
	position:relative;
	width:153px;
	height:61px;
}
div#coldWar_logo {
	position:relative;
	width:153px;
	height:80px;
}
div#left_single_horizBar {
	position:relative;
	width:204px;
	height:13px;
	background-image:url(../images/layout/single_horizLine.gif);
	background-repeat:repeat-x;
	margin-bottom:0px;
	margin-top:0px;
}
div#left_double_horizBar {
	position:relative;
	width:204px;
	height:13px;
	background-image:url(../images/layout/double_horizLine.gif);
	background-repeat:repeat-x;
	margin-bottom:11px;
}
div#copy_double_horizBar {
	position:relative;
	width:470px;
	height:13px;
	background-image:url(../images/layout/double_horizLine.gif);
	background-repeat:repeat-x;
	margin-bottom:5px;
}

/* HOME PAGE CONTENT STYLES */
p.calloutBucket_label {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	color:#03405E;
	margin-top:12px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
}
p.calloutBucket_description {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	line-height:13px;
	color:#005883;
	margin-top:0px;
	margin-bottom:8px;
	margin-left:5px;
	margin-right:5px;
}
p.calloutBucket_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:16px;
	color:#444444;
	margin-top:0px;
	margin-bottom:8px;
	margin-left:5px;
	margin-right:5px;
}
p.calloutBucket_readMore {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:24px;
	color:#03405E;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}
p.calloutBucket_readMore a {
	color:#03405E;
	text-decoration:none;
}
p.calloutBucket_readMore a:visited {
	color:#03405E;
	text-decoration:none;
}
p.calloutBucket_readMore a:hover {
	color:#005883;
	text-decoration:underline;
}

/* INTERIOR LEFT SUB NAV STYLES */
ul.left_subNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#10658F;
	text-align:left;
	margin-left:-22px;
	margin-top:0px;
	margin-bottom:0px;
}
ul.left_subNav li {
	list-style-image:url(../images/left_navigation/subNav_inactive.gif);
	margin-bottom:0px;
}
ul.left_subNav a{
	color:#10658F;
	text-decoration:none;
}
ul.left_subNav a:visited{
	color:#10658F;
	text-decoration:none;
}
ul.left_subNav a:hover{
	color:#024465;
	text-decoration:underline;
}
ul.left_subNav li.active,
ul.left_subNav li.current_page_item {
	color:#024465;
	text-decoration:underline;
	list-style-image:url(../images/left_navigation/subNav_active.gif);
}
ul.left_subNav li.active a,
ul.left_subNav li.current_page_item a {
	color:#024465;
}
ul.left_subNav li.last {
	margin-bottom:5px;
}
ul.left_subNav {
	margin-bottom:5px;
}


/* INTERIOR CONTENT STYLES */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	color:#005883;
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	color:#322F2B;
	margin-top:0px;
	margin-bottom:5px;
}
h2 a {
	color:#322F2B;
	text-decoration:underline;
}
h2 a:visited {
	color:#322F2B;
	text-decoration:underline;
}
h2 a:hover {
	color:#005883;
	text-decoration:underline;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	color:#444444;
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
}
p a{
	color:#10658E;
	text-decoration:underline;
}
p a:visited{
	color:#10658E;
	text-decoration:underline;
}
p a:hover{
	color:#005883;
	text-decoration:underline;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:20px;
	color:#005883;
	letter-spacing:1;
	text-align:left;
	margin-top:0px;
	margin-bottom:2px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
	color:#2A2622;
	text-align:left;
	margin-top:0px;
	margin-bottom:2px;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#322F2B;
	text-align:left;
	margin-left: 10px;
	margin-top:0px;
	list-style:disc;
}
ul li {
	margin-bottom:3px;
}
ul a{
	color:#322F2B;
	text-decoration:underline;
}
ul a:visited{
	color:#322F2B;
	text-decoration:underline;
}
ul a:hover{
	color:#10658F;
	text-decoration:underline;
}
ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#322F2B;
	text-align:left;
	margin-left: 10px;
	margin-top:0px;
	list-style-type:decimal;
}
ol li {
	margin-bottom:3px;
}
ol a{
	color:#322F2B;
	text-decoration:underline;
}
ol a:visited{
	color:#322F2B;
	text-decoration:underline;
}
ol a:hover{
	color:#10658F;
	text-decoration:underline;
}