/*IM 2.00, Site Lite CSS Hyssop Production*/
/*general use CSS, no not modify--------------------------------------------------------------------------------------*/
.font-xxl {font-size:xx-large;}
.font-xl {font-size:x-large;}
.font-l {font-size:large;}
.font-m {font-size:medium;}
.font-s {font-size:small;}
.font-xs {font-size:x-small;}
.font-xxs {font-size:xx-small;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.indent {text-indent:15px;}
.exdent {text-indent:-15px;}

.shift-r {position:relative; left:15px;}

.underline {text-decoration:underline;}
.bold {font-weight:bold;}
.unbold {font-weight:normal;}
.ital {font-style:italic;}

.border-0 {border-width:0;}
.border-1 {border:1px solid #000000;}

.float-left {float:left;}
.float-right {float:right;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}
.error {color:red; text-decoration:underline;}

/*body*/
body {
	background: #ddaa66;
}

/*secondary color is eebb77*/

a:hover {
	font-weight: bold;
}

/*navigation*/
.navtxt {
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	padding: 5px 5px 5px 5px;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
}
a.nav:hover {
	background: Silver;
}

/*contact form CSS--------------------------------------------------------------------------------------*/
#con-form {
	width:600px; /*contact form width*/
	text-align:right;
}

#con-form input, #con-form textarea {
	padding:1px;
	margin:1px;
}