@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
	color: #fff;
 	}
	
* {
	margin:0;
	padding:0;
	}

a {
	color: #d10000;
	text-decoration: none;
}

img {
	border: 0;
	text-decoration: none;
}

img a {
	border: 0;
	text-decoration: none;
}

h1 {	
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	color: #d10000;
}

p {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}

p.red {
	color: #d10000;
}

p.black {
	color: #000;
}
	

.reaa {
	font-size: 14px;
	font-weight: bold;
	color: #d10000;
}

ul.lists {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 20px;
	padding-right: 20px;
	text-indent:inherit;
}

ul.lists a {
	color: #000;
}

ul.lists a:hover {
	color: #d10000;
	text-decoration:underline;
}

.listadd {
	color: #fff;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.listtitle {
	font-size: 16px;
	font-weight: bold;
	color: #d10000;
	text-align: center;
}

p.listdetail {
	color:#fff;
	font-weight:normal;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	}

p.listflyer a {
	color:#d10000;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
	
	


/*-----------------------------Start Header Div--------------------*/
#header {
	width: 800px;
	margin: 0;
	padding: 0;
	background: #000;
}

#header img {
	border: 0;
	padding: 0;
}
/*-------------------------------End Header Div--------------------*/


/*-----------------------------Start Content Div--------------------*/

#content {
	width: 800px;
	background: #000;
	min-height: 460px;
}

#content #nav {
	margin: 0;
	padding: 0;
	background: #000;
	list-style-type: none;
	width: 190px;
	text-align: left;
	vertical-align: top;
	float: left;
}

#content #nav p {
	color: #fff;
}

#content #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

#content #nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
	line-height: 3;
	list-style-type: none;
}

#content #nav a img {
	border: 0;
	text-decoration: none;
	padding-right: 2px;
}

#content #nav a:hover {
	display: block;
	color: #000;
	background: #fff;

}

#subcontent_wrapper {
	width: 610px;
	float: right;
	background: #000;
	min-height: 460px;
}

#subcontent {
	background: #fff;
	color: #000;
	width: 590px;
	min-height: 450px;
	margin-top: 10px;
	text-align: justify;
}

table#reaa_listing {
	width: 580px;
	background: #000;
	margin-left: 5px;
	margin-right: 5px;
}
/*------------------------------End Content Div--------------------*/


/*-----------------------------Start Footer Div--------------------*/

#footer {
	width: 800px;
	background: #d10000;
	color: #000;
}

#footer p {
	text-align: left;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	font-weight: bold;
}

#footer img {
	vertical-align: middle;
}


/*------------------------------End Footer Div--------------------*/

/*-----------------------------Start Copyright Div--------------------*/

#copyright {
	width: 800px;
	background: #fff;
	color: #000000;
}

#copyright p {
	text-align: left;
}

#copyright a {
	color: #d10000;
}

#copyright a:hover {
	font-weight: bold;
}


/*------------------------------End Copyright Div--------------------*/


