/*# Basic Styles #*/
body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	font: Tahoma;
	color: #afaf78;
	font-size: 14px;
	line-height: 18px;
}
a, a:link, a:active, a:visited   
{
	color: #afaf78;
}

a:hover
{
	color: #ffffff;
}

.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit;
}

h1
{
	color: #afaf78;
	font-size: 20px;
}

h2
{
	color: #afaf78;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	color: #afaf78;
	font-size: 16px;
	font-weight: bold;
}

hr
{
	color: #afaf78;
}
/*# General Site Styles #*/
.Title
{
	color: #ffffff;
	margin-left: 20px;
	margin-top: 20px;
}

.ContentPadding
{
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.footerContent
{
	text-align: center;
	padding-top: 5px;
}

/*# Layout Styles #*/
.LTR
{
	margin: 0px;
	padding: 0px;
	background-color: #240003;
}

#rootLayout
{
	text-align: center; 
	background-color: #240003;
}

#innerLayout
{
	padding: 0px;
	margin: 0px auto;
	width: 960px;
	text-align: left;
	border: solid 1px #000000;
}

#main {

	width:960px;
	margin: 0px auto 0px 0px;
	border: 0px solid #f0f0f0;

}
#topNavigationBG {
	margin-left:0px;
	margin-top:0px;
	width:960px;
	height:39px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../app_themes/LakesideLimousine/images/topNavigationBG.jpg);
	overflow:hidden;

}
#headerBG {
	margin-left:0px;
	margin-top:0px;
	width:960px;
	height:356px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../app_themes/LakesideLimousine/images/headerBG.jpg);
	overflow:hidden;

}
#mainNavigationBG {
	margin-left:0px;
	margin-top:0px;
	width:960px;
	height:32px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../app_themes/LakesideLimousine/images/mainNavigationBG.jpg);
	overflow:hidden;

}
#contentHeaderBG {
	margin-left:0px;
	margin-top:0px;
	width:960px;
	height:46px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../app_themes/LakesideLimousine/images/contentHeaderBG.jpg);
	overflow:hidden;

}
#contentMain {
	width:625px;
	
	padding-top:0px;
	/*background-color: #321215;*/
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#leftContent {
	width:335px;
	padding-top:0px;
	/*background-color: #321215;*/

	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#rightContentBlock {
	margin-left:15px;
	margin-top:17px;
	width:264px;
	height:193px;
	margin-bottom:0px;
	float:left;
	display:inline;
	border: solid 1px #000000;
	background-image: url(../app_themes/LakesideLimousine/images/rightContentBlock.jpg);
	overflow:hidden;

}

#footer
{
	background-color: #000000;
	width: 960px;
	height: 30px;
}

/*# Menu Layout #*/
.HMenuLayout 
{ 
	FONT-SIZE: 16px; 
	FONT-FAMILY: Tahoma; 
}


.HMenuLayout UL 
{ 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	WIDTH: 100%; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none;
}

.HMenuLayout LI 
{ 
	/* Set the Menu Item Border Color */
	FLOAT: left; 
	DISPLAY: inline; 
}

.HMenuLayout a, .HMenuLayout A:hover, .HMenuLayout a:active, .HMenuLayout a:visited
{ 
	DISPLAY: block; 
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; 
	COLOR: #afaf78; /* Set the font color of the menu item text */
	TEXT-DECORATION: none;
}

.HMenuLayout A:hover 
{ 
	COLOR: #c7bb2e; 
}

.HMenuLayout UL UL 
{ 
	Z-INDEX: 500; 
	WIDTH: 168px; 
	POSITION: absolute;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;	
	background-color: #772801;
}


.HMenuLayout UL UL LI 
{ 
	CLEAR: left; 
	DISPLAY: block; 
	POSITION: relative;
	border-bottom: solid 1px #000000;
}
.HMenuLayout ul ul a
{
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
}

.HMenuLayout UL UL UL 
{ 

	LEFT: 90%; 	
	TOP: -1px;
	width: 168px;
}


/* Do not change to following styles */
.HMenuLayout UL UL 
{ 
	DISPLAY: none 
}

.HMenuLayout UL LI:hover UL UL 
{ 
	DISPLAY: none 
}

.HMenuLayout UL UL LI:hover UL UL 
{ 
	DISPLAY: none 
}

.HMenuLayout UL LI:hover UL 
{ 
	DISPLAY: block; 
}

.HMenuLayout UL UL LI:hover UL 
{ 
	DISPLAY: block 
}

.HMenuLayout UL UL UL LI:hover UL 
{ 
	DISPLAY: block 
}
/*# Menu Layout / Custom Styles #*/
.topMenu
{
	width: 100%;
	margin-left: 700px;
	margin-top: 10px;
}

.mainMenu
{
	width: 100%;
	margin-left: 20px;
	margin-top: 5px;
}


/*# Document Styles #*/

.newsSummary
{
	margin-left: 15px;
	margin-bottom: 15px;
}

.NewsItemPreview
{
	margin-bottom: 20px;
}

.NewsPTitle
{
	font-weight: bold;
	font-size: 14px;
}

.NewsPTitle a
{
	text-decoration: underline;
}
/*# Document Styles / Simple Directory Member #*/
.DirectoryContainer
{
	width: 625px;
}

.DirectoryMemberListing
{
	padding: 10px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	width: 170px;
	height: 275px;
	float:left;
	display:inline;
	float: left;
	overflow:hidden;
	text-align: center;
}

.DirectoryMemberLogo
{
	text-align: center;
	height: 175px;
}

.DirectoryMemberTitle
{
	font-weight: bold;
}

.DirectoryMemberPhone
{
}

.DirectoryMemberLocation
{
}


.DirectoryMemberContent
{
}

/*# Document Styles / Image Gallery Style #*/
.ImageGalleryDescription
{
	width: 190px;
}

.imageGalleryRoot
{
	width: 625px;
}
.imageGallery
{
	margin: 0px auto;
	width: 580px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ImageGalleryImageContainer
{
	padding: 5px;
}
.ImageGalleryItem
{
	width: 250px;
	height: 250px;
}

.imageGallery .GalleryHomePageThumbnail
{

	margin-left: 7px;
	margin-top: 7px;
	margin-right: 7px;
	border: solid 1px #000000;
}

.imageGallery .GalleryHomePageTitle
{
	text-align: center;
	margin-bottom: 7px;
}

/*# CMSDesk Styles #*/
.CMSEditableRegion
{
	background-color: #ffffff;
	color: #000000;
}
