/* Start of CMSMS style sheet 'Master' */
/*********************************************************************************/
/** Default Styles
/**
/** This section sets/resets the most common elements needed and constructs a
/** solid foundation on which to begin building a site.  
/*********************************************************************************/

html, body, ul, ol, li, dl, p, pre, dd, blockquote, 
h1, h2, h3, h4, h5, h6, a, form, label, fieldset, address {
	margin:0;
	padding:0;
	border:0;
}

/** Font size set to 100.01% to correct several browser bugs **/
html {
	font-size:100.01%;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Verdana, sans-serif;
	font-size:0.75em;
	color:#4F5059;
	background:#929496;
	padding:1em;
}

a:link { color:#353535; text-decoration: underline; }
a:visited { color:#353535; text-decoration: underline; }
a:hover { color:#EF922E; text-decoration: underline; }
	
img {
	border:0;
}
	
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin-bottom:.6em;
	font-weight:normal;
	margin-top:0px;
	font-weight:normal;
	clear:both;
	color:#EF922E;
}

h1 {
	font-size:1.8em;
	font-weight:bold;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
}

p {
	margin-bottom:1.5em;
	clear:both;
}

blockquote {
	border:1px dashed #CDCDCD;
	background:#F2F2F2;
	padding:1em;
	margin-bottom:1.5em;
}

	blockquote p {
		margin-bottom:0;
	}

small {
	font-size:.8em;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

pre {

}

code {
	font-family:"Courier New", Courier, monospace;        
	font-size:1em;
	border:1px dashed #CDCDCD;
	background:#F2F2F2;
	padding:1em;
	display:block;
}

address {
	font-style:normal;
	border:none;
}

abbr {
	cursor:help;
	border-bottom:1px dashed;
}

/** Lists **/

ul, ol {
	margin-bottom:1.5em;
	padding-left:0;
}

ul {
	list-style-type:none;
	margin-left:0;
}	

	ul li {
		padding-left:1em;
		margin-bottom:.6em;
		background:url(/lib/template/img/icons/bullets/gt.gif) left .45em no-repeat;
		vertical-align:top;
	}

ul.bulletless li {
	padding-left:0;
	background:none;
}
	
ol {
	list-style-type:decimal;
	margin-left:2em;
}	

	ol li {
		padding-left:0;
		margin-bottom:.6em;
	}	
	
/** Tables **/

table {
	width:100%;
	border:none;
	border-collapse:collapse;
}

/** Table used for data representation **/
table.data {
	margin-bottom:1.5em;
	width:100%;
}
	table.data thead tr{
		background:#282d31;
		color:#dcdcdc;
		font-weight:bold;
	}
	
	table.data td {
		vertical-align:top;
		padding:.5em;
	}
	
	table.data tr {

	}
	
		table.data tr.even {

		}
	
		table.data tr.odd {
		
		}
		
			table.data tr.odd td {
				background:#ebf1f9;
				border-top:1px solid #cad6e6;
				border-bottom:1px solid #cad6e6;
			}

/** Forms **/	

form {
	padding:0;
	margin:0;
	margin-bottom:1.5em;
}

	form .row {
		margin-bottom:1.5em;
	}

fieldset {
	border:1px solid #c2c2c2;
	padding:.5em;
	width:35em;
}
	
legend {
	background:none;
	border:none;
	font-weight:bold;
	padding:.5em;
}

label {
	display:block;
	margin-bottom:.5em;
	font-weight:bold;
}

label.inline {
	display:inline;
	margin:0;
	padding-right:1em;
}

label.required {

}

input.text, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:.2em;
	color:#4F5059;
}

input.text {
	width:20em;
}

input.checkbox {
	margin:0;
	padding:0;
}

input.radio {
	margin:0;
	padding:0;
}
	
textarea {
	border:1px solid #ccc;
	width:30em;
	height:10em;
}

select {
	width:20em;
}

	select optgroup {
		font-weight:bold;
		font-style:normal;	
	}

/** Special links **/

a.pdf {
	padding:5px 0 5px 20px;
	background:transparent url(/lib/template/img/icons/filetypes/pdf.gif) no-repeat center left;
	line-height:1.7em;
}


a.word {
	padding:5px 0 5px 20px;
	background:transparent url(/lib/template/img/icons/filetypes/word.gif) no-repeat center left;
	line-height:1.7em;
}

a.excel {
	padding:5px 0 5px 20px;
	background:transparent url(/lib/template/img/icons/filetypes/excel.gif) no-repeat center left;
	line-height:1.7em;
}

a.txt {
	padding:5px 0 5px 20px;
	background:transparent url(/lib/template/img/icons/filetypes/txt.gif) no-repeat center left;
	line-height:1.7em;
}

a.zip {
	padding:5px 0 5px 20px;
	background:transparent url(/lib/template/img/icons/filetypes/zip.gif) no-repeat center left;
	line-height:1.7em;
}

a.external {
	padding:5px 13px 5px 0px;
	background:transparent url(/lib/template/img/icons/external_link.gif) no-repeat center right;
}

a.previous {
	padding:5px 13px 5px 0px;
	background:transparent url(/lib/template/img/icons/arrow_left.gif) no-repeat center right;
	line-height:1.7em;
}

a.next {
	padding:5px 13px 5px 0px;
	background:transparent url(/lib/template/img/icons/arrow_right.gif) no-repeat center right;
	line-height:1.7em;
}

a.email {
	padding:5px 13px 5px 0px;
	background:transparent url(/lib/template/img/icons/email.gif) no-repeat center right;
	line-height:1.7em;
}

a.magnifier {
	padding:5px 13px 5px 0px;
	background:transparent url(/lib/template/img/icons/magnifier.gif) no-repeat center right;
	line-height:1.7em;
}

/** Errors **/	

.alert {
	padding:1em 2em .5em 4.5em;
	margin-bottom:1.5em;
}

	.alert ul {
		margin-bottom:0;
	}

		.alert ul li {
			background:url(/lib/template/img/icons/bullets/gt.gif) left .35em no-repeat;
		}

.alert.error {
	border-top:1px solid #ecd757;
	border-bottom:1px solid #ecd757;
	background:#fcf6d0 url(/lib/template/img/icons/errors/error_m.gif) 1.5em 50% no-repeat;
}


/** Positioning **/

.float_left {
	float:left;
	margin-right:5px;
}

.float_right {
	float:right;
	margin-left:5px;
}

/*********************************************************************************/
/** Site-Specific Styles
/**
/** This section comtains styles specific to a site and that will most likely be
/** different from site to site.
/*********************************************************************************/

/** Structure **/

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding:20px;
}

#memberlinks {
	margin:0 auto;
	padding-bottom:10px;
	text-align:right;
	width:940px;
	color:#fff;
	font-size:.9em;
}

	#memberlinks a:link { color:#fff; text-decoration: underline; }
	#memberlinks a:visited { color:#fff; text-decoration: underline; }
	#memberlinks a:hover { color:#fff; text-decoration: underline; }

