/*	CSS Document for Care Plan Association
	Designed by The Cube Lab
	Designer name : Steve

/*------------------------------
			GLOBAL
-------------------------------*/

body {
	font-size: small;
	font-family: verdana, sans-serif;
	color: #000;
	text-align: center;
	background: #ccc;
	padding: 0;
	margin: 0;
}

body.home {
	padding-top: 20px;
}


/*------------------------------
			LAYOUT
-------------------------------*/

#container {
	width: 846px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background: #fff;
}

#header {
	float: left;
	width: 846px;
	height: 188px;
	padding: 0;
	margin: 0;
}

body.home #header {
	background: #ccc url(../images/header.gif) no-repeat top left;
}


body.internal1 #header {
	background: #fbd628 url(../images/header2.gif) no-repeat top left;
	height: 147px;
}

body.internal2 #header {
	background: #fbd628 url(../images/header3.gif) no-repeat top left;
	height: 147px;
}

#navcontainer {
	float: left;
	width: 846px;
	background: #2d973a;
	padding: 0;
	margin: 0;
}

#sidebar {
	float: left;
	width: 510px;
}

#sidebar1 {
	float: left;
	width: 230px;
}

#sidebar1 div {
	margin: 30px 12px;
}

#sidebar2 {
	float: right;
	width: 170px;
	background: #fff89d;
}

#sidebar2 div {
	padding: 18px;
}

#content {
	float: left;
	width: 336px;
	background: #fff;
}

#content div {
	padding: 18px;
}

#content2 {
	float: left;
	width: 436px;
	background: #fff;
}

#content2 div {
	padding: 18px;
}

#content div {
	margin: 0 10px;
}

#footer {
	clear: both;
	width: 846px;
	height: 50px;
	text-align: center;
	background: #fff;
	padding: 0;
	margin: 0;
}

/*------------------------------
			NAVIGATION
-------------------------------*/

#navcontainer ul {
	padding: 7px 0 5px 30px;
	margin: 0;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 1.2em;
}

#navcontainer ul li a:link.here, #navcontainer ul li a:visited.here {
	color: #000;
}

#navcontainer ul li a:hover {
	color: #000;
}


/*------------------------------
			TEXT
-------------------------------*/

#content div p, #content div h2 {
	line-height: 1.4em;
}

#sidebar p {
	font-size: 90%;
}

#footer p {
	color: #333;
	padding-top: 30px;
	font-size: 0.em;
}

.smallprint {
	font-size: 80%;
}

/*------------------------------
			LINKS
-------------------------------*/

a:link, a:visited {
	color: #2d973a;
}

a:hover, a:active {
	color: #000;
}

#footer a:link, #footer a:visited {
	color: #333;
}

#footer a:hover, #footer a:active {
	color: #000;
}


/*------------------------------
			LISTS
-------------------------------*/

#content2 ul {
	padding-left: 20px;
}

#content2 ul li {
	list-style-type: square;
}

/*------------------------------
			HEADINGS
-------------------------------*/

#header h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 120%;
}



/*------------------------------
			IMAGES
-------------------------------*/

#content img {
	padding: 0;
	margin: 0;
}

#sidebar1 img {
	padding-bottom: 20px;
}



