/* *** 
This is internal css for Open-Realty 2.1.X
at open realty templates by http://openrealtytemplates.awddesign.co.uk 

 */

body{ 
background-image: url("{template_url}/images/tsr_background.jpg");
}

body {
	margin:0;
	padding:0;
	b//ackground:#6DA18B url(repeat2.gif) repeat-y top center;
	background:#fff url(body.png) repeat-y top center;
	font-size:78%;
	font-family:Helvetica, Arial, Sans-serif;
}	
/****************       COMMON ELEMENTS           *******/
/****************           LINKS           ********/
a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	
/****************          HEADINGS          *******/
h1, h2 {
	margin:0;
	padding:10px 0 0 40px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.6em;
	color:#333;
}
/**********                         PARAGRAPHS         ******/
p {

	padding-right:10px;
}
/***********                        TABLES                     ******/
table {
	width:100%;
	border-collapse:collapse;
	margin-right:10px;
}

	

/******************           INDEPENDANT DIVS AND CLASSES            ****/
/*****                    MAIN CONTAINER      *****/
#container {
	width:762px;
	margin:0 auto;
}
/*********                    HEADER                          *******/
#header {
	background:url(header.jpg) no-repeat;
	height:166px;
	border-bottom:1px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#header h1, #header h2 {
	color:#fff;
	padding:55px 0 0 75px;
	font-size:3em;
}	

#header h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	
/***********                      LEFT COLUMN           *****/
#leftcol {
	width:240px;
	float:left;

}
/************                    RIGHT COLUMN         ****/
#rightcol {

	float:right;
	width:490px;
}

#leftcol h1 {
	font-size:1.3em;
	padding-left:15px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}	

img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	

#leftcol li {
	line-height:1.5em;
	list-style:none;
}	
/****************                NAVIGATION IN RIGHT COLUMN         *******/
#nav {
	list-style:none;
	padding-left:17px;
	margin:0 auto;
}

#nav li {
	background:#fff;
	width:200px;
	height:1.8em;
	line-height:1.8em;
	text-align:left;
	font-size:1.2em;
	margin:5px 0;
	padding-left:5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}	

#nav li a {
	color:#333;
	text-decoration:none;
	display:block;
	width:200px;
}	

#nav li a:hover {
	b//ackground:#F2ECE0;
	color:#4290B8;
	text-align:left;
	padding-left:0px;

}	

img {
 border: none;

}

/******************                  FOOTER                 ****/
#footer {
	text-align:center;
	background:#fff;
	clear:both;
	margin:0;
	border-top:1px solid #ccc;
}	

