
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0C6494;
}

#main {
	width: 770px;
	margin-bottom: 20px;
}

#header {
	background-image: url(/img/background_header.jpg);
	background-repeat: no-repeat;
	height: 115px;
}

#header .header_nav {
	font-size: 10px;
	color: white;
	text-align: center;
	padding-top: 5px;
}

#header .header_nav a {
	color: white;
	text-decoration: none;
}

#header .header_nav a:hover {
	color: yellow;
}

#header .header_starterkit {
	width: 185px;
	height: 80px;
	float: right;
	margin-right: 10px;
	}

#content {
	background-image: url(/img/background_nav_repeat.jpg);
	background-repeat: repeat-y;
}

#nav_repeat {
	width: 215px;
	float: left;
}

#nav {
	background-image: url(/img/background_nav.jpg);
	background-repeat: no-repeat;
	height: 365px;
	padding-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav .menuitem {
	text-align: center;
	padding: 6px;
	padding-right: 30px;
	border-top: 1px solid black;
}

#nav .menuitem a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

#nav .menuitem a:hover, #nav .menuitem .subitem a:hover {
	color: yellow;
}

#nav .menuitem .subnav {
	padding-top: 3px;
}

#nav .menuitem .subitem {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	margin-top: 3px;
	border: 1px solid #CCC;
	padding: 3px;
}

#nav .menuitem .subitem a {
	color: #CCC;
}
#nav .menutitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 6px;
	padding-right: 30px;
}

#menu {
	border-bottom: 1px solid black;
	width: 205px;
}

#menu .people {
	font-size: 11px;
}


#rightcontent {
	background-image: url(/img/background_content_repeat.jpg);
	background-repeat: repeat-y;
	width: 555px;
	float: left;
}

#rightcontent_top {
	background-image: url(/img/background_content_top.jpg);
	background-repeat: no-repeat;
}

#rightcontent_bottom {
	background-image: url(/img/background_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 80px 20px 0px;
}

#rightcontent_bottom a {
	text-decoration:none;
	}

#rightcontent_bottom a:hover {
	color:#CC0000;
	}

#rightcontent_bottom a:visited {
	color:blue;
	}

.headline {
	font-size: 24px;
	font-weight: bold;
}

.image_right {
	float: right;
	border: 1px solid black;
	margin-left: 10px;
}

.image_left {
	float: left;
	border: 1px solid black;
	margin-right: 10px;
}

.image_right_noborder {
	float: right;
	margin-left: 10px;
}

.image_left_noborder {
	float: left;
	margin-right: 10px;
}

.clearboth {
	clear: both;
}

.bigStyle {
	color: #0C6494;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}

#jobDescription {
	margin: 5px 20px 10px 20px;
}

#jobSubmittedHeading {
	margin: 10px 0px 5px 0px;
}

#jobSubmitted {
	margin: 5px 0px 5px 20px;
}

#jobDeadlineHeading {
	margin: 10px 0px 5px 0px;
}

#jobDeadline {
	margin: 5px 0px 5px 20px;
}

.style {
	color: #0C6494;
}

.peoplenames {
	font-size: 14px;
	font-weight: bold;
	}

#footer {
	background-image: url(/img/background_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 26px;
	clear: both;
	padding-top: 12px;
	padding-left: 183px;
	color: white;
	font-size: 10px;
}

div.feature {
	font-size:16px;
	color:#666666;
	font-style: italic;
	}

img {
	border: 0px;
	}

.center {
	text-align: center;
	}

li {
	padding-bottom: 5px;
	}

.tableleft {
	float: left;
	width: 250px;
	margin-right: 10px;
}

.tableleft img {
	border: 0;
	margin-bottom: 5px;
}

.newsHeadline .newsHeadlineDate{

}

.newsHeadline .newsHeadlineText{
	font-size: 1.25em;
	font-weight: bold;
}

.newsBody {
	margin: 20px;
}

/***** CONTACT US CSS *****/

#contact {
	width: 400px;
	margin: 0px auto;
	clear: both;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #666;
	padding: 5px;
	}

#contact .input input, #contact .input textarea {
	width: 392px;
	font-size: 12px;
	color: #003300;
	margin-bottom: 3px;
	padding: 2px;
	}

#contact .city input {
	width: 148px;
	font-size: 12px;
	color: #003300;
	margin-bottom: 3px;
	padding: 2px;
	}

