﻿/*
---------------------------------
//CSS template
---------------------------------
*/

html
{
	background-color:#FFFFFF;
}

body
{
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	color: #666666;
	background-image: url('../images/bgOffWhite.gif');
	background-repeat: repeat-x; 
}

a
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	display:none;
}

h2
{
	color: #a90707;
	font-family:verdana, arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 15px;
}

h3
{
	color: #666666;
	font-family:tahoma,verdana, arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

p
{
	color: #626262;
	font-size: 11px;
}

blockquote
{
	font-size: 11px;
	font-style:italic;
}


.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

/* CONTAINER  */

#container
{
	text-align: left;
	margin: auto;
	width: 900px;
	padding: 0;
	border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;	
}
#containerOuter 
{
    width: 904px;
	padding: 0;
	margin: auto;
	border-left: solid 2px #edebeb;
    border-right: solid 2px #edebeb;
}
    

/* LOGO */

#logo
{
	
	width: 310px;
	height: 130px;
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;
}

/* TOP */

#top 
{
	background-color: #880808;
	height: 85px;
position:relative;
}

#menuContainer
{
	margin-left: 400px;
	padding-top: 19px;
	position: absolute;
	z-index: 1004;
}

DIV.menuButton a, DIV.menuButton a:active, DIV.menuButton a:visited
{
	width:75px;
	height:19px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: lighter;
	text-transform:capitalize;
	color: #ddddd1;
	float:left;
	text-align:center;
	margin-right: 10px;
}
	
DIV.menuButton a:hover
{
	background: url(../images/hover.png);
	cursor:pointer;
	text-decoration:none;
	color:#f1f1f1;
}

DIV.active a, DIV.active a:active, DIV.active a:visited
{
	background: url(../images/hover.png);
	cursor:pointer;
	text-decoration:none;
	color: #f1f1f1;
}

/* BANNER */

#banner
{
	
	height: 338px;
	width: 900px;
}

/* SIDEBAR */

#sidebar
{
	width: 213px;
	margin-top: 0 20px;
	float:right;
}

#services
{
	
	background-color: #FFFFFF;
	border: 1px solid #d7d7d7;
	padding: 20px;
	position: relative;
	bottom: 100px;
}

#services a { font-weight: bold; }

#services ul
{
	list-style: square;
	color: #b6b6b6;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 20px;
}

#newsletter
{
	background: url(../images/weddingBG.gif) repeat;
	width: 174px;
	height: 150px;
	margin-top: 10px;
	padding: 20px;
	padding-top: 20px;
	color: #f1f1f1;
	position: relative;
	bottom: 100px;
}

#newsletter h2 { color: #FFFFFF; }

input.newsletterEmail
{
	width: 115px;
}

input.newsletterSubmit
{
	width: 50px;
	height:20px;
	border:1px solid #ffffff;
	background: transparent;
	cursor:pointer;
	color:#ffffff;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* DIVIDER */

#divider
{
	width: 900px;
	background-color: #880808;
	height: 30px; 
	float:left;
}

/* CONTENT */


#content
{
	width:855px;
	background-color: #ededed;
	padding: 20px 25px 20px 20px;
	float:left;
	min-height:550px;
 	height:auto !important;
 	height:320px;
 	float: left;

}

/* FOOTER */

#footer
{
	width:900px;
	height: 32px;
	background-color: #b5b5b5;
	border-top: 2px solid #cccccc;
	padding-top: 8px;
	float:left;
	border-left: solid 2px #d8d8d8;
    border-right: solid 2px #d8d8d8;
}

#footerOuter
{
    width: 904px;
	padding: 0;
	margin: auto;
	border-left: solid 2px #edebeb;
    border-right: solid 2px #edebeb;
}

DIV.footerLeft
{

	float:left;
	text-align:left;
	margin-left: 30px;
}

DIV.footerRight
{
	width:300px;
	float:right;
	text-align:right;
	margin-right: 30px;
}

/*
---------------------------------
//Forms
---------------------------------
*/

form
{
	font-size: 11px;
}

input
{
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}

input.submit, input.reset
{
	background: url(../images/button.png) no-repeat;
	width: 60px;
	height: 25px;
	color: #ffffff;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	font-variant: normal;
	border: 0px;
	cursor: pointer;
	font-weight: lighter;
	text-transform: uppercase;
	margin-left: 10px;
}

input.submit:hover, input.reset:hover
{
	background:url(../images/button_hover.png);
}

input.submit
{
	margin-left: 78px;
}

form li
{
	
	list-style-type: none;
}

label
{
	float: left;
	width: 5em;
	margin-right: 2em;
	margin-top: 2px;
	
}

/*
---------------------------------
//Primary content
---------------------------------
*/

/* FRONT PAGE */

		DIV.coloumn
		{
			width: 188px;
			float:left;
			margin-right: 18px;
		}
		
		DIV.coloumnLast
		{
			width: 188px;
			float:left;
		}
		
		DIV.coloumn h3, DIV.coloumnLast h3
		{
			margin-left: 10px;
			margin-bottom: 10px;
			margin-top: 5px;
		}
		
		DIV.coloumn p, DIV.coloumnLast p
		{
			margin-left: 10px;
			font-style:italic;
		}
		
		.coloumnImage
		{
			padding: 2px;
			margin:2px;
			border: 2px solid #a6a6a6;
		}
		
		.readMore
		{
			float:right;
			font-size: 11px;
		}
		
/* ABOUT US */

		.aboutusImage
		{
			padding: 2px;
			margin:2px;
			border: 1px solid #a6a6a6;
			float:right;
			margin-left: 20px;		
		}
		
/* CONTACT */

		#contactForm
		{
			width: 350px;
			float:left;
		}
		
		#contactInformation
		{
			border-left: 1px solid #cccccc;
			width: 210px;
			padding-left: 20px;
			float:left;			
		}
		
#menuContainer ul { float:left;margin:0; }
#menuContainer li { float:left; }
#menuContainer a:link {font-family: Arial; width:75px;line-height: 1.2em; 
	height:19px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: lighter;
	text-transform:capitalize;
	color: #ddddd1;
	float:left;
	text-align:center;
	margin-right: 5px;}
#menuContainer a:hover {background: transparent url('../images/hover2.png') repeat scroll 0; 
                        font-family: Arial; text-decoration: none;
                     line-height: 1.2em; 
                    height:19px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: lighter;
	text-transform:capitalize;
	color: #ddddd1;
	float:left;
	text-align:center;
	margin-right: 5px; width:75px;}
