@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C414D;
	font-size: 12px;
	background: url(../images/bg.jpg) top repeat-x;
}

a {
	color: #CC0000; 
	text-decoration: none;
}

a img{
	border: none;
}

a:hover {
	color: #3C414D;
	text-decoration: underline;
}

p {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#masthead {
	width: 896px;
	height: 99px;
	margin: 0 auto;
	background: url(../images/masthead-bg.jpg) top no-repeat;
}

#globnav {
	margin-top: 5px;
	background: url(../images/globnav-bg-right.jpg) top right no-repeat;
}

#globnav div {
	background: url(../images/globnav-bg-left.jpg) top left no-repeat;
	font-size: 11px;
	height: 16px;
	padding: 7px 10px;
	text-align: center;
}

#globnav div a {
	color: #FFFFFF;
}

#globnav div a:hover {
	color: #CCCCCC;
}

#main {
	margin: 0 auto;
	width: 880px;
	padding: 8px 8px 0 8px;
	background: url(../images/main-bg.jpg) top no-repeat;
}

#mainnav {
	width: 880px;
	height: 35px;
	background: url(../images/mainnav-bg.jpg) top no-repeat;
}

#content {
	padding-top:10px;
	background: url(../images/content-bg.jpg) bottom no-repeat;
}

#content-hm {
	background: url(../images/content-bg.jpg) bottom no-repeat;
}


#footer {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 880px;
	height: 60px;
	text-align: center;
	font-size: 11px;
	background: url(../images/footer-bg.jpg) top no-repeat;
}

#leftnav{
	width: 169px;
}

#leftnav ul{
	padding: 0;
	margin: 0;
}

#leftnav ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#leftnav ul li a{
	padding: 8px 5px 8px 8px;
	margin: 0;
	display: block;
	background: url(../images/leftnav_hdr.jpg) top left no-repeat;
	color: #000000;
	font-weight: bold;
	width: 156px;
}

#leftnav ul li a.active{
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
}

#leftnav ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
}

#leftnav ul li ul{
	padding: 0;
	margin: 0;
}

#leftnav ul li ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}

#leftnav ul li ul li a{
	padding: 7px 5px 7px 32px;
	margin: 0;
	display: block;
	background: url(../images/leftnav_btn.jpg) top left no-repeat;
	color: #CC0000;
	font-weight: normal;
	border-bottom: solid 1px #CCCCCC;
	width: 132px;
}

#leftnav ul li ul li a.active{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/leftnav_btn_active.jpg) top left no-repeat;
}

#leftnav ul li ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/leftnav_btn_active.jpg) top left no-repeat;
}

#rightcontent {
	width: 662px;
	min-height:350px;
	height:auto !important;
	height:350px;
	padding: 0px 20px 50px 20px;
}

.hm-blurb-left {
	width: 200px;
	padding: 20px 20px 50px 20px;
	background: url(../images/hm-about-bg.jpg) bottom right no-repeat;
}

.hm-blurb-right {
	padding: 0;
	background: url(../images/divline.gif) left center no-repeat;
}

.hm-blurb-top {
	width: 600px;
	padding: 20px;
}

.hm-blurb-3col-1 {
	width: 200px;
	padding: 0 0 40px 20px;
}

.hm-blurb-3col-2 {
	width: 180px;
	padding: 0 0 40px 20px;
}

.txt-black {
	color: #000000;
}

.txt-darkgrey {
	color: #2F333D;
}

.underline {
	border-bottom: solid 1px #000000;
}

.txt-small {
	font-size: 10px;
}

ul.mlist {
	margin-left: 15px;
 	padding-left: 0;
}

ul.mlist li{
	list-style: url(../images/arr.gif);
	margin-bottom: 3px;
}

ul.mlist li ul{
	margin-top: 3px;
}

ul.mlist li ul li{
	list-style: disc;
}

ol.mlist {
	margin-left: 15px;
 	padding-left: 0;
}

ol.mlist li{
	margin-bottom: 3px;
}

.margin-0 {
	margin: 0 0 5px 0;
}

.margin-1 {
	margin: 0 0 10px 0;
}	

.margin-2 {
	margin: 0 0 15px 0;
}	

.margin-3 {
	margin: 0 0 20px 0;
}

.margin-4 {
	margin: 0 0 40px 0;
}

.margright-1 {
	margin-right: 10px;
}	

.img-left{
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 20px 0;
	clear: both;
}

.img-bdr {
	border: 2px solid #CCCCCC;
	margin: 0px 10px;
}

.gallrytb {
	border-collapse: collapse;
}

.gallrytb td{
	padding: 4px;
	vertical-align: middle;
	text-align: center;
}

.hmbox{
	float: left;
	width: 435px;
}

.hmbox_hdr {
	background: url(../images/homebox_hdr.jpg) no-repeat;
	width: 419px;
	height: 15px;
	color: #FFFFFF;
	font-size: 13px;
	padding: 7px 8px;
}


.hmbox_hdr a {
	color: #ffffff; 
	text-decoration: none;
}

.hmbox_hdr a:hover {
	color: #cc0000;
	text-decoration: none;
}


.hmbox_cnt {
	background: url(../images/homebox_bg.jpg) repeat-y;
	width: 435px;
}

.hmbox_bot {
	background: url(../images/homebox_bot.jpg) bottom no-repeat;
	width: 415px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding: 10px;
}

.hmthumb {
	background: url(../images/thumb_bg.jpg) no-repeat;
	width: 120px;
	height: 88px;
	float: left;
	padding: 3px;
}

.hmdesc {
	width: 279px;
	padding-left: 10px;
	float: left;
}

.testimonialtop{
	width: 395px;
	padding: 15px 10px 0 10px;
	background: url(../images/testimonial_top.gif) top no-repeat;
}

.testimonialbot{
	width: 395px;
	height: 15px;
	padding: 22px 10px 0 10px;
	background: url(../images/testimonial_bot.gif) top no-repeat;
}

.testimonialbot .colleft{
	width: 120px;
	padding-left: 50px;
	float: left;
}

.testimonialbot .colright{
	width: 120px;
	float: right;
	text-align: right;
}

.galthumb {
	background: url(../images/gal_thumb_bg.jpg) top no-repeat;
	width: 80px;
	height: 60px;
	padding: 2px;
	float: left;
}

.linkmore {
	text-align: right;
}

.locdesc {
	width: 568px;
	float: left;
}

.clear {
	clear: both;
}	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	padding: 10px 15px 9px 15px;
	text-decoration: none;
	color: #FF0000;
}

.suckertreemenu ul li a span.current{
	color: #FFFFFF;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 0em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	background-color: #000000; 
	/* float: none; This line causing problem in IE7*/
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	text-decoration: none;
	padding: 5px 10px;
}

.suckertreemenu ul li a:hover{
	color: white;
	text-decoration: none;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; width: 0; }
/* End */