.foo {}

body {
	background-color: #006EB9;
	background-image: url("../images/abstract1024.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 0;
}

a {
	color: #336699;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px #336699 dotted;
}

a:focus {
	outline: 1px dotted;
}

a.pdf_link:link,
a.pdf_link:visited {
	background: transparent url("../images/acrobat16.gif") no-repeat;
	padding-left: 22px;
	padding-top: 2px;
} 

a#powered_by {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 128px;
	width: 128px;
	background: url("../images/web-design-by-ablewhite-solutions.png") bottom right no-repeat;
	text-decoration: none;
	text-indent:-9999px;
	float:right;
	margin-top:-128px;
	cursor:pointer;
	border: 0;
}

a#powered_by:hover {
	text-decoration: none;
	border: 0;
	background: url("../images/powered-by-ablewhite-solutions.png") bottom right no-repeat;
}

a#powered_by:focus {
	outline: none;
}

a.prev,
a.next {
	color: #ffffff;
	font-size: 0.9em;
}

a.prev:hover,
a.next:hover {
	text-decoration: none;
	border-bottom: 1px #F0F0F0 dotted;
}


.slide_nav {
	text-align: right;
	margin-right: 0.5em;
}

.silverlight_headline {
	height: 180px;
	background: url("../images/silverlight_headline.jpg");
	cursor: default;
}

.blend_headline {
	height: 180px;
	background: url("../images/blend_headline.jpg");
	cursor: default;
}

.vs2010_headline {
	height: 180px;
	background: url("../images/vs2010_headline.jpg");
	cursor: default;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,a,pre,form,fieldset,input,p,blockquote,th,td {
	font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

p {
	overflow: hidden;
	line-height: 1.5em;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}


ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
	
}


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
/*	margin-bottom: 1em;*/
}

.title {
	overflow: hidden;
	color: #ffffff;
}

.titleText {
	font-size: 2.5em;
	letter-spacing: -0.025em;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.125em;
}

.container_top {
	background-image: url("../images/body_top_transparent.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.container_body {
	background-image: url("../images/body_background_transparent.png");
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#container {
	overflow: hidden;
}

.header {
	overflow: hidden;
	background-image: url("../images/header_background.png");
	height: 80px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #ffffff;
}

.nav {
	overflow: hidden;
	background-image: url("../images/nav_background.png");
	height: 50px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #aeaeae;
	background-color: #ffffff;
}

#menu {
  padding: 8px 0;
}

#menu ul {
  list-style-type: none;
  overflow: hidden;
}

#menu ul li {
  float: left;
  margin-left: 1.5em;
}

#menu ul li:first-child {
  margin-left: 0;
}

#menu ul li a {
  background: #AEAEAE;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  padding: 4px 30px;
  text-align: center;
  text-transform: uppercase;
}

#menu ul li a:hover {
  background: #989898;
  border: 1px solid #808080;
  color: #ffffff;
}

#menu ul li.menu_selected a {
  background: #418EC3;
  border: 1px solid #006EB9;
  color: #ffffff;
}

.headline {
	overflow: hidden;
	background-image: url("../images/headline_background.png");
	height: 180px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #191919;
}

.headlineItem h2 {
	color: #000000;
	margin-top: 0.5em;
}

.headlineItem p {
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	font-size: 0.8em;
}

.headlineItem a {
	font-size: 1.1em;
	font-weight: bold;
}

.headlineItem a:hover {
	border-bottom: 1px #336699 dotted;
}

.left_bar p {
	padding-left: 1em;
	padding-bottom: 1.5em;
}

.left_bar h4 {
	padding-left: 1em;
	padding-bottom: 0.25em;
}

.left_bar a {
	margin-left: 1.25em;
}

.content p {
	padding-right: 1em;
	margin-bottom: 1em;
}

.footer {
	overflow: hidden;
	background-color: #191919;
	padding-top: 0.5em;
	padding-bottom: 1em;
	color: #ffffff;
	min-height: 100px;
}

.footer h6 {
	color: #E0E0E0;
}

.footer p {
	color: #C3C3C3;
	font-size: 0.8em;
}

.footer_content h6,
.footer_content p {
	padding-left: 20px;
}

.footer_copyright {
	text-align: right;
}
.outline 
{
    line-height:1.5;
   
}

