/*----------------------------------------------------------------------------------
	CSS :: ChooseDayton.Com
----------------------------------------------------------------------------------*/

html,
body,
div#outer,
div#inner {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#outer,
* html div#inner {
    height: 100%;
}

body {
	background: #fff url(../images/bg/bkg.gif) repeat-x;
}

#content h2 {
	font-size: 15px;
	color: #249ae3;
	margin: 22px 0px 10px 0px;
}

div#outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div#inner {
    position: absolute;
    left: 50%;
    width: 976px;
    margin-left: -488px; /* lines up the wrapper b area flushed to the background of wrapper a ( due to the shadow effect on wrapper a )*/
	background-color: #fff;
}


/*----------------------------------------------------------------------------------
	Global Formatting :: 
----------------------------------------------------------------------------------*/


* {
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
}

div#footer {
	font-size: 11px;
}

div.clr {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, li {
	text-align: left;
	font-size: 11px;
}


/*----------------------------------------------------------------------------------
	Header :: 
----------------------------------------------------------------------------------*/

div#header {
	position: relative;
	margin: auto;
	width: 960px;
	background: #fff url(../images/bg/header.gif) no-repeat;
	z-index: 100;
}

div#header-area {
	position: relative;
	margin: auto;
	width: 960px;
	height: 138px;
	z-index: 1000;
}

#header-area h1 {
	position: absolute;
	top: 66px;
	left: 236px;
	font: normal normal normal 48px "Freestyle Script", Arial;
	color: #edab43;
}

#header-area div#search {
	position: absolute;
	width: 297px;
	height: 23px;
	top: 8px;
	right: 4px;
}

#search input#submit {
	position: relative;
	float: right;
	width: 78px;
	height: 20px;
	background: transparent url(../images/buttons/search.gif) no-repeat;
	border: none;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
}

#search input#txt_Keywords {
	float: left;
	border: none;
	width: 201px;
	height: 18px;
	background: transparent url(../images/bg/searchbox.gif) no-repeat;
	font: normal normal normal 10px Tahoma;
	padding: 4px 6px 0px 6px;
	color: #ababab;
}


/*----------------------------------------------------------------------------------
	Header :: Nav Bar
----------------------------------------------------------------------------------*/

#header div#nav-contain {
	position: relative;
	width: 960px;
	height: 36px;
	background: #b2cfec url(../images/bg/nav.gif) repeat-x;
	margin-bottom: 8px;
	z-index: 100;
}

#nav-contain ul#nav {
	position: absolute;
	right: 0px;
	bottom: 2px;
	width: 660px;
	height: 27px;
	list-style: none;
	text-align: right;
}

#nav li {
	display: inline;
	padding-right: 30px;
}

#nav li a {
	font: normal normal normal 15px "Segoe Semibold", Helvetica, Arial;
	color: #555555;
}

#nav li a:hover {
	color: #000;
}

/*
#nav li a
{
	float: left;
	display: block;
	height: 27px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	background-repeat: no-repeat;
	line-height: 0.5;
}

#nav li a:hover
{
	background-position: 0 -27px;
}


#nav li a#about {
	width: 40px;
	background-image: url(../images/nav/about.gif);
}

#nav li a#gallery {
	width: 49px;
	background-image: url(../images/nav/gallery.gif);
}

#nav li a#guestbook {
	width: 75px;
	background-image: url(../images/nav/guestbook.gif);
}

#nav li a#forsale {
	width: 56px;
	background-image: url(../images/nav/forsale.gif);
}

#nav li a#join {
	width: 30px;
	background-image: url(../images/nav/join.gif);
}

#nav li a#members {
	width: 105px;
	background-image: url(../images/nav/members.gif);
}
*/
/*----------------------------------------------------------------------------------
	Header :: Logo
----------------------------------------------------------------------------------*/

#header a#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 211px;
	height: 204px;
	background: transparent url(../images/logo/logo.png) no-repeat;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	z-index: 1000;
}


/*----------------------------------------------------------------------------------
	Header :: Flash
----------------------------------------------------------------------------------*/

#header div#flash {
	width: 960px;
	height: 128px;
	background-color: #000;
	margin-bottom: 8px;
	z-index: 2;
}

/*----------------------------------------------------------------------------------
	Header :: Side Shadows
----------------------------------------------------------------------------------*/

#inner div#lshadow,
#inner div#rshadow {
	position: absolute;
	top: 0px;
	width: 15px;
	height: 495px;
}

#inner div#lshadow {
	left: -15px;
	background: transparent url(../images/bg/leftshadow.png) no-repeat;
}

#inner div#rshadow {
	right: -15px;
	background: transparent url(../images/bg/rightshadow.png) no-repeat;
}


/*----------------------------------------------------------------------------------
	Body :: 
----------------------------------------------------------------------------------*/


