@charset "UTF-8";

body { padding: 0px; margin: 0px; font: 101% Verdana; background-color: #103E4E; background-image: url(images/backgrounds/backgroundBody.jpg); background-repeat: repeat; background-position: center top; }


 #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #103E4E;
	background-image: url(images/backgrounds/backgroundhor2.gif);
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }
#wrapper { width: 780px; margin: 0px auto 0; text-align: left; background-repeat: no-repeat; background-position: left bottom; background-color: #FFF; background-image: url(images/FireworksAnimation/bacgroundWrapper.gif); 
}


 #header { background: url(images/backgrounds/backgroundHeader.png) no-repeat center top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ text-align: center; height: 60px; padding-top: 60px; padding-left: 55px; border-top-width: 3px; border-bottom-width: 3px; border-top-style: solid; border-bottom-style: solid; border-top-color: #FFC000; border-bottom-color: #FFC000; padding-right: 60px; }
 
 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#headingAnimation { padding: 15px 25px; height: 45px; background-color: #FFC000; border: 1px solid #FF7F00; 

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

 }
h1 { font-family: "Lucida Console", Monaco, monospace; color: #FFF; }

#h1_alternative { font-family: "Lucida Console", Monaco, monospace; font-size: 200%; color: #FFF; padding: 10px; background-image: url(images/backgrounds/backgroundHeadingText.jpg); background-repeat: no-repeat; background-position: left top;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

}
 #mainContent {
	padding: 0 20px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	list-style-position: inside;
	list-style-image: url(images/bulletSplatter.gif);
	list-style-type: disc;
}
 #footer { background:#DDDDDD url(images/backgrounds/backgroundFooter.gif) no-repeat center bottom; padding-top: 10px; padding-right: 10px; padding-left: 280px; padding-bottom: 0px; margin-top: 30px; height: 10px; border-top-width: 3px; border-top-style: solid; border-top-color: #FFBF05; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #FFC000;
 }
 
.tableColours { 
height: 7px; 
}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerLift {
	background-color: #FFB700;
	border: 2px solid #FF7F00;
	text-align: center;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
}
.mainContentText {
	background-color: #FFC000;
	
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

	background-image: url(images/backgrounds/backgroundDropShadowColumn.gif);
	background-repeat: repeat-y;
	background-position: right center;
	line-height: 27px;
	font-size: 95%;
	color: #333;
	list-style-position: inside;
	list-style-image: url(images/bulletSplatter.gif);
	margin: 10px;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 28px;
}
#navBar { 

text-align: center; 
font-size: 90%;
 height: 60px; 
padding-top: 30px; 
padding-bottom: 15px; 
margin-top: 20px; 

margin-bottom: 0px; 
background-repeat: no-repeat; 
background-position: center 60px; 
background-image: url(images/FireworksAnimation/comments.gif); }

#navBar a { 

font-family: Verdana, Geneva, sans-serif; 
color: #000; 
text-decoration: none; 
padding-top: 7px; 
padding-right: 12px; 
padding-bottom: 7px; 
padding-left: 12px; border: 1px solid #FF7F00; 

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px; 

margin-top: -30px; 
margin-right: auto; 
margin-bottom: 0px; 


}
#navBar a:hover { 

font-family: Verdana, Geneva, sans-serif; 
text-decoration: none; 
padding: 7px 12px; border: 1px solid #FF7F00; background-repeat: repeat-x; 
background-position: center center; 
background-color: #FFB700; 

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;

-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}




margin-top: -30px; margin-right: auto; margin-bottom: 0px; 
}
.highlight { background-color: #FEE400; padding: 2px 3px; }
.textFields { background-color: #FAE122; height: 20px; width: 300px; border-top-width: 2px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FF6D00; border-right-color: #FF6D00; border-bottom-color: #FF6D00; border-left-color: #FF6D00; }
.textFieldsArea { background-color: #FAE122; width: 300px; border-top-width: 2px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FF6D00; border-right-color: #FF6D00; border-bottom-color: #FF6D00; border-left-color: #FF6D00; }
.MasterColumnPictureFrame  {
	border: 1px solid #000;
	margin: 5px 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	color: #FF6700;
}
.DetailColumn a { text-decoration: none; color: #000; }
.DetailColumn a:hover { text-decoration: underline; color: #000; }
.listingHeader { background-color: #FFC100; padding: 5px 5px 5px 0px; }
.listingHeaderFirstLetter { background-color: #FFC100; font-weight: bold; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 5px; }
#TabbedPanels1 a { color: #666; text-decoration: none; }
#TabbedPanels1 a:hover { color: #000; text-decoration: underline; }
.databasePics { margin: 10px; padding: 10px; float: left; border: 1px solid #666; background-color: #FFF; }
.databasePicsLarge { margin: 10px; padding: 10px; float: left; border: 1px solid #666; background-color: #FFF; clear: both; }
#headerLizGusLifeStyle { border: 1px solid #000; height: 300px; }
.orange {
	color: #FE7227;
}
#sitemap {
	text-align: center;
	padding: 5px;
	color: #CA9800;
}
a {
	color: #B0121A;
	text-decoration: none;
}
a:hover {
	color: #810E15;
	text-decoration: underline;
}
#sitemap a {
	text-align: center;
	color: #C09000;
	text-decoration: none;
	padding: 5px;
	font-size: 90%;
}
#sitemap a:hover {
	text-align: center;
	color: #BF5501;
	text-decoration: underline;
}
.testimonialHeadings {
	color: #FFF;
	background-color: #FEB139;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 3px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.testimonialsQuotes {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-style: italic;
}
.invisibleText {
	color: #FF6700;
}
.boxTestimonial {
	background-color: #FFC000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 13px;
	margin-bottom: 10px;
}
#boxPortfolioSmall {
	background-color: #FF6700;
	padding: 10px;
	width: 210px;
	margin-top: 20px;
	float: left;
	font-size: 80%;
	color: #000;
}
#boxPortfolioSmall a {
	color: #000;
}
#boxPortfolioSmall a:hover {
	color: #FFF;
}
#boxPortfolioBig {
	background-color: #FF6700;
	padding: 20px;
	width: 370px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
}
.clear {
	clear: left;
	display: block;
	visibility: hidden;
}
.boxPortFolioFrame {
	background-color: #000;
	padding: 2px;
}
#boxPortfolioSmallFrame img {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
#boxPortfolioSmallFrame img:hover {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
		-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

