﻿
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*@font-face {
       font-family: Calibri;
       src: local("Calibri"), url("calibri.html") format("truetype");
       font-weight: normal;
       font-style: normal;
}
*/

body
{
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Arial, monospace, sans-serif;
    background-color: #fff;
}

.siteframe
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('site-bg.png');
    background-position: center top;
    background-repeat: repeat-y;
}

.page
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

img { border: 0;}

a:link
{
    color: #1d60ff;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

p, ul
{
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.6em;
}



#header
{
    position: relative;
    padding-top: 10px;
    height: 60px;
}

#mainlogo
{
    width: 144px;
    float: left;
}

#menutable
{
    padding-top: 0px;
    margin-left: 280px; 
}

#menutable table
{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#menutable .menuCell
{
    /*letter-spacing: 1px;*/
    color: #4e4e4e;
    font-size: 14px;
}


#menutable .menuCell a:link, .MenuSubItem a:link, .menuCell a:visited, .MenuSubItem a:visited
{
    text-decoration: none;
    color: #4e4e4e;
}

#menutable .menuCell a:hover, .MenuSubItem a:hover
{
    text-decoration: none;
    color: #3e6db5;
}

#menutable .MenuSubItem
{
    margin-left: 20px;
    margin-bottom: 8px;
    color: #AAAAAA;
}



#splash
{
    height: 330px;
}


#leftmenu
{
    margin-top: 30px;
    width: 240px;
    float: left;
    text-align: right;
}

#leftmenu .MenuSubItem
{
    margin-bottom: 6px;
    color: #999999;

}

#leftmenu .MenuSubItem a
{
    color: #3366cc;
}


.horlineinv
{
    position: relative;
    height: 1px;
    border-top: solid 1px #636363;
    border-bottom: solid 3px #636363;
}

.horline
{
    position: relative;
    height: 1px;
    border-top: solid 3px #636363;
    border-bottom: solid 1px #636363;
}


.leftbar
{
    margin-top: 15px;
    width: 280px;
    float: left;
}

.content
{
    margin-top: 15px;
    margin-left: 280px;
    font-size: 0.8em;
    line-height: 1.8em;
	text-align:justify;
}

h3
{
    margin: 0;
    padding-bottom: 0.5em;
    font-size: 1.8em;
    color: #4e4e4e;
    font-weight: normal;
}

#footer
{
    clear:both;
    padding-top: 6px;
    padding-bottom: 5px;
    line-height: normal;
    margin-left: 280px;
    font-size: .8em;
}

#footerbg
{
    background-image: url('site-footer.png');
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}




/* MISC  ----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* MAIN AREAS ----------------------------------------------------------*/
ul {margin-bottom:0px; padding-bottom: 0px;}

.tbInfo
{
    border-bottom: solid 1px #cecece;
    border-top: solid 1px #cecece;
}
.tbInfo tr
{
    border-collapse: collapse;
}
.tbInfo td
{
    text-align: left;
    vertical-align: top;
}

.tbRentThumbs 
{
    width: 90%;
    border-top: solid 1px #999999;
    background-color: #DADADA;
    border-collapse: collapse;
}

.tbRentThumbs td
{
    text-align: left;
    vertical-align: middle;
}


#gallery td{
	text-align:center;
}

.pic_gallery  {
background-color:#FFFFFF;
border:1px solid #666666;
color:#666666;
/*display:block;
float:left;*/
margin-bottom:7px;
margin-right:10px;
padding:7px;
}

#gallery th {
	/*text-align:left;*/
	background-color: #ACCBE7;
	font-weight:normal;
}
