/* Global White Space Reset */
* {
padding:0;
margin:0;
}



/* @group Globals */

body {
	text-align: center;
	font-family: "'helvetica neue'", helvetica, arial, sans-serif;
	color: #494949;
}

a img, a:visited img {
	border-style: none;
}

p {
	line-height: 1.5;
	margin: 5px 0 5px 0;
	font-size: .75em;
}

em {
	font-weight: bolder;
	color: #313131;
	font-style: normal;
}

h1, h2, h3, h4 {
	font-weight: bolder;
	color: #4b4b4b;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
	margin-top: 8px;
}

h4 {
	font-size: .85em;
	padding: 5px 0 0 0;
}

h4 a, h4 a:visited {
	text-decoration: none;
}

br {
	margin-bottom: 4px;
}

hr {
	border: 0;
	color: #e6e6e6;
	background-color: #e6e6e6;
	height: 1px;
}

.orange {
	color: #e9801e;
}

.green {
	color: #78C043;
}

.purple {
	color: #891551;
}

.menusub, .menusub a, menusub a:hover {
	color: #891551;
	margin: 12px 0 4px 0px;
	text-decoration: none;
}

.pullquote {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
	margin: 10px 0;
}

.purplequote {
	color: #891551;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1;
	padding-left: 5px;
}

label {
	font-size: 10px !important;
}

ul li label {
	padding: 0 !important;
	margin: 0 !important;
}

.pdf a, .pdf a:visited {
	font-size: .85em;
	padding-left: 24px;
	height: 20px;
	display: block;
	background: url(img_site/download_icon.png) no-repeat 3px 5px;
	font-weight: bolder;
	color: #4b4b4b;
	width: 110px;
	text-decoration: none;
	padding-top: 5px;
}

.pdf a:hover {
	background-color: #f7e1ce;
}

.mc-address-group label {
	margin-left: 5px !important;
}

.mc-field-group {
	margin-left: 0 !important;
}

.mc-address-group {
	margin-left: -7px !important;
}

ul.addressfield label {
	margin-left: 0 !important;
}

/* My Comment */



/* @end */

/* @group Masthead */

#mastheadwrap {
	width: 1000px;
	text-align: left;
	padding: 15px 0 20px 0;
	margin: 0 auto;
	position: relative;
}

#contentwrap {
	width: 100%;
	background: url(img_site/topnav_bg.gif) repeat-x;
}

#contentmain {
	width: 800px;
	margin: 0 auto;
}

#contentsubmain a, #contentsubmain a:hover, #contentsubmain a:visited  {
	text-decoration: underline;
	color: #393939;
}

#contentsubmain a:hover {
	background-color: #f7e1ce;
}

#contentsubmain h2 a, #contentsubmain h2 a:hover  {
	text-decoration: none;
	color: #891551;
	background: none;
}

img.phone {
	position: absolute;
	top: 90px;
	right: 100px;
}

img.hiring {
	position: absolute;
	top: 0px;
	right: 115px;
}

img.greencert {
	position: absolute;
	top: 10px;
	right: 115px;
}


/* @end */

/* @group Navigation */

#navwrap {
	width: 800px;
	height: 40px;
	position: relative;
	text-align: left;
	z-index: 1;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav ul li ul {
	position: absolute;
	width: 7em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	font-size: 1em;
	cursor: pointer;
}

#nav ul li ul li a {
	color: #fff;
	background-color: #58585a;
	font-size: .8em;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	text-shadow: #000 0 -1px 0;
	border-bottom: 1px solid #818181;
	width: 200px;
}

#nav ul li ul ol li a {
	color: #f3f3f3;
	background-color: #58585a;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 0 3px 15px;
	text-shadow: #000 0 -1px 0;
	border-bottom: 1px solid #818181;
	width: 200px;
	list-style-type: circle;
}

#nav ul li ul li.divider {
	color: #fff;
	background-color: #363636;
	font-size: .8em;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	text-shadow: #000 0 -1px 0;
	border-bottom: 1px solid #818181;
	width: 200px;
}

#nav ul li ul li a:hover {
	background: #696969 no-repeat 0 -40px;
	cursor: pointer;
	color: #fff;
	}

#nav ul li ul.homehov, #nav ul li ul.abouthov, #nav ul li ul.faqshov,  #nav ul li ul.contacthov, #nav ul li ul.locationshov, #nav ul li ul.menuhov     {
	margin-top: -40px;
	padding-top: 40px;
}

