/* =clear everything out
--------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* =basic html redefinitions
--------------------------------------------------------------------*/
body {
	font: 80%/150% Georgia, Palatino, Times, "Times New Roman", serif;
	color: #333;
	text-align: center;
	background: url(/i/bg.jpg) 50% 0;
}

p, ul, ol, hr {
	margin: 0 0 1.5em 0;
}

ul, ol {
	padding-left: 2em;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	clear: both;
}


/* =headings
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin-bottom: .4em;
} 

h1 {
	font-size: 2.2em;
	color: #048;
}
h2 {
	font-size: 1.6em;
	color: #8a0;
}
h3 {
	font-size: 1.4em;
}
#con h3 {
	color: #8a0;
}
#side h3 {
	color: #fff;
 font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.6em;
	color: #fff;
}

/* =links
--------------------------------------------------------------------*/

a {
	color: #048;
	font-weight: bold;
}

a:visited {
	color: #026;
}

a:hover {
	color: #ac1;
	text-decoration: underline;
}


/* =basic layout parameters
--------------------------------------------------------------------*/
#wrap {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo, #flashmovie {
	float: left;
	display: inline;
}

#nav {
	width: 100%;
	height: 43px;
	float: left;
	background: url(/i/bg-nav.gif) 0 0 repeat-x;
}

#main {
	width: 960px;
	float: left;
	background: url(/i/bg-cols.gif) 0 0 repeat-y;
}

#side, #con {
	float: left;
	display: inline;
}

#con {
	width: 660px;
	margin: 20px;
	background: #fff;
}

#con img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


#side {
	width: 242px;
	background: #ACC314 url(/i/bg-side.png) 0 bottom no-repeat;
	padding: 1em 0 2em 0;
	margin-bottom: 2em;
/* 	color: #fff; */
}

#foot {
	font-size: .9em;
	line-height: 130%;
	clear: both;
	border-top: 1px solid #aaa;
	padding: 10px 0;
	background: #acc314;
}


/* =navigation
--------------------------------------------------------------------*/
#nav ul {
	margin: 0 0 0 242px;
	padding: 0;
	height: 43px;
	background: url(/i/bg-nav2.gif) repeat-x;
	list-style: none;
}

#nav li {
	height: 43px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}

#nav a {
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 43px;
	height: 0px !important;
	height /**/:43px; /*for IE5/Win only */
	background-position: 0 0px;
	background-repeat: no-repeat;
}
#nav a:hover {
	background-position: 0 -43px;
}

li#home a {
	background: url(/i/b/home.gif);
	width: 50px;
}
li#company a {
	background: url(/i/b/company.gif);
	width: 75px;
}
li#staff a {
	background: url(/i/b/staff.gif);
	width: 54px;
}
li#contact a {
	background: url(/i/b/contact.gif);
	width: 92px;
}
li#forsale a {
	background: url(/i/b/forsale.gif);
	width: 73px;
}
 
#nav a.current {
	background-position: 0 -86px;
}

/* =sidebar
--------------------------------------------------------------------*/


#side h3, #side h4, #side h5, #side p, #side ul {
	margin-left: 20px;
	margin-right: 20px;
}

#side p, #foot p, .navsec  {
	font: 90%/130% verdana, arial, helvetica, sans-serif;
}

.navsec {
	list-style: none;
	padding: 0;
/* 	border-top: 1px solid #ddd; */
}

.navsec li {
/* 	border-bottom: 1px solid #ddd; */
}
.navsec a {
	font-weight: normal;
	padding: 5px;
	display: block;
	text-decoration: none;
}

.navsec a:hover {
	background: #cee536 url(/i/bg-navsec2.gif) right 50% no-repeat;
	color: #048;
}

.navsec a.current {
	background: #048 url(/i/bg-navsec.gif) right 50% no-repeat;
	color: #fff;
}

/* =content
--------------------------------------------------------------------*/


/* =footer
--------------------------------------------------------------------*/

#foot p {
	margin-bottom: 0;
	margin-left: 262px;
}

#foot p, #foot a {
	color: #560;
}

/* =exceptions and special styles
--------------------------------------------------------------------*/
.intro {
	font-size: 1.5em;
	color: #666;
}

.ghost {
	visibility: hidden;  /* margins and whatnot are still respected */
}

.hide {
	display: none;  /* nothing shows up at all */
}

.smaller {
	font-size: 90%;
}

.larger {
	font-size: 120%;
}



/* =staff page
--------------------------------------------------------------------*/

.staffer {
	width: 660px;
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.staffer h3, .staffer p {
	margin-left: 159px;
}

.staffer img {
	float: left;
	border: 1px solid #ccc;
	padding: 1px;
}



