/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 180%;
	font-weight:bold;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
text-align:justify
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	background: #AD1011 url(images/img03.gif);
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	background: url(images/img04.jpg) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
	
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 470px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 466px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url(images/img05.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}
#menu a:hover {background: #AD1011 url(images/img05ovr.jpg) repeat-x;font-size: 16px;
	font-weight: bold;
	color: #ffffff;}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 23px 0 22px;
	background: url(images/img06.gif) no-repeat;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}


/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 430px;
	padding: 20px;
	background: #FFFFFF url(images/img07.gif) no-repeat left bottom;
}
div#bottomleft {
	position:relative;
	float:left;
	width:180px;
	text-align:left;
		}
	
div#bottomright {
	position:relative;
	float:right;
	width:180px;
	text-align:left;
		}
	
	
/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding-top: 10px;
}

#sidebar a {
	color: #3699E4;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #ffffff url(images/img10.gif) no-repeat left bottom;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #5EB2ED url(images/img08.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}




/* from RT */

.container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	text-align:left;
	}
.left3 {
	/* background:url(images/img03.swf) no-repeat; */
	position:absolute;
	padding-top:4px;
	width:250px;
	}
	
.broadcast {
	background:url(images/broadcast.jpg) no-repeat;
	position:relative;
	height:237px;
	width:220px;
	}
.right3 {
	background:url(images/img02.jpg) no-repeat top left;
	padding-top:180px;
	position:absolute;
	left:250px;
	width:520px;
	}
h1, h2, h3, h4, h5, h6 {
	color:#971b1e;
	margin:8px 0 8px 0;
	}
p {
	font-size:1.3em;
	}
	
/* LEFT
##################################### */

.ltsidehr {
	float: left;
	
	margin:5px 0 5px 0;
	width: 220px;
	height: 220px;
	}
.rtsidehr {
	background:url(images/ltrt.gif);
	margin:5px 0 5px 0;
	width:224px;
	height:8px;
	}

	/* MENU BUTTONS
	##################################### */
	
	.home {
		background:url(images/buttons/home.gif) no-repeat left;
		width:219px;
		height:23px;
		cursor: pointer;
		}
	.home:hover {
		background:url(images/buttons/home.gif) no-repeat right;
		}
	.featprop {
		background:url(images/buttons/fp.gif) no-repeat left;
		width:219px;
		height:23px;
		cursor: pointer;
		}
	.featprop:hover {
		background:url(images/buttons/fp.gif) no-repeat right;
		}
	.findprop {
		background:url(images/buttons/findprop.gif) no-repeat left;
		width:219px;
		height:23px;
		cursor: pointer;
		}
	.findprop:hover {
		background:url(images/buttons/findprop.gif) no-repeat right;
		}
	.apply {
		background:url(images/buttons/apply.gif) no-repeat left;
		width:219px;
		height:23px;
		cursor: pointer;
		}
	.apply:hover {
		background:url(images/buttons/apply.gif) no-repeat right;
		}
	.contact {
		background:url(images/buttons/contact.gif) no-repeat left;
		width:219px;
		height:23px;
		cursor: pointer;
		}
	.contact:hover {
		background:url(images/buttons/contact.gif) no-repeat right;
		}
	/* ############################################## MENU END */
	
.featlabel {
	background:url(images/featured.jpg);
	margin:10px 0 10px 0;
	width:219px;
	height:17px;
	}
.homeleft {
	background:url(images/home.gif) left;
	width:219px;
	height:65px;
	cursor: pointer;
	}
.homeleft:hover {
	background:url(images/home.gif) right;
	}

.xmleft {
	background:url(images/buttonxm.jpg) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.xmleft:hover {
	background:url(images/buttonxm.jpg) right;
	}
	
.currentleft {
	background:url(images/current.gif) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.currentleft:hover {
	background:url(images/current.gif) right;
	}
.podleft {
	background:url(images/podcastbutton.jpg) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.podleft:hover {
	background:url(images/podcastbutton.jpg) right;
	}
.aboutleft {
	background:url(images/about.gif) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.aboutleft:hover {
	background:url(images/about.gif) right;
	}
.contactleft {
	background:url(images/contact.gif) left;
	width:219px;
	height:65px;
	cursor: pointer;
	}
.contactleft:hover {
	background:url(images/contact.gif) right;
	}
.booksleft {
	background:url(images/bookstore.gif) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.booksleft:hover {
	background:url(images/bookstore.gif) right;
	}
	
.askleft {
	background:url(images/askspecial.jpg) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.askleft:hover {
	background:url(images/askspecial.jpg) right;
	}
		
.newsleft {
	background:url(images/newsletter.gif) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.newsleft:hover {
	background:url(images/newsletter.gif) right;
	}
		
.archiveleft {
	background:url(images/archive.gif) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.archiveleft:hover {
	background:url(images/archive.gif) right;
	}
	
.mfsleft {
	background:url(images/mfs.gif) left;
	width:219px;
	height:48px;
	cursor: pointer;
	}
.mfsleft:hover {
	background:url(images/mfs.gif) right;
	}
.leftfooter {
	background:url(images/menufooter.gif);
	width:223px;
	height:14px;
	}
	
/* RIGHT
##################################### */

.contentrt {
	margin-left:0px;
	}
.contentrt h5 {
	font-size:1.2em;
	}
.contentrt h5 a:hover {
	text-decoration:underline;
	}
.headerrule {
	background:url(images/rightheader.jpg);
	margin:6px 0 6px 0;
	width:510px;
	height:14px;
	}
.footerrule {
	background:url(images/rightfooter.jpg);
	margin:6px 0 6px 0;
	width:510px;
	height:14px;
	}