/*
Theme Name: Wellcare Home Health v2.0
Theme URI: http://wordpress.org/
Description: Wordpress theme designed for Wellcare Home Health.
Version: 1.0
Author: Ford Design Group
Author URI: http://forddesign.com/
Tags: 

	Wellcare v1.0
	 http://forddesign.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	there are way too many styles in this style sheet!!!

*/

body {
	text-align:center;
	background:#E9E6E6;
	margin:0;
	padding:0;
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:100%;
}
.clearDiv{
	clear:both;
}
#top, #wrapper, #header, #nav, #buttons, #footer {
	position:relative;
	margin:0px auto;
	padding:0;
	clear:both;
}
#wrapper {
	width:1080px;
	background:#E9E6E6 url(images/wc-page.png) top center repeat-y;
}
.logo {
	position:absolute;
	top:0;
	left:40px;
	width:321px;
	height:197px;
	background:url(images/wc-logo.png) top left no-repeat;
	display:block;
	z-index:99;
}
.logo a {
	display:block;
	width:321px;
	height:197px;
}
.logo a span {
	display:none;
}
.webchart {
	position:absolute;
	top:0;
	right:60px;
	width:197px;
	height:45px;
	background:url(images/wc-webchart.png) top left no-repeat;
	display:block;
	z-index:99;
}
.webchart a {
	display:block;
	width:197px;
	height:45px;
	color:#fff;
	text-decoration:none;
	font-size:90%;
	padding-top:7px;
	font-weight:bold;
}
.webchart a:hover {
	color:#e9e6e6;
	text-decoration:none;
}
.logo a span {
	text-align:center;
	color:#fff;
}
#header-buttons {
	float:right;
	width:600px;
	margin-top:40px;
}
#header-buttons ul {
	list-style:none;
	list-style-type:none;
	margin:5px;
	padding:0;
}
#header-buttons li {
	width:128px;
	height:136px;
	display:block;
	float:left;
	margin-left:50px;
}
#header-buttons li a {
	padding-top:117px;
	width:128px;
	height:136px;
	display:block;
	float:left;
	background-position:top center;
	background-repeat:no-repeat;
	font-size:.75em;
	font-weight:bold;
	color:#222;
	text-transform:uppercase;
	
}
#header-buttons li a:hover {
	text-decoration:none;
	color:#CC0000;
}
#header-buttons li.referral a{
	background-image:url(images/wc-referral.png);
}
#header-buttons li.careplus a{
	background-image:url(images/wc-careplus.png);
}
#header-buttons li.login a{
	background-image:url(images/wc-emp-login.png);
}


#header {
	height:200px;
	background:url(images/wc-header.png) top center no-repeat;
	width:1080px;
}

/****************************NAVIGATION***********************************************************/
#nav {
	background:url(images/nav.jpg) top left repeat-x;
	font-size:14px;
	width: 1046px;
	line-height: 16px;
	z-index: 10;
}
/*#nav ul{
	list-style:none;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav ul li ul{
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #8AB3DC;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	width: 140px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#nav a, #nav a:hover{
	text-decoration:none;
}

/* 
	LEVEL ONE

ul.dropdown                         {
	position: relative;
	width: 960px;
	height: 55px;
	
}
ul.dropdown li                      {
	float: left;
	position: relative;
	height:55px;
	width:160px;
	text-align: center;
}
ul.dropdown li a                    {
	display: block;
	position: relative;
	z-index: 2000;
	padding-top: 20px;
	padding-bottom: 21px;
	color:#22226F;
	padding
	text-transform: uppercase;
}
ul.dropdown li a:hover, .current_page_item, .current_page_ancestor {
	background:url(images/nav-hover.jpg) top left repeat-x;
}
ul.dropdown li a.hover
{ background:url(images/nav-hover.jpg) top left repeat-x; position: relative; }


/* 
	LEVEL TWO

ul.dropdown ul 						{ display: none; position: absolute; top: 0; left: 0; z-index: 1000; }
ul.dropdown ul li 					{
	width:140px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	height:auto;
	background-image: none;
}
ul.dropdown ul li a					{
	display: block;
	color: #FFF;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #8AB3DC;
	font-weight: bold;
	text-transform: none;
	margin-right: 1px;
	margin-left: 1px;
} 
ul.dropdown ul li a.hover			{
	display: block;
	background-image: none;
} 
ul.dropdown ul li a:hover{
	background-color: #8AB3DC;
	color: #333;
}
*/


#content {
	min-height:420px;
	width:1046px;	
}