#header {
	margin-bottom:1em;
}

#topnav, #bottomnav {
	overflow:hidden;
	zoom:1;
	margin-bottom:1.5em;
	font-size: 1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
	#topnav a:link, #bottomnav a:link { color:#6C7174; text-decoration: none; }
	#topnav a:visited, #bottomnav a:visited { color:#6C7174; text-decoration: none; }
	#topnav a:hover, #bottomnav a:hover { color:#6C7174; text-decoration: underline; }

	#topnav ul, #bottomnav ul
	{
		margin:0;
		padding:0;
		display: inline;
		overflow: hidden;
		zoom:1;
		list-style: none;
	}
	
	#topnav li, #bottomnav li
	{
		margin:0;
		float:left;
		padding:0 30px;
		list-style: none;
		display: inline;
		border-right:1px solid #4F5059;
		background:none;
	}
	
	#topnav li.first, #bottomnav li.first
	{
		padding-left:0;
	}
	
	#topnav li.last, #bottomnav li.last
	{
		padding-right:0;
		border:none;
	}

#topnav {
	margin-bottom:2em;
}

#content {
	width:100%;
}

	#content #left_column{
		vertical-align:top;
		width:175px;
	}
	
	#content #main_column{
		vertical-align:top;
		padding-left:1em;
		padding-right:1em;
	}
		#header {
			overflow:hidden;
			zoom:1;
		}
			#logo {
				float:left;
				margin-top:19px;
			}

			#header .dynamic_content {
				float:right;
			}
		
	#content #right_column{
		vertical-align:top;
		width:175px;
	}

#footer {
	margin-top:1.5em;
	text-align:center;
}

#logo_seal {
	margin-bottom:1em;
}

.orange_column {
	border-top:5px solid #FF712D;
	padding:1em 0 0 0;
}

.yellow_column {
	border-top:5px solid #F6DB1E;
	padding:1em 0 0 0;
}

.left_border_orange {
	border-left:2px solid #FF712D;
}

.left_border_yellow {
	border-left:2px solid #F6DB1E;
}

.left_border_grey {
	border-left:2px solid #70717A;
}

#left_column h1, #left_column h2, #left_column h3, #right_column h1, #right_column h2, #right_column h3 {
	color:#70717A;
	margin-bottom:.2em;
}

#left_column h2, #right_column h2 {
	font-size:2em;
}

/** Form Builder **/	

.errors {
	padding:1em 2em .5em 4.5em;
	border-top:1px solid #ecd757;
	border-bottom:1px solid #ecd757;
	margin-bottom:1.5em;
	background:#fcf6d0 url(lib/template/img/icons/errors/error_m.gif) 1.5em 50% no-repeat;
}

	.errors h4 {
		background:url(lib/template/img/icons/bullets/arrow_r.gif) left .35em no-repeat;
		padding-left:1em;
		margin-bottom:.6em;
		font-size:1em;
		color:#4F5059;
	}

p.inline label {
	display:inline;
}

p.formrow.required label {

}

/** Content Blocks **/

.special_links {

}
	
	.special_links a {
		display:block;
		width:280px;
		padding:1em;
		font-size:1.2em;
		font-weight:bold;
	}
	
	.special_links a.programs_for_providers {
		background:#FF712D;
		border:2px solid #F6DB1E;
		color:#fff;
		margin-top:58px;
	}
	
	.special_links a.programs_for_patients {
		background:#F6DB1E;
		border:2px solid #FF712D;
		color:#58595B;
		margin-top:.5em;
	}
	
.ihp_partners {
	padding-left:1em;
}

.ihp_initiative {
	padding-left:1em;
}

/** Calendar **/

.calendar_upcominglist .date {
	margin-bottom:.6em;
	font-weight:bold;
}

/** News **/

.news_list .entry {
	margin-bottom:1.5em;
}

.news_list .entry .date {
	margin-bottom:.6em;
}

.news_detail .date {
	margin-bottom:.8em;
}
/* End of 'Master' */

