/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(/images/bg.jpg) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #161616;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #fff;
	padding-top: 16px;
	padding-bottom: 8px;
	font-weight: normal;
}

h1
{
	padding-top: 10px;
	font-size: 30px;	
	padding-bottom: 2px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 890px;
	margin: 0 auto;
}

#logo
{
	width: 259px;
	height: 57px;
	float: left;
	margin-top: 40px;
	margin-left: 0px;
	color:#00CCFF;
	font-size:36px;
}

#logo a
{
	color:#377696;
	font-size:36px;
	text-decoration:none;
}

#logo span{
	color:#fff;
}

#nav-wrapper
{
	width: 400px;
	height: 33px;
	float: right;
	margin-top: 46px;
	background-color: #377696;
}

#content-area
{
	width: 890px;
	padding-top: 28px;
	padding-bottom: 12px;
}

.bottom-panel
{
	background: #d3e4ed url(/images/bottom-panel.gif) no-repeat;
	width: 294px;
	margin-right: 4px;
	float: left;
	min-height: 153px;
  	height: auto !important;
  	height: 153px;
}

/*************************************************** Main Content Styles ***************************************************/

.image {
	border-style: outset;
	border-color: #000;
	border-width: 3px;
}

#images {
	width: 400px;

}
#images ul li {
	list-style-type:none;
	list-style:none;
	background:none;
	display: inline;
	padding:0;
	margin:0;
}
#images a {
        width:160px
	height:120px;
        padding:0px;
}
#images img {
	border:1px solid white;
	margin:-4px 0px 0px 0px;
	padding:0px;
}
#content-area ul
{
	padding: 5px 30px 20px 30px;
}

#content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 22px;
	background: url(/images/list-arrow.gif) left no-repeat;
	list-style: none;
}

#people #content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 22px;
	background: url(/images/icons/user_go.png) left no-repeat;
	list-style: none;
}

#listings #content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 22px;
	background: url(/images/icons/house_go.png) left no-repeat;
	list-style-type: none;
	list-style:none;
}

#intranet #content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 22px;
	background: url(/images/icons/database_gear.png) left no-repeat;
	list-style: none;
}

#content-area img.home-photo
{
	float: left;
	padding-right: 28px;
}

#content-area a:hover.click-more
{
	color: #204b61;
}

#content-area #content-top
{
	background: url(/images/content-top.gif) no-repeat;
	height: 9px;
	width: 890px;
	font-size: 1px;
}

#content-area #content-main
{
	background: #51859f url(/images/content-about-bg.jpg) bottom no-repeat;
	min-height: 261px;
  	height: auto !important;
  	height: 261px;
	width: 860px;
	color: #fff;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}

#content-area #content-main p
{
	width: 550px;
}

#more-details
{
position: relative;
top: 150px;
left: 580px;
width: 300px; 
}

/************************************************** Bottom Panel Styles **************************************************/

.bottom-panel#last
{
	margin-right: 0;
}

.bottom-panel h4
{
	padding-left: 51px;
	padding-top: 6px;
	padding-bottom: 14px;
}

.bottom-panel p
{
	color: #191919;
	font-size: 11px;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 12px;
}

.bottom-panel img
{
	float: left;
	padding: 10px 22px 10px 16px;
}

.bottom-panel .panel-content
{
	width: 252px;
	margin: 0 auto 0 auto;
}

.bottom-panel ul
{
	padding: 0 10px 0 10px;
}

.bottom-panel ul li
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: url(/images/bottom-panel-list-arrow.gif) left no-repeat;
	list-style: none;
}


/*************************************************** Navigation Styles ***************************************************/

#nav-right
{
	background: url(/images/nav-bg-right.gif) right no-repeat;
	float: right;
	height: 33px;
	width: 10px;
}

#navigation
{
	width: 380px;
	height: 33px;
	float: left;
	background: #377696 url(/images/nav-bg-left.gif) left no-repeat;
}

#navigation ul
{
	height: 33px;
	line-height: 33px;
	margin: 0;
	display: inline;
	float: left;
	width: 370px;
	margin-left: 20px;
	padding-right: 0;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 14px 0 10px;
	background: url(/images/nav-divide.gif) right 15px no-repeat;
}

#navigation ul li a#contact-link
{
	background: none;
	padding-right: 0;
}

#navigation ul li a:hover
{
	color: #98bfe7;
}

#home #navigation ul li a#home-link, #people #navigation ul li a#people-link, #listings #navigation ul li a#listings-link, #intranet #navigation ul li a#intranet-link, #contact #navigation ul li a#contact-link
{
	color: #98bfe7;
}

a.boldbuttons{
background: transparent url('/images/roundedge-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('/images/roundedge-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
