/*-----------------------------------------------------------------------------

LC Style Sheet

version:   1.0
 author:    j.latka
website:   http://www.lincolncorners.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
  
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

html {
	min-width:;
	/*----Code below (2 lines) forces vertical scrollbar to avoid page shift------*/
	min-height:100%;
	margin-bottom:1px;
}

ul li {
     list-style: none;
}

/* =Typography
-----------------------------------------------------------------------------*/

body 
{
	color:#333;
	font-family: arial, san-serif;
	font-size:small;
	line-height:150%;
	background-color: #FFF;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

* html body 
{
	font-size: x-small; /*for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	margin-bottom:15px;
}


blockquote
{
        margin: 0 30px;
        color: #666666;
}


/* =Headings
-----------------------------------------------------------------------------*/

h1 
{
	font-size:135%;
        font-family: Georgia, serif;
}

h1.page-title 
{
        float: left;
	font-size:150%;
        padding-left: 80px;
        font-family: Georgia, serif;
        color: white;
}

h2 
{
	font-size:120%;
        font-family: Georgia, serif;
}

h2.underline
{
	font-size:120%;
        border-bottom: solid 1px #666666;
        font-family: Georgia, serif;
}

h3
{
	font-size:110%;
        border-bottom: solid 1px #707070;
        font-family: Georgia, serif;
        color: #707070;
}

h3.spread
{
	font-size:130%;
        border-bottom: solid 1px #777;
        font-family: Georgia, serif;
        color: #777;
        margin: 40px 10px 30px 10px;
}

h4
{
	font-size:110%;
        font-family: Georgia, serif;
}

/* =Links
-----------------------------------------------------------------------------*/

a 
{
	color: #666666;
	text-decoration:underline;
}

a:hover {
	color: #000;
}



/* =Branding (masthead)
-----------------------------------------------------------------------------*/

#top-bar{
	background-color: #333;
	height: 5px;
	margin-top: 0px;
}

#branding {
	height: 105px;
	text-align: center;
	margin: 15px 0px 22px 0px;
}



/* =Main Nav
-----------------------------------------------------------------------------*/

#navWrapper {
       width: 940px;
       margin: 0px auto;
       text-align: center;
}

#mainNav {
	height:33px;
	background: url(http://www.lincolncorners.com/images/main-nav-bg.jpg) top left repeat-x;
	line-height: normal;
	padding-bottom: 5px; 
        font-size: 110%;
        font-family: arial, san-serif;
}

#mainNav ul {
	margin: 0;
	padding: 10px 35px 0;
	list-style: none;
}

#mainNav li {
        float: left;
	background: url(http://www.lincolncorners.com/images/right_nav.png) no-repeat right top;
	margin-right: 5px;
	padding: 0;
}

#mainNav a {
        float: left;
	display: block;
	background: url(http://www.lincolncorners.com/images/left_nav.png) no-repeat left top;
	padding: 5px 15px 4px;
	font-weight: bold;
        color: #333;
        text-decoration: none;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #mainNav a {float:none;}
  /* End IE5-Mac hack */

#mainNav a:hover {
	text-decoration: underline;
}

#mainNav #active {
	background: url(http://www.lincolncorners.com/images/right_nav_on.png)  no-repeat right top;
}

#mainNav #active a {
	background: url(http://www.lincolncorners.com/images/left_nav_on.png) no-repeat left top;
	padding-bottom: 7px;
	text-decoration: none;
        color: #666666;
}



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#body-section {
	margin: 0px;
	background-color: #E4E4E4;
	/*background: url(http://www.lincolncorners.com/images/body-gradient.jpg) top left repeat-x;*/
	min-height: 750px;
}

#wrapper {
	width: 924px;
	margin: 0px auto; 
	clear: both;
padding-top: 10px;
}

#wrapper-top {
	background:url(http://www.lincolncorners.com/images/wrapper-top.jpg) top left no-repeat;
	height: 22px;
	margin-bottom: 0px;
}

#wrapper-mid {
	background:url(http://www.lincolncorners.com/images/wrapper-mid.jpg) top left repeat-y;
	min-height: 150px;
	margin: 0px;
}

#wrapper-btm {
	background:url(http://www.lincolncorners.com/images/wrapper-btm.jpg) top left no-repeat;
	height: 22px;
	margin-top: 0px;
}

h2#tag-line {
       margin: 0 0 12px 0;
       float: right;
       padding-right: 35px;
       color: #999;
       font-size: 95%;
       border: none;
}

#main-image {
       clear: right;
	background: url(http://www.lincolncorners.com/images/main_elevation2.jpg) top center no-repeat;
	height: 297px;
	margin: 0px 0px;
}

