/* CSS Document */

* {padding: 0; margin: 0;}
body {
	background: #ffffff;
	align: center;
	font: 1em/1.2em Arial, sans-serif;
		margin: 10px 0px 0px;
	padding: 0px;
}

a:link, a:visited{
color: #003366;
text-decoration:underline;
}


a:hover, a:active{
color: #996600;
text-decoration:underline;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width: 790px;
	height: 100%;
}

#header {
height: 70px;
background:url(../images/logo_corehealth.gif) no-repeat left top;
font-size: 70%;
}

#header #header_logo {
width: 40%;
float: left;
}

#header #header_links {
float: right;
width: 40%;
text-align: right;
margin-right: 2.5em;}

#header #header_links .text_size {
	color: #99cc00;
padding-right: 3em;	
}

#header #header_links a:link, #header #header_links a:visited  {
color: #003366;
text-decoration: none;
}

#header #header_links a:hover, #header #header_links a:active  {
color: #003366;
text-decoration: underline;
}

#nav {
	background: url(../images/bg_nav.jpg) repeat-x;
width: 790px;
height: 34px;}

#photo_banner {
	height: 270px;
	background: url(../images/photo_banner.jpg) no-repeat left;
}

#title_banner {
	height: 40px;
	background: #FFFFFF url(../images/bg_title_banner.jpg) repeat-y center;
}
#title_banner h2 {
	color: #003366;
	font-size: 120%;
	font-weight: bold;
	margin-left: 2em;
	line-height: 220%;
}

#content {
background: #f8f1e6 url(../images/bg_body.jpg) no-repeat left bottom;

}

#clear {clear: both; margin: 0px}
#left_column {
	float: left;
	width: 25%;
	padding: 2em 1em 1em;
	text-align: center;
}

#left_column img{
	float: none;
}

#left_column p {
	font-size: 70%;
}


#right_column {
float: right;
width: 65%;
_height: 100%;
	padding: 2em 1em 1em;
font-size: 80%;
color: #666666;}


#right_column p
{margin-top: 1em; 
}

#right_column ul {
padding-top: 1em;
}
#right_column  li
{
	margin-left: 2em;
}
.emphasis {
	font-size:150%;
	line-height: 100%;
}

#video01{
	position:absolute;
	width:501px;
	height:431px;
	/*left: 375px;*/
	left: 450px;
	top: 450px;
	visibility: visible;
	}
	
#video02, #video03, #video04 {
	position:absolute;
	width:501px;
	height:431px;
	/*left: 375px; */
		left: 450px;

	top: 450px;
	visibility: hidden;
	}

#video01 h3, #video02 h3, #video03 h3, #video04 h3 {
background-color: #f8f1e6;}

#footer {
	float: none;
	height: 24px;
	background: #003366;
	font-size: 70%;
	color: #ffffff;
	padding-top: 0.3em;
	clear: both;
}
#footer_left {
float: left;
width: 40%;
padding-left: 2em;
}

#footer_left a:link,
#footer_left a:visited {
text-decoration: none;
color: #ffffff;

}
#footer_left a:hover,
#footer_left a:active{
text-decoration: underline;
}

#footer_right {
float: right;
width: 40%;
text-align: right;
padding-right: 2em;
}

#button {
text-align: center;
clear:both;
}
#button_excerpts {
	margin-top: 450px;
	text-align:center;
	
}
