* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* General Style Info */
body {
    margin: 0px;
    padding: 0px;
    background-color: #CCCC99;
    font-family: 'Lucida Grande', Helvetica, sans-serif;
}
#container_960 {
    width: 960px;
    margin: 0px auto;
    background-color: #ffffff;
}

#header {
    padding: 10px 10px 0px 10px ;
}

#container {
    text-align: left;
    padding: 10px 10px; 
}
#content {
    background-color: #EEEEEE;
    border: solid 1px #999999;
    padding: 0px 10px 0px 10px;
}
a {
    color: #c00;
}
h1 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font: Bold 30px 'Arial Black', Tahoma, Helvetica, sans-serif;
    letter-spacing: -2px;
    line-height: 50px;
    background-color: #EEEEEE;
}
h1 a {
    color: #444;
    text-decoration: none;
}
h2 {
    font: Bold 25px 'Arial Black', Tahoma, Helvetica, sans-serif;
    font-weight: Bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    letter-spacing: -1px;
}
h3 {
    color: #003399;
    text-align: left;
    font-weight: Bold;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: -1px;
}
h4 {
    color: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: -1px;
}
h5 {
    text-align: center;
}
h6 {
    text-align: right;
    background-color: #EEEEEE;
}
p {
    text-align: justify;
}

ul, li { /*needed for menu alignment*/
	margin: 0 12px;
}


/* Forms */
form {
    width: 800px;
    margin-left: 50px;
    background-color: #CCCC99;
    border: solid 1px #999999;
    padding: 10px 10px 50px 10px;
}
form label {
    position: relative;
    float: left;
    width: 25%;
    left:-1px;
    font: Normal 20px Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #000000;
    padding: 0px 5px 0px 5px;
}
form input {
    width: 400px;
    border: solid 1px #ccc;
    height: 30px;
    margin: 0px 0px 12px 0px;
    font-size: 20px;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    text-align: center;
}
form div.required label:after {
    content: ' *';
    color: #990000;
    display:inline;
}
#form_indicator {
    color: #990000;
    margin-left: 60px;
}

/* Notices and Errors */
div.error-message {
    clear: both;
    color: #F74C06;
    font-weight: bold;
    font-size: 65%;
}

#flashMessage {
	margin-left: 10px;
    clear: both;
    color: #F74C06;
    font-weight: bold;
    font-size: 100%;
}

.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 60%;
    line-height: 60%;
    padding: 0.8em;
    margin: 1em 0;
}
/*Tables*/
table {
    background: #fff;
    border:1px solid #CCCCCC;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
th {
    background: #f2f2f2;
    border:1px solid #bbb;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
}

#details {
    display: table;
}

#leftDoc {
    display: table-cell;
    width: 45%;
    padding: 25px;
}
#rightDoc {
    display: table-cell;
    width: 45%;
    padding: 25px;
}
#map {
    border: solid 1px #000000;
    text-align: center;
    width: 920px;
}
#view_map {
    border: solid 1px #000000;
    text-align: center;
    width: 860px;
}
#photo_gallery {
    display: table-cell;
    width: 100%;
    padding-left: 140px;
    text-align: center;
}

#map_text {
    padding: 25px;
}
#pic {
    text-align: center;
}
#pic_1 {
    text-align: center;
}
#pic_2 {
    text-align: center;
}
#detail_table {
    display: table;
    width: 580px;
    border: solid;
    margin-left: 200px;
    table-layout: fixed;
}
#detail_row {
    display: table-row;
}
#detail_title {
    display: table-cell;
    padding-left: 15px;
    color: #003399;
    white-space: nowrap;
}
#detail_info {
    display: table-cell;
    width: 340px;
    padding: 15px;
}
#availability {
    display: table;
}
#availability_row {
    display: table-row;
}
#availability_left {
    display: table-cell;
    width: 45%;
    padding: 25px;
}
#availability_right {
    display: table-cell;
    width: 45%;
    padding: 25px;
}
/* Paging */
div.paging {
	background: #328aa4;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

