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

body
{
	width: 100%;
	background: #fff;
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

h1,h2,h3,h4,h5
{
	font-weight: normal;
	color: #103357;
	margin-bottom: 10pt;
}

h1
{
	font-size: 26pt;
}

h2
{
	font-size: 22pt;
}

h3
{
	font-size: 18pt;
}

p
{
	line-height: 14pt;
	margin-bottom: 12pt;
}

ul
{
	margin-left: 8pt;
	margin-bottom: 12pt;
}

ul li
{
	font-size: 10pt;
	margin-left: 8pt;
	margin-bottom: 2pt;
	list-style: circle;
}

a:link, a:visited
{
	color: #3d9bde;
	text-decoration: none;
}

a:hover, a:active
{
	color: #bf1e2e;
}

#container
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#header
{
	height: 184px;
	background: #307CB0 url(../img/header-background.jpg) no-repeat;
	border-bottom: 2px solid #3d9bde;
}

#header #header-arden, #header #header-arbor-view
{
	width: 240px;
	height: 168px;
	margin: 0;
	padding: 0;
}

#header #header-arden
{
	float: left;
}

#header #header-arbor-view
{
	float: right;
}

#header #header-arden h1, #header #header-arbor-view h1
{
	margin: 0;
	padding: 0;
}

#header #header-arden h1 a:link, #header #header-arden h1 a:visited, #header #header-arbor-view h1 a:link, #header #header-arbor-view h1 a:visited
{
	width: 240px;
	height: 140px;
	display: block;
	text-indent: -10000px;
}

#header #header-arden h1 a:link, #header #header-arden h1 a:visited
{
	background: url(../img/logo-arden.jpg) no-repeat;
}

#header #header-arbor-view h1 a:link, #header #header-arbor-view h1 a:visited
{
	background: url(../img/logo-arbor-view.jpg) no-repeat;
}

#header #header-arden p.phone, #header #header-arbor-view p.phone
{
	width: 240px;
	height: 22px;
	color: #fff;
	line-height: 22px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0;
}

#sidebar-left
{
	width: 224px;
	float: left;
	padding: 8px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 4px 0;
	padding: 0;
	list-style: none;
}

#navigation ul li a:link, #navigation ul li a:visited
{
	width: 224px;
	height: 38px;
	line-height: 38px;
	display: block;

	text-indent: 46px;
	text-decoration: none;
	font-size: 13pt;
	color: #103357;
/*
	color: #fff;
*/

	background: url(../img/navigation-button-arden.jpg) no-repeat;
}

#navigation ul li a:hover, #navigation ul li a:active
{
	color: #FF0E26;
	background: url(../img/navigation-button-arden-hover.jpg) no-repeat;
}

#navigation ul li ul
{
	margin-left: 16px;
}

#navigation ul li ul li
{
	list-style: circle;
	margin-left: 16px;
}

#navigation ul li ul li a:link, #navigation ul li ul li a:visited
{
	width: 224px;
	height: 20px;
	line-height: 20px;
	background: none;
	color: #666;
	text-indent: 0;
	font-size: 10pt;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a:active
{
	color: #bf1e2e;
}

#content-container
{
	width: 720px;
	margin-left: 240px;
	background: url(../img/content-container-background.jpg) no-repeat;
}

#content
{
	padding: 8px;
}

#main
{
	width: 464px;
	padding-right: 8px;
	min-height: 366px;
	float: left;
}

#sidebar
{
	width: 224px;
	padding-left: 8px;
	float: right;
}

#footer
{
	clear: both;
	height: 63px;
	border-top: 1px solid #3d9bde;
	background: url(../img/footer-background.png) repeat-x;
	padding: 8pt;
	color: #fff;
}

#footer p
{
	font-size: 8pt;
	margin-bottom: 4pt;
}

#footer a:link, #footer a:visited
{
	color: #eee;
	text-decoration: none;
}

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


div.box
{
	margin-top: 12px;
	padding: 8px;
	background: #fff url(../img/box-background.jpg) no-repeat;
	min-height: 147px;
}

div.box h3
{
	font-size: 13pt;
}

div.box
{
}

.column-left, .column-right
{
	width: 348px;
}

.column-left-narrow, .column-right-narrow
{
	width: 224px;
}

.column-left-wide, .column-right-wide
{
	width: 464px;
}

.column-left, .column-left-narrow, .column-left-wide
{
	float: left;
	margin-right: 4px;
}

.column-right, .column-right-narrow, .column-right-wide
{
	float: right;
	margin-left: 4px;
}


.si_gallery_slideshow
{
	padding: 2px;
	border: 1px solid #888;
}

.blog-post-header, .news-post-header
{
	display: none;
}

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

.left
{
	float: left;
}

.right
{
	float: right;
}

.inline
{
	display: inline;
}

.clear
{
	clear: both;
}

img.stylized
{
	border: 1px solid #aaa;
	padding: 1px;
	margin: 0 10px;
}

