/* GENERAL STYLES */

body, p, div {
  font-size: 13px;
  font-family:Arial, Helvetica, sans-serif;
}

.smaller {
  font-size: 11px;
}

.nospam { margin-right:-3px; }

.superscript {
  font-size: 9px;
  font-family:Arial, Helvetica, sans-serif;
}

hr {
  border-style:dotted;
  border-width:0px 0px 1px 0px;
}

h1.articleTitle {
	font-size: 18px;
	color:#4A0F7F;
	font-weight:bold;
}
h2.articleTitle {
	font-size: 14px;
	font-weight:bold;
}

a.readMore {
	font-style:italic;
}

ul.article li { margin-bottom:14px; }

.evenRow { background-color:#ddd; }
.oddRow { background-color:#fff; }

.adminButton {
	display:block;
	text-decoration:none;
	width: 100px; /* Width of Menu Items */
	border: 1px solid #ccc;
	float:left;
	text-align:center;
	margin-right:3px;
	padding:5px;
	color: #46067D;
	background: #fff; /* IE6 Bug */
}
.adminButton:hover { color: #122FAB; background: #ECECFE; }

/* QUOTES ON THE TESTIMONIALS PAGES */
.quote {
  margin:10px 50px 20px 50px;
  padding:20px;
  border:1px solid #444;
  text-align:justify;
  background-color:#ECECFE;
}
.quoteBy {
  font-size: 12px;
  font-weight:bold;
  text-align:right;
  margin:10px 10px 0px 0px;
}

/* RANDOM QUOTES IN LEFT BAR */
.rQuote {
  padding:4px;
  border:1px solid #444;
  background-color:#ECECFE;
  font-size:11px;
  font-style:italic;
}
.rQuoteBy {
  font-size: 11px;
  font-weight:bold;
  text-align:right;
  margin-top:5px;
}


/* STYLES FOR CONTENT PLACEMENT AND POSITIONING */
#Header {
	margin:0px 0px 10px 0px;
	padding:5px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:120px; /* 14px + 17px + 2px = 33px */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:120px; /* the correct height */
	}
body>#Header {height:120px;}

#Content {
	margin:0px 20px 50px 180px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:150px;
	left:20px;
	width:172px;
	padding:10px;
	line-height:16px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#Footer {
  font-size: 11px;
  text-align:right;
  padding-right:20px;
}
#randomQuotes {
	position:absolute;
	top:225px;
	left:10px;
	margin-top:15px;
}


/* ********************** 
   DHTML MENU STYLES
   ********************** */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 12em;
	margin-top : -2.15em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 12em;
	w\idth : 11em;
	display : block;
	color : #45087C;
	text-decoration : none;
	background-color : white;
	border : 1px solid #666;
	padding : 0.4em 0.5em;
}

#nav li a:hover {
	color:#000099;
	background-color : #ECECFE;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

