/* HTML Styles */

body {
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans;
	font-size: 11px;
	background-color: #660000;
	background-image: url(../images/layout/pageBG.jpg);
}
a {
	text-decoration: underline;	
}

h1, h2, h3{
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 22px;
}
h2{
	font-family: Georgia, Times, Serif;
	font-size: 16px;
	padding: 4px;
	border-bottom: 1px solid #333333;
	width: 40%;
}
h5 {
	font-size: 11px;
}
ul {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 10px;
}
th{
	background-color: #660000;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
}
td{
	padding: 4px;
	vertical-align: top;
}
input, select, textarea{
	font-family: Verdana, Arial, Sans;
	color: #660000;
	font-size: 11px;
	padding: 3px;
	width: 200px;	
	background: url(../images/layout/inputBG.gif) 0% 0% no-repeat;
	
}

/* Main Divs */

#page{
	
	width: 100%;
	height: 100%;
	padding-top: 40px;
	padding-right: 10%;
	padding-left: 10%;
	margin: auto;	
}

#header{
	width: 750px;
	height: 95px;
	background: url(../images/layout/header.jpg) no-repeat top left;
}

#content{
	width: 750px;
	background: #FFFFCC url(../images/layout/contentBG.jpg) repeat-y top left;	
	padding: 10px;
	padding-right: 0px;
}

#menu{
	background-image: url(../images/layout/contentBG.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-y;		
	height: 20px;
	width: 750px;
	padding: 10px;	
	text-align: center;	
}

#feature{
	width: 350px;	
	right: 10px;
	text-align: center;
	float: right;
	margin: 25px;
	margin-right: 40px;
}
#footer{
	width: 750px;
	height: 40px;
	background: url(../images/layout/footerBG.jpg) no-repeat top left;
	}
#footer p{visibility: hidden;<?php //require_once('Connections/conn_agentahmed.php'); ?>
<?php

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/agentahmed_template.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Real Estate Agent Tas Ahmed - Calgary Alberta &amp; Area Realtor</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
<link href="includes/core.css" rel="stylesheet" type="text/css" />
<script src="includes/sitewide_scripts.js" language="javascript"></script>
<meta name="description" content="Agent Tas Ahmed - Experienced Real Estate Agent operating in Calgary, Alberta and surrounding areas. Site offers current residential and commercial listings and contact information." />
<meta name="keywords" content="Calgary Alberta Real Estate Realty Good Realtor Selling Buying Commercial Building Retail Property Hotel Residential Home House Condo Apartment Sales For Sale Agent Price" />
<meta name="language" content="English" />
<meta name="author" content="aplusnewmedia" />
<meta name="robots" content="all" />
<meta name="document-class" content="Completed" />
<meta name="document-classification" content="Business" />
<meta name="document-rights" content="Public" />
<meta name="cache-control" content="no-cache" />
<meta http-equiv="Content-Language" content="EN" />
</head>