#inner div#body {
	position: relative;
	width: 960px;
	margin: 0px auto 148px auto;
	background: transparent url(../images/bg/body.gif) no-repeat;
}

#left-content h3,
#right-content h3 {
	display: block;
	font: normal normal bold 13px Arial;
	height: 34px;
	width: 172px;
	color: #999;
	background: transparent url(../images/bg/section.gif) repeat-x;
	line-height: 34px;
	margin-bottom: 8px;
}

#left-content h3 {
	width: 169px;
}

/*----------------------------------------------------------------------------------
	Body :: Content
----------------------------------------------------------------------------------*/

#body div#content {
	width: 472px;
	padding-top: 30px;
	padding-left: 27px;
	float: left;
}

#content p,
#content form {
	font: normal normal normal 11px Tahoma;
	line-height: 19px;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #000;
}

#content img.pic-left {
	float: left;
	margin-left: -10px;
	padding: 8px;
}

#content div#post p {
	color: #484848;
}

#content div#post a {
	color: #484848;
}

#content div.post-info {
	background-color: #f9f9f9;
	margin-bottom: 30px;
}

#content div.post-info ul {
	list-style: none;
	text-align: right;
	padding: 8px 0px;
}

#content div.post-info ul li {
	display: inline;
	color: #afafaf;
	padding-right: 18px;
}

a.info {
	color: #afafaf;
}

#content h1 {
	font: normal normal normal 18px "Bitstream Vera Sans", Arial;
	color: #6b982b;
}

#content form {
	line-height: 20px;	
}

/*----------------------------------------------------------------------------------
	Body :: Left Column Content
----------------------------------------------------------------------------------*/

#body div#left-panel {
	float: left;
	width: 204px;
	text-align: center;
}

#left-panel div.button {
	width: 180px;
	height: 36px;
	background: transparent url(../images/bg/button.png) no-repeat;
	margin: auto;
	margin-top: 20px;
}

#left-panel ul {
	width: 204px;
	list-style: none;
}

#left-panel ul li {
	font-weight: bold;
	border-bottom: 1px dotted #e0e0e0;
}

#left-panel ul li.alt {
	background-color: #f9f9f9;
}

#left-panel ul li a {
	display: block;
	line-height: 14px;
	padding: 6px 0px 6px 0px;
	width: 160px;
	color: #8e8d8d;
	margin: auto;
}

#left-panel h2 {
	font-size: 15px;
	color: #249ae3;
	padding-top: 8px;
}

#left-panel div#social {
	margin-top: 26px;
	padding-left: 20px;
	text-align: center;
}

#social a {
	float: left;
	display: block;
	width: 31px;
	height: 32px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	padding: 5px;
	outline: none;
}

#social a#facebook {
	background: transparent url(../images/buttons/facebook.gif) no-repeat;
}

#social a#linkedin {
	background: transparent url(../images/buttons/linkedin.gif) no-repeat;
}

#social a#twitter {
	background: transparent url(../images/buttons/twitter.gif) no-repeat;
}

#social a#rss {
	background: transparent url(../images/buttons/rss.gif) no-repeat;
}

#left-panel div#quotes {
	margin-top: 26px;
	padding-left: 0px;
	text-align: center;
	clear: left;
}

#left-panel div#quotes p {
	text-align: center;
	margin: 10px;
}

/*----------------------------------------------------------------------------------
	Body :: Right Column Content
----------------------------------------------------------------------------------*/

#body div#right-panel {
	float: right;
	width: 228px;
	padding-top: 8px;
	padding-right: 8px;
}

#right-panel div#login-box {
	width: 230px;
	height: 164px;
	background: transparent url(../images/bg/login.gif) no-repeat;
}

#login-box form#members {
	margin: auto;
	width: 160px;
	padding-top: 8px;
}

#login-box div{
	margin: 0 18px 0 0px;
}

#login-box #logged-in div{
	margin: 5px 18px 0 16px;
}

#login-box #logged-in {
	font-size: 12px;
	padding-top: 5px;
}

#members input {
	margin-bottom: 10px;
}

#members label {
	font: normal normal bold 11px Tahoma;
	color: #909090;
}

#members span {
	font: normal normal bold 10px Tahoma;
	color: #909090;
}

#members span a {
	color: #909090;
}

#members input#login {
	position: relative;
	margin-top: 10px;
	width: 67px;
	height: 27px;
	background: transparent url(../images/buttons/login.gif) no-repeat;
	border: none;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
}

#right-panel p {
	color: #595959;
	line-height: 16px;
	margin: 0px 18px 0px 16px;
}

#right-panel a.more {
	display: block;
	text-align: right;
	font-weight: bold;
	color: #ce902f;
}

#right-panel h2 {
	font-size: 15px;
	color: #249ae3;
	margin: 22px 0px 10px 16px;
}

