/**************************************************************
HTML Tags
**************************************************************/

body
{
  background: #FDF1F1;
  font-family: 'Lucida Grande', Arial, Geneva, Sans-Serif;
  margin: 0 0 0 0;
}

body, th, td, li, p
{
  font-size: 100.01%; /* fix bugs */
}

/**************************************************************
Classes
**************************************************************/

.anchor
{
  text-decoration: none;
}
  
.maincopy
{
	font-family: 'Lucida Grande', Arial, Geneva, Sans-Serif;
	color: #811B1F;
	font-size : 10px;
	line-height : 120%;
}
/**************************************************************
#PageForm
**************************************************************/

#PageForm
{
  position: relative;
  margin: 0 auto; /* bottom margin set on body to fix ie bug */
  padding: 0;
  width: 46em; /* #dvMenu must match this width */
 

}

/**************************************************************
#dvBranding
**************************************************************/

#dvBranding img#Logo
{
  margin-top: .75em;
}

#dvBranding img#Tagline
{
  position: absolute;
  top: 3em;
  right: 0;
}


/**************************************************************
#dvShortcuts
**************************************************************/

#dvShortcuts
{
  position: absolute;
  top: 0;
  right: 0;
  background: #E6E6E6 0 100% no-repeat;
  float: right;
  width: 10em;
  height: 1.6875em;
  text-align: center;
}

#dvShortcuts div.loginPanel
{
  display: inline;
}

#dvShortcuts a.login, #dvShortcuts a#support
{
  padding: 0 0 0 .75em;
}

#dvShortcuts a#support
{
  border-left: 1px solid #811B1F;
}

#dvShortcuts a
{
  color: #811B1F;
  font-size: .6em;
  font-weight: bold;
  text-decoration: none;
}

#dvShortcuts img
{
  border: none;
  margin: .25em .5em 0 .5em;
  vertical-align: bottom;
}

#dvShortcuts span#br_corner
{
  background: #E6E6E6 100% 100% no-repeat;
  float: right;
  line-height: 1em;
  margin-top: -.5em;
}

/**************************************************************
#dvFooter
**************************************************************/

#dvFooter
{
  background: #F9F9F9;
  border-top: 2px solid #FFA54D;
  color: #666666;
  margin-top: .0625em;
  text-align: center;
}

#dvFooter p
{
  font-size: .7em;
  margin: 1em 0 .5em 0;
  padding: 0;
}

#dvFooter hr
{
  display: none;
}

#dvFooter a
{
  text-decoration: none;
}

/**************************************************************
#dvBottomMenu
**************************************************************/

#dvBottomMenu
{
  padding: 0 0 2em 0;
}

#dvBottomMenu ul
{
  display: inline;
  font-size: .7em;
  
}

#dvBottomMenu ul a
{
  color: #666666;
}

#dvBottomMenu ul a:hover
{
  color: #660000;
}

#dvBottomMenu ul li
{
  display: inline;
  border-left: 1px solid #666666;
  padding: 0 1em;
}

#dvBottomMenu ul li:first-child, #dvBottomMenu ul li.first /* the second part is for browsers that can't do pseudo */
{
  border-left: none;
}

/**************************************************************
Buckets
**************************************************************/

div#Buckets
{
  border: 10px solid #ACACAC;
}

#Buckets p
{
  margin-top: 0;
}

#Buckets strong
{
  color: #811B1F;
}

#Buckets th
{
  color: #FFFFFF;
  font-size: .75em;
  margin: 0;
  padding: .4em;
}

#Buckets table td
{
  font-size: 0.80em;
  padding: 1em;
  vertical-align: top;
}

#Buckets table td a.more
{
  float: right;
}

#Buckets th.bucket1, #Buckets th.bucket3
{
  background: #983333 url(/images/red_gradient.gif) repeat-x 0 0;
}

#Buckets th.bucket2
{
  background: #E3A45F url(/images/orange_gradient.gif) repeat-x 0 0;
}

#Buckets td.bucket1
{
  background: #FFFFFF url(/images/gray_gradient.gif) repeat-x 0 100%;
}