#menuContainer a:visited {font-family: Arial; 
                    line-height: 1.2em; height:19px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: lighter;
	text-transform:capitalize;
	color: #ddddd1;
	float:left;
	text-align:center;
	margin-right: 5px; width:75px;
}

#menuContainer ul ul { position:absolute; background-color: #880808; margin-top: 19px;
                        width: 112px; border-bottom: solid 1px #838383;
                         border-left: solid 1px #838383; border-right: solid 1px #838383;   }
#menuContainer  ul ul li   
{   
         clear: both;
        text-align: left; 
        width: 100px; height: 19px; 
        padding: 10px 10px 0px 0px; margin-bottom: 3px;  }
#menuContainer  ul ul li a:link { text-align: left; padding-left: 10px; width: 110px; background-color: #880808;
                              }
#menuContainer  ul ul li a:hover { text-align: left; padding-left: 10px; width: 110px; background-color: #FFFFFF !important;
                                   color: #880808; background-image: none !important; }
#menuContainer  ul ul li a:visited { text-align: left; padding-left: 10px; width: 110px; background-color: #880808;
                              }
                              
#divider h2 { color: #FFFFFF; font-family: verdana,arial; font-size: 15px; font-weight: bolder; 
              text-transform: capitalize; padding: 5px 0 0 20px;margin:0;  }

.clearBoth
{
	clear:both;
}

#divider p
{
margin:0;
}
              
#content img { padding: 5px; border: solid 3px #c9c9c9; margin: 5px; }
#content img[align=left] { float: left; }
#content img[align=right] { float: right; }

#bookOnline { position:absolute; z-index: 1; margin: 40px 0 0 660px; padding: 20px 10px; 
              background-image: url('../images/bookOnlineGradient.png');
              background-repeat: no-repeat; width: 195px; color: #FFFFFF; }
#bookOnline h2 { color: #FFFFFF; }
              
#mainContainer { height: auto; float:left;  }  
#contentLeft { width: 600px; float: left; } 
#contentLeft a { font-weight: bold; }  
#contentLeft li { list-style-type: disc; list-style-position: inside; }

#newsletter input[type=submit] { float: right;  }      
#roomButton
{
float:right;
}

#SpecialOffers dl
{
padding-bottom:10px !important;
border-bottom:1px dotted #ccc;
margin-bottom:10px !important;
}

.footerLeft p
{
margin:0;
}

#SpecialOffers
{
font-size:12px;
}