#content .home, #content .services {
	margin:0px auto;
	padding:0px 10px 25px 10px;
	border:none;
	width:1040px;
}
#content .home {
	height:auto;
	text-align:left;
}
#content .wide-enough {
	width:950px;
}
#content .wide-enough div p {
	font-size:.9em;
	line-height:140%;
}
#content .home .video-container {
	width:600px;
	margin:0;
	padding:0;
	float:left;
}
#content .home-img {
	background:url(images/home-placer.png) 370px 0px no-repeat;
}
.nurse {
	background:url(images/wc-home.jpg) top right no-repeat;
	
}
#content .three-sixty {
	background:url(images/collage.jpg) 400px 0px no-repeat;
	min-height:460px;
	padding:0 0 0 25px;
	width:1000px;
}
#content .mar {
	background:none;
	padding-top:20px;
}
#content .no_image {
	background:none;
}
#content .services {
	height:auto;
}
#content .home .column {
	width:470px;
	float:none;
	height:auto;
	margin-top:0px;
}

#content .home .column p {

}
#content .services .column{
	width:400px;
	float:left;
}
#content .home .column .top-images img.topImg {
	display:block;
	clear:both;
	width:600px;
	height:300px;
	background:#777;
	padding:2px;
	border:1px solid #003366;
}
#content .services .privacy{
	width:800px;
}
#content .home .column li, #content .services .column li {
	font-size:.8em;
	line-height:130%;
	margin:5px 0;
	padding-right:30px;
}
#content .home .leaders {
	padding-bottom:15px;
	margin-bottom:6px;
	background: url(images/h1.jpg) center bottom no-repeat;
}
#content .services .narrow {
	width:650px;
	float:left;
	border-left: 1px solid #ddd;
	padding-left:10px;
	min-height:350px;
	padding-bottom:20px;
}
#content .services .narrow ul, 
#content .services .narrow h2, #content .services .narrow h1, #content .services .narrow h3 {
	text-align:left;
}
#content .services .narrow h2, #content .services .narrow h3 {
	margin:4px;
}
#content .services .narrow p {
	text-align:justify;
	font-size:.8em;
	line-height:160%;
	color:#1e1e1e;
}
#content .services .narrow .sr-leaders {
	padding-bottom:8px;
	margin-bottom:6px;
	background: url(images/h1.jpg) left bottom no-repeat;
}
#content .services .service-list {
	width:250px;
	margin-right:0px;
	margin-left:70px;
	margin-top:10px;
}
#content .services .service-list ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#content .services .service-list li {
	list-style:none;
	list-style-type:none;
	text-align:left;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:0;
}	
#content .services .service-list li a {
	display:block;
	padding:6px;
	font-size:1.0em;
	color:#003366;
}
#content .services .service-list li a:hover {
	background-color:#ddd;
	color:#222;
	text-decoration:none;
}
#content .services .service-list li.current_page_item {
	background: #ddd;
}
#content .services .service-list li li {
	border-top:#ddd 1px solid;
	font-size:1.0em;
	border-bottom:none;
	display:block;
	background:#fff;
}
#content .services .service-list li li a {
	padding:6px 20px;
}
 #content .services .service-list li li a:hover {
	color:#333;
	display:block;
	
}
#content .services .service-list li.current_page_item {
	background: #ddd;
}
#content .services .sr-leadership {
	padding-bottom:100px;
}
#content .home .video {
	width:600px;
	float:left;
	height:auto;
	min-height:420px;
	padding:0px;
	margin:0px;
	background-color:none;
}
#content .home .text {
	width:400px;
	margin-top:15px;
}
#content .home .video_wrap {
	padding:0px;
	margin:0;
	float:right;
	/*-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;*/
	text-align:center;
	width:auto;
}
#content .home .news-wrap, #content .home .three-sixty-wrap {
	padding:0 10px;
	margin:15px 0 0 0;
	/*-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;*/
	width:500px;
}
#content .home .three-sixty-wrap {
	margin-bottom:30px;
	float:left;
	}
#content .home .news-wrap {
	float:left;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	clear:both;
	display:block;
	padding-bottom:15px;
	}
	
#content .home .video .left-text p, #content .three-sixty .left-text p {
	text-align:justify;
	
}
#content .home .video .left-text ul, #content .three-sixty .left-text ul {
	list-style:none;
	list-style-type:none;
	padding:5px 15px;
	margin:6x auto;
}
#content .home .video .left-text ul {
	background:#003366;
	color:#fff;
	border:1px solid #2e2e2e;
}
#content .three-sixty .left-text ul {
	color:#003366;
	border:0px solid #fefefe;
	margin:0;
	padding:0 20px 0 10px;
}
#content .home .video .left-text li, #content .three-sixty .left-text li {
	line-height:135%;
}
#content .home .video .left-text li {
	font-size:.8em;
	list-style:none;
	list-style-type:none;
	margin:6px 0;
}
#content .three-sixty .left-text li {
	font-size:.8em;
	padding:0px 10px 10px 10px;
	margin:0
}

