﻿/*	1. Formatting
	2. Structural
*/

/* 1. Formatting */
body {
	font:small/1.3 Arial, Helvetica, Sans-serif;
	background:#FFF url(../images/gfx/address.gif) no-repeat left 102px;
	color:#000;
	text-align:center;
	border-top:5px solid #cccccc;
}
#container{
	font-size:85%;/*Global font size*/
	text-align:left;
	background-color:#EFEFEF;
	color:#000;
	border-left:2px solid #fff;
}
#masthead{
	background:#fff;
	color:#000;
}
ul#listMenuRoot{
	text-transform:uppercase;
	font-weight:bold;
}
ul#listMenuRoot ul{
	text-transform:none;
	font-weight:normal;
	letter-spacing:normal;
}
a:link, a:visited {
	color:#bd5224;
	text-decoration: none;
}
a:hover {
	color:#bd5224;
	text-decoration: underline;
} 
h1 {
	font-size: 180%;
	color: #537399;
}
h2 {
   font-size:150%;
   color: #999;
}
h3{
	font-size:100%;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:1.5em;
}
h4{
	font-size:100%;
	font-weight:bold;
}
h5{
	font-size:100%;
	font-weight:bold;
}
h6{
	font-size:100%;
	font-weight:bold;
}
legend{
	text-transform:uppercase;
}
#footer{color:#000;}
#footer a{
	text-decoration:none;
	color:#bd5224;
	text-transform:uppercase;
}
#footer li#credits a{
	text-transform:lowercase;
}
a.button:link, a.button:visited, input.button{
	width:auto;
	height: 1em;
	line-height:1em;
	padding: 5px;
	border: 1px solid #ccc;
	background: #FAFAFA url(/images/gfx/button.gif) repeat-x;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	cursor:pointer;
	text-decoration:none;
}
input.button{
	height:auto;
	line-height:inherit;
}
.newsCategory{margin-bottom:1.5em;}
.newsitem{margin-bottom:1em;}
.newsDate{}/*newslanding date*/
.NewsCategoryDate{width:100px;}
.NewsCategoryDate sup{vertical-align:top;font-size:80%;}

h4.newsHeadline{font-weight:normal;}
h4.month{border-bottom:1px solid #ccc;}/*news category month*/
#NewsLanding1_lblCategory, .newsSummary{display:none;}

.fineprint{font-size:90%;}
/* 2. Structural */
#container{
	margin-left:31px;
}
#main{
	width:100%;
	float: right;
	margin-left: -180px;
	position:relative;
	z-index:0;
}
#main #content{
	margin-left: 180px;
	padding:24px 34px;
	border-left:1px solid #fff;
}
#flash{
	color:#fff;
	background:#bc5226 url(../images/gfx/CPNlogowithstars.gif) no-repeat 339px 9px;
	margin-left:180px;
	margin-top:1px;
	z-index:0;
	height:234px;
	border-left:1px solid #fff;
}

#sidecontent{
	width: 180px;
	float: left;
	position:relative;
	z-index:1;
}
#inner{margin:7px;}
#inner label, #inner .textbox{
	width:150px;
	margin:auto;
}
#inner .button{margin:5px auto;}
#inner fieldset{margin:auto;}
ul#listMenuRoot{
	position:relative;
	z-index:2;
}
#masthead{
	padding:0;
	height:88px;
	position:relative;
}

h1#logo{
	width:81px;
	height:78px;
	margin-top:9px;
	margin-left:-3px;

}
h1#logo a{
	background-image:url(../images/gfx/logo.gif);
	background-position:center;
	width:81px;
	height:78px;
}
#masthead h2{
	position:absolute;
	bottom:0;
	right:5px;
}
#banner{
	background:url(../images/gfx/battlefield.jpg) left;
	height:65px;
}
#breadcrumbs{margin-bottom:4em;}
#footer {
	overflow:auto;
	border-top:1px solid #FFF;
	clear:both;
	padding:5px 0;
}
#footer a{padding:0 10px;}
#footer ul{
	list-style-type:none;
}
#footer li{
	float:left;
	padding:0;
	margin:0;
}
#footer li#credits{
	float:right;
}
table.NewsCategoryItems td{
	padding-bottom:1.5em;
}
td.NewsCategoryDate{
	padding-right:1.5em;
}
h4.NewsCategoryMonth{border-bottom:1px solid #ccc; clear:left;}
#newsCategory a.button{
	margin:1.5em 1em 1.5em 0;
	float:left;
}
table#directory h3{
	margin-bottom:0;
}
table#directory th{
	border-bottom:1px solid #000;
}
table#interests td, table#interests th{
	padding-bottom:1em;
	padding-right:1em;
}
table#interests td.num{
	text-align:right;
}