body
{
	background-color: #99b5cc;
	background-image: url(/images/back1.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h1
{
	color: #5584aa;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 0 0 8px 0;
}
h2
{
	color: #5584aa;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 0 0 8px 0;
}
ul
{
	list-style-position: inside;
	list-style-image: url(/images/bullit.jpg);
}
ol
{
	list-style-position: inside;
	list-style-image: url(/images/bullit.jpg);
}
ul ul
{
	list-style-position: inside;
	list-style-image: url(/images/bullit2.jpg);
}
ul ol
{
	list-style-position: inside;
	list-style-image: url(/images/bullit2.jpg);
}
#products ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
#products ul a
{
	text-decoration: none;
}
#products ul ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 3px 0px 12px 0px;
	font-size: 11px;
	font-weight: normal;
}
.left
{
	float:left;
}

.right
{
	float:right;
}

#header
{
	background-image: url(/images/banner.gif);
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	width: 911px;
}
#middle
{
	background-color: #FFFFFF;
	background-image: url(/images/back2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 911px;
}
#bannerani
{
	height: 260px;
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#temppad 
{
	height: 30px;
}
#content
{
	background-image: url(/images/back4.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
	float: right;
	margin-right: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	width: 628px;

}
#content p
{
	background-image: none;
	margin: 0px;
	padding: 0 0 10px 0;
}
#footer
{
	background-image: url(/images/back3.gif);
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 911px;
	font-size: 11px;
	text-align: center;
	padding-top: 8px;
}
#nav
{
	background-image: url(/images/navback.gif);
	background-color: #92b0c8;
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	margin-left: 5px;
	padding-top: 10px;
	width: 227px;
}
#nav_cap
{
	background-image: url(/images/navcap.gif);
	background-color: #92b0c8;
	background-repeat: no-repeat;
	background-position: left top;
	width: 227px;
	height: 20px;
}
#news
{
	background-image: url(/images/newsback.gif);
	background-color: #dee7ee;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: left;
	margin-left: 0px;
	padding-top: 10px;
	width: 227px;
}
#news_cap
{
	background-image: url(/images/newscap.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
	width: 227px;
	height: 20px;
}
#newslist
{
	width: 208px;
	padding-left: 10px;

}
#newslist ul
{
	margin: 0px;
	padding: 0px;

}
#newslist li
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#newslist .title
{
	font-size: 12px;	
	font-weight: bold;
	color: #3366CC;
}
#newslist .date
{
	color: #666666;
	font-size: 10px;
	font-style: italic;
	padding-bottom: 4px;
}
#newslist .copy
{
	font-size: 11px;
}
#newslist p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#newslist hr 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b6c9f2;
}
#clear
{
	clear: both;
	display: block;
	height: 1px;
}
#home-box
{
	height: 260px;
	overflow: hidden;
	position: relative;
	width: 900px;
	z-index: 0;
}
#home-box img
{
	left: 0;
	position: absolute;
	top: 0;
}
/*
================================
CONTACT STYLES
================================*/
.errorMessage
{
	color: #FF0000;
}
.form
{
	width:300px;
}
.form .text
{
	margin:0 10px 0 0;
	width:430px;
}

.form .fields
{
	width:300px;
}

fieldset label
{
	display:block;
	margin:10px 0 0;
}

fieldset label.first
{
	margin:0;
}

fieldset input
{
	background-color:#FFF;
	border:1px solid #dadada;
	color:#333;
	font-size:14px;
	height:17px;
	margin:0 0 3px;
	padding:2px;
	width:260px;
}

fieldset textarea
{
	background-color:#FFF;
	border:1px solid #dadada;
	color:#333;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:14px;
	height:130px;
	margin:0 0 3px;
	padding:2px 2px 1px;
	width:265px;
}

fieldset input:focus,fieldset textarea:focus
{
	border:1px solid #619ca7;
}

fieldset input.error,fieldset textarea.error
{
	border:1px solid #FF0000;
	background-color: #FFE8E8;
}

fieldset input.error:focus
{
	border:1px solid #af4975;
}

fieldset button
{
	background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
	border:none;
	color:#619ca7;
	margin:10px 0;
	padding:0 12px 0 0;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