#right-panel .enrolledCompany {
	font-size: 12px;
	color: #8e8d8d;
	font-weight: bold;
	line-height: 20px;
}
/*----------------------------------------------------------------------------------
	Footer :: 
----------------------------------------------------------------------------------*/

#inner div#footer {
    position: absolute;
	left: 0;
	bottom: 0;
	width: 960px;
	height: 135px;
	background: transparent url(../images/bg/footer.gif) repeat-x;
}

#footer span {
	position: absolute;
	top: 22px;
	left: 22px;
	color: #a6a6a6;
}

#footer ul {
	position: absolute;
	top: 22px;
	right: 22px;
	list-style: none;
}

#footer ul li {
	display: inline;
	font-weight: bold;
	color: #a6a6a6;
}

#footer ul li a {
	color: #a6a6a6;
}

/*----------------------------------------------------------------------------------
	Login Reminder :: 
----------------------------------------------------------------------------------*/

#remind-box #getLogin{
	/* position: relative; */
	margin-top: 10px; 
	margin-left: 0px;
	width: 115px;
	height: 27px;
	background: transparent url(../images/buttons/get_login_info.gif) no-repeat;
	border: none;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
}

/*----------------------------------------------------------------------------------
	Registration and Profiles:: 
----------------------------------------------------------------------------------*/
#regForm label {
	font: normal normal bold 11px Tahoma;
	color: #909090;
}

#regForm ul {
	list-style: none;
	margin-left: 20px;	
}

#regForm fieldset{
	padding: 5px;
}

#regForm fieldset legend{
	font-size: 1.1em;
	background-color: #e6e6e6;
	color: #249AE3;
	padding: 1px 4px 1px 4px;
	border: 1px solid #909090;
}

#regForm #employerTerms,
#regForm #employeeTerms {
	width: 98%;
}

#regForm #register {
	background: transparent url(../images/buttons/register.gif) no-repeat;
	height: 27px;
	width: 111px;
	border: medium none;
}

#regForm #resetForm,
#employeeProfileForm #resetForm,
#employerRegForm #resetForm {
	background: transparent url(../images/buttons/reset_form.gif) no-repeat;
	height: 27px;
	width: 111px;
	border: medium none;
}

#employeeProfile form textarea,
#employerProfile form textarea{
	font-size: 12px;	
}

#employeeProfile fieldset,
#employerProfile fieldset{
	padding: 5px;
}

#employeeProfile fieldset legend,
#employerProfile fieldset legend{
	font-size: 1.1em;
	background-color: #e6e6e6;
	color: #249AE3;
	padding: 1px 4px 1px 4px;
	border: 1px solid #909090;
}

#employerProfile .float-right{
	float: right;
	margin-right: 15px;
}

#employerProfile #companyInformation{
	line-height: 25px;	
}

#acceptTerms {
	margin-top: 10px;	
}

#employeeProfileForm #saveProfile,
#employerRegForm #saveProfile {
	background: transparent url(../images/buttons/register.gif) no-repeat;
	height: 27px;
	width: 111px;
	border: medium none;
}

/*----------------------------------------------------------------------------------
	Employee and Employer Detail :: 
----------------------------------------------------------------------------------*/

#employerDetail,
#employeeDetail {
	font-size: 14px;
	color: #000;
	/* color: #6b982b; */
	line-height: 20px;
}

#employerDetail label,
#employeeDetail label {
	/* font: normal normal bold 14px Tahoma; */
	font: normal normal normal 14px Tahoma;
	color: #909090;
}

#employerDetail #companyName,
#employeeDetail #userID {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
}

#employerDetail fieldset,
#employerSearch fieldset,
#employeeSearch fieldset{
	padding: 5px;
}

#employeeSearch #search,
#employerSearch #search {
	background: transparent url(../images/buttons/search.gif) no-repeat;
	height: 27px;
	width: 59px;
	border: medium none;
}

#employeeSearch #resetForm,
#employerSearch #resetForm{
	background: transparent url(../images/buttons/reset_form.gif) no-repeat;
	height: 27px;
	width: 111px;
	border: medium none;
}

#employerDetail fieldset legend{
	font-size: 14px;
	background-color: #e6e6e6;
	color: #249AE3;
	padding: 1px 4px 1px 4px;
	border: 1px solid #909090;
}

#employerDetail ul {
	list-style: none;
	padding-left: 30px;
}

#employerDetail li {
	font-size: 14px;	
}

.profileParagraph {
	margin-left: 25px;	
}

.employeeResult {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px;
	cursor: pointer;
	display: block;
	margin-right: 20px;
}

.employeeResult .employeeName {
	display:inline;
	font-weight: bold;
	padding-top: 10px;
}

.employeeResult:hover {
	background-color: #f0f0f0;	
}

