@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background:url(../images/bg.jpg); 
	background-repeat:repeat-x; 
	background-color:#05A7D6;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h3 {
	color:#993333;
}

#maindiv {
	margin: 0 auto;
	width: 810px;
}

#topdiv {
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	height:77px;
	margin:0;
}

#navbar {
	margin-top: 12px;
	padding:0;
	text-align:center;
}

#imageholder {
	height: 276px;
}

#homedivbody {
	width:810px;
	background:url(../images/homemidbg.gif);
	background-repeat:repeat-x;
	background-color:#F6E9D4;
}

#bodyimage {
	width:290px;
	margin-right: 1em;
	float:left;
}

#bodytext {
	background:url(../images/flourish.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding: 5px 20px;
	font-family:trebuchet MS;
	font-size:.80em;
	line-height:1.4em;
}

#divbody {
	background-color:#F6E9D4;
	background-image:url(../images/divbodybg.jpg);
	background-repeat:repeat-x;
	margin-top: 3px;
	padding: 15px 1.75em;
	font-family:trebuchet MS;
	font-size:.80em;
	line-height:1.4em;
}

#divbody a:link {
	color:#993300;
	text-decoration:none;
}

#divbody a:visited {
	color:#993300;
	text-decoration:none;
}

#divbody a:hover {
	color:#3399FF
}

.divset {
	display:block;
	float:left;
	width:200px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:2.5em;
	margin:15px 15px;
}

.divset a:link, a:visited{
	text-decoration:none;
	color:#993300;
}

.imgborder {
	border-width: .25em;
	border-style: solid;
	border-color: white;
}

.boxright {
	background-image:url(../images/frame.gif);
	background-repeat:no-repeat;
	background-position:inherit;
	text-align:center;
	line-height: 1.25em;
	font-size:14px;
	float:right;
	width:220px;
	padding: 50px 15px 60px 15px;
	margin-top: -10px;
	margin-right: 40px;
}

#note {
	padding: 1px 15px 1px 165px;
	background-color:#EBCFA0;
	background-image:url(../images/note.png);
	background-repeat:no-repeat;
	background-position: 10px 10px;
}

#postit {
	float:right; 
	width: 230px; 
	height: 180px;
	margin-left: 20px;
	padding: 90px 40px 38px 20px; 
	background-image:url(../images/postit.gif); 
	background-repeat:no-repeat;
	font-size:1.25em; 
	line-height:1.25em; 
	text-align:center;
}

/*footer*/

#footer {
	clear:both;
	background-color:#8E2424;
	text-align:center;
	font-family:tahoma;
	font-size: .73em;
	padding: 7px 0;
	margin-top: 3px;
	margin-bottom: 3px;
	color:#FFFFFF;
}

#footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color: #FFCC99;
}

/*contact us*/
		fieldset{margin:0 10px;padding:0;border:0;}
		label{width:250px; display:block;}
		.txt_input{width:250px; display:block; border: 1px solid #999999;}
		textarea{height:80px; width:250px; border: 1px solid #999999;}
		input{display:block;}
		.req{color:#f00;font-size:90%;}
		#form_errors{color:#f00; display:none;}
		#form_thanks{color:#000; display:none;}
		clear:both;
