/* --------------------------------------------
   
----------------------------------------------- */
a#logo
{
	background: url(../img/interior/img_logo.gif) no-repeat;
	width: 157px;
	height: 83px;
}

/* --------------------------------------------
   
----------------------------------------------- */
ul#nav-main
{
	padding-bottom: 5px;
	width: 658px;
}

/* --------------------------------------------
   
----------------------------------------------- */
form#search
{
	width: 166px;
	height: 29px;
	background: url(../img/interior/bg_search.gif) no-repeat;
	padding-left: 9px;
	padding-top: 9px;
	overflow: hidden;
	margin-bottom: 17px;
}

form#search input.text
{
	width: 134px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content-wrapper
{
	padding-top: 177px;
}

div#sidebar-right
{
	margin-top: -177px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content
{
	width: 456px;
}

div#content p,
div#content ul,
div#content ol
{
	font-size: 13px;
	line-height: 18px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content img.alignleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#content img.alignright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#sidebar-right
{
	margin-right: 44px;
	width: 175px;
}

div#sidebar-right.intro-horizontal
{
	+position: relative;
	+padding-top: 160px;
}

div#sidebar-right img.intro
{
	/*
	width: 175px;
	height: 370px;
	*/
	
	float: right;
	margin-bottom: 20px;
}

div#sidebar-right.intro-horizontal img.intro
{
	+position: absolute;
	+top: 0px;
	+right: 0px;
}

div#sidebar-right blockquote
{
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	color: #5679af;
	margin-bottom: 17px;
}

div#sidebar-right blockquote strong
{
	display: block;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#learn-more
{
	width: 175px;
	height: 137px;
	background: url(../img/interior/img_contact.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
}

div#learn-more p
{
	visibility: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
ul#nav-section
{
	/* border-top: 1px solid #d6d6d6; */
	padding-top: 2px;
	margin-bottom: 24px;
}

ul#nav-section li
{
	border-bottom: 1px solid #d6d6d6;
	/*padding-top: 3px;
	padding-bottom: 4px;*/
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 4px;
}

ul#nav-section li,
ul#nav-section li a
{
	font-size: 13px;
	line-height: 18px;
}

ul#nav-section li a
{
	color: #dd7711;
	float: left;
	padding-right: 12px;
}

ul#nav-section li a:hover
{
	text-decoration: none;
	color: #e73e04;
	background: url(../img/global/icon_nav_sub_hover2.gif) no-repeat right 6px;
}

ul#nav-section li.active a,
ul#nav-section li.active a:hover
{
	color: #036;
	background: url(../img/global/icon_nav_sub_active.gif) no-repeat right 6px;
}

ul#nav-section li span
{
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	clear: left;
}
