/* CSS Document */
* { margin:0; padding:0} 
body {
	/*background-color:#953;*/
	background-color:#859;
	background-image: url(../images/background3.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin: 40px 0;
}
#pad {
	width:800px;
	margin:0 auto;
}

.top {
	background-image:url(../images/fountain2.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 100%;
}

.bottom {
	float: left;
	width: 100%;
}

#background {
	width:800px;
	margin:0 auto;
	background-color: #FFF;
}
#page {
	width:720px;
	margin: 0 auto;
	background-repeat: repeat-y;
	padding: 30px 0;
}
#bottom {
	width:800px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#footer {
	height:59px;
	background-image: url(../images/footer2.gif);
	text-align: center;
	line-height: 49px;
	font-size: 80%;
}

#banner {
	height:119px;
	background-image:url(../images/banner2.gif);
}

#banner p{
	text-align:right;
	padding: 20px 30px 0 0;
	font-size: 80%;
	font-weight: bold;
}

#banner a{ font-weight:normal}


p {padding:13px 0;}

















#container {
	width:700px;
	margin:0 auto;
	background-color: #FFFFDD;
	background-image:url(../images/bground.gif);
	background-repeat:repeat-y;
}

.toleft {
	float:left;
	width:340px;
	overflow: hidden;
}
.toright { float:right; width:340px}
.toright img { margin-top:10px; }
.toright p { line-height:150%; }

.divider {
	margin:40px 0;
	height:7px;
	background-image:url(../images/separator.gif);
	background-repeat:repeat-x;
/*	background-position:center;*/
	padding-left:-2px;
	float:left;
	width:100%;
	font-size:1%;
}

h1 {
	font-size:130%;
	color:#731;
	padding-bottom: 10px;
}


/* set millions of background images */
/*.rbroundbox { background: url(../images/nt.gif) repeat; }*/
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 10px;
font-size: 1px;
}
.rbcontent { margin: 2px 9px; }
.rbroundbox { /*width: 50%;*/ /*margin: 1em auto;*/ background-color:#FCC;/*#FC3*/}

#contact { padding:15px; background-color:#FEE/*#FFC*/}
.contact_table { width:100%; /*width:320px;*/background-color:#FEE;/*#FFC;*/ /*margin:5px auto*/}
.contact_table th { text-align:right; width:99px; height:22px; padding-right:6px; vertical-align:top; padding-top:4px;}
.contact_table textarea { width:100%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:90%;}

/*.textarea {width:100%; margin:0 auto;}*/



.error { color:#FF0000; font-size:80%;}
.required { text-align:center; line-height:200%;}









/* rounded buttons */
.round {
	cursor:pointer;
	border:0;
	cursor:hand;
	color:#FCC;
	height:28px;
	float:right;
	margin:10px 0;
	width:100px;
	padding-bottom:4px;
	font-weight:bold;
	font-size:90%;
	/*line-height:34px;*/
	background:url(../images/button2.gif) no-repeat right top; 
	/*padding:10px 30px;*/
	vertical-align:middle;
	display:block; /*opera*/
	display:inline-block; /*ie*/
	display:-moz-inline-box;  /*ff*/
}

.round span { 
	background:url(../images/button2.gif) no-repeat left top; 
/*	height:30px;*/
	display:block;
	display:inline-block;
/*	padding-left:30px; line-height:30px;*/
}

	.round:hover {background-position:right -155px;}
	.round:hover span {background-position:left -155px;}

	/*button tag*/
	
	/*button {border:0; border:none; background:transparent; width:1; overflow:visible; white-space:nowrap; padding:0 2px; cursor:pointer; cursor:hand;}*/
	
/* end rounded buttons */

li { margin-left:28px;}
