body {
	margin:0;
	padding:0;
	font:0.8em "Trebuchet MS", Verdana, Arial;
	text-align:center;
	background-color:#333333;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:15px;
	text-align:left;
	background-image:url(pix/accreditation_logos.jpg);
	background-position:20px 275px;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:20px;
}

.clear {
	clear:both;
} 

img {
	border:none;
}
a, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* =========================== HEADER */

#header {
	margin-bottom:10px;
}

/* =========================== LOGO */

#logo {
	float:left;
	font-weight:bold;
	width:430px;
}

.redtext,  a.redtext,  a.redtext:visited {
	color:#da251c;
	text-decoration:none;
}
  a.redtext:hover {
 	text-decoration:underline;
}

#logo img {
	float:left;
}

#logo a, #logo a:visited {
	color:#cc3333;
	text-decoration:none;
}

#logo a:hover {
	text-decoration:underline;
}

/* =========================== MY PLACE */

#myplace {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #ccc;
	padding:5px;
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
}

#myplace a, #myplace a:visited {
	color:#da251c;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}

#myplace a:hover {
	text-decoration:underline;
}

/* =========================== TOP MENU */

#top-menu {
	text-align:right;
	margin-top:-30px;
	background-image:url(pix/header_bg_line.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;	
}

#top-menu ul {
	padding: 6px 0;
	margin:0;
}

#top-menu li {
	list-style: none;
	margin: 0;
	display: inline;
}

#top-menu li a {
	padding: 6px;
	margin-left: 3px;
	border: 1px solid #cc3333;
	border-bottom: none;
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
	color: #333;
	background-image:url(pix/top_menu_li_static.gif);
	background-position:bottom left;
	background-repeat:repeat-x;		
}

#top-menu li a:visited {
	color: #000;
}

#top-menu li a:hover {
	color: #333;
	background-image:url(pix/top_menu_li_hover.gif);
	background-position:top left;
	background-repeat:repeat-x;		
}
/* ============ flash */
#flash {
	float:left;
	top:575px;
	position:absolute;
}

/* =========================== LEFT CONTENT */

#left-content {
	float:left;
	width:200px;
	margin-left:88px;
}

/* top level */

#left-content ul {
	margin:0;
	padding:0; 
	list-style:none;
}

#left-content ul li {
	border-top:1px solid #fff;
}

#left-content ul li a, #left-content ul li a:visited {
	color:#fff;
	text-decoration:none;	
	font-size:1em;
	display:block;
	padding:5px;
	background-color:#cf3a2b;	
} 

#left-content ul li a:hover {
	text-decoration:underline;
}

/* 2nd level */

#left-content ul ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}

#left-content ul ul li a, #left-content ul ul li a:visited {
	color:#fff;	
	padding-left:25px;
	padding-right:10px;
}

#left-content ul ul li a:hover {
	text-decoration:underline;
}

#left-content ul ul li a.current, #left-content ul ul li a:visited.current {
	color:#fff;
	background-repeat:no-repeat;
	background-position: 5px 10px;		
}

/* =========================== CENTER CONTENT */ 

#center-content {
	float:left;
	width:500px;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:10px;
	line-height:1.6em;
	min-height:500px;
}

#center-content h1 {
	color:#cc3333;
	font-size:1.5em;
	margin-top:0;
	padding-top:0;
}

#center-content h2 {
	color:#333333;
	font-size:1.2em;
}

#center-content h3 {
	color:#cc3333;
	font-size:1.2em;
}

#center-content a, #center-content a:visited {
	color:#cc3333;
}

/* =========================== CENTER CONTENT */ 

#center-content-home {
	float:left;
	width:500px;
	margin-right:15px;
	padding-bottom:10px;
	line-height:1.6em;
	padding-left:10px;
}

#center-content-home h1 {
	color:#cc3333;
	font-size:1.5em;
	margin-top:10px;
	margin-bottom:0;
	padding-top:0;
}

#center-content-home h2 {
	color:#333333;
	font-size:1.2em;
	margin:5px 0 0 0;
}

#center-content-home p {
	padding-top:5px;
	margin-top:0;
}

#center-content-home h3 {
	color:#cc3333;
	font-size:1.2em;
}

#center-content-home a, #center-content-home a:visited {
	color:#cc3333;
}

/* =========================== RIGHT CONTENT */

#right-content {
	float:right;
	width:182px;	
}


/* right content sidebars */

#scm-sidebar-quick-search {
	background-color:#efefef;
	padding:5px 10px 10px 10px;
	margin-top:10px;
}

#scm-sidebar-quick-search h2 {
	color:#d8251e;
	font-size:1.2em;
	margin-top:2px;
}

#scm-sidebar-property-form {
	background-color:#da251c;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	padding:5px 10px 10px 10px;
}

#scm-sidebar-property-form h2 {
	padding:0 0 0 2px;
	margin:0;
	font-size:1.3em;
}

#scm-sidebar-property-form .invalid {
	padding:10px;
}

#scm-sidebar-property-form input submit {
	color:green;
}

/* =========================== FOOTER */

#footer {
	padding-top:10px;
	background-image:url(pix/header_bg_line.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:88px;
	color:#999999;
}
#footer a, #footer a:visited
{
color:#999999;
text-decoration:none;
}
#footer a:hover
{
color:#999999;
text-decoration: underline;
}
#footer-menu
{
text-align: right;
padding-bottom:5px;
padding-right:5px;
color:#999999;
font-size:0.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer-menu a, a:visited
{

color:#999999;
text-decoration:none;

}
#footer-menu a:hover
{
color:#999999;
text-decoration: underline;
}
/* =========================== MISC */

#homepage-images {
	margin-left:88px;
}

#homepage {
	margin-left:88px;
	padding:0;
}

#tenants {
	border-right:3px solid white;
}

#top-buttons {
	float:right;
	margin-right:120px;
}
/* ============ google map */
#map
{
	height: 400px;
	width: 450px;
}
<!-- use this div to size and position map -->
