/* PF primary CSS Document */
body {
	margin: 0;
	padding: 0;
	font:70% verdana, arial, helvetica, sans-serif;
}
#twoColLayout1 {
	background: #000066 url(../../images/backgroundC.png) repeat-x fixed;
}
#twoColLayout2 {
	background: #000066 url(../../images/backgroundC.png) repeat-x fixed;
}
#oneColLayout {
	background: #000066 url(../../images/backgroundC.png) repeat-x fixed;
}
/* default links */
a:link {
	background-color: transparent;
	text-decoration: underline;
	color: #666;
}
/* main wrapper that holds it all centrally */
#wrapper {
	width:800px;
	margin:0 auto;
	margin-top: 10px;
	background-color: #CCCCAA;
	padding: 0 10px 10px 10px;
}
/* default masthead holding the banner and mainNav */
#header {
	display:none;
}
#content{
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

/* now the two main columns, named in order of importance and display when styles switched off */
#primaryContent {
float:left;
width:800px;
display:inline;
margin: 0 0 20px 0;
}

#secondaryContent{
float:left;
width:125px;
margin: 0 0 20px 15px;
}
/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */
#oneColLayout #secondaryContent {
display: none;
}

/* note here that specifying twoColLayout1 in the body will activate the following div instead of the default primaryContent */
#twoColLayout1 #primaryContent {
float:left;
width:510px;
margin: 0 0 20px 10px;
}
#twoColLayout1 #primaryContent div{
	border:solid thin #666666;
	padding: 20px;
	background-color: #EEEEEE;
	text-align:left;
	width:460px;
	margin:auto;
}
#twoColLayout1 #secondaryContent {
float:left;
width:250px;
margin: 0 0 20px 15px;
}

/* note here that specifying twoColLayout2 in the body will activate the following div instead of the default primaryContent */
#twoColLayout2 #primaryContent {
	display:none;
}
#twoColLayout2 #secondaryContent {
width:610px;
float:left;
margin: 0 0 10px 15px;
}
/* image control. First we define stuff common to ALL images on the page. It is then up to other styles to override these. */

img {
	float: left;
	margin: 0px 0 2px 5px;
	border: 2px solid #C5BDBD;
	border: 0;
}
h2 {
text-transform: uppercase;
margin-top:10px;
font-size: 12pt;
font-weight:bold;
padding:5px;
}
h3 {
text-transform: uppercase;
display: inline;
font-size: 10pt;
margin: 10px 5px 0 5px;
padding:2px 20px 2px 2px;
}
h4 {
display:block;
font-size: 9pt;
}
/*footer components*/
#footer{
	clear:both;
	text-align:center;
	width: 800px;
	height: 85px;
	background: transparent url(../../images/footer.gif) no-repeat bottom left;
	padding: 5px;
	color:#FFFFFF;
}
#footer p {
	margin: 5px 5px 0 0;
	padding: 35px 4px 4px 0;
}

#footer a:link, #footer a:visited {
color: #D7D493;
}

#prominant{
	margin:auto;
}
#li_options{
	display:none;
}
#agendaNavDiv{
	display:none;
}
.default {
background: #f2a646;
padding-bottom: 1px;
border-bottom:thin solid #999999;
}

#msg-wrapper{
	clear:both;
}
.box-wrapper{
	width:500px;
	margin-left:150px;
	margin-bottom: 20px;
	background: url(../../images/shadow.gif) no-repeat bottom right;
	
}
.box-wrapper div{
	border: 1px solid #a9a9a9;
	position:relative;
	left:-5px;
	top:-5px;
	padding: 5px 5px 5px 5px;
}
.box-wrapper p{
	margin-left:50px;
}
.box-wrapper img{
	float:left;
	margin:0;
	padding:4px;
	position:relative;
	left:-5px;
	top:-5px;
	clear:left;
	
}
.box-wrapper .date{
	float:right;
	clear:left;
	padding-right: 10px;
}
.box-wrapper .box-close span{
	margin-right:50px;
	
}
.box-wrapper .box-close{
	text-size:.8em;
	text-align: right;
	background-color: #333333;
	clear:both;
	margin:5px -5px -5px 5px;
	color:#CCCCCC;
}
.box-wrapper .box-close a:link, .box-wrapper .box-close a:visited{
	color: #D7D493;
}
.formSuccess{
	background-color: #66FF66;

}
.formError{
	background-color: #FFCC99;

}
.cbb {
	background-color:#fef454;
	
}
.emph{
	font-weight:bold;
}
.spacer{
	clear:both;
}
/*used for tip popup*/
.overLay{
	text-align:right;
	font-size: 9px;
	position:absolute; 
	display:none; 
	border: 2px solid black; 
	background-color: lightyellow; 
	width: 250px; 
	height: auto; 
	padding: 5px;
	z-index:200;
}
.subTitleDiv {
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #336633;
	background-color: #6699CC;
}
.boxDiv {
	padding: 3px;
	width:180px;
	background-color: #CEE1F4;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #000000;
	text-align:left;
	margin-top:5px;
}