body, html
{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #1c304c url('../images/gradient.bmp') repeat-x top center;
	color: #000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
}

body
{
	min-width: 850px;
} #container
{
	background-color: #fff;
	position: relative;
	margin: 20px auto;
	width: 850px;
	border: 1px solid #fff;
}#header
{
	background: url('../images/school_bus.jpg') no-repeat top right;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}#header hr
{
	color: #000;
}#navbar
{
	width: auto;
	padding: 3px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	border: 2px solid #1c304c;
	border-width: 2px 0;
} #main
{
	height: auto;
	width: auto;
	text-align: left;
	padding: 0 5px;
} #main.home
{
	min-height: 487px;
	background: #fff url('../images/collage.jpg') no-repeat bottom left;
} #main.about
{
	min-height: 502px;
	padding-right: 400px;
	background: #fff url('../images/father_son.jpg') no-repeat bottom right;
} #main.bcbsmt
{
	background: #fff url('../images/man_and_woman.jpg') no-repeat top right;
} #main.highlights
{
	background: #fff url('../images/patient.jpg') no-repeat top right;
} #main.contact
{
	background: #fff url('../images/kids_on_jungle_gym.jpg') no-repeat top left;
} #footer
{
	color: #fff;
	font-size: 9pt;
	margin: 5px auto 0 auto;
	width: 850px;
	text-align: center;
} #footer a
{
	color: #fff;
}

a
{
	color: #000;
}

a:hover
{
	text-decoration: none;
}

h1, h2, h3
{
	color: #1c304c;
	font-size: 200%;
	font-weight: bold;
}

h2
{
	font-size: 150%;
}

h3
{
	color: #000;
	font-size: 125%;
	text-decoration: underline;
}

h4
{
	color: #000;
	font-size: 100%;
}

hr
{
	color: #000;
	background-color: #000;
}

hr.foot
{
	color: #56627E;
	margin-left: 5px;
	margin-right: 5px;
}

p
{
	padding-left: 5px;
	padding-right: 5px;
}

ul
{
	text-decoration: none;
	list-style: outside;
}

ul.table
{
	text-decoration: none;
	list-style: none;
	width: 90%;
}

ul.table li
{
	margin: 10px 0 20px 0;
	float: left;
	width: 50%
}

ul.list li
{
	margin: 10px 20px 10px 0;
}

div.col
{
	padding: 5px;
	float: left;
	width: 325px;
	height: auto;
	margin-right: 5px;
} #promo
{
	text-align: center;
	padding: 15px 15px 15px 15px;
	height: auto;
} #row-foot
{
	font-weight: bold;
	text-align: center;
	clear: both;
	width: 100%;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

img.left
{
	float: left;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 15px;
	vertical-align: middle;
}

img.right
{
	float: right;
	display: inline-block;
	margin-left: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

table.contact_info
{
	margin-top: 5px;
	width: 100%;
	padding: 5px 5px;
	background-color: #fff;
	text-align: left;
}

table.contact_info td.header
{
	width: 12%;
	vertical-align: top;
	font-weight: bold;
	color: #1c304c;
}

table.contact_info td.data
{
	width: 38%;
}

blockquote
{
	background: #bfd0e8;
	color: #1c304c;
	font: 110% Arial, Helvetica, sans-serif;
	float: right;
	width: 305px;
	border: 2px dashed #1c304c;
	padding: 20px;
	margin-right: 30px;
	margin-top: 20px;
	font-weight: bold
} .citation
{
	font-style: italic;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-weight: normal
} .citation a
{
	color: #000;
} .foot
{
	margin-top: -75px;
	z-index: 1;
} .copyright
{
	font-size: 7pt;
} .link
{
	cursor: pointer;
}

