/*
Company:	Choices For Life
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin:10px 0; }

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	background-color: #e5f0d1;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	width: 856px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
div#inner-wrapper {
	width: 850px;
	background: url(../images/page-bd-bkg.gif) repeat-y 0 0;
	padding-left: 6px;
}

/* Head */
div#hd {
	height: 160px;
}
div#hd-left {
	width: 204px;
	height: 160px;
	overflow: hidden;
	float: left;
	display: inline;
}
div#hd-right {
	width: 633px;
	height: 160px;
	overflow: hidden;
	float: left;
	display: inline;
}

/* Body */
div#bd {
	padding: 15px 0 1px 0;
}
div#bd-btm {
	width: 856px;
	height: 75px;
	background: url(../images/page-ft-bkg.gif) no-repeat 0 0;
}
div#left-col {
	width: 197px;
	float: left;
	display: inline;
}
div.care-logos {
	padding: 200px 10px 10px 25px;
}
body#page-home div#center-col {
	width: 384px;
	margin-left: 25px;
	float: left;
	display: inline;
}
body#page-inside div#center-col {
	width: 585px;
	margin-left: 25px;
	float: left;
	display: inline;
}
body#page-admin div#center-col {
	margin: 25px 35px 25px 25px;
}
div#center-col {
	line-height: 130%;
	font-size: 108%;
}
div#right-col {
	width: 175px;
	margin-right: 30px;
	background: url(../images/right-col-ft.gif) no-repeat bottom left;
	padding-bottom: 15px;
	float: right;
	display: inline;
}
div#right-col-inner {
	width: 171px;
	border-left: 2px solid #009d56;
	border-right: 2px solid #009d56;
	background-color: #e5f0d1;
	overflow: hidden;
}

div.note-text {
	margin: 15px 0;
	font-size: 92%;
	font-style: italic;
}
div.note-text div.element {
	border-top: 4px solid #e5f0d1;
	padding-top: 15px;
}

/* Events Calendar */
div#right-col h1.title {
	margin: 0;
	background-color: #009d56;
	color: #fff;
	font-size: 136%;
	padding: 5px;
}
div.eventsCalendar table {
	width: 169px!important;
	font-size: 77%;
	border: none;
}
div.eventsCalendar table td {
	border: 1px solid #e5f0d2;
}
div.eventsCalendar table table {
	font-size: 100%;
}
table.calendarTitle td {
	background-color: #f89837;
}
table.calendarTitle td a {
	color: #fff!important;
	text-decoration: none!important;
}
.calendarDayHeader {
	padding: 4px 1px;
	background-color: #e5f0d2;
	color: #009d56;
	border: 1px solid #e5f0d2;
}
td.calendarDay {
	padding: 0px;
}
.calendarToday {
	color: #fff;
	background:#ffcd67;
}
.calendarWeekendDay {
	background: #fff;
}
.calendarOtherMonthDay {
	color: #b8b8b8;
	background: #fff;
}
div.eventsCalendar a:link, div.eventsCalendar a:visited {
	color: #000;
	text-decoration: none;
}
div.eventsCalendar a:hover {
	text-decoration: underline;
}

/* Events List */
div.eventsList ul {
	margin-left: 10px!important;
}
div.eventsList ul li {
	list-style-type: none!important;
	margin: 3px 0 3px 0;
}
div.eventsList a {
	font-weight: bold;
}
div.eventsList a:link, div.eventsList a:visited {
	color: #009d56;
	text-decoration: underline;
}
div.eventsList a:hover {
	text-decoration: none;
}

/* Footer */
div#ft {
	margin-top: 10px;
}
div#ft ul {
	width: 100%;
	margin-left: 0!important;
	font-size: 85%;
}
div#ft ul li {
	float: left;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #00f008;
	padding: 0 10px;
}
div#ft ul li a:link, div#ft ul li a:visited {
	text-decoration: none;
}
div#ft ul li a:hover {
	text-decoration: underline;
}
p.copyright {
	text-transform: uppercase;
	font-size: 85%;
	padding-left: 10px;
	clear: both;
	padding-top: 5px;
}
/* @end */

/* @group Nav */
div#nav-top {
	background: url(../images/nav-gray-top.gif) no-repeat 0 0;
	height: 8px;
	width: 181px;
	overflow: hidden;
}
div#nav {
	background: url(../images/nav-gray-mid.gif) repeat-y 0 0;
	padding: 1px 0;
	width: 197px;
}
div#nav-btm {
	background: url(../images/nav-gray-btm.gif) no-repeat 0 0;
	height: 10px;
	width: 181px;
	overflow: hidden;
}

div#nav ul {
	margin: 0!important;
}
div#nav ul li {
	margin: 4px 0!important;
	list-style-type: none;
	width: 197px;
	float: left;
	display: inline;
}
div#nav ul li a {
	line-height: 46px;
	display: block;
	background: url(../images/nav-tab.gif) no-repeat 0 0;
	padding-left: 20px;
	font-size: 123%;
}
div#nav ul li.selectedPage a {
	background: url(../images/nav-tab-selected.gif) no-repeat 0 0;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover {
	background: url(../images/nav-tab-hover.gif) no-repeat 0 0;
	color: #000;
	font-weight: bold;
}


div#nav ul ul li a {
	background-image: none;
	line-height: 24px;
	text-align: right;
	margin-right: 17px;
	padding-right: 20px;
	font-size: 100%;
}
div#nav ul ul li a:before {
	content: url(../images/nav-arrow-green.gif) " ";
}
div#nav ul ul li a:link, div#nav ul ul li a:visited {
	color: #000;
	text-decoration: none;
}
div#nav ul li.selectedPage ul li a {
	background-image: none;
}
div#nav ul ul li.selectedPage a {
	background-color: #f89837;
	background-image: none;
}
div#nav ul ul li.selectedPage a:before {
	content: url(../images/nav-arrow-white.gif) " ";
}
div#nav ul li ul li a:hover {
	background: url(../images/nav-hover.gif) no-repeat bottom left!important;
	background-color: none;
	font-weight: normal;
}
div#nav ul ul li.selectedPage a:hover {
	background-color: #f89837!important;
	background-image: none!important;
}

div#nav ul ul ul {
	display: none!important;
}
/* @end */

/* @group Headings */
div#center-col h1 {
	color: #009d56;
	font-size: 174%;
	font-weight: bold;
	font-style: italic;
}
div#center-col h2 {
	color: #009d56;
	font-size: 146%;
	font-weight: bold;
	font-style: italic;
}
div#center-col h3 {
	color: #009d56;
	font-size: 116%;
	font-weight: bold;
	font-style: italic;
}
h4 {
	color: #000;
	font-size: 108%;
	font-weight: bold;
}
h5 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
}
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Text Editor Styles */
/* <textEditor> */



/* </textEditor>  */
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#center-col ul li {
	list-style-type: none;
	background: url(../images/orange-bullet.gif) no-repeat 0 50%;
	padding-left: 15px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #009d56;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
