// style sheet for CornerStonProperties-Cortland.com

	body { 
		background-color: #f1f5fa;
		font-size: 12 px;
		font-family: arial, Verdana, sans-serif;
		color: #000;
		padding: 0;
  	        margin: 0;
	}
        .top-blue-bar {
           	width: 100%;
		background-color: #b0c4de;
		height: 50px;
        }




	.subheader {
		font-size: 12 px;
		font-weight: bold;
		font-family: Verdana, arial, sans-serif;
		color: #0E2E82;
	}
	A:link { color: #336699;
	}
	A:visited { 
		color: #336699;
	}
	A:hover { color: #b31b1b;
	}

	#section {
        	clear: both;
        	margin: 0 0 0 0;
		height: 100%;
	}
 	#left-navs {
		float: left;
		width: 200px;
		background-color: #f1f5fa;
	}
	#main-body {
		float: left;
		width: 630px;
		padding-left: 10px;
		background-color: #f1f5fa;
		font-size: 12px;
		font-family: arial, Verdana, sans-serif;
		color: #000;
	}

	#left-navs .nav-item {
		height: 25px;
		padding-left: 10px;
    	}
	#left-navs a:link { 
		color: #336699;
	}
	#left-navs a:visited { 
		color: #336699;
	}
	#left-navs a:hover { 
		color: #b31b1b;
	}

	#main-body #left-col {
		width: 70%;
		float: left;
		background-color: #f1f5fa;
 	}
	#main-body #right-col {
		width: 25%
		float: right;
		background-color: #f1f5fa;
	}

        .navs { text-align: center;
                text-decoration: none;
                font-size: .9em;
                width: 100%; 
                height: 15px;
	        border-top: 1px solid #b31b1b;
	        border-bottom: 1px solid #b31b1b;	        
        }
        .blue-spacer { width: 100%; 
		       height: 15px;
		       background-color: #b0c4de;

        }
        .spacer { text-align: center;                
                  width: 100%; 
                  height: 15px;
	          background-color: #f1f5fa;
        }
	.mainbody { width: 800;
                    font-size: 1em;
                    padding-left: 100px;
        }
        
        #left-column {
 		width: 65%;
		float: left;
        }
        #right-column {
          	width: 32%;
                float: left;
	}
       

        .contact-header {
              font-weight: bold;
              font-size: .9em;
              text-decoration: underline;
              padding-left: 120px;
        }
        .contact-body {
              font-size: .8em;
              padding-left: 130px;
        }
        .contact-body a:link {
          text-decoration: none;
        }
        .facebook a:link{
          text-decoration: none;
        }
        .header {
             font-size: 1.1em;
             font-weight: bold;
             font-family: arial;
        }
       .subheader {
             font-size: 1em;
             font-weight: bold;
        }

#contact {
	clear: both;
	border-top: 1px solid #b31b1b;
	border-bottom: 1px solid #b31b1b;
	width: 100%;
	background-color: #eee;
}
#contact .contact-header {
     	font-wieght: bold;
	font-size: 1.1em;
	color: #b31b1b;
}
#contact p {
  	font-size: .9em;
	color: #000;
}
