/*
(c)2008 - 2010 Ramona Maxwell - all rights reserved
Design by Ramona Maxwell
Please visit www.MaxwellArts.com for web development and media services.
*/

body {
	margin: 0px 0;
	background: #1818A8;
	font: normal 13px Arial, Helvetica, sans-serif;
	}

h1 {
	font: italic 197% "Times New Roman", Times, serif;
	color: #B0171F;
}

h2 {
	font-size: 107%;
	color: #B0171F;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	padding: 10px 0 0 20px;
	background: url(images/img11.gif) no-repeat;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
	color: #B0171F;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: #D7CE32 url(images/img09.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #8B4513;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

#marquee {
	width: 468px;
	background: #1818A8 center center;
	font: italic 207% "Times New Roman", Times, serif;
	color: #B0171F;
	vertical-align: middle;
	}

/* Logo */

#logo {
	width: 100%;
	height: 366px;
	background: #1818A8;
	margin-bottom: 15px;
}

/* Container for header images */

#container {
	width: 865px;
	height: 366px; 
	margin:0 auto; 
	}
			
#box1 {
	width: 150px;
	height: 180px;
	float: left;
	margin-top: 60px;
	}

.box2 {
	width: 565px;
	height: 346px;
	background: url(images/si/flowers.gif) no-repeat;
	float: left;
	margin-top: 10px;
	}
	
.box2 h1 {
	margin: 0;
	text-align: center;
	padding: 215px 60px 0px 100px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 46px "Times New Roman", Times, serif;
	font-style: italic;
}

.box2 h2 {
	margin: -7px 0 0 0;
	text-align: center;
	padding: 15px 70px 0px 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	
}

.box2 a {
	text-decoration: none;
	color: #8B4513;
}
	
#box3 {
	width: 150px;
	height: 180px; 
	float: right;
	margin-top: 60px;
	}	

.clear {clear: both; line-height: 1px; visibility: hidden}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #D7CE32;
	}

/* Content */

.content {
	float: left;
	width: 468px;
	height: 3100px;
	padding: 0 0 0 10px;
	background: #D7CE32;
	}

.content p {
	padding-left: 20px;
	padding-right: 20px;
	}

/* Sidebar */

.sidebar {
	float: right;
	width: 250px;
	height: 3100px;
	padding: 0 0px 0 20px;
	background: #D7CE32;
}

.sidebar h2 {
	margin-bottom: 1em;
}

/* Menu */

#menu {
	padding-top: 20px;
	background: #D7CE32;
}
	
/* img */
.img
  {
  margin: 2px;
  border: 0px solid #0000ff;
  float: left;
  text-align: center;
  }
.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #1818A8;
  }
.img a:hover img
  {
  border: 1px solid #0000ff;
  }
.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }

/* Footer */
#extra {
	clear: both; 
	height: 10px;
}

	
.footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background: #1818A8 url(images/img06.gif) no-repeat;
	}

.footer p {
	margin: 0;
	font-size: 77%;
}

#links {
	float: left;
	padding: 15px 0 0 97px;
	color: #D7CE32;
}

#legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #D7CE32;
}

.footer a {
	color: #D7CE32;
}