ol {
	list-style-type: none;
	padding-top: 5px;
	color: #585858;
	font-size: 12px;
	line-height: 1.5;
}

/* @group Home */

#nav ul li a.home {
	width: 108px;
	height: 40px;
	background: url(img_site/nav/home_default.jpg) no-repeat;
}

#nav a:hover.home {
	width: 108px;
	height: 40px;
	background: url(img_site/nav/home_hover.png) no-repeat;
}

body#home ul li a.home {
	width: 108px;
	height: 40px;
	background: url(img_site/nav/home_hover.png) no-repeat;
}

#nav ul:hover.homehov {
	background-image: url(img_site/nav/home_hover.png);
	width: 108px;
}

/* @end */



/* @group About */

#nav ul li a.about {
	width: 158px;
	height: 40px;
	background: url(img_site/nav/about_default.jpg) no-repeat;
}

#nav a:hover.about {
	width: 158px;
	height: 40px;
	background: url(img_site/nav/about_hover.png) no-repeat;
}

body#about ul li a.about {
	width: 158px;
	height: 40px;
	background: url(img_site/nav/about_hover.png) no-repeat;
}

#nav ul:hover.abouthov {
	width: 158px;
	background-image: url(img_site/nav/about_hover.png);
}

/* @end */





/* @group FAQs */

#nav a.faqs {
	width: 104px;
	height: 40px;
	background: url(img_site/nav/FAQ_Default.jpg) no-repeat;
}

#nav a:hover.faqs {
	width: 104px;
	height: 40px;
	background: url(img_site/nav/FAQ_Hover.png) no-repeat;
}

body#faqs a.faqs{
	width: 104px;
	height: 40px;
	background: url(img_site/nav/FAQ_Hover.png) no-repeat;
}

#nav ul:hover.faqshov {
	width: 104px;
	background-image: url(img_site/nav/FAQ_Hover.png);
}
/* @end */

/* @group Contact */

#nav a.contact {
	width: 156px;
	height: 40px;
	background: url(img_site/nav/Contact_Default.jpg) no-repeat;
}

#nav a:hover.contact {
	width: 156px;
	height: 40px;
	background: url(img_site/nav/Contact_Hover.png) no-repeat;
}

body#contact a.contact{
	width: 156px;
	height: 40px;
	background: url(img_site/nav/Contact_Hover.png) no-repeat;
}

#nav ul:hover.contacthov {
	width: 156px;
	background-image: url(img_site/nav/Contact_Hover.png);
}
/* @end */

/* @group Locations
 */

#nav a.locations {
	width: 147px;
	height: 40px;
	background: url(img_site/nav/Locations_Default.jpg) no-repeat;
}

#nav a:hover.locations {
	width: 147px;
	height: 40px;
	background: url(img_site/nav/Locations_Hover.png) no-repeat;
}

body#locations a.locations {
	width: 147px;
	height: 40px;
	background: url(img_site/nav/Locations_Hover.png) no-repeat;
}

#nav ul:hover.locationshov {
	width: 147px;
	background-image: url(img_site/nav/Locations_Hover.png);
}
/* @end */

/* @group Menu */

#nav a.menu {
	width: 108px;
	height: 40px;
	background: url(img_site/nav/Menu_Default.jpg) no-repeat;
}

#nav a:hover.menu {
	width: 108px;
	height: 40px;
	background: url(img_site/nav/Menu_Hover.png) no-repeat;
}

body#menu a.menu{
	width: 108px;
	height: 40px;
	background: url(img_site/nav/Menu_Hover.png) no-repeat;
}

/* @group My Group */



/* @end */

#nav ul:hover.menuhov {
	width: 108px;
	background-image: url(img_site/nav/Menu_Hover.png);
}
/* @end */


/* @end */

/* @group Content_Home */

#contentwraphome {
	width: 800px;
	height: 500px;
	background: url(img_site/home_bg_2.jpg) no-repeat;
	margin-top: -10px;
	z-index: -1;
}

/* @group Right Collumn Home */

#contenthomeright {
	float: right;
	width: 265px;
	height: 488px;
	position: relative;
}

.onlineordering {
	position: absolute;
	top: 20px;
	width: 265px;
	height: 37px;
	text-align: right;
	right: 0;
}

.onlineordering img {
	border: none;
	width: 238px;
	height: 37px;
}

