﻿


/* ##############################################################

BEGIN ROLLOVER STYLES

############################################################## */ 

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 950;
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image:url(/www/images/Nav_Bar_off.gif);
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 134px;
	float: left;
	
	
}

ul.SubMenus li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image:url(/www/images/Nav_Bar_off.gif);
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 133px;
	float: left;
	
	
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 180px;
	√background-image:url(/www/images/Nav_Bar_off.gif);
	position: absolute;
	left: -1000em;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 180px;
	
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-image:url(/images/Nav_Bar_off.gif);
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size: 16px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-image:url(/images/Nav_Bar.gif);
	font-family:"Times New Roman", Times, serif;
	font:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size: 16px;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-image:url(/images/Nav_Bar_off.gif);
	background-color: #33C;
	color: #FFF;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-image:url(/images/Nav_Bar_off.gif);
	background-color: #33C;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image:url(/images/Nav_Bar.gif);
	background-position: 95% 50%;
	border-right:groove;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image:url(/images/Nav_Bar.gif);
	background-position: 95% 50%;
	border-right:groove;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image:url(/images/Nav_Bar.gif);
	background-position: 95% 50%;
	border-right:groove;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image:url(/images/Nav_Bar.gif);
	background-position: 95% 50%;
	border-right:groove;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* ##############################################################

END ROLLOVER STYLES

############################################################## */ 
		/*HTML ELEMENTS */
