/* Base CSS Document for BCBSNC Foundation

Author: Jennifer Hoy - jenn suz hoy - for Capstrat
Site design: Capstrat
Date Created: 12/18/2007
Last Updated: 12/20/2007
Copyright: BCBSNC Foundation. All rights reserved. */

/*-------------------------
Site layout structure
------------------------*/

* {
	margin: 0;
	padding: 0;
	
}
body {
	color: #717171;
	background: #e0e0e0;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	text-align: center;
	
}
div#body-container {
	display: block;
	margin: 0;
	padding: 0;
	
}
div#top-header {
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #bfbfbf;
	background: url(../img/top-header-bg.gif) repeat-x 0 0 #00aeef;
	text-align: center;
	
}
div#header-content {
	display: block;
	width: 725px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	
}
div#search-box {
	float: right;
	display: block;
	width: 362px;
	height: 69px;
	text-align: right;
	margin: 21px 0 0 0;
	padding: 0;
	
}
div#navigation {
	display: block;
	width: 725px;
	
}
div#main-body {
	display: block;
	width: 725px;
	margin: 0 auto;
	padding: 0;
	color: #717171;
	background-color: #ffffff;
	
}
div#content-box {
	display: block;
	width: 525px;
	margin: 0 0 0 -15px;
	background: url(../img/content-box-bg.gif) repeat-y 0 0;
	
}
div#content-box-header {
	display: block;
	width: 525px;
	margin: 0;
	padding: 0 0 6px 0;
	background: url(../img/content-box-header-bg.gif) repeat-y 0 0;
	
}
div#columns {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #717171;
	background-color: #ffffff;
	
}
div#left-col {
	display: block;
	width: 504px;
	float: left;
	padding: 22px 7px 0 22px;
	margin: 0;
	color: #717171;
	background-color: #ffffff;
	
}
div#right-col {
	display: block;
	width: 186px;
	float: left;
	color: #717171;
	background-color: #ffffff;
	padding: 10px 0 0 0;
	
}
div#bottom-footer {
	clear: both;
	display: block;
	width: 725px;
	color: #717171;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 50px 0 40px 0;
	text-align: center;
	
}

/*-------------------------
Page elements
------------------------*/

div.spiff-small,
div.spiff-left,
div.spiff-right {
	display: block;
	width: 172px;
	background: url(../img/spiff-bg.gif) repeat-y 0 0;
	padding: 0;
	
}
div.spiff-small {
   margin: 11px 5px 0 6px;
}
div#content-box div.top-image {
	display: block;
	height: 7px;
	background: url(../img/content-box-top.gif) no-repeat 0 0;
	
}
div#content-box div.bottom-image {
	display: block;
	height: 7px;
	margin: 10px 0 0 0;
	background: url(../img/content-box-bottom.gif) no-repeat 0 0;
	clear: both;
}
div#content-box div#content-box-header p img {
	float: left;
	margin: 0 6px 0 0;
	
}
div.spiff-small div.top-image,
div.spiff-left div.top-image,
div.spiff-right div.top-image {
	display: block;
	height: 7px;
	background: url(../img/spiff-top.gif) no-repeat 0 0;
	
}
div.spiff-small div.bottom-image,
div.spiff-left div.bottom-image,
div.spiff-right div.bottom-image {
	display: block;
	height: 7px;
	background: url(../img/spiff-bottom.gif) no-repeat 0 0;
	clear: both;
}
img {
	border: none;
	
}
img#logo-bcbsncfoundation {
	margin: 0;
	padding: 0;
	position: relative;
	top: 31px;
	
}
img.spiff-image {
	margin: 3px 10px 11px 10px;
	
}