#main-image-subpage {
       clear: right;
	background: url(http://www.lincolncorners.com/images/subpage_header.jpg) top center no-repeat;
	height: 61px;
	margin: 0px 0px;
}

#inner-wrapper {
        margin: 40px 40px 0 40px;
        padding-bottom: 40px;
        min-height: 250px;
}

#inner-wrapper-narrow {
        margin: 40px 70px 0 70px;
        padding-bottom: 40px;
        min-height: 250px;
}

ul.spread {
    margin-top: -10px;
}

ul.spread li {
padding-top: 20px;
border-bottom: 1px dotted #ccc;
margin-left: 190px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/

.subContent {
	float:left;
	margin:0;
	padding: 0 30px;
	text-align:left;
	width: 158px;
}

.subContent.center {
       border-right: solid 1px #e4e4e4;
       border-left: solid 1px #e4e4e4;
       width: 345px;
       background-color: #fbfbfb;
}


/* =Column layouts
-----------------------------------------------------------------------------*/
div.column-left{
 width: 355px;
float: left;
}

div.column-right{
 width: 375px;
float: right;
}

#left-main{
width: 575px;
float: left;
}

#right-sub{
float: right;
margin-top: 30px;
}

#right-sub ul li{
list-style: none;
line-height: 200%;
margin-left: 0px;
padding-right: 20px;
padding-left: 0px;
}

#right-sub h4 {
border-top: 3px solid #666666;
border-bottom: 1px dotted #666666;
}


/* =Footer
-----------------------------------------------------------------------------*/

#f-wrapper {
	width: 924px;
	margin: 0px auto; 
	text-align: center;	
	clear: both;
}

#f-wrapper-top {
	background:url(http://www.lincolncorners.com/images/wrapper-top.jpg) top left no-repeat;
	height: 22px;
	margin-bottom: 0px;
}

#f-wrapper-mid {
	background:url(http://www.lincolncorners.com/images/wrapper-mid.jpg) top left repeat-y;
	min-height: 100px;
	margin: 0px;
}

#f-wrapper-btm {
	background:url(http://www.lincolncorners.com/images/wrapper-btm.jpg) top left no-repeat;
	height: 22px;
	margin-top: 0px;
}

#f-inner-wrapper {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#f-inner-wrapper  ul {
	list-style-type:none;
}

#f-inner-wrapper  ul li {
	display:inline;
	padding:0px;
}

#f-inner-wrapper  ul li a {
	text-decoration: underline;
	padding:0.2em .8em;
}

/* =Forms
-----------------------------------------------------------------------------*/

fieldset 
{
	margin:20px 0;
	padding:10px;
	border:4px solid #CCC;
}

/*for Mozilla*/

html>body fieldset 
{
	background:#FBFBFB;
}

legend 
{
	font-weight:bold;
	color:#999;
}

label 
{
	display:block;
}

#contactForm input 
{
	width:250px;
}

#contactForm input.submit {
	width:7em;
}

input:focus, textarea:focus 
{
	background:#D2DEFF;
}

input.submit 
{
	font-size: 120%;
	width:100px;
	background-image:url(http://www.lincolncorners.com/images/site/active_nav_bg.gif);
	color:#333;
	border:solid 2px #999;
        cursor: pointer;
}




/* =Misc 1
-----------------------------------------------------------------------------*/

.light-font {
	font-size: 95%;
	color: #666666;
}

.small {
	font-size: 90%;
	color: #999;
}

div.center-img{
     border: 5px solid #EFEFEF;
     padding: 0px;
     margin: 10px auto;
    width: 780px;
}

div.center-photo{
     margin: 10px auto;
     text-align: center;
}

div.center-photo img{
     border: 5px solid #EFEFEF;
     padding: 0px;
     margin: 10px auto;
     text-align: center;
}

/*----image class for uploaded images via EE control panel---*/
.image-border {
     border: 5px solid #EFEFEF;
     padding: 0px;
     float: left;
     margin-right: 30px;
     margin-bottom: 10px;
}

.plan-pdf {
     background:url(http://www.lincolncorners.com/images/pdf.gif) center left no-repeat;
     margin-left: 30px;
     padding-left: 30px;
}


/* =Misc 2
-----------------------------------------------------------------------------*/

.light {
     color: #999;
}

.news {
     background-color: #f5f5f5;
     padding: 10px;
     border-top: 1px solid #e4e4e4;
     border-bottom: 1px solid #e4e4e4;
}

.news-alt {
     background-color: none;
     padding: 10px;
     border-bottom: 1px solid #e4e4e4;
 }