body {
	margin:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#707070;
	text-align:center;
	background-color:#333333;
}



/* main table */
.container { text-align:left;margin:0 auto;background-color:#fff;border:1px solid #fff; }

.top, .content_main, .content_subleft2 { vertical-align:top; }

/* background for menu */
.bg_menu { background-image:url(/images/bg_menu.gif);height:38px; }

/* left nav table properties */
.content_subleft { margin-bottom:21px;background-image:url(/images/bg_content_sub.gif);background-repeat:no-repeat;}
.content_subleft2 { border-right:1px solid #d8d9b3; }
.content_subright2 { border-left:1px solid #d8d9b3}

/* divider lines for titles + title positioning + properties */
.bg_headline_content { background-image:url(/images/bg_headline_content.gif);background-repeat:no-repeat;height:46px; }

.bg_headline_content p { margin:0;padding:11px 0px 11px 28px; }

.bg_headline_content p, .bg_headlines_left p { color:#98012e;font-size:16px;font-weight:bold; }

.bg_headlines_left { background-image:url(/images/bg_headlines_left.gif);background-repeat:no-repeat;height:46px; }

.bg_headlines_left p { text-align:center;margin:0;padding:11px 0px 11px 0px; }

/* main content positioning + bold settings + bullets */
.content_main { padding:17px 28px 20px 20px;text-align:justify; }

.content_main strong { font-weight:bold;font-style:italic;color:#98012e; }

.content_main ul { list-style-type:none;margin-left:17px;padding:0; }

.content_main li { list-style-image:url(/images/bullet1.gif); }

/* right content image positioning */
.content_right { padding:17px 0px 8px 0px; }
.content_right img, .content_main img { border:1px solid #d8d9b3; }
.content_right_view { padding:0px 10px 0px 0px; }

.right_sub { margin:12px 0px 0px 0px;}
.right_sub .sample_blurb p {padding:0px 8px 0px 8px;text-align:justify;font-size:11px;}

/* print/send to friend positioning */
.email_print { padding:0px 4px 0px 4px;font-size:11px;color:#98012e; }

.send { margin-right:10px; }

/* rollover controls for send/email friend + content area */
.content_main a { text-decoration:underline; }
.email_print a { text-decoration:none; }
.email_print a:link, .content_main a:link, .email_print a:visited, .content_main a:visited { color:#98012e; }
.email_print a:hover, .content_main a:hover { color:#999999; }
.email_print a:active, .content_main a:active { color:#98012e; }

/* newsletter settings */
.newsletter { padding:0;margin:17px 0px 0px 0px; }
.newsletter td { padding:0px 0px 10px 0px; }
.newsletter p { margin:0;padding:0px 0px 0px 9px;font-weight:bold; }
.newsletter input { border:1px solid #b7b7b7; }
.newsletter .fbsubmit { border:none;background-image:url(/images/submit.gif);background-repeat:no-repeat;width:48px;height:17px; }
.newsletter form {width:232px;}

/*menu styles*/

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
margin: 0px 0px 0px 55px;
padding: 0px;
background-color:none;
list-style-type: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 color: #E4E4E4;
 top: 2.35em; /* I'm using ems rather than px to allow people to zoom their font */
 left: -56px;
 width: 215px;
 margin-top:4px;
 background-color:#98012e;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px;
 left: 169px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 border-right: 1px solid #fff;
 margin: 0px 0px 0px 0px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0px 0px 0px 0px;
}


/* .menulist ul>li:last-child {
 margin-bottom: 1px;
}*/

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 5px 15px 5px 15px;
 color: #000;
 font-weight: bold;
 text-decoration: none;
} 


.menulist ul a{
color:#fff;
padding-left:20px;
}
.menulist ul a:hover{
color:#98012e;
background-image:url(/images/bullet1.gif);
background-repeat:no-repeat;background-position:4px 2px;
background-color:#c9ca98;
}
.menulist ul li{
background-image:url(/images/bullet1.gif);
background-repeat:no-repeat;background-position:4px 2px;
border-bottom:1px solid #fff;

}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #98012e;
 background-color: none;
 
}
.menulist  a.highlighted {
 color: #98012e;
 background-color: none;
}

.depth_1 a { color: #000; }
.depth_1 a:hover { color: #98012e; }

.depth_2 a { color: #fff;padding-left:20px; }
.depth_2 a:hover { color: #98012e;background-color:#c9ca98; }

li.depth_2 { background-image:url(/images/bullet1.gif);background-repeat:no-repeat;background-position:4px 2px;border-bottom:1px solid #fff; }
li.depth_2 a:hover { background-image:url(/images/bullet1.gif);background-repeat:no-repeat;background-position:4px 2px; }

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;

}
/* End Hack */

/* side menu styles*/
.sidemenu a { font-weight:bold;color: #98012e;display: block;text-decoration:none;text-align:left; }

ul#navlist { margin: 16px 0px 7px 9px;padding: 0; }

#navlist a { margin:-5px 0px 0px 0px;padding:7px 0px 0px 24px;background-image:url(/images/service_btn.gif);background-repeat:no-repeat;height:30px;width:184px; list-style:none; }
#navlist ul{list-style:none;}
#navlist ul li{list-style:none;}

#navlist a:link, #navlist a:visited { color: #98012e; }

#navlist a:hover { color:#999999; }

#navlist a:active { color: #98012e; }

#botbar {
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	width:990px;
	height:40px;
	color:#fff;
	}
#gallery {
list-style:none;
}