#content .home .video_wrap object {
	padding:0;
	margin:0;
}
#content .home .video_wrap p {
	padding:0;
	margin:0;
	text-align:center;
}
#content h1 {
	color:#22226F;
	font-size:25px;
	text-align:left;
	width:100%;
	display:block;
	padding:20px 0 10px 10px;
	background: url(images/h1.jpg) left bottom no-repeat;
	font-weight:100;
	margin:0;
	margin-bottom:8px;
	float:left;
	clear:both;
}
#content p {
	color:#222;
	font-size:12px;
	text-align:justify;
	line-height:165%;
	padding:0 50px 10px 10px;
	margin:0;
}


#content .findoutmore a {
	text-decoration:underline;
	color:#5CAC3D;
	text-transform:uppercase;
	text-align:left;
	font-size:90%;
}
#buttons {
	border-top:5px solid #8AB3DC;
	height:200px;
	background:#fff url(images/buttons-bg.png) top left repeat-x;
	width:100%;
	padding-bottom:20px;
	display:none;
}
#buttons .button-list ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
#buttons .button-list li {
	margin:10px 0 0 0;
	padding:15px 25px;
	display:block;
	float:left;
	list-style:none;
	width:190px;
}
span.ldrTitle {
	font-size:85%;
	color:#003366;
}

/****NEWSLETTER BLOCK****************************************************************/

.newsletter-block {
	bottom:0px;
	right:40px;
	width:323px;
	height:auto;
	padding:0;
	z-index:100;
	position:absolute;
	background:url(images/news-box.png) top center no-repeat;
}
	.newsletter-block ul {
		margin:0;
		padding:0;
		list-style:none;
		list-style-type:none;
	}
	.newsletter-block li {
		margin:0;
		padding:3px 10px;
		text-align:left;
		list-style:none;
		list-style-type:none;
		width:100%;
	}
	.newsletter-block h1 {
		padding:8px 12px;
		color:#241F6F;
		text-transform:uppercase;
		font-size:18px;
		margin:0;
		text-align:left;
		font-weight:bold;
	}
	.newsletter-block li.news-overflow {
		height:auto;
		padding:0px 16px;
		width:auto;
		overflow:auto;
		font-size:.8em;
	}
	.newsletter-block li.news-overflow p {
		padding:3px 4px;
		color:#222;
		line-height:140%;
		margin:0;
		font-size:.9em;
	}
	.newsletter-block li.bottom {
		
	}
	.newsletter-block .rss-button a {
		float:right;
		display:block;
		width:30px;
		height:30px;
		margin:4px 0 0 4px;
		background:url(images/rss-button.png) bottom right no-repeat;
	}
	
/******END OF NEWSLETTER BLOCK*****************************************************************/
	
#buttons .button-list .button-border {
	background: url(images/button-border.png) right top no-repeat;
	padding-right:30px;
}
#buttons .button1 a, #buttons .button2 a, #buttons .button3 a {
	width:175px;
	display:block;
	height:26px;
	background-position:0% 0px;
	background-repeat:no-repeat;
	margin:0 auto;
}
#buttons .button1 a {
	background-image:url(images/referral.png);
}
#buttons .button2 a {
	background-image:url(images/mymedicalhome.png);
}
#buttons .button3 a {
	background-image:url(images/360ofcare.png);
}
#buttons .button1 a:hover, #buttons .button2 a:hover, #buttons .button3 a:hover {
	background-position:0% -26px;
}

/*************FOOTER*********************************************************************/

#footer {
	height:auto;
	background:#E9E6E6 url(images/wc-footer.png) top center no-repeat;
	text-align:center;
	width:1080px;
}
#footer #footer-content {
	margin:0px auto;
	width:1046px;
	padding:10px 0 0px;
	height:230px;
	position:relative;
}
#footer #footer-content .phone-numbers a {
	position:absolute;
	height:50px;
	width:250px;
	display:block;
	background:none;
	border:none;
	border:0;
	outline:none;
	left:320px;
	top:50px;
}
#footer #footer-content .phone-numbers ul {
	margin:15px 0;
	padding:0;
	list-style:none;
	list-style-type:none;
	height:100px;
}
#footer #footer-content .phone-numbers li {
	margin:3px 8px;
	padding:0px 5px;
	text-align:left;
	float:left;
}

