/* Universal CSS */
<wub name="Styles" parse="full">

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
margin:0; 
padding:0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
font-size:1em; 
font-weight:normal; 
font-style:normal;
}

ul, ol {
list-style-position:inside;
}

fieldset, images, hr {
border:none;
}

caption, th {
text-align:left;
}

table {
border-collapse:collapse; border-spacing:0;
}

td {
vertical-align:top;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align:center;
	background: url('images/bg.jpg');
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
	text-align: center;
	color: #000099;
}

h2 {
	font-size: 1.6em;
	text-align: center;
	color: #000099;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url('images/');
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
/* End Universal CSS */

/* Menu */

div.main{
	width:900px;
	margin:0 auto;
	margin-top:0px;
}
#navbar{
	width:auto;
	height:36px;
	background:url('images/navbar-bg.png') repeat-x left top;
}
#navbar .inbar{
	display:block;
	height:36px;
	background:url('images/right-round.png') no-repeat right top;
}
#navbar ul, #navbar ul li{
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#navbar ul{
	background:url('images/left-round.png') no-repeat left top;
}
#navbar ul li{
	float:left;
	display:block;
	line-height:36px;
}
#navbar ul li a{
	color:#403e32;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#navbar ul li a span{
	padding:0 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:20px;
}
#navbar .navhome a, #navbar .navhome a:hover{
	background:url('images/a-bg.png') no-repeat left top;
	height:36px;
	line-height:36px
}
#navbar .navhome a span, #navbar .navhome a:hover span{
	color:#FFFFFF;
	background:url('images/span-bg.png') no-repeat right top;
	height:36px;
	line-height:36px
}
#navbar ul li a:hover{
	background:url('images/ahover-bg.png') no-repeat left top;
	height:36px;
	line-height:36px
}
#navbar ul li a:hover span{
	background:url('images/spanhover-bg.png') no-repeat right top;
	height:36px;
	line-height:36px
}

/* End Menu */

/*Content Cons*/

#logo{
	margin-left: auto;
	margin-right: auto;
	background: url('images/headlogo.jpg') no-repeat;
	width: 800px;
	height: 105px
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 915px;
}

#conleft{
	float: left;
	margin-top: 10px;
	width: 456px;

}

#conright{
	float: right;
	margin-top: 10px;
	width: 448px;
}

#box1{
	float: left;
	width: 456px;
	height: 268px;
	color:#000;
	background: url('images/conbg1.jpg') no-repeat;
}

#boxtall{
	float: left;
	width: 456px;
	height: 600px;
	color:#000;
	background: url('images/conbgtall.jpg') no-repeat;
}

#box12{
	float: left;
	width: 456px;
	height: 268px;
	color:#000;
	background: url('images/yrv.jpg') no-repeat;
}

#box13{
	float: left;
	width: 456px;
	height: 200px;
	color:#000;
	background: url('images/conbg12.jpg') no-repeat;
}

#box21{
	float: left;
	width: 222px;
	height: 268px;
	color:#000;
	background: url('images/conbg2.jpg') no-repeat;
}

#box22{
	float: right;
	width: 222px;
	height: 268px;
	color:#000;
	background: url('images/conbg2.jpg') no-repeat;
}

#textcon{
	width: 85%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#smallpic{
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	width: 110px;
	height: 95px;
	color:#000;
	background: url('images/picbg1.jpg') no-repeat;
}

#footing{
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	height: 200px;
	clear: both;
	background: url('images/footbg1.jpg') repeat-x;
}

/*Testimonials*/

#ttop{
	float: left;
	width: 456px;
	height: 15px;
	background-image:url('images/ttop.jpg');
	background-repeat:no-repeat;
}

#tbottom{
	float: left;
	width: 456px;
	height: 15px;
	background-image:url('images/tbottom.jpg');
	background-repeat:no-repeat;
}

#tcon1{
	float: left;
	width: 456px;
	background-image:url('images/tmid.jpg');
	background-position:center; 
	background-repeat:repeat-y;
}

</wub>