.adone, .adtwo, .adthree {
	position: absolute;
	width: 184px;
	height: 116px;
	left: 40px;
}

.adone a img, .adtwo a img, .adthree a img {
	border: none;
}

.adone {
	top: 76px;
}

.adtwo {
	top: 209px;
}

.adthree {
	top: 341px;
}

/* @end */

/* @group Left Collumn Home */

#contenthomeleft {
	padding: 30px 300px 10px 30px;
	font-family: "'helvetica neue'", helvetica, arial, sans-serif;
	color: white;
	text-align: left;
}

#contenthomeleft h1, #contenthomeleft h2, #contenthomeleft h3 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 27px;
	margin-left: 15px;
	text-shadow: #838383 0 -1px 1px;
	opacity: 1;
}

#contenthomeleft p {
	font-size: 1.1em;
	text-shadow: #838383 0 -1px 1px;
	opacity: 1;
}

#contenthomeleft em {
	font-size: 1em;
}

/* @end */


/* @end */

/* @group Content_Drilldown */

#contentwrapdrilldown {
	width: 800px;
	margin-top: -10px;
	z-index: -1;
}

.header1 {
	display: block;
	width: 800px;
	height: 135px;
	background: url(img_site/SNAP_Topbar_1.jpg) no-repeat;
	text-align: left;
}

.rotator {
	display: block;
	width: 800px;
	height: 135px;
	background: url(img_site/headers/rotate.php) no-repeat;
	text-align: left;
}

body#about .header1 {
	background: url(img_site/SNAP_Topbar_2.jpg) no-repeat;
}

body#about .header2 {
	background: url(img_site/SNAP_Topbar_8.jpg) no-repeat;
	display: block;
	width: 800px;
	height: 135px;
	text-align: left;
}

body#faqs .header1 {
	background: url(img_site/SNAP_Topbar_3.jpg) no-repeat;
}

body#contact .header1 {
	background: url(img_site/SNAP_Topbar_5.jpg) no-repeat;
}

body#locations .header1 {
	background: url(img_site/SNAP_Topbar_7.jpg) no-repeat;
}

.header1 h1, .header2 h1 {
	padding: 45px 0 0 45px;
	color: #fff;
	font-size: 2em;
	text-shadow: #2e2e2e 0 -1px 1px;
}

#contentsubright {
	float: right;
	width: 200px;
	padding-top: 20px;
	text-align: left;
	margin-bottom: 15px;
}

.adholder {
	width: 200px;
	height: 130px;
	background: url(img_site/adholder_bg.jpg) no-repeat;
	margin-bottom: 10px;
}

.sidebarimgholder {
	width: 200px;
	text-align: center;
	margin-bottom: 50px;
}

.sidebarimgholder a img, .sidebarimgholder a:visited img {
	padding-bottom: 20px;
	border: none;
}

.adholder a img {
	padding: 6px 0 0 7px;
}

#contentsubleft {
	padding: 20px 0 10px 0;
	width: 590px;
	font-family: "'helvetica neue'", helvetica, arial, sans-serif;
	color: #656565;
	text-align: left;
}

#contentsubleftmenu {
	padding: 20px 0 10px 0;
	width: 590px;
	font-family: "'helvetica neue'", helvetica, arial, sans-serif;
	color: #656565;
	text-align: left;
	position: relative;
}

/* @group Content Sub Navigation */

#contentsubnav {
	width: 160px;
	top: 200px;
}

#contentsubnav ul {
	list-style-type: none;
	color: #e9801e;
	font-weight: bold;
}

#contentsubnav li {
	color: #e9801e;
	text-decoration: none;
}

#contentsubnav li a, #contentsubnav li a:visited  {
	color: #e9801e;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 0 2px 0;
	display: block;
	width: auto;
}

#contentsubnav li.green a  {
	color: #78C043;
}

#contentsubnav li a:hover  {
	text-decoration: underline;
}

#contentsubnav ul li ul {
	font-weight: normal;
	list-style-position: outside;
}

#contentsubnav ul li ul {
	font-weight: normal;
	list-style-position: outside;
}

#contentsubnav li ul li a {
	font-weight: normal;
	color: #e9801e;
}

#contentsubnav ul ol {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 15px;
}

#contentsubnav ul ol li a, #contentsubnav ul ol li a:visited {
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	padding-left: -5px;
}

#contentsubnav li a.current {
	color: #78C043;
}



/* @end */

