/*Global CSS Care Response Site 1*/

body {
	margin: 0;
	padding: 0;
	background: #1E244C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E244C;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #181818;
}

h1 {
	font-size: 2em;
	color: #F3CC57;
}

h2 {
	font-size: 2em;
	color: #AECAEA;
}

h3 {
	font-size: 1.6em;
	color: #F3CC57;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #F1B606;
}

a:hover {
color:#AECAEA;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	color: #041326;
	background-color: #020812;
	background-image: none;
}


#header-wrapper {
}


#header {
	width: 940px;
	height: 240px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat right bottom;
}


#logo {
	float: left;
	height: 240px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
	url(http://careresponse.com/testsite1/index.html)
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 110px;
	padding-left: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 4.6em;
	color: #F3CC57;
}

#logo h1 a {
	color: #1E244C;
}

#logo p {
	margin-top: -20px;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #464646;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #464646;
}


#search {
	float: right;
	width: 279px;
	height: 110px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: 1px #4C4842 solid;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #808080;
}

#search-submit {
	display: none;
}


.dropnav, .dropnav ul{ 
font: normal 13px Georgia, "Times New Roman", Times, serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #000;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.dropnav li a{
display: block;
width: 960px; 
color: black;
background-color: #FFF;
text-decoration: underline;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .dropnav li{
display: inline;
width: 970px; 
}

.dropnav li a:hover{
background-color: black;
color: white;
}


.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}


#menu {
	width: 960px;
	height: 40px;
	background: #000000;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: visible;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	background: url(images/img06.jpg) no-repeat right 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
}


#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01.jpg) repeat-y left top;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 30px 20px 0px 20px;
}


#content {
	float: right;
	width: 680px;
	padding: 0;
}

.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #F3CC57;
}

.post .title a {
	color: #2B2B2B;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 15px;
	background: url(images/img04.jpg) no-repeat left 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #F3CC57;
}

.post .meta a {
	color: #1E244C;
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 30px 20px 10px 20px;
}

.links {
	display: block;
	width: 100px;
	margin: 20px 0px;
	padding: 3px;
	background: #1E244C;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}


#sidebar {
	float: left;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #1E244C;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #181818;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}


#footer-wrapper {
	background-color: #020812;
}

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #020812;
	background-image: url(images/img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-align: center;
	color: #041326;
}

#footer a {
	color: #041326;
	font: none;
	text-decoration: underline;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;}
span.multiple {float:left;}
span.button {padding-left:120px;}
div.clear {clear:both;padding-top:5px;}

div.title {
  font-family: arial;
  font-size: 24pt;
  color: #ffffff;
  text-align: center;
}

table.month {
  width: 100%;
  border-width: 1px;
  border-color: #003399;
  border-style: solid;
  border-spacing: 0;
  border-collapse: collapse;
}

td.weekday {
  font-family: Verdana;
  font-size: 10pt;
  color: #ffffff;
  text-align: center;
  background-color: #0099cc;
  border-width: 1px;
  border-color: #003399;
  border-style: solid;
}

td.filler {
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-color: #003399;
  border-style: solid;
  padding: 4px;
}

td.day {
  font-family: Verdana;
  font-size: 10pt;
  color: #ffffff;
  background-color: #0080c0;
  vertical-align: top;
  width: 14%;
  height: 100px;
  border-width: 1px;
  border-color: #003399;
  border-style: solid;
  padding: 4px;
}

div.daynum {
  font-family: Verdana;
  text-align: right;
  line-height: 1;
  padding-bottom: 5px;
}

div.event {
  text-align: left;
  line-height: 1.2;
}