body {background-image:url(../images/page-bg.jpg); background-repeat:repeat-x; background-color:#ffffff; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
a, img {border:0; border:none;}
img {behavior: url(iepngfix.htc) ;}
td {VERTICAL-ALIGN:top;TEXT-ALIGN:left;}
sup {MARGIN-TOP:0px;FONT-SIZE:10px;	}
a sup {TEXT-DECORATION:none;}
img {BORDER:0px;}	
	
/* HEADINGS */
H1, H2, H3, H4, H5, DT, H6, TFOOT, THEAD, TH {FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION:none;WORD-SPACING:normal;LETTER-SPACING:normal;TEXT-TRANSFORM:none;	}
H1	{FONT-SIZE:16px;FONT-WEIGHT:700;FONT-STYLE:normal;COLOR:#333333;MARGIN-TOP:0px;MARGIN-BOTTOM:5px;line-height:25px;}
H2	{FONT-SIZE:14px;FONT-WEIGHT:700;FONT-STYLE:normal;COLOR:#333333;MARGIN-TOP:0px;MARGIN-BOTTOM:0px;}			
H3	{FONT-SIZE:13px;FONT-WEIGHT:500;FONT-STYLE:normal;COLOR:#333333;MARGIN-BOTTOM:0px;}			
H4	{FONT-SIZE:12px;FONT-WEIGHT:700;COLOR:#333333;MARGIN-BOTTOM:0px;}			
H5, DT	{FONT-SIZE:11px;FONT-WEIGHT:700;FONT-STYLE:normal;}			
H6	{FONT-SIZE:10px;FONT-WEIGHT:700;FONT-STYLE:normal;	}		
TFOOT, THEAD {	FONT-SIZE:12px;	}			
TH	{VERTICAL-ALIGN:baseline;FONT-SIZE:14px;FONT-WEIGHT:bold;}

/* OTHER TEXT */
SMALL	{FONT-SIZE:.7em;}	
BIG	{FONT-SIZE:1.17em;}	
BLOCKQUOTE, PRE	{FONT-FAMILY: Arial,Courier New, monospace;	}

/* LIST */
UL LI	{LIST-STYLE-TYPE:square ;}	
UL LI LI	{LIST-STYLE-TYPE:disc;}	
UL LI LI LI	{LIST-STYLE-TYPE:circle;}		
OL LI	{LIST-STYLE-TYPE:decimal;}	
OL OL LI	{LIST-STYLE-TYPE:lower-alpha;}	
OL OL OL LI	{LIST-STYLE-TYPE:lower-roman;}
OL UL LI {LIST-STYLE-TYPE:square ;}
	
/* LINKS */
a, a:active, a:hover, a:link,a:visited {FONT-FAMILY: Tahoma,Arial, Helvetica, sans-serif;FONT-SIZE:12px;FONT-WEIGHT:700;TEXT-DECORATION:underline;COLOR:#503E7A;}	
#articles h3 a,#articles h3 a:active,#articles h3 a:hover,#articles h3 a:link,#articles h3 a:visited {FONT-FAMILY: Tahoma,Arial, Helvetica, sans-serif;FONT-SIZE:12px;FONT-WEIGHT:700;TEXT-DECORATION:underline;COLOR:#503E7A;}	

		/*HTML ELEMENTS */	
	
		/* Element Classes */	
/* OUTLINE | DROP-SHADOW | REQUIRED */
.OUTLINE {BACKGROUND:#FFFFFF;BORDER-TOP:#9bc4d6 1px solid;BORDER-BOTTOM:#9bc4d6 1px solid;BORDER-RIGHT:#9bc4d6 1px solid;}	
.REQUIRED {COLOR:#FF0000;FONT-SIZE:14px;FONT-WEIGHT:500;}

/* IMAGES */

.ALEFT, .aleft {Float:LEFT;PADDING-RIGHT:10px;PADDING-BOTTOM:5px;	}
.ARIGHT, .aright {Float:RIGHT;PADDING-LEFT:10px;	padding-bottom:5px;	}
.articlediv img {padding-right:10px; padding-bottom:5px;}
/*.photo-frame td img {width:100px;height:67px;}*/
*/
/* WIDTH */

.w50{width:50px;}
.w75{width:75px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.w550{width:550px;}
.w600{width:550px;}

/* HEIGHT */
.h50{height:75px;}
.h75{height:75px;}
.h100{height:75px;}
.h200{height:200px;}
.h275{height:275px;}
.h600 { HEIGHT:600px}

		/* End Element Classes */
		/* TEMPLATED SECTIONS */
#leadSource {display:none;}
#MainTable {border-left:1px solid #c7c8c8; border-right:1px solid #c7c8c8; border-bottom:1px solid #c7c8c8; width:942px; margin:10px auto 10px auto; padding:0 4px 0 4px; background-color:#ffffff;}	
/* TOPNAV */
#TopCol {}
.TOPNAV {}
.TOPNAV, .TOPNAV a, .TOPNAV a:hover, .TOPNAV a:visited, .TOPNAV a:link {}
	
/* LEFTNAV  */
#LeftCol {background-image:url(../images/content-bg2.jpg); background-repeat:repeat-x;  }
.LEFTNAV, .LEFTNAV a, .LEFTNAV a:hover, .LEFTNAV a:visited, .LEFTNAV a:link {}
.LEFTNAV {}
#LeftCol {background-image:url(../images/content-bg2.jpg); background-repeat:repeat-x; }
#LeftColHidden {background-image:url(../images/content-bg2.jpg); background-repeat:repeat-x; display:none }
	
/*  MAIN CONTENT TABLE */
#RightCol {background-image:url(../images/content-bg2.jpg); background-repeat:repeat-x; }
/* MAIN CONTENT COLUMN */

#RightCol td {}
#BodyTable {}
#BodyCol {}

#SideBarCol {vertical-align:top;}
.SIDEBAR {}
	
/* BOTTOMNAV | DISCLAIMER */
#FooterCol {}
.BOTTOMNAV, .BOTTOMNAV a, .BOTTOMNAV a:hover, .BOTTOMNAV a:visited, .BOTTOMNAV a:link {}
.BOTTOMNAV {}
.DISCLAIMER {}
#copyright {color:#000000 !important; text-decoration:none; font-weight:700; font-size:10.5px;}

#directionMap {margin: 10px; padding: 10px; float: right; display: inline; width: 225px; background-color: rgb(204, 204, 204);}
/*HTML ELEMENTS */


body {background-image:url(../images/page-bg.jpg); background-repeat:repeat-x; background-color:#ffffff; margin:0; padding:0;}
a, img {border:0; border:none;}
img {behavior: url(iepngfix.htc) ;}
#container {border-left:1px solid #c7c8c8; border-right:1px solid #c7c8c8; border-bottom:1px solid #c7c8c8; width:942px; margin:10px auto 10px auto; padding:0 4px 0 4px; background-color:#ffffff;}

#header {background-image:url(../images/header-bg.jpg); background-repeat:repeat-x; width:942px; height:122px;}
#logo {margin:20px 0 0 20px; border:none; float:left; display:inline; }
#head-links {float:right; display:inline; margin:25px 20px 0 0; width:200px; text-align:right;}
#head-links a:link, #head-links a:active, #head-links a:visited {color:#000066; font-size:12px; font-family:tahoma, arial, helvetica; text-decoration:none;}
#head-links input {margin:25px 3px 0 0; float:right; display:inline;}
#head-links img {margin:20px 0 0 0; float:right; display:inline; border:none;}
#topPhone {font-weight: 700; line-height: 25px; font-family:tahoma,arial,helvetica;}

#content-wrap {background-image:url(../images/content-bg.jpg); background-repeat:repeat-x; margin:0; padding:0; background-color:#ffffff; width:942px; float:left; display:inline;}

#leftside {padding:0 0 0 18px; margin:15px 0 0 0; width:240px; float:left; display:inline;}
#leftsideWide {padding:0 0 0 18px; margin:15px 0 0 0; width:240px; float:left; display:none;}
.CONTENT {padding:0 0 0 0px; margin:0; width:669px;}


#nav {margin:-10px 0 0 0; padding:0 0 6px 0; width:238px; background-image:url(../images/nav-bot.jpg); background-position:bottom; display:none; background-repeat:no-repeat;}
#nav li {width:238px; padding:0; margin:0;  list-style:none; border:none; }
#nav li a:link, #nav li a:active, #nav li a:visited {behavior: url(iepngfix.htc);color:#333366; font-size:13px; font-weight:normal; font-family: tahoma, arial, helvetica; text-decoration:none; background-image:url(../images/navli-bg.png); height:23px; width:218px; padding:4px 0 0px 20px; background-repeat:no-repeat; display:block; background-position:0px 0px;}

#nav li ul {margin:0px 0 0 0; padding:0;}
#nav li li {width:238px; padding:0; margin:0;  list-style:none;}
#nav li li a:link, #nav li li a:active, #nav li li a:visited {behavior: url(iepngfix.htc) ; color:#333366; font-size:13px; font-family: tahoma, arial, helvetica; text-decoration:none; background-image:url(../images/navli-bg2.png); height:23px; width:208px; padding:3px 0 0 30px; display:block;  }
#nav li ul li a.last:link, #nav li ul li a.last:active, #nav li ul li a.last:visited {behavior: url(iepngfix.htc) ; background-image:url(../images/navli-bg3.png);}
#nav li ul li.selected a:link, #nav li ul li.selected a:active, #nav li ul li.selected a:visited {color:#8b65d5;}

#nav li a:hover, #nav ul li a:hover, #head-links a:hover {color:#8b65d5 !important;}
#nav img {margin:0; padding:0; vertical-align:bottom;}

.grey-box {border:1px solid #cccccc; background-image:url(../images/grey-top-fade.gif); background-repeat:repeat-x;}
#leftside .grey-box {width:198px; padding:10px 16px 10px 13px; margin:5px 0 10px 2px; float:left; display:inline;}
#leftside .grey-box h3 {margin:10px 0 3px 0; padding:0; font-size:18px; color:#000000; font-family:tahoma, arial;}
#leftside .grey-box #btn-browse-ln {float:left; display:inline; margin:0 3px 0 0; width:70px;}
#leftside .grey-box p {float:left; display:inline; margin:0 ; padding:5px; width:112px; font-size:9px; color:#666666; font-family:Arial, Helvetica,sans-serif,;}


.grey-box2 {border:1px solid #cccccc; background-image:url(../images/ln-contact-bg.gif); background-repeat:repeat-y; background-position:1px 1px;}
#leftside .grey-box2 {width:198px; padding:2px 16px 5px 13px; margin:5px 0 10px 2px; float:left; display:inline;}
#leftside .grey-box2 h2 {margin:2px 0 3px 0; padding:0; font-size:24px; color:#666699; font-family:tahoma, arial;}
#leftside .grey-box2 p {float:left; display:inline; margin:0 ; padding:3px; width:198px; font-size:11px; color:#000000; font-family:Arial, Helvetica, sans-serif;}
#leftside .grey-box2 p a:link, #leftside .grey-box2 p a:active, #leftside .grey-box2 p a:visited {color:#000000;}
#leftside .grey-box2 p a:hover {color:#8b65d5;}

.grey-box3 {border:1px solid #cccccc; background-image:url(../images/ln-subscribe-bg.gif); background-repeat:repeat-y; background-position:1px 1px;}
#leftside .grey-box3 {width:198px; padding:2px 16px 5px 13px; margin:5px 0 10px 2px; float:left; display:inline;}
#leftside .grey-box3 h2 {margin:2px 0 0px 0; padding:0; font-size:24px; color:#666699; font-family:tahoma, arial;}
#leftside .grey-box3 p {float:left; display:inline; margin:0 ; padding:3px; width:198px; font-size:11px; color:#000000; font-family:Arial, Helvetica, sans-serif;}
#leftside .grey-box3 input {display:inline;}
#leftside .grey-box3 img {float:right; display:inline; border:none; border:0;}
.submit {float:right;height:31px;margin-top:-26px;width:33px !important;}

#flash {width:942px; height:339px; margin:-3px 0 0 0; padding:0;}
#hero {width:942px; margin:-3px 0 0 0; padding:0;background-image:url(../images/content-bg.jpg); background-repeat:repeat-x;}
h1 {font-size:24px; font-family:tahoma, arial; color:#333333; margin:10px 0; padding:0;}

.WIDECONTENT .WIDEGREYBOX {width:900px; padding:10px 16px 10px 13px; margin:5px 0 10px 5px; float:left; display:inline; background-image:url(../images/content-greybox-bg.jpg); background-repeat:no-repeat; background-color:#ebeced;}
.CONTENT .grey-box {width:630px; padding:10px 16px 10px 13px; margin:5px 0 10px 5px; float:left; display:inline; background-image:url(../images/content-greybox-bg.jpg); background-color:#ebeced;}

.CONTENT .grey-box p, .CONTENT {font-size:12px; line-height:18px; font-family:tahoma, Arial, Helvetica, sans-serif; margin:8px 0; padding:0;}
.CONTENT .grey-box p img {margin:10px 0 10px 10px;}
.CONTENT .grey-box h1 {margin-bottom:20px;}
.CONTENT .white-box {width:630px; padding:10px 16px 10px 13px; margin:5px 0 10px 5px; float:left; display:inline; background-color:#ffffff;border:1px solid #cccccc;}
.white-box p {font-size:12px; color:#000000; margin:0 0 10px 0; font-family:Arial, Helvetica, sans-serif;}
.white-box a:link, .white-box a:active, .white-box a:visited {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#666699;}
.white-box a:hover {color:#8b65d5;}
.viewall {float:right; display:inline;}
.italic {font-style:italic; font-weight:bold;}


.clear {clear:both; width:942px;}
#footer {clear:both; width:942px; font-size:10.5px; font-family:Arial, Helvetica, sans-serif; color:#000000; padding:20px 0 0 0;}

.foot-images {float:left; display:inline; width:370px; margin:0 0 0 40px; vertical-align:middle;}
.foot-images img {margin:0 15px 0 0; vertical-align:middle;}
#footer p {float:right; display:inline; width:520px; text-align:right; padding:0 10px 0 0; line-height:16px;}
#footer a:link, #footer a:active, #footer a:visited {font-size:10.4px; color:#503e7a; font-family:Arial, Helvetica, sans-serif;}
#footer a:hover {color:#8b65d5;}
.foot-cen {clear:both; text-align:center;}

#foottable{margin-left:auto; margin-right:auto; width:900px; clear:both;}
#foottable ul li {list-style-type:none;list-style-image:url(/images/foot-bullet.gif);}
#foottable ul li a,#foottable ul li a:active,#foottable ul li a:hover,#foottable ul li a:link,#foottable ul li a:visited {text-decoration:none;}


#homenews {margin-left:5px}
#homenews .box{background:#ffffff url(../images/ln-contact-bg.gif) repeat-x scroll 1px 100%; border:1px solid #CCCCCC;width:215px; height:408px;}
#homenews .box h3 {color:#333333; font-weight:700; margin-left:5px; width:195px;}
#homenews .box h2{color:#666699;font-family:tahoma,arial;font-size:24px;margin:2px 0 3px;padding:0 0 5px;text-align:center;border-bottom:#cccccc 1px solid;}
#homenews .box p {color:#000000; display:inline;float:left;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:11px; line-height:16px; margin:0 5px;padding:3px 3px;width:196px;}
#homenews .box a, #homenews .box a:active, #homenews .box a:hover, #homenews .box a:link, #homenews .box a:visited {font-weight:normal; text-decoration:none; float:right; padding-bottom:5px;}
.readmore {border-bottom:#cccccc 1px dotted; margin-bottom:15px !important;}

.bucket_landingpage td img {margin-top:10px}

#Schedule {background:transparent url(/mypictures/mini_schedule.png) no-repeat scroll 0 0; width:98px !important; height:42px !important; display:block;}
#Schedule:hover {background:transparent url(/mypictures/mini_schedule_2.png) no-repeat scroll 0 0; width:98px !important; height:42px !important; display:block;}

.bucket_standard{display:none;}
.testimonial {border-bottom:2px solid #BFBFBF;margin-bottom:10px;padding-bottom:10px;}
#editorial {width:630px; text-align:center;}
#editorial td {width:210px; padding-top:5px; padding-bottom:5px; vertical-align:top;}
#editorial img {display:inline-block;}

/* Validate */
.jsvalidation {color:#ff0000; position:absolute; margin-left:5px;}

.socialMark img {padding-bottom:0 !important; padding-right:0 !important;}

/* Cms admin styles */

/* Admin sections */
.adminHeader {	text-align:center;padding-top:20px;	margin-top:20px;}
.admintable, .head {BACKGROUND:#334433;WIDTH:600PX;font-weight:700;font-size:13px;	}
.admintable strong, #DataList1 {color:#334433;font-weight:700;font-size:13px;}
.admincol {text-align:center;color:White;font-weight:bold;}
.admincol, .admincol h1
{
	text-align:center;
	width:550px;
	color:White;
	font-weight:bold;
}
.adminlinks a,.adminlinks a:active, .adminlinks a:hover, .adminlinks:link, .adminlinks:visited{clear:both; display:block; width:160px; padding-bottom:5px;}
.adminlinks br {display:none;}
.smallCopy
{
	color:#334433;
}

#Pagebody_4_1, #Pagebody_4_1, #pageLeftnav_4_1, #pageleftnav_4_1, #pageSideBar_4_1,  #pagesidebar_4_1,   #CTA_4_1, #intro_4_1
{
	width:200px;
	overflow:hidden;
}	
#errlab
{
	font-weight:bold;
	color:Red;
}
#Leftnav1_admindiv
{
	line-height:20px;
}

/*Visual Editor */
.bgwhite, body.bgwhite
{
	background-color:White;
	background-image:none;
}
.Pagebody_EndTab, .Pagebody_EndTab, .pageLeftnav_EndTab, .pageleftnav_EndTab, .pageSideBar_EndTab,  .pagesidebar_EndTab,   .CTA_EndTab, .intro_EndTab 
{
	display:none;
}
#image-placeholder
{
	width:580px;
}

/* End Cms admin styles */


/* Browser Specific HACKS: IF Needed place at end of style sheet, so errors do not
	prevent cross-browser CSS from being applied */

/* Make Margins safe on MAC as in Windows*/
html>body p {margin: 15px 0;}


