*
{
margin:0;
padding:0;
}

body
{
text-align:center;
background:#000;
font-size:80%;
padding:30px 0 0;
}

#wrapper
{
position:relative;
width:950px;
margin:0 auto;

}

#container
{
position:relative;
width:950px;
margin:0 auto;
text-align:left;
background:#fff;
padding:0 0 40px;
}

#header
{
position:relative;
height:175px; 
text-align:left;
background:url(images/ccsir-logo2.jpg);
background-repeat:no-repeat;
}

#header h1
{
}

#header h1 span
{
margin-left:-1000em;
}

#header #address
{
width:360px;
position:absolute;
top:20px;
right:5px;
color:#fff;
font-size:1.4em;
text-align:right;
}

#header #email
{
display:block;
width:210px;
height:50px;
position:absolute;
bottom:35px;
right:10px;
}

#header #email span
{
margin-left:-1000em;
}

#menu 
{
float:left;
width:200px;
margin:40px 0 0 15px;
}

#menu li
{
list-style:none;
}

#menu a
{
display:block;
padding:4px 5px;
color:#697E93;
text-decoration:none;
font-size:14px;
border-bottom:1px solid #eee;
}

#menu a:hover
{
background:#F4F5F9;
}


#content
{
float:right;
width:720px;
margin:6px 0;
}

#banner
{
background:url(images/banner.jpg);
background-repeat:no-repeat;
height:150px;
position:relative;
}

#text
{
margin:30px 40px 70px;
}

#text h2
{
margin:0 0 20px;
font-variant:small-caps;
font-weight:400;
font-size:2.3em;
color:#285483;
}

#text h2.house
{
text-align:center;

margin-bottom:7px;
}

#text h3
{
margin:20px 0 5px;
font-weight:400;
font-size:1.6em;
}

#text p
{
margin:0 0 10px;
line-height:18px;
font-family:arial, helvetica, sans-serif;
font-size:1.1em;
color:#282828;
}

#text p.column
{
width:30%;
float:left;
}

#text p.column2
{
width:22%;
float:left;
text-align:center;
}

#text p.address
{
text-align:center;
font-family:"Times New Roman", georgia, times, serif;
font-size:18px;
font-variant:small-caps;
color:#6E8499;
}

#text p.price
{
text-align:center;
font-weight:800;
font-family:"Times New Roman", georgia, times, serif;
font-size:18px;
letter-spacing:1px;
color:#6E8499;
}

.lead
{
padding:5px;
border:3px double #D2DAE3;
margin:0 10px;
}

#text ul
{
margin:15px 0 15px 30px;
}

#text li
{
font-family:arial, helvetica, sans-serif;
font-size:1em;
color:#282828;
margin:0 0 4px;
}

#text a
{
color:#285483;
}

#text a:hover
{
color:#00946F;
}

img.r
{
float:right;
margin:0 0 7px 15px;
padding:7px;
border-top:1px solid #eee;
border-right:1px solid #eee;
border-left:1px solid #e3e3e3;
border-bottom:1px solid #e3e3e3;
}

#footer
{
padding:15px 17px;
text-align:left;
clear:both;
position:relative;
color:#eee;
font-size:.9em;
font-family:arial, helvetica, sans-serif;
}

#footer a
{
color:#285483;
}

#footer p
{
margin:0 0 10px;
line-height:18px;
}

.credit
{
margin:5px 0 0;
padding:0 0 30px;
}

.credit p
{
font-size:.85em;
color:#666;
font-family:arial, helvetica, sans-serif;
}

.credit a
{
color:#285483;
}









/* Form Styles */


#text form
{
margin:15px 0;
/*background:#eee;
border:1px solid #ccc;*/
width:650px;
}

#text ul.form 
{
margin:0;
padding:0;
}

#text .form li
{
padding:5px 0;
list-style:none;
}

#text .form h4
{
float:left;
margin:0 10px 0 0;
padding:0;
color:#666;
width:175px;
font-size:1.1em;
font-weight:400;
}

#text .form select
{
border:1px solid #ccc;
padding:2px;
}

#text .form option
{
padding:1px;
}

#text .form input, #text .form textarea
{
border:1px solid #ccc;
font-family:georgia, times, serif;
padding:3px;
font-size:1em;
color:#333;
}

#text .form .required
{

}

#text .form .required h4
{
color:#009470;
font-weight:800;
}

#text form .button 
{
padding:7px 17px;
background:#009470;
border:1px solid #666;
font-size:17px;
color:#fff;
font-family:georgia, times, serif;
letter-spacing:1px;
}

#text a#login
{
display:block;
position:absolute;
top:-15px;
right:15px;
width:160px;
text-align:center;
padding:7px 17px;
background:#009470;
border:1px solid #666;
font-size:16px;
color:#fff;
text-decoration:none;
margin:15px 0;
}

#text a#login:hover
{
background:#24A580;
}


/* General site-wide styles */

img
{
border:0;
}

hr
{
clear:both;
margin:10px 0;
background:#e3e3e3;
border:1px solid #e3e3e3;
height:1px;
}

.clear
{
clear:both;
}