/* CSS Document */

html, body {
	min-width: 1000px;
	background-image:url(../images/background.gif);
	margin:0;
	padding:0;
}
img {
	border:none;
}
img.gallery {
	border:solid #930101 10px;
}
h1 {
	font-size: 16px;
	color: #993333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 12px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 16px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	margin:0px 0px 10px 0px;

}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11px;
	text-align:center;
}
ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: 14px;
	list-style:none;
	line-height:24px;
	width:180px;
}
.bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	list-style:none;
	width:470px;
}
#container {
	margin-right:auto;
	margin-left:auto;
}
.background {
	width:1000px;
	background-image:url(../images/container-background.gif);
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(../images/header-bckgnd.gif);
	width:998px;
	background-repeat:no-repeat;
	margin-left:5px;
	margin-bottom:0px;
	padding:0;
}
#logo {
	padding: 10 0 10 0;
}
#col1 {
	float: left;
	width: 25%;
	margin-left: 3%;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline;
	text-align:center;
}
#col2 {
	float: left;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 5%;
	padding-top:40px;
	background: url(../images/floral-background.png) right bottom no-repeat;
}
#col2-nobackground {
	float: left;
	width: 31%;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 4%;
	padding-top:40px;
}
.col2-wide {
	clear: both;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 32%;
	padding-top:40px;
	position:relative;
	bottom:40px;
}
#footer {
	height:60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	clear: both;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	border-top: 1px solid #c1c1c1;
	padding-top:5px;
}
div.line {
	position: relative;
	top:6px;
	text-align: center;
	width: 100%;
}
span#left {
	position: absolute;
	left: 15px;
}
span#right {
	position: absolute;
	right: 10px;
}
span#center {
	position: absolute;
	left: 15px;
}
#header-left {
	float:left;
	width:70%;
	padding:0px 0px 0px 20px;
}
#header-right {
	float:left;
	text-align:right;
	padding:20px 0px 0px 0px;
}
#header-text {
	color:#993333;
}
#list-background {
	background-image:url(../images/nav-background.gif);
	padding:3px 0px 4px 10px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	margin-left:7px;
}
#list-background-bottom {
	background-image:url(../images/nav-background.gif);
	padding:4px 0px 4px 10px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	margin-left:7px;
}
#list-background-top {
	padding:0px 0px 0px 0px;
	margin:0px;
}
#index-textbox {
	border: 1px solid #c1c1c1;
	width:539px;
	padding:20px;
	margin-top:0px;
}
#index-image {
	display:block;
	margin:0px;
	padding:0px;
}
#area-textbox {
	border: 1px solid #c1c1c1;
	padding:20px;
	background-color:#FFF;
	margin-top:0px;
	float:right;
	display:inline;
}
#right-image {
	float:left;
	margin-left:5%;
	margin-top:10px;
	padding-top:11px;
}
#area-text {
	width:300px;
	margin-bottom:20px;
}
.row {
	clear: both;
	padding: 10px 0px 5px 0px;
	width:470px;
}

span.label {
     padding-left: 10px;
     padding-right: 10px;
     float: left;
     width: 110px;
     text-align: right;
 }
div.row span.formw  {
     float: left;
     width: 250px;
     text-align: left;
 } 
 
 .float-right {
	float:right;
}
