@charset "UTF-8";
/* JL Properties, Inc. - CSS Document */

/* standard css */
body {
	background-color: #557c95;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #FFFFFF;
	margin: 0px;
}

a {
	color: #c0d2de;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:normal;}

h1 {font-size: 1.35em; color: #fff; margin: 0 0 0.15em 0; padding-top: 1.5em; }
h2 {
	font-size: 1.25em;
	color: #fff;
	padding-top: 1.05em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.35em;
	margin-left: 0;
}
h3 {font-size: 1.05em; color: #fff; margin: 0 0 0.45em 0; padding-top: 1.5em;  border-bottom: 1px #fff dotted; }
h4 {font-size: 1.0em; color: #fff; margin: 0 0 0.10em 0; padding-top: 1em; font-weight:bold; border-bottom: 1px #ddd solid;}
h5 {font-size: .95em; color: #fff; margin: 0 0 0.10em 0; font-style:italic; }
h6 {font-size: .90em; color: #fff; margin: 0 0 0.10em 0; font-style:italic; }

#teaser h1 { font-size: 1.2em; border: 0; }

p,ul,dd,dt { line-height: 1.5em; }
p {
	line-height: 1.5em;
	margin-top: 0.65em;
	margin-right: 0;
	margin-bottom: 0.65em;
	padding-left: 1.15em;
}

strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }

/* content css */
#wrapAll{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}
#header {
	height: 97px;
}
#content_wrap {
	float: left;
	width: 560px;
	padding-left: 140px;
}
#nav {
	float: right;
	width: 140px;
}
#nav img{
	border:none;	
}

/* Buttons */
#buttonHm {
    background: url('../images/home-o.gif');
    height: 27px;
    width: 140px;
}
#buttonHm:hover {
    background-position: -140px 0px;
}
#buttonPrj {
    background: url('../images/projects-o.gif');
    height: 27px;
    width: 140px;
}
#buttonPrj:hover {
    background-position: -140px 0px;
}
#buttonHis {
    background: url('../images/history-o.gif');
    height: 27px;
    width: 140px;
}
#buttonHis:hover {
    background-position: -140px 0px;
}
#buttonPrn {
    background: url('../images/principals-o.gif');
    height: 27px;
    width: 140px;
}
#buttonPrn:hover {
    background-position: -140px 0px;
}
#buttonEmp {
    background: url('../images/employment-o.gif');
    height: 27px;
    width: 140px;
}
#buttonEmp:hover {
    background-position: -140px 0px;
}
#buttonFbx {
    background: url('../images/fairbanks-o.gif');
    height: 27px;
    width: 140px;
}
#buttonFbx:hover {
    background-position: -140px 0px;
}
#buttonCtct {
    background: url('../images/contact-o.gif');
    height: 27px;
    width: 140px;
}
#buttonCtct:hover {
    background-position: -140px 0px;
}
#buttonBack {
    background: url('../images/back-o.gif');
    height: 27px;
    width: 140px;
}
#buttonBack:hover {
    background-position: -140px 0px;
}





#feature {
	margin-top: 15px;
	margin-bottom: 15px;
}

#breadcrumb {
/*	font-family:Arial, Helvetica, sans-serif; */
	font-size: 0.85em;
}

#footer {
	height: 25px;
	margin-top:15px;
	margin-bottom:25px;
	padding-top:45px;
	clear:both;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}
#content {
}

/* Sprites */
.moreInfo {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;background: transparent url("../images/sprites.gif") no-repeat 5px -600px;padding-left:21px;}
.Up {background: transparent url("../images/sprites.gif") no-repeat 5px -898px;padding-left:21px;float:right;}
ul {
	list-style-image: url(../images/bullet.png);
	margin-left: 20px;
}
li {
}
.theProject {
	list-style-image: url(../images/bullet2.gif);
}
#thumb {
	margin: 5px;
}
img#principal {
	margin: 10px;
	border: thin solid #E9EEF1;
}