#Buckets td.bucket1 img
{
  float: left;
  border: 1px solid #ACACAC;
  margin-right: 1em;
}

#Buckets td.bucket1 h2
{
  font-size: 1em;
  margin: 0;
  padding: 0;
}

#Buckets td.bucket1 p
{
  margin: .5em 0 0 0;
  padding: 0;
}


#Buckets td.bucket2
{
  background: #FFFFFF url(/images/yellow_gradient.gif) repeat-x 0 100%;
}

#Buckets td.bucket3
{
  background: #FFFFFF url(/images/blue_gradient.gif) repeat-x 0 100%;
}

#Buckets td.bucket3 ul
{
  color: #666666;
  margin: .5em 0 0 4em;
  padding: 0;
  line-height: 200%;
  list-style-image: url(/images/bullet.gif);
}

#Buckets td.bucket3 li
{
  margin-bottom: .25em;
}

#Buckets td.bucket3 li a
{
  color: #666666;
  text-decoration: none;
}

#Buckets td.bucket3 li a:hover
{
  color: #811B1F;
}

#Buckets td.bucket1more
{
  background: #E8E8E8;
}

#Buckets td.bucket2more
{
  background: #FAEEE2;
}

#Buckets td.bucket3more
{
  background: #D2E4FC;
}

/**************************************************************
Boxes
**************************************************************/
#Boxes
{
  margin: .25em 0 0 0;
  padding: 0;
}

#Boxes #BoxLayout
{
  background: #FFFFFF url(/images/gray_surface.gif) repeat-x 0 100%;
}

#Boxes .WebBox th
{
  background: #983333 url(/images/red_gradient.gif) repeat-x 0 0;
  color: #FFFFFF;
  font-size: .75em;
  margin: 0;
  padding: .4em;
}

#Boxes .WebBox th strong
{
  color: #FFCC00;
}

#Boxes .WebBox td
{
  font-size: .6em;
  padding: 1em 0
}

#Boxes .box1, #Boxes .box3
{
  background: #FFFFFF;
  border-bottom: 6px solid #666666;
  vertical-align: top;
}

#Boxes .box1
{
  background: #FFFFFF url(../Images/business_man.jpg) no-repeat 100% 100%;
}

#Boxes .box1 .WebBox th
{
  text-align: left;
}

#Boxes .box1 ul.news
{
  color: #253F5D;
  list-style-image: url(/images/folder.gif);
  margin: 0;
  padding: 0;
}

#Boxes .box1 ul.news li
{
  margin: 1em 0 1em 2.5em;
  padding: 0;
}

#Boxes .box1 ul.news li a
{
  display: block;
  margin-right: 8em;
}

#Boxes .box2
{
  text-align: center;
  vertical-align: bottom;
}

#Boxes .box2 img
{
  margin-top: 1em;
  vertical-align: bottom;
}

#Boxes .box3
{
  background: #FFFFFF url(/images/computers.jpg) no-repeat 100% 100%;
  float: left;
}

#Boxes .box3 .WebBox th
{
  text-align: right;
}

#Boxes .box3 .WebBox td label
{
  display: block;
  font-weight: bold;
  margin-right: 14em;
  text-align: center;
}

#Boxes .box3 .WebBox td select
{
  color: #660000;
  position: relative;
  text-align: center;
  top: -1.75em;
  left: 8.5em;
}

#Boxes .box3 .WebBox td select option /* this little trick doesn't work in IE */
{
  text-align: left;
}

#Boxes .box3 .WebBox td img
{
  margin: 0 1em 2em 1em;
}




/**************************************************************
#dvSash
**************************************************************/
#dvSash
{
  height: 9.3em;
  margin: .7em 0 .3em 0;
  width: 100%;
}

#dvSash img
{
  float: left;
  margin: 0;
  padding: 0;
}


/**************************************************************
#dvMenu
**************************************************************/