#employeeDetail .education,
#employeeDetail .expertiseArea,
#employeeDetail #certificationText,
#employeeDetail #languagesText,
#employeeDetail #responsibilitiesText,
#employeeDetail #pfaText{
	margin: 0 10px 10px 15px;	
}

/*----------------------------------------------------------------------------------
	Quotes :: 
----------------------------------------------------------------------------------*/

#quoteWrapper{
 padding-left: 20px;
}

#theQuotes{
}

.quote {
	font: normal normal bold 11px Tahoma; 
	line-height: 18px;
	text-align: left !important;
	color: #6b982b;
}

/*----------------------------------------------------------------------------------
	Dayton Strengths :: 
----------------------------------------------------------------------------------*/

#commuteTable,
#educationTable {
	width: 90%;
	border: 2px solid #000;
	border-collapse: collapse;	
}

#commuteTable th,
#educationTable th {
	background-color: #000;
	color: #fff;	
}

#commuteTable td,
#educationTable td {
	padding: 3px;	
}

#daytonsStrengths {
	font-size: 14px;
}

#daytonsStrengths p,
#daytonsStrengths li{
	/* font-size: 14px; */
}

#latestRecognitions {
	
}

#transportation {
	
}

#education {

}

#thirtyMinuteCommute {
	
}

#qualityOfLife ul{
	list-style: none;
}

#qualityOfLife label {
	font: normal normal bold 14px Tahoma;
	color: #909090;
}

/*----------------------------------------------------------------------------------
	Front Page Demographics :: 
----------------------------------------------------------------------------------*/

#demographicsWrapper {
	margin: 0 18px 0 16px;
}

.stat {
	font: normal normal bold 14px Tahoma; 
	line-height: 18px;
	text-align: left !important;
	color: #6b982b;
}

/*----------------------------------------------------------------------------------
	Community Partners :: 
----------------------------------------------------------------------------------*/

#taskForceMembers {
	list-style: none;
}

#taskForceMembers li {
	line-height: 23px;
	font-family: Tahoma; 
	font-size: 13px;
}

#taskForceMembers .memberName {
	font-weight: bold;	
}

.companyName {
	cursor: pointer;	
	padding: 10px;
	width: 80%;
}
.companyName:hover {
	background-color: #f8f8f8;
}	

/*----------------------------------------------------------------------------------
	Events and Event Admin :: 
----------------------------------------------------------------------------------*/

#eventForm div{
	margin: 5px 0 5px 0;
}

#eventForm label {
	font: normal normal bold 14px Tahoma;
	color: #909090;
}

#eventForm .float-right{
	float: right;
	margin-right: 15px;
}

.eventDetail {
	cursor: pointer;
	font-size: 18px;
	padding: 5px 10px 5px 5px;
	margin-right: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.eventDetail:hover {
	background-color: #f8f8f8;
}	

.eventDetail label,
#eventDetail label {
	font: normal normal bold 16px Tahoma;
	color: #909090;
}

.eventTitle,
div#eventTitle {
	
	font-weight: bold;
}

.eventDetail div,
#eventDetail div {
	margin: 10px;
}

#eventDescription {
	font-size: 14px;	
	padding-top: 20px;
}

#eventDescription p{
	font-size: 14px;	
}

.clickDetail {
	float: right;	
	margin-top: -25px;
	font-size: 12px;
}

/*----------------------------------------------------------------------------------
	Resources :: 
----------------------------------------------------------------------------------*/

.innovationTitle {
	font-size: 14px;
	font-weight: bold;	
	margin-top: 10px;
}

#innovation ul {
	list-style: none;	
	margin: 5px 0 5px 18px;
}

#innovation li {
	line-height: 22px;	
	font-size: 13px;
}

#sinclair,
#atic,
#innovation,
#employment {
	font-size: 18px;
	margin-bottom: 15px;	
}

/*----------------------------------------------------------------------------------
	Employer and Employee Messages :: 
----------------------------------------------------------------------------------*/

#topTagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#bottomTagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #edab44;
}

/*----------------------------------------------------------------------------------
	General use classes :: 
----------------------------------------------------------------------------------*/

.important {
	color: #f00 !important;
	font-weight: bold !important;  
}

.oddrow {
	background-color: transparent;
}

.evenrow {
	background-color: #e8e8e8;
}

label.error { 
	clear: left;
	color: red !important;
	vertical-align: top;
	font-size: 10px !important;
}

input.error { border: 1px solid red; }

.float-right {
	float:right;
}

.center {
	text-align: center;
}

#errorsection{
	padding: 2px 5px 2px 5px;
	width: 350px;
	border: 1px dashed #f00;
	background-color: #fff;
	font-size:10px;
}

#errorsection #errorwarning{
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

#errorsection #errormessage{
	color: #f00;
	font-weight: bold;
	line-height: 20px;
	margin-left: 15px;
}