/* @group Content Sub Navigation Menu */

#contentsubnavmenu {
	width: 160px;
	top: 340px;
	position: fixed;
}

#contentsubnavmenu ul {
	list-style-type: none;
	color: #e9801e;
	font-weight: bold;
}

#contentsubnavmenu li {
	color: #e9801e;
	text-decoration: none;
}

#contentsubnavmenu li a, #contentsubnavmenu li a:visited  {
	color: #e9801e;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 0 2px 0;
	display: block;
	width: auto;
}

#contentsubnavmenu li.green a  {
	color: #78C043;
}

#contentsubnavmenu li a:hover  {
	text-decoration: underline;
}

#contentsubnavmenu ul li ul {
	font-weight: normal;
	list-style-position: outside;
}

#contentsubnavmenu li ul li a {
	font-weight: normal;
	color: #e9801e;
}

#contentsubnavmenu ul ol li a, #contentsubnav ul ol li a:visited {
	margin: 2px 0 2px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

#contentsubnavmenu li a.current {
	color: #78C043;
}



/* @group Bottom Bar */


#bottombar {
	width: 100%;
	background: url(img_site/topnav_bg.gif) repeat-x;
	height: 60px;
	padding: 40px 0 0 0;
}

#bottombarcontent {
	width: 575px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}

#bottombarcontent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
}

#bottombarcontent a {
	display: block;
}
#bottombarcontent li {
	float: left;
}

#bottombarcontent li a, bottombar li a:visited {
	color: #585858;
	font-size: .75em;
	padding: 8px 10px 0 10px;
	text-decoration: none;
	height: 30px;
	display: block;
	float: left;
	background: url(img_site/bottombar_divider.jpg) no-repeat 0 12px;
}

#bottombarcontent li a:hover {
	text-decoration: underline;
}

#bottombarcontent li a.facebook {
	width: 30px;
	padding: 0 10px 0 0;
	background: url(img_site/facebook_icon.jpg) no-repeat;
}

#bottombarcontent li a.twitter {
	width: 30px;
	padding: 0 10px 0 0;
	background: url(img_site/twitter_icon.jpg) no-repeat;
}

/* @end */

/* @end */

#contentsubmain {
	float: right;
	width: 420px;
	margin-bottom: 15px;
}

#contentsubmain ul {
	margin: 5px 0;
	padding: 5px 0 5px 15px;
	font-size: .75em;
	list-style-position: outside;
	list-style-type: square;
}

#contentsubmain li {
	padding: 2px 5px;
}

.adonesub, .adtwosub, .adthreesub {
	width: 184px;
	height: 116px;
	left: 40px;
}



/* @end */

/* @group Menu */

#contentsubmain ul.menu {
	margin: 2px 0 0 -5px;
	list-style-type: none;
	z-index: 10;
	font-weight: normal;
	font-style: normal;
}

a.trigger {
	margin: 0 !important;
	padding: -5px !important;
}

#contentsubmain ul.menu li a  {
	display: block;
	padding: 5px;
	color: #78C043;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

#contentsubmain ul.menu li a span {
	color: #585858;
	padding-top: 2px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
	display: block;
	text-decoration: none;	
}

#contentsubmain ul.menu li a:hover  {
	background-color: #e7efe2;
}

#contentsubmain ul.menu li  {
	border-bottom: 1px solid #c8c8c8;
}

.bubbleInfo {
    position: relative;
	margin: 0 !important;
	padding: 0 !important;
}

.popup {
    position: absolute;
    padding: 5px 5px 10px 5px;
	background-color: #e7efe2;
	border: 1px solid black;
	z-index: 25;
    display: none; /* keeps the popup hidden if no JS available */
}

table {
	color: #4b4b4b;
	font-size: 13px;
}

table.reg {
	margin: 6px 0 10px;
	line-height: 1.5;
}

table.reg td {
	border-bottom: 1px solid #e6e6e6;
}

td.trhead {
	font-size: 14px;
	font-weight: bold;
}

table.reg {
	margin: 6px 0 10px;
}

table.reg td {
	padding: 3px 0;
}

tbody td {
	padding: 2px 0;
	border-bottom: 1px solid black;
	font-weight: normal;
}

thead td {
	font-weight: bold;
	border-bottom: 2px solid black;
	height: 20px;
	font-size: 14px;
}

.col1 {
	width: 160px;
}

div.info h2 {
	display: none !important;
}







/* @end */
