/*----------------------------------------
Name: main.css
Developed by: Jad Limcaco
Website: http://www.jadgraphics.net
----------------------------------------*/

/* =========== CSS Reset ============*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* =========== Body ============*/
body {
	background: url(../images/bg.jpg) repeat-x #c3e1fe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:focus {
	outline: none;
}
/* =========== Wrapper ============*/
#wrapper {
	width: 801px;
	margin: 0 auto;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
/* =========== Header ============*/
#header {
	background: url(../images/bg-header.jpg);
	height: 108px;
}
#logo {
	width: 222px;
	height: 52px;
	display: block;
	float: left;
	margin: 45px 0 0 40px;
}
#logoLINK {
	width: 222px;
	height: 52px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#nav {
	width: 382px;
	height: 50px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/nav.jpg);
	margin: 58px 40px 0 0;
	position: relative;
	float: right;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#nav li, #nav a {
	height: 50px;
	display: block;
}
#home {
	left: 0px;
	width: 44px;
}
#home a:hover {
	background: url(../images/nav-ro.jpg) 0 0 no-repeat;
}
#why {
	left: 46px;
	width: 68px;
}
#why a:hover {
	background: url(../images/nav-ro.jpg) -46px 0 no-repeat;
}
#leasing {
	left: 114px;
	width: 115px;
}
#leasing a:hover {
	background: url(../images/nav-ro.jpg) -114px 0 no-repeat;
}
#recruiting {
	left: 229px;
	width: 74px;
}
#recruiting a:hover {
	background: url(../images/nav-ro.jpg) -229px 0 no-repeat;
}
#contact {
	left: 303px;
	width: 79px;
}
#contact a:hover {
	background: url(../images/nav-ro.jpg) -303px 0 no-repeat;
}

#on_home {
	left: 0px;
	width: 44px;
	background: url(../images/nav-ro.jpg) 0 0 no-repeat;
}
#on_why {
	left: 46px;
	width: 68px;
	background: url(../images/nav-ro.jpg) -46px 0 no-repeat;
}
#on_leasing {
	left: 114px;
	width: 115px;
	background: url(../images/nav-ro.jpg) -114px 0 no-repeat;
}
#on_recruiting {
	left: 229px;
	width: 74px;
	background: url(../images/nav-ro.jpg) -229px 0 no-repeat;
}
#on_contact {
	left: 303px;
	width: 79px;
	background: url(../images/nav-ro.jpg) -303px 0 no-repeat;
}
/* =========== Flash ============*/
#flash {
	height: 204px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
/* =========== Content ============*/
#content {
	background: #FFF;
	border-top: solid #78b5f1 3px;
	padding: 40px 30px 20px 30px;
}
#content  h3 {
	color: #3F7AC0;
	margin-bottom: 10px;
	margin-top: 20px;
}



#content p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
	font-weight: bold;
}
#content li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	list-style-position: outside;
	margin-left: 30px;
}
#title_home   {
	width: 457px;
	height: 27px;
	background: url(../images/title-welcome.jpg);
	display: block;
	text-indent: -9999px;
	margin-bottom: 30px;
	background-repeat: none;
}
#title_why {
	width: 457px;
	height: 27px;
	background: url(../images/title-why.jpg);
	display: block;
	text-indent: -9999px;
	margin-bottom: 30px;
		background-repeat: none;
}

#title_leasing {
	width: 457px;
	height: 27px;
	background: url(../images/title-leasing-solutions.jpg);
	display: block;
	text-indent: -9999px;
	margin-bottom: 30px;
		background-repeat: none;
}
#title_recruiting {
	width: 457px;
	height: 27px;
	background: url(../images/title-recruiting.jpg);
	display: block;
	text-indent: -9999px;
	margin-bottom: 30px;
		background-repeat: none;
}
#title_contact {
	width: 457px;
	height: 27px;
	background: url(../images/title-contact.jpg);
	display: block;
	text-indent: -9999px;
	margin-bottom: 30px;
		background-repeat: none;
}

#accomplishments {
	float: right;
	width: 239px;
	height: 103px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 40px 40px;
}
#accomplishments a {
	width: 239px;
	height: 103px;
	background: url(../images/accomplishments.jpg);
	display: block;
}
/* =========== Footer ============*/
#footer {
	background: #7f5196;
	padding: 10px;
	text-align: center;
	color: #FFF;
}