<body>
	<div id="page">
		<div id="header">
		  <h1>Tas Ahmed Realtor </h1>
		</div>
		<div id="menu">
				<ul>
					<li><a href="index_real.php" <? if ( $pageID == "Home" ){ print "class=\"active\"";} ?>>Home</a></li>
					<li><a href="experience.php" <? if ( $pageID == "Experience" ){ print "class=\"active\"";} ?>>Experience</a></li>
					<li><a href="commercial" <? if ( $pageID == "Commercial" ){ print "class=\"active\"";} ?>>Commercial</a></li>
					<li><a href="residential" <? if ( $pageID == "Residential" ){ print "class=\"active\"";} ?>>Residential</a></li>
					<li><a href="inquiry.php" <? if ( $pageID == "Inquiry" ){ print "class=\"active\"";} ?>> Inquiries</a></li>
					<li><a href="contact.php" <? if ( $pageID == "Contact" ){ print "class=\"active\"";} ?>>Contact</a></li>
				</ul>
	  </div>
	  <div id="content">	
		<!-- InstanceBeginEditable name="er_content" -->
		<div id="feature">
				<img src="images/photos/house.gif" width="340" height="255">
				our 
				<table width="100%">
				<tr>
				<th width="77%">Newest Listings</th>
				<th width="23%">Date</th>
				</tr>				
				<tr>
				  <td>View All Listings: </td>
				  <td><a href="commercial/index.php">Commercial</a> <a href="residential/index.php">Residential</a> </td>
				  </tr>
			  </table>
	    </div>	
		  <p><img src="images/layout/welcome.jpg" alt="Welcome to Agent Ahmed Calgary Real Estate" width="300" height="76" />Greetings, my name is Tas Ahmed and I am a Real Estate Agent licensed with CIR Realtors. </p>
		  <p>Have a look around and make sure to bookmark me, because soon there will be active <a href="listings.asp">listings, </a>pertinent <a href="info.htm">information</a> related to real estate, and other items you will find useful.</p>
		  <p>If you have any questions, head over to the <a href="inquiry.php">inquiries page</a> where you can request information, ask about my services, or simply just say hello.</p>
		  <img src="images/layout/commitment.jpg" width="300" height="50" />
		  <p>I am committed to providing my clients with the most comprehensive  realty service possible. I endeavour to make you feel involved and will work to get you the best options in the market. <img src="images/layout/signature.jpg" width="300" height="37" /></p>
		  <?php //@include_once($_SERVER["DOCUMENT_ROOT"]."/shortstat/inc.stats.php"); ?>
		  <!-- InstanceEndEditable --></div>
		<div id="footer">
		  <p>Footer Paragraph <a href="#">Links</a>  </p>
		</div>
	</div>
</body>
<!-- InstanceEnd --></html>
<?php

?>}

#listingDetail img{
	text-align: center;
	margin-right: 35px;
}
#listingDetail h3{
	margin-bottom: 10px;
}
#listingDetail h5{
	margin: 0;
}
#listingDetail{
	margin-left: 10px;
}
a.sortBy:LINK, a.sortBy:VISITED, a.sortBy:HOVER, a.sortBy:active{
	color: #FFFFFF;
}




/* Menu Related Styles */
#menu ul {
	margin: 0px;
	padding: 6px;		
	margin-right: 30px;
	background-image: url(../images/layout/menuBG.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	border-right: 1px solid #660000;
	border-left: 1px solid #660000;
}

#menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	display: inline;	
}
#menu a{
	font-family: Georgia, Times, Serif;
	font-size: 12px;	
	text-transform: uppercase;
	text-decoration: none;
	display: inline;	
	padding-top: 6px;
	padding-bottom: 4px;		
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;	
}
#menu a:hover, #menu a.active{	
	background-image: url(../images/layout/menuBG_ov.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;		
}

/* Secondary Styles */

#feature p {
	text-align: left;
}


/* Color Related Styles */

body {
	color: #333333;	
}
a:link, a:visited, a:active {
	color: #331100;
}
a:hover{
	color: #802A00;
}
a.sortBy{
	color: #FFFFFF;
}







#header h1{
	display: none;
}

#feature h2 {
	color: #FFFFFF;
	background-color: #802A00;
	border: 1px solid #331100;
}
#feature p {
	
}
#footer {
	color: #555555;	
}
#footer a{
	color: #555555;
	font-weight: bold;
}


div.inputHandle {	
	color:#FFFFFF;	
	float: right;	
	margin-right: 30px;	
}
div.inputHandle  a:visited, div.inputHandle  a{		
	font-size: 10px;
	font-family: Verdana, Arial, Sans;
	color: #FFFFFF;
	background-color: #660000;
	text-decoration: none;
	padding: 2px;
	border: 1px solid;
}
.inputHeader {
	background-color: #660000;
	color:#FFFFFF;
	padding: 8px;
	width: 90%;
}
.inputSection{
	background-color: #FFFFFF;
	width: 90%;
	padding: 8px;
	border: 1px solid #660000;	
}
.checkBoxHolder{
	width: 200px;	
	float: left;
	padding-left: 10px;
}
.checkBoxes {
	width: 20px;	
}
.odd {
	background-color: #FFFFFF;
}
.clearingDiv{
	clear: both;
}
/* 

Olive Color Key
----------------------

Dark Olive - #333300
Med Olive - #666633
Light Olive - #808000

Dark Burgandy - #331100
Light Burgundy - #802A00

Dark Grey -  #333333
Light Grey - #CCCCCC
 */








