/*															*/
/*  Special Events and Flowers Landing Page Stylesheet		*/
/*  Created: October 2008									*/
/*  Modified: October 2009									*/
/*  Version: 2.0											*/
/*															*/
/*  This code belongs exclusively to Open Knowledge Corp.	*/
/*  Created by Anne Dixon-Mahatoo							*/
/*															*/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body { 
	color: #fff;
	background: #fff url('../images/LandingBG.png') top left repeat-x;
	font-family: Optima, Verdana, sans-serif;
	font-size: 16px;
	font-size: 62.5%;
	margin: auto;
	}
	
h1 {
	padding-top: 20px;
	padding-left: 20px;
	}

p {
	padding-left: 25px;
	}

p.right {
	text-align: right;
	}
	
img.center {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

#containerShadows {
	background: url('../images/Shadows.png') top left repeat-y;
	margin: 0 auto;
	text-align: center;
	min-height: 600px;
	width: 825px;
	}
	
#topbar {
	background: #fff url('../images/LandingStripe.png') top left repeat-x;
	border-bottom: 5px solid #01869f;
	margin: auto;
	height: 47px;
	width: 800px;
	}
	
#header {
	background: #7ddbed url('../images/headerBG.png') top left no-repeat;
	height: 145px;
	margin: auto;
	padding-top: 26px;
	padding-bottom: 25px;
	width: 799px;
	}
	
#content {
	background: #222 url('../images/contentBG.gif') bottom right no-repeat;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: auto;
	text-align: left;
	width: 801px;
	}

#content p {
	width: 450px;
	}

#content p.quote {
	font-style: italic;
	padding-top: 2%;
	text-align: center;
	}

#content img {
	padding: 15px 0;
	}

#navbar {
	text-align: center;
	min-height: 21px;
	margin: auto;
	max-height: 50px;
	width: 800px;
	}

#navbar ul {
	list-style: none;
	display: block;
	}

#navbar li {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	padding-right: 2em;
	padding-top: .5em;
	text-align: center;
	}
	
#navbar a {
	color: #fff;
	text-decoration: none;
}
	
#navbar a:hover {
	color: #ccc;
	text-decoration: none;
	}

#footer {
	color: #000;
	font-size: 90%;
	font-family: Arial, Verdana, sans-serif;
	min-height: 30px;
	margin: auto;
	width: 799px;
	}

#footer p {
	line-height: 75%;
	margin-top: 5px;
	padding-bottom: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	}

#footer p.compName {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
	}

#footer p.compAddr {
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 0;
	text-align: left;
	}

#footer p.copy {
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 0;
	text-align: right;
	}
	
#footerRight {
	float: right;
	width: 400px;
	}

#footerLeft {
	float: left;
	width: 300px;
	}

#botbar {
	background: url('../images/FooterShadow.jpg') bottom left no-repeat;
	clear: both;
	min-height: 33px;
	width: 825px;
	}
