/**
 
Rent Control Inc. v.1

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {margin: 0; padding: 0; text-decoration: none; font-size: 12px; color: #7D7D7D; font-family: "Times New Roman", Times, serif; font-style: italic;}
a:active {margin: 0; padding: 0; text-decoration: none; font-size: 12px; color: #ED0C6E; font-family: "Times New Roman", Times, serif; font-style: italic;}
a:visited {margin: 0; padding: 0; text-decoration: none; font-size: 12px; color: #7D7D7D; font-family: "Times New Roman", Times, serif; font-style: italic;}
a:hover {margin: 0; padding: 0; text-decoration: none; font-size: 12px; color: #7D7D7D; font-family: "Times New Roman", Times, serif; font-style: italic; background: #EDEDED;}

a img { border: none; }

#menu {
	margin: 0;
	padding: 18px 0 0 15px;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #7D7D7D;
	/*border-bottom: 1px #D9D9D9 dotted;*/
}

#menu ul li.section-title { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

/* can't get this to work :( 

#menu li.section-title a:active {
	color: #ED0C6E;
}

*/

#menu li.active a {
	background: #EDEDED none repeat scroll 0 50%;
}

#menu li.logos {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: #D9D9D9 1px dotted;
}

#menu li.free {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: #D9D9D9 1px dotted;
}	

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0 0 10px 0;
	padding: 0;
}
#img-container p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	color: #B3B3B3;
	width: 400px;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #D9D9D9;
	width: 755px;
}

#once { clear: left; }

#logo {
	margin: 0 0 5px 5px;
	padding: 0;
	width: 120px;
	height: 120px;
	/*background-image: url(../../../images/logo.gif);*/
}	

#header {
	margin: 45px 0 30px 0;
	padding: 0;
	width: 557px;
	height: 72px;
	background-image: url(../../../images/header-image.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
}

#num {
	font-size: 12px !important;
    color: #7D7D7D !important;
}