@charset "utf-8";

body {

	margin: 0;

	padding: 0;

	background-image: url(images/body_bg.jpg);

	background-position: left top;

	background-repeat: repeat-x;

	background-color:#8D8761;

}







/* ~~ this fixed width container surrounds the other divs ~~ */

.container {

	width: 960px;

	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */

}







/* ~~ This is the layout information. ~~ 



1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.



*/



.header{

        height:100px;

}



.content {

	width:960px;

	background:#dad2a3;

	/*margin:105px 0 0 0;*/

        font-family:arial;

        font-size:14px;

        color:#333333;

}



/* ~~ The Top Navigation Menu ~~ */

.content .top_nav {

	height:68px;

}

.content .top_nav div.moduletable_menu ul{

        margin:0;

        padding:0;

        height:68px;

}

.content .top_nav div.moduletable_menu li{

        height:20px;

        float:left;

        list-style-type:none;

        text-decoration:none;

        margin:0;     

        padding:15px 0 0 0;  

        text-align:center; 



}

.content .top_nav div.moduletable_menu li.item1 {

        width:135px;

        background:url(../images/m_4.jpg);

}

.content .top_nav div.moduletable_menu li.item2 {

        width:135px;

        background:url(../images/m_4.jpg);

}

.content .top_nav div.moduletable_menu li.item3 {

        width:135px;

        background:url(../images/m_4.jpg);

}

.content .top_nav div.moduletable_menu li.item4 {

        width:135px;

        background:url(../images/m_4.jpg);

}

.content .top_nav div.moduletable_menu li.item5 {

        width:135px;

        background:url(../images/m_4.jpg);

}

.content .top_nav div.moduletable_menu li.item6 {

        width:135px;

        background:url(../images/m_4.jpg);

}

.content .top_nav div.moduletable_menu li.item7 {

        width:150px;

        background:url(../images/m_5.jpg);

}

.content .top_nav div.moduletable_menu li.item16 {

        width:135px;

        background:url(../images/m_4.jpg);

}

.content .top_nav div.moduletable_menu a:link,

.content .top_nav div.moduletable_menu a:visited{

        text-decoration:none;

        color:#000;

        font-size:16px;

        

}
.content .top_nav div.moduletable_menu ul{
        position:relative;

}

.content .top_nav div.moduletable_menu ul li ul {
         position:absolute;
         left:20px;
         width:980px;
         display:none;

}

.content .top_nav div.moduletable_menu ul li:hover ul {
        display:block;
        margin:0;
        padding:0;
}

.content .top_nav div.moduletable_menu ul li ul li{
        margin: 0 0 0 22px;
        list-style-type:square;
        list-style-image:url("../../../images/green_arrow_right.png");

}

.content .top_nav div.moduletable_menu ul li ul li span{
        font-size:12px;


}

.content .top_nav div.moduletable_menu ul li ul li a:link,
.content .top_nav div.moduletable_menu ul li ul li a:visited{
        color:#000;

}
.content .top_nav div.moduletable_menu ul li ul li a:hover{
        color:#336600;

}
/* ~~ The Photo Gallery ~~*/

.content .gallery {

	height:200px;

}

.content .gallery .moduletablegallery{

        margin:0 0 0 10px;

}

.content .gallery .moduletablegallery td{

        border:solid 2px #ffffcc;

}





/* ~~ Breadcrumbs ~~ */

.content .gallery div.moduletablebreadcrumbs {

        width:500px;

        margin:10px 0 0 25px;

        font-size:20px;

        padding:0;

        color:#65614c;

}

.content .gallery div.moduletablebreadcrumbs a:link,

.content .gallery div.moduletablebreadcrumbs a:visited {

        width:500px;

        font-size:20px;

        padding:0;

        color:#65614c;

}



/* ~~ The left part of content ~~*/



/* ~~ The left menu ~~*/

.content .left_menu div.moduletablepicture{

        margin:0;

        padding:0;

}

.content .left_menu {

        float:left;

        width:180px;

        margin:0;

}

.content .left_menu ul.menu{

        padding:0;

        margin:0;

        border:none;

}

.content .left_menu ul.menu li{

        float:left;

        list-style-type:none;

        margin:20px 0 0 8px;

        width:160px;
       
        height:30px;

        text-align:center;

        background:#848c61;

        border:solid 2px #8c8345;

        padding:3px;
        
   
       

}

.content .left_menu ul.menu li a:link,

.content .left_menu ul.menu li a:visited{

        text-decoration:none;

        color:#0d0d0d;
 
        font-size:14px;

        font-weight:bold;

vertical-align:middle;




}
.content .left_menu ul.menu li:hover{
         background:#678c61;
}
.content .left_menu ul.menu span{
         display:block;
         width:160px;
         height:28px;
}
/* ~~ The main content ~~*/

.content .content_left{

        clear:both;

        float:left;

	width:615px;

        margin:8px 0 0 0;

}

.content .content_left td{

        width:600px;

}

.content .main_content{

        margin:0 0 0 0;

        padding:0 0 0 10px;

	border-left:#fff dotted 2px;

}

.content h1{

        font-size:20px;

        padding:0;

        margin:0 0 0 25px;

        color:#65614c;

}

.content h2{



        font-size:14px;

        color:#336600;





}

.content p img{

        margin:0 0 0 25px;

}

.content table#floor_plan{

        font-size:8.5px;

        border:solid #333333 1px;

        border-collapse:collapse;

}

.content table#floor_plan td{

        border:solid #333333 1px;

        text-align:center;

}

/* ~~ The right part of content ~~*/

.content .content_right {

	width:340px;

	float:right;

}

.content .content_right div#aiContactSafe_info{

        font-size:10px;

        float:left;

}

.content .content_right div.aiContactSafe div.aiContactSafe_contact_form_field_label_left label{

        font-size:12px;

        float:left;

}

.content .content_right div.aiContactSafe textarea{

        width:300px;

}

.content .content_right div#aiContactSafeSend{

        

}

.content .content_right div#aiContactSafeSend input{

        height:25px;

        padding:0;

        margin:0;

        

}

.content div.aiContactSafe_module div.error {

        font-size:12px;

}

.content div.moduletablecontact_info{

        margin:50px 0 0 10px;

}

.content table.rooms {
        text-align:center;
        border-collapse:collapse;
        font-size:10px;
}
.content table.rooms td{
        font-size:12px;
}
.content div.moduletablerooms_picture{
        margin:55px 0 0 40px;
}
/* ~~ The footer ~~ */

.footer {

	background: #8D8761;

        height:20px;



}

.footer ul{

        float:right; 

        padding:0;

        margin:10px 0 0 0;

}

.footer li{

        float:left;

        list-style-type:none;

        margin:0 10px 0 0;

}

.footer li a:link,

.footer li a:visited{

        font-size:12px;

        color:#ffffcc;

}

/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}