.wellcare-store a, 
.webchart-login a, 
.employee-login a {
	width:139px;
	height:26px;
	margin:10px 0px;
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-top:4px;
	text-align:center;
	padding:0;
	line-height:20px;
	font-size:.8em;
	font-weight:bold;
	color:#111;
}
.wellcare-store a:hover, 
.webchart-login a:hover, 
.employee-login a:hover {
	text-decoration:none;
	color:#990000;
}
.wellcare-store a {
	background-image:url(images/footer-wellcare-global.png);
}
.webchart-login a {
	background-image:url(images/footer-wellcare-global.png);
}
.employee-login a {
	background-image:url(images/footer-wellcare-global.png);
}


#footer #footer-content .phone-numbers .border {
	padding-right:12px;
	border-right:1px solid #8AB3DC;
}
#footer #footer-content .phone-numbers .phone-title {
	display:block;
	font-size:1.0em;
	color:#232270;
	font-weight:bold;
}
#footer #footer-content .phone-numbers .phone-number {
	display:block;
	font-size:16px;
	color:#111;
	text-transform:uppercase;
	font-weight:bold;
}


/************************END FOOTER*****************************************************/






.clear {
	clear:both;
}
.width900 {
	width:1000px;
	margin:0px auto;
}
.width900 ul {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-weight:normal;
	text-align:left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	padding-bottom:4px;
	color:#8AB3DC;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}
h2, h3, h4 {	
	padding:3px;
	margin:3px 0;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#222;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #003366;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0;
	padding:0 0 4px 4px;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar ul.plain-login, .widget, .widget a {
	margin: 0;
	list-style-type:none;
	list-style:none;
	padding: 5px 0;
	border: none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 15px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/*
Employee Resource List Styles
*/
.employee-list { width:auto; position:relative; display:block;}
.employee-list ul { list-style:none; list-style-type:none; margin:0; padding:0; text-align:left }
.employee-list li { float:left; display:block; width:auto; margin-right:10px; width: 290px; }
.employee-list li li { float:none; display:block }
.employee-list li li a { display:block; font-size:1.3em; color:#036; font-weight:bold; padding-left:10px; }
.employee-list h2 { padding-bottom:3px; margin-bottom:3px; border-bottom:1px solid #7CB768; display:block; }
.employee-icons { margin-left:10px; background:url(images/icons.png) top left no-repeat; display:none; height:32px; padding:3px 3px 3px 165px; color:#666; font-size:.8em; text-align:left; }

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation .alignright, .navigation .alignleft {
	margin:4px;
	background-position:top left;
	background-repeat:no-repeat;
	width:45px;
	height:45px;
	display:block;
}
.navigation .alignleft{
	float:left;
	background-image:url(images/prev.png);
}
.navigation .alignright{
	float:right;
	background-image:url(images/next.png);
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.mapp-poweredby {
	display:none;
}

.more-link {
	display:block;
	padding:7px 0;;
	color:#669933;
	font-weight:bold;
	font-size:1.2em;
}

/* form progress */

.progress {
	margin:0px;
	padding:0;
	height:50px;
	background:#333;
	float:left;
	clear:both;
	border:none;
}
.first {
	width:100px;
}

/**********APPLICATION FORM**************/

.wpcf7 checkbox-952 label, .wpcf7 checkbox-952 checkbox {
	margin:0px 5px; 
	float:left;
}

#toTop {  
        width:100px;  
            border:1px solid #003366;  
            background:#003366 url(images/backtotop.gif) top left repeat-x;  
            text-align:center;  
           padding:5px;  
           position:fixed; /* this is the magic */  
           bottom:10px; /* together with this to put the div at the bottom*/  
            right:10px;  
           cursor:pointer;  
           display:none;  
           color:#fff;  
           font-family:verdana;  
           font-size:11px;  
		   z-index:999;
   }  
   
.simplemodal-login-credit {
	display:none;
}

/*
Senior Leadership Images
*/

.wp-post-image {
	float: left;
	margin: 0 8px 8px 0;
	border: 1px #1f1f1f solid;
	padding: 2px;
}

.copyright { font-size: 11px; margin:60px 0 5px 0; width:400px; padding:8px; text-align:left; color:#494949; float:left}
.copyright a { text-decoration:none; font-weight: bold; color: #484848; }
.copyright a:hover { color: #303030; }
#formlogin { display: none; position: absolute; left: 300px; bottom: 0; z-index: 999; height: auto; width: auto; background: #fefefe; border: 1px solid #111; padding: 10px; }
#loginform { margin: 10px; }

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

