/* Nice Work Consulting CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	padding: 0px;
	margin: 0px;
	color: #66ADC4;
}

li {
	list-style-image: url(images/bullet.gif);
}

a:link {
	color: #00769C;
}

a:visited {
	color: #00769C;
}

a:active {
	color: #00769C;
	font-size: 16px;
}

#container {
	width: 750px;
}

#left {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	width: 240px;
}

#quoteofday {
	font-size: 12px;
	color: gray;
	font-stretch: condensed;
	width: 100%;
	text-align: justify;
	color: #00769C;
}

#quoteofday p{
	padding: 5px;
}

#right {
	float: left;
	width: 450px;
	padding-top: 20px;
	padding-left: 10px;
}

#menu {
	font-size: 12px;
	font-weight: bold;
	font-stretch:expanded;
	color: #00769C;
	text-align: center;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #00769C;
}

#content {
	font-size: 12px;
	color: gray;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content strong{
	color: #00769C;
}

#abstract {
	padding-top: 20px;
	text-align: center;
	width: 200px;
	height: 500px;
}

#news {
	width: 90%;
	overflow: scroll;
	height: 300px;
	padding: 10px;
	background-color: #EAF5F9;
}

#footer {
	font-size: 11px;
	font-stretch:expanded;
	color: #00769C;
	text-align: center;
	width: 100%;
	height: 25px;
	border-top: 1px solid #00769C;
}

#footer p{
	padding-top: 10px;
	padding-bottom: 20px;
}

 /* Show/Hide */
.subvisible {
 display : block;
 visibility: visible;
 padding: 0px 0px 0px 10px;
 }
 .subhidden, .hidden {
  display: none;
  visibility: hidden;
 }


#memoryticker{
padding-left: 5px; padding-right: 5px; font-weight: bold; text-align: center; font-size: 12px; color: #00769C;
/*Tip: add in height attribute here for multiple line scroller*/
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
