div {
	border:0px solid #CCCCCC;
	/*border:1px solid #CCCCCC;*/
}
body {
	background-color: #ffffff;
	background-image:url(../images/bg_fade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	color:#2A2627;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
tr {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
td {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
img{
	border:none;
	}
a {	
	text-decoration: none;
	color:#2A2627;
}
a:hover {
	text-decoration:none;
	color:#A33038;
	}

h1 {
	font-size:17px;
	font-weight:normal;
	margin:0px;
	color:#A33038;
}
h2 {
	font-size:12px;
}
h3 {
	font-size:11px;
}
p{
	margin-top:0px;
	margin-bottom:10px;
	}
/*DIV ELEMENTS*/
#top_bg{
	background-image:url(../images/top_wide_bg.png);
	background-repeat:no-repeat;
	height:23px;
	background-position:center;
	}
#middle_bg{
	background-image:url(../images/middle_wide_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	}
#footer_bg{
	background-image:url(../images/footer_wide_bg.png);
	background-repeat:no-repeat;
	height:27px;
	background-position:center;
	}
#main{
	margin-left:auto;
	margin-right:auto;
	width:967px;
	}
#main_content{
	margin-left:6px;
	}
#top_menu{
	height:34px;
	}
#sub_menu{
	height:42px;
	}
#content_area_bg{
	background-color:#ebeced;
	overflow:hidden;
	}
#content_area{
	margin-left:15px;
	width:926px;	
	}
#footer{
	clear:both;
	height:40px;
	}
#copyright_bg{
	float:left;
	background-image:url(../images/copyright_bg.jpg);
	width:475px;
	height:40px;
	}
#parking_bg{
	float:left;
	background-image:url(../images/parking_bg.jpg);
	width:240px;
	height:40px;
	}
#info_bg{
	float:left;
	background-image:url(../images/info_bg.jpg);
	width:246px;
	height:40px;
	}
#whatsonhome{
	background-color:#ebeced;
	height:119px;
	width:471px;
	}
.left_main_content{
	float:left;
	width:438px;
	}
.right_main_content{
	float:left;
	margin-left:26px;
	width:460px;
	}
/*Div Elements END*/

/*CLASS STYLES*/
.clear{
	clear:both;
	}
.float_left{
	float:left;
	}
.float_right{
	float:right;
	}
.menu_item{
	float:left;
	height:34px;
	width:135px;
	background-image:url(../images/main_menu_bg.jpg);
	}
.menu_item_selected{
	float:left;
	height:34px;
	width:135px;
	background-image:url(../images/main_menu_bg_selected.jpg);
	}
.menu_item_link{
	margin-left:7px;
	margin-top:3px;
	}
.menu_item_link_text{
	font-size:13px;
	color:#2A2627;
	}
.menu_item_link_text:hover{
	font-size:13px;
	color:#ffffff;
	}
.menu_item_link_text_selected{
	font-size:13px;
	color:#ffffff;
	}
.menu_item_link_text_selected:hover{
	font-size:13px;
	color:#ffffff;
	}
.sub_menu{
	font-size:13px;
	color:#A33038;
	}
.sub_menu_selected{
	font-size:13px;
	color:#231F20;
	}
.footer_text{
	font-size:10px;
	}
.footer_text:hover{
	font-size:10px;
	}
/*CLASS STYLES END*/


/*CMS Global Styles*/
.large_red {
	font-size:13px;
	font-weight:normal;
	margin:0px;
	color:#A33038;
}	

.bg_red {
	
	background-color:#A33038;
}	
.red {
	color:#A33038;
}	
.ticker_text{
	color:#A33038;
	font-size:25px;
	}
.large_white{
	color:#FFF;
	font-size:16px;
	}
/*CMS Global Styles END*/