/* Layout */

img { border: 0; }

body {
	background: #cbcbcc;
	margin: 0;
	padding: 0;
}

#mainContainer {
	background: transparent;
	margin: 65px 0 0 10px;
	padding: 40px 0 0 10px;
	position: relative;
	width: 500px;
}

#navigation {
	background: #FFF;
	margin: 0 0 8px 0;
	padding:  0 0 15px 0;
	width: 100%;
	height: 50px;
	z-index:1;
}

#wrapOut .about { background-image: url(../images/Ottawa_Homes_Real_Estate_Main_Photo-2.jpg); }
#wrapOut .listings { background-image: url(../images/Ottawa_Homes_Real_Estate_Main_Photo-3.jpg); }
#wrapOut .buyers {
	background-image: url(../images/Ottawa_Homes_Real_Estate_Main_Photo-4.jpg);
	background-position: 15px 0;
}
#wrapOut .blog { background-image: url(../images/Ottawa_Homes_Real_Estate_Main_Photo-5.jpg); }
#wrapOut .contact { background-image: url(../images/Ottawa_Homes_Real_Estate_Main_Photo-6.jpg); }


#ContentColumn_ContentWide{ padding: 50px 0 15px 0; }

#ContentColumn_ContentLeft {
	margin: 0;
	padding: 50px 35px 25px 0;
	background: transparent;
	width: 230px;
	float: left;
	display: inline;	
}

#ContentColumn_ContentRight {
	margin: 0;
	padding: 50px 0 25px 0;
	background: transparent;
	width: 230px;
	float: left;
	display: inline;	
}


/* Typographic Styling */

p {
	font-family: "Arial", Arial, Helvetica, Sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	text-align:left;
	margin: 0;
	padding: 5px 0 4px 40px;
}

ul {
	margin: 0 0 0 50px;
	padding: 0;
}

li {
	font-family: "Arial", Arial, Helvetica, Sans-serif;
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	text-align:left;
	margin: 0 0 0 20px;
	padding: 5px 0 4px 5px;
}

h1 {
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFF;
	font-size: 130px;
	line-height: 80px;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	text-transform: uppercase;
	z-index:2;
}

h2 {
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFF;
	font-size: 62px;
	line-height: 66px;
	text-align:left;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 40px;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFF;
	font-size: 30px;
	line-height: 32px;
	text-align:left;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 5px 40px;
	text-transform: uppercase;
}


.blue {
	color:#618e88;
}




/* Navigation */

#MainNavigation {
	margin: 0;
	padding: 10px 0 15px 0;
	text-align: left;
}

#Main_navlist ul {
	padding: 0;
	margin: 0;
}

#Main_navlist li {
	font-family: "Verdana", Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform:none;
	color: #3f3f3f;
	display: inline;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 10px 0 0;
	text-align: left;
	text-decoration:none;
}

#Main_navlist a:active {
	font-weight: bold;
	color: #748a8b;
	text-decoration: none;
}

#Main_navlist a:link {
	font-weight: bold;
	color: #748a8b;
	text-decoration: none;
}
	
#Main_navlist a:visited {
	font-weight: bold;
	color: #748a8b;
	text-decoration: none;
}
	
#Main_navlist a:hover {
	font-weight: bold;
	color: #7f6645;
	text-decoration: underline;
}



/*=clearfix (for clearing floats)
----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */
 
*:first-child+html .clearfix{min-height: 1px;} /* for IE7 */


/*=ie6 png fix
---------------*/
#indexCommunitiesBlog img { _behavior: url(js/iepngfix.htc) }



#copyright {
	padding: 30px 0;
	color: #999;
}

#copyright p {
	font-family: "Verdana", Arial, Helvetica, Sans-serif;
	color: #666;
	font-size: 9px;
	line-height: 16px;
	margin: 0;
	text-transform: uppercase;
}



/*= Link Styling
---------------*/
#mainContainer a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	
#mainContainer a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	
#mainContainer a:hover {
	font-weight: bold;
	color: #7f6645;
	text-decoration: underline;
}



#ContentColumn_ContentRight a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	
#ContentColumn_ContentRight a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	
#ContentColumn_ContentRight a:hover {
	font-weight: bold;
	color: #7f6645;
	text-decoration: underline;
}

#ContentColumn_ContentWide a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	
#ContentColumn_ContentWide a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
	
#ContentColumn_ContentWide a:hover {
	font-weight: bold;
	color: #7f6645;
	text-decoration: underline;
}


#wrapOut h1 a:link {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
	
#wrapOut h1 a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
	
#wrapOut h1 a:hover {
	font-weight: normal;
	color: #f2f2f2;
	text-decoration: none;
}




td {
	font-family: "Verdana", Arial, Helvetica, Sans-serif;
	color: #cdcdcd;
	font-size: 10px;
	line-height: 15px;
	text-align:left;
	margin: 0px;
	padding: 0px 0px 5px 0;
}


img.Theresa {
	float: left;
	margin: 0 20px 10px 0;
}



