/* 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;
}
a:hover {
	text-decoration: underline;
	color: #990;
}
a:visited {
	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 {
	width: 800px;
	height: 190px;
	background:url(../../images/header.jpg) no-repeat;
}
#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 {
width:140px;
float:left;
margin: 0 0 10px 5px;
}
#twoColLayout2 #secondaryContent {
width:630px;
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;
}
img .basic{
	float:none;
	margin:0px;
}
*/
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;
}
#footer a:hover {
color: #000;
background: #D7D493;
}
#prominant{
	margin:auto;
}
#li_options{
	float:left;
	position:relative;
	margin-left:15px;
	background: url(../../images/GrayTrans.gif);
	font-weight:bold;
	padding: 0 0 0 10px;
	width: 90%;
	top: -25px;
}
.default {
background: #f2a646;
padding-bottom: 1px;
border-bottom:thin solid #999999;
}

input.formButtonBasic{
	font-size: .9em;
    font-weight: bold;
    text-align: center;
    color: #300;
    background: #f99 url(../../images/button-out.gif) repeat-x;
    padding: 1px;
    border: solid 1px  #336699;
    cursor: pointer;
}
input.buttonSmall{
	font-size: .6em;
    vertical-align: middle;
    text-align: center;
    background: #f99 url(../../images/button-out.gif) repeat-x;
    padding: 1px;
    border: solid 1px  #336699; 
    cursor: pointer;
}
input.formButtonBasic:hover, input.buttonSmall:hover{
    background-image: url(../../images/button-over.jpg);
}
input.adminButn{
	font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #300;
    background: url(../../images/button-active.gif) repeat-x;
    padding: 1px;
    border: solid 1px  #336699;
    cursor: pointer;
}
input.adminButn:hover{
	background-image: url(../../images/button-over.jpg);
}
#msg-wrapper{
	position:relative;
	margin:auto;
	
	width:520px;
}
.box-wrapper{
	width:500px;
	/*margin-left:150px;*/
	margin-bottom: 20px;
	background: url(../../images/shadow.gif) no-repeat bottom right;
	
}
#agendaForm .box-wrapper{
	margin-left:25px;
}
.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{
	padding-right: 10px;
	display:block;
	text-align:right;
}
.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;
}
.head-box{
	width:90%;
	margin:auto;
	background-color: #efefef;
    color: #666;  
    padding: 2px;
    border: solid 1px #d3d3d3;
	margin-bottom:20px;
}
.head-box p{ 
	padding:20px;
	font-weight:bold;
}
.formSuccess{
	background-color: #66FF66;
	font-weight:bold;
	color: #666;
}
.formError{
	/*background-color: #FFCC99;
	border:1px solid #eecccc;*/
	color:#993333;
	font-weight:bold;
	padding:3px;

}
#agendaForm .formError{
	display:block;
}

.cbb {
	background-color:#fef454;
	
}
.emph{
	font-weight:bold;
}
.spacer{
	clear:both;
}
.cityBar{					/*charcoal bar*/	
	background-color: #333333;
	clear:right;
	text-align:right;
}
/*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;
}