#contact .state input {
	width: 100px;
	font-size: 12px;
	color: #003300;
	margin-bottom: 3px;
	padding: 2px;
	}

#contact .zip input {
	width: 100px;
	font-size: 12px;
	color: #003300;
	margin-bottom: 3px;
	padding: 2px;
	}
	
#contact .checkbox input {
	width: 20px;
	display: inline;
	padding: 0;
	margin: 0;
	}
	
#contact .other input {
	width: 150px;
	display: inline;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	font-style: italic;
	}

#contact legend {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

#contact .refresh {
	font-size: 10px;
	}

#contact .submit input {
	margin: 20px 0px 0px 0px;
	padding: 4px;
	font-size: 12px;
	color: red;
	}

#contact .submit input:hover {
	color: black;
	}

/**** CALENDAR ***************************************************************/
#calendar {
	font-family: "Courier New", Courier, monospace;
	width: 60%;
	font-size: 12px;
	border: 1px solid black;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
}

#sideCalendar {
	width: 100%;
	background: #FFFFFF;
	cursor: default;
}

#sideCalendar a {
	text-decoration: none;
	cursor: pointer;
}

#sideCalendar a:hover {
	text-decoration: underline;
}

#sideCalendar caption {
	background-color: #EEEEEE;
}

#sideCalendar thead {
	height: 20px;
	background: #888888;
	color: #FFFFFF;
}

#sideCalendar thead tr {

}

#sideCalendar .today, #sideCalendar .today a {
	font-weight: 900;
	color: red;

}

#sideCalendar .milestone, #sideCalendar .milestone a {
	color: purple;
}

#sideCalendar .continuingeducation, #sideCalendar .continuingeducation a {
	color: blue;
}

#sideCalendar .seminar, #sideCalendar .seminar a {
	color: green;
}

#sideCalendar .fadedmilestone, #sideCalendar .fadedmilestone a {
	color: #8C4C8C;
}

#sideCalendar .fadedcontinuingeducation, #sideCalendar .fadedcontinuingeducation a {
	color: #4C4CCC;
}

#sideCalendar .fadedseminar, #sideCalendar .fadedseminar a {
	color: #4C8C4C;
}

span.monthHeader {
	font-size: 1.2em;
}

img.imageLink {
	border: none;
	text-decoration: none;
}

.calendarDayDiv {
	padding: 5px;
	border: 1px solid black;
	background: white;
}

.eventListDate {

}

.calendarWeek {
	height:20px;
}

.faded {
	color: #999999;
}

.highlightedDay {
	background: white;
}

.highlightedDay .stripeMe {
	background: white;
}


.right {
	float: right;
	margin-left: 10px;
}

.blueitalic {
	color: #0C6494;
}

.smallprint {
	font-size: 11px;
}

.size18 {
	font-size: 18px;
}

.testimonial {
	border: 1px solid #CCC;
	margin: 10px 0px;
}

.testimonial .message {
	padding: 20px 20px 10px 20px;
	background-image: url(/img/testimonials/molecule_text_highlight.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.testimonial .highlight {
	background-color: black;
	color: white;
	text-align: left;
	font-size: 13px;
	padding: 14px;
	height: 32px;
	background-image: url(/img/testimonials/molecule_black_highlight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 110px;
}

.testimonial .attribution {
	text-align: right;
	font-size: 16px;
	font-style: italic;
	padding: 0px 3px 3px 0px;
}

.col125 {
	width: 125px;
}

.col120 {
	width: 120px;
}

.col260 {
	width: 260px;
}

.col300 {
	width: 300px;
}

.col125 input, .col125 select {
	width: 125px;
}

.required input {
	border: 1px solid red;
}

.required label {
	color: red;
}

.valigntop {
	vertical-align: text-top;
}

.bonadent_blue {
	color: #0C6494;
}

.bg_blue {
	background-color: #0C6494;
}


/***** CONCIERGE SLIDER CSS *****/

#sliderform .sliderlabel {
	display: block;
	font-size: 11px;
	color: #999;
	font-style: italic;
}

#sliderform input.input {
	margin: 0px;
	padding: 0px;
	width: 120px;
}

#sliderform select.input {
	margin: 0px;
	padding: 0px;
	width: 120px;
}

#sliderform label.error {
	display: block;
	font-size: 10px;
	color: red;
}

#sliderform input#email {
	width: 190px;
}

#sliderform fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}