/* CENTER FOR HEALTH SANTA CRUZ | BASIC STYLE
----------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* FORMS
------------------------------------------- */

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

/* HEADINGS
------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", "Trebuchet MS", Times, serif;
}

.title h2, .title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #5B4E27;
}

/* TEXTS
------------------------------------------- */

body, th, td, input, textarea, select {
	font-family: "Arial", "Trebuchet MS", Times, serif;
	font-size: 12px;
	color: #515151;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0.1em;
	text-align: left;
	line-height: 180%;
}

.text1 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: normal;
	color: #485153;
}

.text2 {
	font-size: 12px;
	font-weight: normal;
	color: #485153;
}

.text3 {
	font: normal 11px "Arial", "Trebuchet MS", Times, serif;
}

.text4 {
	font: bold 11px "Arial", "Trebuchet MS", Times, serif;
	color: #554C34;
}

.text5 {
	text-align: center;
	color: #51595C;
}

.text6 {
	font: 18px "Arial", "Trebuchet MS", Times, serif;
	color: #554C34;
}

.text7 {
	padding-bottom: 3px !important;
	font: 16px "Arial", "Trebuchet MS", Times, serif;
	color: #554C34;
	font-weight: bold;
}

.text8 {
	padding-bottom: 5px !important;
	font-size: 13px;
	font-weight: bold;
	color: #485153;
}

.text9 {
	font-size: 13px;
	font-weight: bold;
	color: #485153;
}


/* LISTS
------------------------------------------- */

.list1 {
	font-size: 20px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 140%;
}

.list1 li {
	padding-left: 18px;
	background: url(images/homepage02.gif) no-repeat 5px 50%;
}

.list1 a {
	color: #b05c06;
	text-decoration: none;
}

.list1 a:hover {
	color: #38542c;
	text-decoration: none;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	padding: 10px 0 0 16px;
	background: url(images/homepage02.gif) no-repeat 2px 70%;
}

.list2 li.sub {
	padding: 10px 0 0 16px;
	background: url(images/homepage02.gif) no-repeat 2px 74%;
}


/* LINKS
------------------------------------------- */

a {
	color: #597990;
	text-decoration: underline;
}

a:hover {
	color: #515151;
	text-decoration: none;
}

/* STYLES
------------------------------------------- */

.style1 {
}

.style1 a {
text-decoration: underline;
}

.style1 a:hover {
text-decoration: none;
}

/* BACKGROUNDS
------------------------------------------- */

.bg1 { background: #2E373C url(images/subpage2_01.jpg) repeat-x left top; }
.bg2 { background: #FFFFFF url(images/subpage2_05.jpg) repeat-y left top; }
.bg3 { background: url(images/subpage2_03.jpg) no-repeat left top; }
.bg4 { background: url(images/subpage2_04.jpg) no-repeat right top; }
.bg5 { background: url(images/subpage2_06.jpg) no-repeat left top; }

/* MISC
------------------------------------------- */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 5px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.img3 {
	float: left;
	margin: 2px 15px 0px 0px;
}

.img4 {
	float: left;
	margin: 2px 15px 5px 0px;
}

.img5 {
	float: left;
	margin: 3px 15px 38px 0px;
}

.img6 {
	padding: 30px 0;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

