/*-----------------------------------------------------
COLORS
#242323 - Dark Gray Background
#D2D6D6 - Light Gray Content Background
#800517 - Firebrick Red
#b51d23 - Red
#3E3535 - Medium Gray Nav Rollovers
--------------------------------------------------------*/



/*------Begin File------*/

body {
margin: 0px;
padding: 0px;
color: #000;
background: url(images/altrealtybackground.jpg) repeat;
background-color: #242323;
font-family: Arial, Helvetica, sans-serif;
}

#container {	
color: #000;
background-color: #fff;
width: 600px;
margin: 0px auto;
}


#containersidebar {	
color: #fff;
background-color: #242323;
width: 187px;
margin: 0px 5px;
}


img {
width: 596px;
height: 300px;
border: 2px #fff solid;
margin-bottom: -50px;
}

#stripe {
width: 596px;
height: 56px;
margin-bottom: -40px;
}


#containersidebar img {
width: 175px;
height: 175px;
border: none;
margin-top: 20px;
padding: 0px;
}

/*------HEADER------*/

#header {
background: url(images/headeraltrealty.png) no-repeat;
width: 600px;
height: 100px;
margin: 20px auto;

}

#header h1 {
color: #000;
background-color: #fff;
font-size: 100%;
text-align: center;
display: none;
}

#header a {
display:block;
width:100%;
height:100%;
text-decoration:none;
}

#header a:hover {
text-decoration:none;
}


/*------HEADER SIDEBAR------*/
#headersidebar {
background: url(images/headeraltrealtysm.png) no-repeat;
width: 187px;
height: 66px;
margin: 20px 0px 20px 10px;
}

#headersidebar h1 {
color: #000;
background-color: #fff;
font-size: 100%;
text-align: center;
display: none;
}

#headersidebar a {
display:block;
width:100%;
height:100%;
text-decoration:none;
}

#headersidebar a:hover {
text-decoration:none;
}



/*------NAVIGATION MENU------*/

#nav ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

#nav li {
float: left;
}

#nav a {
color: #fff;
background: #be0007;
display: block;
font-size: .9em;
border: 1px solid #fff;
width: 198px;
padding: 10px 0px;
text-decoration: none;
text-align: center;
}

#nav a:hover {
color: #fff;
background: #3E3535;
}

#nav ul ul {
visibility: hidden;
position: absolute;
width: 148px;
font-size: .8em;
}

#nav ul li:hover ul,
#nav ul a:hover ul {
visibility: visible;
}



/*------NAVIGATION SIDEBAR------*/

#navsidebar ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}

#navsidebar a {
color: #fff;
background: #be0007;
display: block;
font-size: .9em;
border: 1px solid #fff;
width: 185px;
padding: 10px 0px;
text-decoration: none;
text-align: center;
}

#navsidebar a:hover {
color: #fff;
background: #3E3535;
}

#navsidebar ul ul {
visibility: hidden;
position: absolute;
width: 148px;
font-size: .8em;
}

#navsidebar ul li:hover ul,
#navsidebar ul a:hover ul {
visibility: visible;
}


/*------CONTENT------*/

#content {
padding: 70px 50px 0px 50px;
margin: 0px;
}

#content h2 {
font-size: 130%;
color: #be0007;
background-color: #fff;
margin: 0px 0px -10px 0px;
}

#content h3 {
font-size: 110%;
color: #242323;
background-color: #fff;
}

p, ol {
color: #242323;
background-color: #fff;
text-align: left;
font-size: 90%;
line-height: 1.25em;
font-weight: normal;
}

#content ul {
color: #242323;
background-color: #fff;
text-align: left;
font-size: 90%;
line-height: 1.25em;
font-weight: normal;
}

#content img {
width: 100px;
height: 150px;
border: 2px #800517 solid;
float: left;
margin-right: 30px;
}



/*------CONTENT SIDEBAR------*/

#contentsidebar {
padding: 0px 10px 5px 10px;
margin: 0px;
}

#contentsidebar h3 {
font-size: 110%;
color: #fff;
background-color: #242323;
}

#contentsidebar p {
color: #fff;
background-color: #242323;
text-align: left;
font-size: 90%;
line-height: 1.25em;
font-weight: normal;
}


/*------FORM------*/

.form {
padding: 0px;
}

.form h2 {
font-size: 130%;
color: #be0007;
background-color: #fff;
margin: 0px 0px -10px 0px;
padding-bottom: 10px;
}

#name {
color: #000;
background-color: #D2D6D6;
margin-bottom: 10px;
}

#phone {
color: #000;
background-color: #D2D6D6;
margin-bottom: 10px;
}

#email {
color: #000;
background-color: #D2D6D6;
margin-bottom: 10px;
}


#zip {
color: #000;
background-color: #D2D6D6;
margin-bottom: 10px;
}


#city {
color: #000;
background-color: #D2D6D6;
margin-bottom: 10px;
}

#school {
color: #000;
background-color: #D2D6D6;
}


#description {
color: #000;
background-color: #D2D6D6;
}

.submit, .reset {
color: #fff;
background-color: #3E3535;
padding: 8px;
font-weight: bold;
cursor: pointer;
}



/*------FOOTER------*/

#footer {
margin: 0px auto;
width: 600px;
height: 35px;
color: #fff;
background-color: #242323;
clear: both;
}

#footer p#foot1 {
color: #fff;
background-color: #be0007;
margin: 0px;
padding: 10px;
font-size: .8em;
text-align: center;
clear: both;
}

#footer p#foot2 {
color: #fff;
background-color: #242323;
padding: 10px;
font-size: .7em;
text-align: center;
clear: both;
}

#footer ul {
text-align: center;
margin: 0px;
padding: 15px 0px 5px 0px;
clear: both;
}

#footer li {
display: inline;
font-size: .8em;
text-decoration: none;
font-weight: bold;
}

.realtorlogos {
width: 91px;
height: 26px;
border: none;
margin: -5px;
}

#footer a {
color: #fff;
background-color: #242323;
text-decoration: none;
}

#footer a:hover {
color: #be0007;
background-color: #242323;
text-decoration: underline;
}

		#footerprint {
		display: none;
		}

		.valid {
		width: 88px;
		height: 31px;
		border: none;
		margin: -10px;
		}



/*------END FILE------*/