#dvMenu
{
  background: #CC6600 no-repeat 0 0;
  clear: both;
	font-weight: bold;
	height: 1.5375em;
  	margin: .1em 0 0 0;
	padding: 0;
	idth: 46em; /* #PageForm must match this width */
  	
}

#dvMenu ul
{
  background: transparent  no-repeat 100% 0;
  float: left;
	font-size: .6875em;
	list-style: none;
	margin: 0;
	padding: .1em 0 0 0;
	width: 100%;
	
}

#dvMenu ul ul
{
  font-size: 100%; /* stops the cascading shrink */
}

/* top-level link style */
#dvMenu a
{
  border-right: 1px solid #AB363B; /* divider */
  display: block;

	color: #FFFFFF;
	text-decoration: none;
	margin: 1px ;
	padding: .25em 1em;
}

/* top-level hover style */
#dvMenu a:hover
{
  color: #FFA948;
}

#dvMenu li
{
	float: left;
  	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* nested one deep */
#dvMenu li ul.hidden
{
	font-weight: normal;
	background: none;
	margin: 0 0 0 2em;
	width: 20em;
	padding: 0 2em 2em 2em;
	border: 1px dashed green;
}

#dvMenu li ul
{
  background-color: Transparent;
  border: none;
  left: -999em;
  padding: 2px 2em 2em 2em;
  position: absolute;
  margin: 0 0 0 -2em;
  width: 20em;
  z-index: 200;
}

#dvMenu li ul li ul
{
  display: none;
  position: absolute;
  top: 2em;
  left: 4em;
  border: 1px solid red;
}


#dvMenu li li
{
  background: #666666;
  clear: both;
  display: block;
	width: 100%;
  padding: .25em;
  margin: 0; /* sucks it up underneath the top menu */
}

#dvMenu li li:empty /* Safari fix */
{
  margin-top:-.2em;
}

#dvMenu li li
{
  margin-top: 0;
}

#dvMenu li li a
{
  border: none;
  color: #FFFFFF;
  width: 18em;
}

#dvMenu li li a:Hover
{
  background: #F5F5F7;
  color: #000000;
}

#dvMenu li li:first-child, #dvMenu li.first
{
  border-top: 2px solid #282D33;
}


/* standards-based */
#dvMenu li:hover ul,
#dvMenu li li:hover ul,
#dvMenu li li li:hover ul,
/* script-based */
#dvMenu li.shover ul,
#dvMenu li li.shover ul,
#dvMenu li li li.shover ul
{
	left: auto;
  /* top: 9.15em; */ /* for now, Safari isn't doing this right */
}

/**************************************************************
Editing
**************************************************************/
.EditContent
{
  position: absolute;
  top: 8em;
  left: 48em;
  width: 12em;
  border: 1px solid #666;
}

.EditContent h3
{
  font-size: .9em;
  background: gainsboro;
  border-bottom: 1px solid #666;
  padding: .25em;
  margin: 0;
}

.EditContent ul
{
  font-size: .75em; /* doesn't carry over to inside pages */
  list-style-image: url(/iImages/bullet.gif);
  margin: 0;
  padding: 0 0 0 1em;
}

.EditContent ul li
{
  margin: .75em .25em .25em 1.5em;
}

#txtContent
{
  width: 46em;
  border: none;
  margin: .5em 0;
}


/**************************************************************
Global Overrides
**************************************************************/

a
{
  color: #660000;
  text-decoration:underline;
}

a:hover
{ 
  COLOR: #660000; text-decoration:underline; 
}

p
{
	color: #551510;
	margin: 1em;
	padding: 0;
	font-size: 100%;
	line-height: 130%;
}

h3
{

  color: #20030a;
  border-bottom: 1px #8C9DB9 solid;
  font-size: large;
  font-weight: bold;
}

h4
{

  color: #4D6083;
  border-bottom: 1px #8C9DB9 solid;
  margin: 2em 0 0 0;
  font-size: 82%;

}

h5

{

  margin: 0;
  font-size: 78%;

}

h6

{
}



h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover

{

  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a

{
	color: #660000;
  	text-decoration: none;
	font-size: small;
	font-weight: bold;
}