/*

colors:
- - 
green:  #62BD19
blue: #228bc9


*/
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}


form, fieldset{
	padding:0;
	margin:0;
	border-style:none;
}
img{border-style:none;}
a{
	color:#228bc9;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
/*container************************************************/
#container{
	width:900px;
	position:relative;
	margin:0 auto;
	padding-top:163px;
}
/*header*********************************************/
#header{
	width:100%;
	overflow:hidden;
	height:145px;
	padding:18px 0 0;
	position:absolute;
	top:0;
	left:0;
}
#header span{
	background:url(/content/images/logo.gif) no-repeat;
	width:400px;
	height:64px;
	margin:0 auto;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
#header span a{
	height:100%;
	display:block;
}
/*navigation*****************************************/
#navigation{
	width:100%;
	padding:38px 0 0;
	overflow:hidden;
}
#navigation ul{
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
	float:left;
}
#navigation ul li{
	float:left;
	margin:4px 30px 0 0;
}
#navigation ul li a{
	display:block;
	height:10px;
	text-indent:-9999em;
	overflow:hidden;
	font-size:1px;
}

#navigation ul li.home a{
	background:url(/content/images/nav-home.gif) no-repeat;
	width:36px;
}
#navigation ul li.about a{
	background:url(/content/images/nav-about.gif) no-repeat;
	width:60px;
}
#navigation ul li.questions a{
	background:url(/content/images/nav-question.gif) no-repeat;
	width:64px;
}
#navigation ul li.resident a{
	background:url(/content/images/nav-resident.gif) no-repeat;
	width:56px;
}
#navigation ul li.school a{
	background:url(/content/images/nav-school.gif) no-repeat;
	width:43px;
}
#navigation ul li.business a{
	background:url(/content/images/nav-business.gif) no-repeat;
	width:57px;
}
/*
#navigation ul li.news a{
	background:url(/content/images/nav-news.gif) no-repeat;
	width:33px;
}
*/
#navigation ul li.customers a{
	background:url(/content/images/nav-customers.gif) no-repeat;
	width:69px;
}

#navigation ul li.contact a{
	background:url(/content/images/nav-contact.gif) no-repeat;
	width:50px;
}
#navigation ul li a:hover, #navigation ul li a.active{background-position:0 100%;}

/*search-form******************************************/
.search-form{
	float:right;
}
.search-form label{
	float:left;
	background:url(/content/images/search-text.gif) no-repeat;
	width:48px;
	height:10px;
	text-indent:-9999em;
	overflow:hidden;
	margin:4px 10px 0 0;
}
.search-form input{
	float:left;
	padding:0 0 0 2px;
	background:#f0f0f0;
	border:1px solid #ccc;
	width:110px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	margin-right:5px;
}
.search-form input[type=submit], .search-form input.go-btn{
	width:auto;
	background:#e4e4e4;
	border-style:none;
	padding:0 4px;
	margin:0;
	cursor:pointer;
	color: #000000;
	height: 18px;
	font-size: 12px;
}


/*search-results*************************************/
#results{
	padding: 10px 0 15px 0;
}


#results div.headline{
    font-size: 14px;
    font-weight: bold;
    display: inline;

}

#results div.description{
    padding-top: 5px;
    padding-bottom: 2px;
    line-height: 18px;
}

#results div.url{
    padding-bottom: 10px;
}

#results div.url a{
    color: #999999;
    text-decoration: underline;
}


/*fpo-block******************************************/
.fpo-block{
	width:100%;
	overflow:hidden;
	margin-bottom:18px;
}

.fpo-block-hide{
	display: none;
}
.fpo-block img{display:block;}

