@import url(http://cdn.fireup.net/lib/reset.css);

body
{
	margin: 0;
	padding: 0;

	background: #222;
	font-family: Arial, sans-serif;
	font-size: 74%;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Palatino Linotype', 'Palatino', serif;
	font-weight: normal;
	color: #222;
	margin: 4pt 0 8pt 0;
}

h3,h4,h5,h6
{
	font-family: 'Arial', sans-serif;
}

h1
{
	font-size: 20pt;
}

h2
{
	font-size: 18pt;
}

h3
{
	font-size: 16pt;
}

h4
{
	font-size: 14pt;
}

h5
{
	font-size: 12pt;
}

h6
{
	font-size: 10pt;
}

p
{
	font-size: 11pt;
	line-height: 14pt;
	margin: 4pt 0 8pt 0;
}

strong
{
	color: #000;
}

a:link, a:visited
{
	color: #4684B5;
	text-decoration: none;
}

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

img
{
	border: 1px solid #8DB4D3;
	padding: 1px;
}

a:hover img, a:active img
{
	border: 1px solid #AFD781;
}

ul, ol
{
	margin-left: 8pt;
	margin-bottom: 16pt;
}

ol li
{
	line-height: 12pt;
	margin: 2pt 0 2pt 8pt;
	list-style-type: decimal;
}

ol li ol li
{
}

ul li
{
	list-style-image: url(../img/bullet.png);
	line-height: 12pt;
	margin: 2pt 0 2pt 8pt;
}

li
{
	font-size: 11pt;
}

td
{
	font-size: 11pt;
	vertical-align: top;
}

#container
{
	margin: 16px auto;
	padding: 0;
	width: 860px;
	background: #fff;
	border: 0px solid #888;
}

#header
{
	height: 120px;
	background: url(../img/header-background.jpg) no-repeat;
}

#header #logo
{
	margin: 16px;
	float: left;
	width: 216px;
	height: 89px;
}

#header #logo h1 a:link, #header #logo h1 a:visited
{
	width: 216px;
	height: 89px;
	display: block;
	background: url(../img/logo.jpg) no-repeat;
	text-indent: -10000px;
}

#header #tagline
{
	margin: 16px;
	float: right;
	min-width: 280px;
	height: 90px;
	text-align: center;
}

#header #tagline p
{
	font-family: 'Palatino Linotype', 'Palatino', serif;
	font-size: 18pt;
	line-height: 18pt;
	color: #444;
	margin: 0;
}

#header #tagline p.phone
{
	margin-top: 4pt;
	padding-top: 4pt;
	border-top: 1px solid #4684b5;
}

#navigation
{
	border-top: 1px solid #4684b5;
	border-bottom: 1px solid #fff;
	position: relative;
	height: 32px;
	background: #4684b5 url(../img/navigation-background.jpg) repeat-x;
	font-family: 'Palatino Linotype', 'Palatino', serif;
	font-weight: bold;
	border-left: 1px solid #8db4d3;
}

#navigation ul
{
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	text-align: right;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
	height: 32px;
	list-style: none;
	float: left;
}


#navigation ul li a:link, #navigation ul li a:visited
{
	display: block;
	margin: 0;
	padding: 0 16px;
	height: 32px;
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	border-right: 1px solid #8db4d3;
	font-size: 12pt;
}

#navigation ul li a:link.current, #navigation ul li a:visited.current
{
	background: #e5e5e5;
	color: #444;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	background: #8db4d3;
}

#content-container
{
	background: #fff url(../img/content-container-background.jpg) repeat-x;
	border-right: 1px solid #fff;
}

#secondary-navigation
{
	background: #fff url(../img/sidebar-background.jpg) -2px 0 no-repeat;
	width: 200px;
	padding: 0 7px 7px 7px;
	float: left;
	min-height: 470px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#secondary-navigation h2
{
	border-bottom: 1px solid #4684B5;
	margin-bottom: 4pt;
	padding-top: 8px;
	margin-right: 16px;
}

#secondary-navigation ul
{
	margin: 0;
}

#secondary-navigation ul li
{
	margin: 4pt 0;
	list-style: none;
	font-size: 8pt;
}

#secondary-navigation ul li a:link, #secondary-navigation ul li a:visited
{
	color: #444;
	text-decoration: none;
}

#secondary-navigation ul li a:hover, #secondary-navigation ul li a:active
{
	color: #000;
	border-bottom: 1px solid #444;
}

#secondary-navigation ul li a:link.current, #secondary-navigation ul li a:visited.current
{
	color: #4684B5;
}

#secondary-navigation ul li ul
{
	margin-left: 8pt;
	color: #888;
}

#secondary-navigation ul li ul li
{
	margin-left: 8pt;
	list-style: circle;
}

#title
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}

#title h2
{
	margin-bottom: 0;
}

#breadcrumbs
{
	font-size: 7pt;
	background: #E7F1FB;
	background: #222;
	padding: 2px 8px;
	color: #fff;
	position: absolute;
	top: 0;
	width: 844px;
	text-align: right;
	height: 12px;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
	color: #AFD781;
}

#breadcrumbs a:active, #breadcrumbs a:hover
{
	color: #F5BD5C;
}

#content
{
	width: 627px;
	margin-left: 216px;
	padding: 8px;
	color: #484848;
	min-height: 470px;
}

#footer
{
	clear: both;
	background: #8db4d3;
	color: #eee;
	border-top: 1px solid #4684b5;
	padding: 8px;
}

#footer p
{
	font-size: 8pt;
	line-height: 14pt;
	margin: 0;
}

#footer a:link, #footer a:visited
{
	color: #fff;
}

#footer a:hover, #footer a:active
{
	color: #000;
}

#footer #copyright
{
	width: 320px;
	float: left;
}

#footer #powered-by
{
	margin-top: 16pt;
}

#footer #certifications
{
	width: 520px;
	float: right;
	text-align: right;
}

#footer #certifications img
{
	margin-left: 5px;
}

.clear
{
	clear: both;
}

div.col-040
{
	width: 244px;
	float: left;
}

div.col-060
{
	width: 362px;
	float: left;
}

.news-post-meta-data
{
	display: none;
}

