﻿
/* 
Light Blue = #C1D9CF
Dark Blue = #9DC9BA
Grey = #6E5F6C
*/

/* Basic Tags */

body 
{ 
    /*background-color: #C1D9CF;*/
    background: url(../images/backgrounds/nola.jpg) top center no-repeat; 
    background-color: #C1D9CF;
    font-family: Arial, Verdana, Times, sans-serif;
    }

#container 
{

}

img {
	border-width: 0;
}

* {
	margin:0;
	padding:0;
}

a	{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.content {
	font-family: Arial, Verdana, Times, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	}
	
.contentBold {
	font-family: Arial, Verdana, Times, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.contentLgBold {
	font-family: Arial, Verdana, Times, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	}

.txtGrey 
{
    font-family:Cheapskate Fill;
    font-size:28px;
    color:#6E5F6C
}
	
/***  Page Wrap   **********************************/
div#wrap {
	width: 950px;
	margin:0 auto;
}
/***  End Wrap  ************************************/

/***  Navigation Bar  ******************************/

div#Navigation {
	width: 950px;
	height:50px;
    background-color:#6E5F6C;
}



/***  End Navigation Bar  ******************************/

/***  Content Left  ******************************/

div#ContentLeft 
{
    background-image:url(../images/backgrounds/dkBlue.jpg);
	width: 600px;
	height:525px;
	float:left;
}

div#ContentLeftImageWrap 
{
    width:550px;
    margin: 0px auto;
	height:100%;
	
}

.imagemargin 
{
    margin-top:20px;
}
/***  End Content Left  ******************************/

/***  Content Right  ******************************/

div#ContentRight
{
    background-image:url(../images/backgrounds/ltBlue.jpg);
	width: 350px;
	height:525px;
	float:right;
}

/*
.neighborhoods td 
{    
    font-family: Cheapskate Fill, Arial, verdana;
    color:#6E5F6C;
    text-align:center;
    font-size:9pt;
    font-weight:bold;
    padding-top:5px;
}
*/
.smalltext 
{    
    font-family: Arial, verdana;
    color:#6E5F6C;
    text-align:justify;
    font-size:8pt;
    font-weight:normal;
    line-height:1.5;
}

/**************************** Neighborhoods Content *********************************/

.neighborhoods
{    
    margin: 0px auto;
}

.clickhere 
{
    font-family: Cheapskate Fill, Arial, Verdana, sans-serif;
    font-size:11px;
    font-weight:500;
    color:#6E5F6C;
    text-align:center;
}

.lblneighborhoods 
{  
    /*font-family: Cheapskate Fill, Arial, Verdana, sans-serif;
    font-weight:bold;
    text-align:center;
    color:#6E5F6C;
    font-size:14px;
*/  
}

.dlneighborhoods {
    margin:0 auto;
}

.neighborhoodItemTemplate 
{
    font-family: Cheapskate Fill, Arial, Verdana, sans-serif;
    font-size:13px;
    font-weight:500;
    color:#6E5F6C;
    text-align:center;
    text-decoration: none;
}

.neighborhoodItemTemplate a {
	text-decoration: none;
	color: #6E5F6C;
}

.neighborhoodItemTemplate a:visited {
	color: #6E5F6C;
}

.neighborhoodItemTemplate a:hover {
	/*text-decoration: underline;*/
	color: #6E5F6C;
}

.neighborhoodItemTemplate a:active {
	color: #6E5F6C;
}

/**************************** End Links Content ***************************/

/***  End Content Right  ******************************/