.pic-holder{/*border collapse coupled with line-height below seems to fix extra firefox paddin*/
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.pic-holder td{
 	line-height: 0;
 	margin: 0;
 	padding: 0;
}

.pic-caption{
	padding: 3px 6px 0 6px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}


/*main***********************************************/
.main{
	width:100%;
	overflow:hidden;
}
.main h1{
	margin:0 0 20px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.main h2{
	margin:0 0 10px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.main h3{
	margin:0;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}
.main p{
	margin:0 0 18px;
	line-height:18px;
}

.main .home p{
	font-size: 16px;
	color: #228bdb;
	line-height: 24px;
}

/*sidebar*****************************************/
.sidebar{
	width:320px;
	float:left;
	padding:0 30px 0 10px;
}
.fpo-block2{
	background:url(/content/images/fpo-img-bg.gif) no-repeat;
	padding:9px;
	width:300px;
}
.fpo-block2 img{display:block;}
/*files-holder*****************************************/
.files-holder{
	width:302px;
	padding:21px 8px 0;
}
.files{
	border-top:2px solid #dadada;
	padding:13px 0 0;
}
h2.related-files{
	background:url(/content/images/related-files-heading.gif) no-repeat;
	width:83px;
	height:11px;
	text-indent:-9999em;
	overflow:hidden;
	margin:0 0 14px;
}
.files ul{
	list-style:none;
	margin:0;
	padding:0;
}
.files ul li{margin-bottom:16px;}
/*content*****************************************/
.content{
	width:540px;
	float:right;
	overflow:hidden;
}

.content-fullwidth{
	width: 900px;
	float: left;
}

/*top********************************************/
.top{
	list-style:none;
	margin:0;
	padding:15px 0 33px;
	font-weight:bold;
	width:560px;
	overflow:hidden;
	line-height:18px;
}
.top li{
	width:280px;
	float:left;
}
.top li a.active{color:#62bd19;}
/*footer***********************************************/
#footer{
	width:100%;
	overflow:hidden;
	clear: right;
}
.top-border{
	padding:0 0 25px 360px;
}

.top-border-fullwidth{
	padding:0 0 25px 0px;
}

.top-border p, .top-border-fullwidth p{
	font-size:11px;
	margin:0;
	border-top:2px solid #dadada;
	padding-top:11px;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0 0 10px;
	text-align:center;
}
#footer ul li{
	display:inline;
	margin-right:15px;
}
#footer ul li img{vertical-align:top;}

/*forms***********************************************/
form {
	display: inline;
}

.form-header{
	color: #228bc9;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	background-color: #efefef;
	padding: 5px;
}

.form-label{
	font-size: 11px;
}

.form-label-error{
	font-size: 11px;
	color: #ffffff;
	background-color: #990000;
}

.field-label{
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
	margin: 0;
	padding: 0;
	display: inline;
}

.field-description{
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0;
	padding: 2px;
	display: inline;
}

.text, .field-value{
	color: #000000;
	font-weight: bold;
}

textarea{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}


select {
	font-weight: bold;
}

.form-list{
	margin: 0;
	padding: 0;
}

.form-list li{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 2px 0 2px 0;
}

input[type=submit]{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	background-color: #228BC9;
	border: 1px solid #228BC9;
	height: 35px;
}



/*misc***********************************************/
.site-list{
	margin: 0;
	padding: 0;
}

.site-list li{
	list-style-type: circle;
	list-style-image: none;
	margin: 0;
	padding: 3px;
}

.asterisk{
	color: #990000;
	font-weight: bold;
	font-size: 20px;
}

.attention{
	color: #000000;
}

.strong{
	font-weight: bold;
}

/* use with <br> for a shorter return*/
.shortbr{
	font:5px verdana,arial,helvetica,sans-serif;
}

.small { /*went with 11 here instead of 10px because it would match footer top-border css */
	font-size: 11px;
}

a.mini{
	font-size: 10px;
}

a.mini:hover{
	font-size : 10px;
}
/*calendar***********************************************/
a.availlink{
	color: #ffffff;
	font-weight: bold;
	background-color:#62BD19;
	padding:3px;
	margin: 5px;
	width: 100px;
}

a.availlink:hover, a.calselected{
	color: #ffffff;
	font-weight: bold;
	background-color:#228bc9;
	padding:3px;
	margin: 5px;
}

.pending{
	color: #62BD19;
	font-weight: bold;
	margin: 5px;
}

.noneavail{
	color: #ffffff;
	font-weight: bold;
	background-color:#aaaaaa;
	padding:3px;
	margin: 5px;
}

.timeperiod{
	padding: 2px;
	margin: 2px;
	border-top: 2px solid #eeeeee;
	/*background-color: #ffffee;*/
}

.slotselectfield{
	color: #ffffff;
	padding: 10px;
	background-color:#228bc9; 
}

.slotselectdate{
	font: bold 16px arial, helvetica, sans-serif;
	color: #ffff00;
}

/*jobs***********************************************/
.job-listing{
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

/*news***********************************************/
.news-listing {
	border-collapse: collapse;
}
.news-listing .odd{	background-color: #eeeeee;}

/*procurement***********************************************/

.procurement-listing {	border-collapse: collapse;}
.procurement-listing .odd{	background-color: #eeeeee;}
.procurement-display {	border-collapse: collapse;}

/*message areas***********************************************/
#errorbox, .field-error{
	background:#FFE9DE;
	border:1px #901808 solid;
	color:#901808;
	font-weight:bold;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	margin: 5px;
}
#messagebox{
	background:#ddeeFF;
	border:1px #3366dd solid;
	color:#3366dd;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}

#statusbox{
	background:#FFF6BF;
	border:1px #FFD324 solid;
	color:#514721;
	font-weight:bold;
	padding:5px 5px 5px 5px;
}


/* misc */

/*NOTE: typically used with obj3ct to hide the flash messaging element, for this project we just want to add a little space */
.nolinebreak{
	/*display: inline;*/
	margin: -7px;
}

.clear{
	clear: both;
}

/*twitter***********************************************/
#tweet {
	width: 340px;
	/*height: 300px;
	overflow: auto;*/
	float: right;
	margin-bottom: 20px;
	margin-top: 15px;
}

.twtr-hd {
	display: none;
}

.twtr-ft span {
	display: none;
}

/*

#tweet ul{
	list-style: none;
	width: 370px;
	margin: 0;
	padding: 0;
}

#tweet li{
	padding: 6px 0 6px 0;
}

.twitter_image{
	float:left; 
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:50px;
	height:50px;
}
.twitter_small{
 font-size:11px;
 padding-top:4px;
 color:#999;
}

*/

/*social media***********************************************/

#socialmedia{
	float:right;

}

.radio p {
	margin: 0px;
}
.scdate_time input {
	width: 35px;
}
.scdate_time {
	clear: both;
}
.scdate_time .form-column {
	float: left;
	margin-right: 20px;
}
.presentation_provide_section {
    border: 1px solid red;
    margin: 20px;
    padding: 10px 10px 40px;
}
.presentation_provide_section .form-column {
	clear: both;
}
.presentation_provide_section span.field-label {
	float: left;
}
.presentation_provide_section br {
	float: left;
}
.presentation_provide_section .radio {
	float: left;
	margin-left: 10px;
}
.presentation_provide_section .radio p{
	float: left;
}
.time_spacing {
	float: left;
	margin-top: 30px;
}
.req_time {
	float: left;
	margin-top: 3px;
}
.req_time div {
	float: left;
}
.reqsec_time {
    margin-left: -18px;
}
.reqsec_time div div{
	float: left;
    margin-left: 5px;
    margin-top: 10px;
}
.reqsec_timeo {
    margin-left: -8px;
}
.reqsec_timeo div div {
	 margin-top: 0px;
}
.reqsec_timeo .time_spacing {
	margin-top: 20px;
}